On Mon, Aug 25, 2003 at 01:09:34PM -0500, Wes Janzen wrote: >I think you need to put that in a modeline section, i.e.: >Section "Monitor" > Identifier "Monitor0" > VendorName "NORTEK" > ... > UseModes "SOG" >EndSection > >Section "Modes" > Identifier "SOG" > Modeline "1024x768" 94.116 1024 1061 1198 1364 768 770 783 814 >-HSync -VSync >EndSection Both methods will work. Modelines can be specified directly in the Monitor section. Putting them in a separate Modes section is most useful when you have multiple Monitor sections what want to use the same modelines. As usual, the XF86Config(5) man page is the place to go to check up on stuff like this. It is pretty comprehensive, and I try to keep it up to date. >Except, that you'll want to call the modeline "1024x768" I think rather >than "SOG" as noted above. I'm not sure that "SOG" for the identifier >of the modeline itself would work. If that doesn't work, you'll need to >look at your X log and see if it threw away that modeline for some reason. The name can be anything you like. In fact if you want to eliminate any doubt that a custom mode you specify is the one getting used, give it an unusual name :-). That makes it easy to check for it in the XFree86 log file. We definitely need to see that log file to see what's going on here. David -- David Dawes Founder/committer/developer The XFree86 Project www.XFree86.org/~dawes _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86