Does not work Nick, I get a fuzzy screen that is unreadable. The same if
I put the values for my specific monitor.Looks like I'm stuck at 640x480
for the time being.

I've attached my XF86Config file that was generated by XFree86
-configure

Gerry

Nick Hill wrote:
> 
> There was someone who was saying that he was getting
> only 640x480 res after running XFree86 -configure.
> There seems to be a bug, in detecting the hsync and
> vsync using DDC, and its getting the setting wrong.
> 
> Please edit u're /etc/XF86Config, and add u're hsync
> and vsync settings in the Monitor section. for most of
> the monitors, this will be adequate:
> 
> Section "Monitor"
> 
>         Identifier "Monitor0"
>         HorizSync 31.5 - 48.5
>         VertRefresh 50 - 100
> 
> EndSection
> 
> HTH
> 
> Nikhil.
> IGNULUG-HYD.
> 
> __________________________________________________
> Do You Yahoo!?
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
        Load  "extmod"
        Load  "xie"
        Load  "pex5"
        Load  "glx"
        Load  "dri"
        Load  "GLcore"
        Load  "dbe"
        Load  "record"
EndSection

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"

EndSection

Section "Device"
        Identifier  "Cirrus Logic GD5446"
        Driver      "cirrus"
        VendorName  "Cirrus Logic"
        BoardName   "GD5446"
        BusID       "PCI:0:15:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Cirrus Logic GD5446"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

Section "DRI"
EndSection

-----------------------------------------------------------------------
The LIH mailing list archives are available at:
http://lists.linux-india.org/cgi-bin/wilma/linux-india-help

Reply via email to