Actions
Action Item #530
closedEnable fbturbo in default rootfs
Start date:
04 Jul 2016
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
It works well on rpi2. I just need to test it on rpi hardware.
Then I can enable these lines in config.txt to get better color depth:
@@ -27,6 +27,10 @@ overscan_bottom=32 #framebuffer_width=1280 #framebuffer_height=720 +# If using fbturbo, get more color with these. +# framebuffer_depth=32 +# framebuffer_ignore_alpha=1
Updated by Hammel over 8 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Switched to fbturbo in skeleton xorg.conf.
Uncommented fb settings when using fbturbo.
These need to be verified with a buildroot rebuild.
Updated by Hammel over 8 years ago
Committed and pushed. Testing on RPI (original) build.
Updated by Hammel over 8 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Verified. Changes committed and pushed.
Closing issue.
Actions