Operating System - HP-UX
1827086 Members
2623 Online
109713 Solutions
New Discussion

ATI Fire T2 Graphics on HP C8000 - PseudoColor?

 
Matt Wardle
Advisor

ATI Fire T2 Graphics on HP C8000 - PseudoColor?

I cannot get the ATI Fire T2 Graphics on HP C8000 to run PseudoColor. Our application needs 8 bit PseudoColour and tests the visual before starting.
In /etc/X11/XF86Config, I try and set it, but after I have restarted the Xserver, logged in, do a xwininfo or xdpyinfo it still says TrueColor (and of course the application doesn't work).

How can it be 8 bit TrueColor anyway?

It says in /var/X11/Xserver/logs/Xf86.0.log


(**) fglrx(0): OpenGL Overlay enabled
(**) fglrx(0): TrueColor video overlay visual: off
(**) fglrx(0): Default visual is PseudoColor


Here is the XF86Config file:

Section "ServerLayout"
Identifier "Main Layout"
Screen 2 "Screen 0" 0 0
Screen 1 "Screen 0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
EndSection

Section "Monitor"
Identifier "Monitor 0"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 75.0
EndSection

Section "Monitor"
Identifier "Monitor 1"
HorizSync 30.0 - 107.0
VertRefresh 50.0 - 75.0
EndSection

Section "Device"
Identifier "Console"
DeviceFile "/dev/gvid"
Option "DefaultVisualTrueColor" "false"
Option "Overlay" "true"
Option "TrueColorOverlay" "false"
EndSection

Section "Screen"
Identifier "Screen 0"
Device "Console"
Monitor "Monitor 0"
DefaultDepth 8
SubSection "Display"
Depth 8
Visual "PseudoColor"
Modes "1280x1024"
EndSubSection
EndSection

xwininfo and xdpyinfo are attached.

Thanks,

Matt.