On 08:34:14 Nov 13, Jayakumar K K wrote:
> The information clearly indicates that the Horizontal Frequency Hf is
> out of operating range (I believe this is typically in kHz and I
> assume you have a typo). Try setting a lower resolution 800x600 or
> 1024x768 and give a try. As indicated by others you might have to
> tweak with the frequency params in xorg.conf.

This is very good advice. Sorry I forgot about the mode lines.

You can try a lower resolution like the above suggested values.

The man page for xorg.conf will drive you mad as it is miles long.

I suggest you take a sample file and modify. The mode lines is easy.

It should be like this.

-Girish

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16   
                Modes  "800x600" "640x480"
        EndSubSection
        SubSection "Display" 
                Viewport   0 0
                Depth     24
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
EndSection


_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to