Screen Resolution on a Dell Inspiron 6400

Felix Miata mrmazda at ij.net
Thu Sep 14 19:09:02 UTC 2006


On 06/09/14 14:49 (GMT-0400) Ralph Thaller apparently typed:

> i have a dell inspiron 6400 with ubuntu linux.
> but i can only choose 1024x768 but the native adjustment is 1280x800.
> this is my xorg.conf:

> Section "Monitor"
>         Identifier      "Standardbildschirm"
>         Option          "DPMS"
>         HorizSync    31.5 - 90.0
>         VertRefresh  60.0 - 90.0
> EndSection

> Section "Screen"
>         Identifier      "Default Screen"
>         Device          "ATI Technologies, Inc. ATI Default Card"
>         Monitor         "Standardbildschirm"
>         DefaultDepth    24
>         SubSection "Display"
>                 Depth           24
>                 Modes           "1280x960" "1280x854" "1280x800" "1280x768"
> "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
>         EndSubSection
> EndSection

> has anyone an idea how i can choose a higher resolution?

I don't have that type display to test, but I would change two lines:

>         VertRefresh  60.0 - 90.0
to
VertRefresh  59.0 - 61.0

>                 Modes           "1280x960" "1280x854" "1280x800" "1280x768"
> "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
to
Modes "1280x800" "1280x768" "1200x800" "1152x768" "1024x768"
or
Modes "1280x800"
-- 
"Wisdom is supreme; therefore get wisdom. Though it cost all you
have, get understanding. Esteem her, and she will exalt you;
embrace her, and she will honor you."		Proverbs 4:7-8 NIV

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://mrmazda.no-ip.com/




More information about the ubuntu-users mailing list