ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #23354
[Bug 400875] Re: 9.04 PPC: fbdev wrongly configured in X
Thomas, besides setting DefaultDepth in the Screen section, have you
tried adding a Depth line in your Display subsection? The following
snippet from xorg.conf solved the 8-bit problem for me (on an early-2001
iMac G3 600 MHz).
Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 16
EndSubSection
EndSection
Of course, I'd much rather be using the proper r128 driver, instead of
fbdev.
--
9.04 PPC: fbdev wrongly configured in X
https://bugs.launchpad.net/bugs/400875
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-fbdev in ubuntu.
References