Screen resoluton

Konstantinos Togias ktogias at math.upatras.gr
Thu Sep 21 23:59:15 UTC 2006


On 9/22/06, Tom Lovelace <telovelace at bellsouth.net> wrote:
> Section "Device"
>         Identifier      "NVIDIA Corporation NV18 [GeForce4 MX - nForce GPU]"
>         Driver          "nv"
The line above indicates that you use nv, the opensource driver for
nvidia. If you want to try using the official binary nvidia-glx driver
do a sudo apt-get install nvidia-glx, or  sudo apt-get install
nvidia-glx-legacy (check
https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia?highlight=%28nvidia%29
to find out if your card needs nvidia-glx or nvidia-glx-legacy driver)
and then run
sudo dpkg-reconfigure xserver-xorg and select "nvidia" when you are
asked for the type of your video card.
>         BusID           "PCI:2:0:0"
> EndSection
>
> Section "Monitor"
>         Identifier      "SyncMaster"
>         Option          "DPMS"

In this Section you can put the VertRefresh and HorizSync values for
your monitor. Now those values are not defined and X.org trys to probe
those values by itself. It may cannot find out the correct values and
this can be the reason you cannot get a resolution better than 640 X
480. Look for the correct ranges for your monitor either on it, or in
its manuals, or do a search at manufacturers web site, or generally on
google with the make and model of your monitor. Once you know the
ranges you can put them here, or give them to dpkg-reconfigure
xserver-xorg once asked.

> EndSection
>
> Section "Screen"
>         Identifier      "Default Screen"
>         Device          "NVIDIA Corporation NV18 [GeForce4 MX - nForce GPU]"
>         Monitor         "SyncMaster"
>         DefaultDepth    24
>         SubSection "Display"
>                 Depth           1
>                 Modes           "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
>         EndSubSection
>         SubSection "Display"
>                 Depth           4
>                 Modes           "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
>         EndSubSection
>         SubSection "Display"
>                 Depth           8
>                 Modes           "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
>         EndSubSection
>         SubSection "Display"
>                 Depth           15
>                 Modes           "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
>         EndSubSection
>         SubSection "Display"
>                 Depth           16
>                 Modes           "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
>         EndSubSection
>         SubSection "Display"
>                 Depth           24
>                 Modes           "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
>         EndSubSection
> EndSection
>
> Section "ServerLayout"
>         Identifier      "Default Layout"
>         Screen          "Default Screen"
>         InputDevice     "Generic Keyboard"
>         InputDevice     "Configured Mouse"
>         InputDevice     "stylus" "SendCoreEvents"
>         InputDevice     "cursor" "SendCoreEvents"
>         InputDevice     "eraser" "SendCoreEvents"
> EndSection
>
> Section "DRI"
>         Mode    0666
> EndSection
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>


-- 
Konstantinos Togias
University Of Patras
Dept. of Mathematics




More information about the ubuntu-users mailing list