Hi!<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>
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           1
<br>
                Modes           "1280x960" "1280x854" "1280x800"
"1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600"
"640x480"
<br>
        EndSubSection
<br>
        SubSection "Display"
<br>
                Depth           4
<br>                Modes           "1280x960" "1280x854" "1280x800"
"1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600"
"640x480"
<br>
        EndSubSection
<br>
        SubSection "Display"
<br>
                Depth           8
<br>                Modes           "1280x960" "1280x854" "1280x800"
"1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600"
"640x480"
<br>
        EndSubSection
<br>
        SubSection "Display"
<br>
                Depth           15
<br>                Modes           "1280x960" "1280x854" "1280x800"
"1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600"
"640x480"
<br>
        EndSubSection
<br>
        SubSection "Display"
<br>
                Depth           16
<br>                Modes           "1280x960" "1280x854" "1280x800"
"1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600"
"640x480"
<br>
        EndSubSection
<br>
        SubSection "Display"
<br>
                Depth           24
<br>                Modes           "1280x960" "1280x854" "1280x800"
"1280x768" "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>thx, Ralph<br><br>