|
Can't get pseudocolor to work w/ ATI drivers
Hi all,
I've been stumped by a curious problem after upgrading to FC8 (same problem w/ FC9). I cannot get the PseudoColor visual (8 bit ) option to work! The Xorg.log (attach) reports that pseudocolor visuals are on but when I open a window and run 'xdpsyinfo' I get only the 24bit visuals (Direct and True Color).
I'm tried disabling the composite extension and the direct rendering (by switching to the 'ati' or 'vesa' drivers). I get no errors and no 8bit. I've tried disabling the 'AIGLX' option, no 8bit. I get the same behavior w/ the ATI proprietary drivers.
This used to work w/o a hitch in FC6.
Does anyone have any hints/ideas on this?
I can't find the attachment button on the page so I attach the xorg.conf file directly.
Thanks,
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "Module"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
Option "RandR" "false"
Option "Xinerama" "false"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "PseudoColorVisuals" "on"
Option "OverlayOnCRTC2" "0"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
|