xorg.conf
Daniel B. Thurman
dant at cdkkt.com
Sun Dec 2 11:08:07 PST 2007
Hello,
This is my first email message to this group, so please bear with me or
direct me to where I need to go to report this "bug".
My Hardware:
==========
PC: VA Linux System, 600Mhz PIII
RAM: 396MB
Video: Cirrus GD5480
OS: Fedora releases 6/7/8.
GDM was able to locate the cirrus chipset and xorg.conf shows:
====================================
Section "Device"
Identifier "Screen0"
Driver "cirrus"
EndSection
Section "Screen0"
Device "Videocard0"
DefaultDepth 24
EndSection
====================================
The problem here, is that the DefaultDepth is too high for cirrus chipsets
that cannot support color depths higher than it is capable of, so GDM will
fail to find a working screen resolution it can support.
The following shows what had to be done to get the GDM working and
I have found that even with the DefaultDepth set to 16, it is not sufficient
to ignore the Modes as it must specify supported screen resolutions to
ensure a successful GDM startup.
#====================================
Section "Screen0"
Device "Videocard0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480
EndSubSection
EndSection
#====================================
Thank you for your time,
Dan Thurman
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.16.12/1163 - Release Date: 12/1/2007 12:05 PM
More information about the xorg
mailing list