Action Item #530
Enable fbturbo in default rootfs
Status: | Closed | Start date: | 04 Jul 2016 | |
---|---|---|---|---|
Priority: | Immediate | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | 04 - Root File System | |||
Target version: | 0.11.0 | |||
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
Associated revisions
RM #530: Added extended color depth configuration that can be used with fbturbo once that is the default X server driver.
History
#1
Updated by Hammel almost 5 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.
#2
Updated by Hammel over 4 years ago
Committed and pushed. Testing on RPI (original) build.
#3
Updated by Hammel over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Verified. Changes committed and pushed.
Closing issue.