ok i edit it so:<br>Section "Monitor"<br>        Identifier      "Standardbildschirm"<br>        Option          "DPMS"<br>        HorizSync    31.5 - 90.0<br>        VertRefresh  59.0 - 61.0<br>
EndSection<br><br>Section "Screen"<br>        Identifier      "Default Screen"<br>        Device          "ATI Technologies, Inc. ATI Default Card"<br>        Monitor         "Standardbildschirm"
<br>        DefaultDepth    24<br>        SubSection "Display"<br>                Depth           1<br>                Modes "1280x800"<br>        EndSubSection<br>        SubSection "Display"
<br>                Depth           4<br>                Modes "1280x800"<br>        EndSubSection<br>        SubSection "Display"<br>                Depth           8<br>                Modes "1280x800"
<br>        EndSubSection<br>        SubSection "Display"<br>                Depth           15<br>                Modes "1280x800"<br>        EndSubSection<br>        SubSection "Display"<br>
                Depth           16<br>                Modes "1280x800"<br>        EndSubSection<br>        SubSection "Display"<br>                Depth           24<br>                Modes "1280x800"
<br>        EndSubSection<br>EndSection<br><br>but it dosen't work. Only the RefreshRate changed...<br><br>anyone has an idea?<br><br><br><div><span class="gmail_quote">2006/9/14, Felix Miata <<a href="mailto:mrmazda@ij.net">
mrmazda@ij.net</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 06/09/14 14:49 (GMT-0400) Ralph Thaller apparently typed:<br>
<br>> i have a dell inspiron 6400 with ubuntu linux.<br>> but i can only choose 1024x768 but the native adjustment is 1280x800.<br>> this is my xorg.conf:<br><br>> Section "Monitor"<br>>         Identifier      "Standardbildschirm"
<br>>         Option          "DPMS"<br>>         HorizSync    31.5 - 90.0<br>>         VertRefresh  60.0 - 90.0<br>> EndSection<br><br>> Section "Screen"<br>>         Identifier      "Default Screen"
<br>>         Device          "ATI Technologies, Inc. ATI Default Card"<br>>         Monitor         "Standardbildschirm"<br>>         DefaultDepth    24<br>>         SubSection "Display"
<br>>                 Depth           24<br>>                 Modes           "1280x960" "1280x854" "1280x800" "1280x768"<br>> "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
<br>>         EndSubSection<br>> EndSection<br><br>> has anyone an idea how i can choose a higher resolution?<br><br>I don't have that type display to test, but I would change two lines:<br><br>>         VertRefresh  
60.0 - 90.0<br>to<br>VertRefresh  59.0 - 61.0<br><br>>                 Modes           "1280x960" "1280x854" "1280x800" "1280x768"<br>> "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
<br>to<br>Modes "1280x800" "1280x768" "1200x800" "1152x768" "1024x768"<br>or<br>Modes "1280x800"<br>--<br>"Wisdom is supreme; therefore get wisdom. Though it cost all you
<br>have, get understanding. Esteem her, and she will exalt you;<br>embrace her, and she will honor you."           Proverbs 4:7-8 NIV<br><br> Team OS/2 ** Reg. Linux User #211409<br><br>Felix Miata  ***  <a href="http://mrmazda.no-ip.com/">
http://mrmazda.no-ip.com/</a><br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br><a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>