On Sun, 23 Mar 2008 14:15:33 +1030<br>Tim <<a href="mailto:ignored_mailbox@yahoo.com.au">ignored_mailbox@yahoo.com.au</a>> wrote:<br><br>> On Sat, 2008-03-22 at 07:07 -0500, <a href="mailto:pursley1@netscape.net">pursley1@netscape.net</a> wrote:  <br>
> > I need to know if someone can tell me that will force X11 to default<br>> > to a specific display mode (24 bit color w/ 1024x768 resolution) when<br>> > it starts up.  I am using an LCD display that is not very forgiving in<br>
> > other graphic video modes and for some reason, even though I have that<br>> > listed as the only option in xorg.conf, it still switches to another <br>> > video mode when it first starts up.   <br>> <br>
> You *might* want to play with the DDC option in your xorg.conf, to stop<br>> it probing your hardware for settings, so it just uses what you,<br>> configure yourself.<br>> <br>> e.g. Option "DDC" "off"<br>
> <br>> You can try reading the man files for your graphics chipset, e.g. "man<br>> i810" (substituting whatever yours actually is), but I've found that<br>> some of the options mentioned in these man files were completely<br>
> ignored.<br>>   <br>Environment:<br>  Fedora 8<br>  xorg-x11-drv-nv-2.1.6-1.fc8<br>  Nvidia NV34 [GeForce FX 5200] (rev a1) connected with<br>  digital to analog converter (supplied by card vendor)  to Compaq KVM <br>
  (don't know exact model) to (analog to analog) Dell FP2405FPW LCD monitor.<br><br>This solved my problem.<br>On FC4 everything was working properly.<br>On F8 i tried nvidia proprietary driver and it worked only in 1920x1080.<br>
With nv driver and this setup i got 1920x1200 back again :-)<br><br>Section "Monitor"<br>    Identifier   "Monitor0"<br>    VendorName   "Monitor Vendor"<br>    ModelName    "Dell 2405FPW (Analog)"<br>
    HorizSync    30.0 - 83.0<br>    VertRefresh  56.0 - 60.0<br>    Option      "dpms"<br>    Option       "DDC" "off"<br>    Option       "ReducedBlanking" "on"<br>    ModeLine     "1920x1200" 154.0 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync<br>
    ModeLine     "1600x1200" 161.0 1600 1704 1880 2160 1200 1201 1204 1242 -hsync +vsync<br>    ModeLine     "1280x1024" 138.5 1280 1368 1504 1728 1024 1025 1028 1069 -hsync +vsync<br>    ModeLine     "1152x864" 105.0 1152 1224 1352 1552 864 865 868 902 -hsync +vsync<br>
    ModeLine     "1024x768" 81.8 1024 1080 1192 1360 768 769 772 802 -hsync +vsync<br>    ModeLine     "800x600" 48.9 800 840 920 1040 600 601 604 627 -hsync +vsync<br>    ModeLine     "640x480" 30.7 640 664 728 816 480 481 484 502 -hsync +vsync<br>
EndSection<br><br>Tnx for the tip & best regards, Bob<br><br>