Screen Resolution Problem

Edward Dunagin edunagin at gmail.com
Wed Apr 16 20:20:08 UTC 2008


Hello Jack,

On Tue, Apr 15, 2008 at 7:06 PM, Jack Lydick <jack.lydick at gmail.com> wrote:
> I'm having a problem with my screen resolution that is causing me to drink.
> Okay, drink more than usual.  My resolution keeps reverting to being too big
> for my monitor.  My graphics information is: EVGA e-GeForce 8600 GT NVIDIA
> 256MB connected via DVI to HDMI cable to an Olevia 527V TV used as a
> monitor.  The native resolution is 1360 X 768 which gives me too large of a
> screen of a quarter inch to half inch all the way around.  System -
> Preferences - Screen Resolution did not fix the problem.  Researching the
> list I found information on using the command line with gksudo
> nvidia-settings.  I changed it to 1280 X 720 and centered instead of
> stretched and this fixed it but now it is too small by the same quarter to
> half an inch.  But at least I can see the entire desktop.  However, it
> reverts to the too large screen after every reboot.  Below is the contents
> of the xorg.conf file if that will help.
>
> I apologize for the long post.  Maybe this will provide a brief respite from
> the top posting debate.  I would appreciate any help that can be provided.
> Thanks in advance.  By the way, it is a new install of Ubuntu 7.10 on a PC
> built by a coworker.
>
> Jack
>
> # nvidia-settings: X configuration file generated by nvidia-settings
> # nvidia-settings:  version 1.0  (buildmeister at builder26)  Wed Sep 12
> 14:29:53 PDT 2007
>
> Section "ServerLayout"
>     Identifier     "Layout0"
>      Screen      0  "Screen0" 0 0
>     InputDevice    "Keyboard0" "CoreKeyboard"
>     InputDevice    "Mouse0" "CorePointer"
> EndSection
>
> Section "Files"
>      RgbPath         "/usr/X11R6/lib/X11/rgb"
> EndSection
>
> Section "Module"
>     Load           "dbe"
>     Load           "extmod"
>     Load           "type1"
>      Load           "freetype"
>     Load           "glx"
> EndSection
>
> Section "ServerFlags"
>     Option         "Xinerama" "0"
> EndSection
>
> Section "InputDevice"
>      # generated from default
>     Identifier     "Mouse0"
>     Driver         "mouse"
>     Option         "Protocol" "auto"
>     Option         "Device" "/dev/psaux"
>      Option         "Emulate3Buttons" "no"
>     Option         "ZAxisMapping" "4 5"
> EndSection
>
> Section "InputDevice"
>     # generated from default
>     Identifier     "Keyboard0"
>      Driver         "kbd"
> EndSection
>
> Section "Monitor"
>     # HorizSync source: edid, VertRefresh source: edid
>     Identifier     "Monitor0"
>     VendorName     "Unknown"
>      ModelName      "SYN 527-S11"
>     HorizSync       15.0 - 58.0
>     VertRefresh     56.0 - 75.0
>     Option         "DPMS"
> EndSection
>
> Section "Device"
>     Identifier     "Videocard0"
>      Driver         "nvidia"
>     VendorName     "NVIDIA Corporation"
>     BoardName      "GeForce 8600 GT"
> EndSection
>
> Section "Screen"
>     Identifier     "Screen0"
>      Device         "Videocard0"
>     Monitor        "Monitor0"
>     DefaultDepth    24
>     Option         "TwinView" "0"
>     Option         "metamodes" "1280x720_60 +0+0"
>      SubSection     "Display"
>         Depth       24
>     EndSubSection
> EndSection
>
>
> --
>  ubuntu-users mailing list
>  ubuntu-users at lists.ubuntu.com
>  Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
>
I just brought up 8.04 beta and was having a similar problem. I moved
my xorg.conf fro 7.10 to the /etc/x11 directory and it solved my
problems. I thought this example might be of help to you. I found that
with the Nivida card I could not set the Preferences-screen-resolution
for me either.

Here is my working xorg.conf.

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "ImPS/2"
        Option          "ZAxisMapping"  "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "stylus"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "eraser"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
 Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "cursor"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "nVidia Corporation NV11DDR [GeForce2 MX200]"
        Driver          "nvidia"
        Busid           "PCI:1:0:0"
        Option          "AddARGBVisuals"        "True"
        Option          "AddARGBGLXVisuals"     "True"
        Option          "NoLogo"        "True"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        Horizsync       28-64
        Vertrefresh     43-60
EndSection

Section "Screen"
Identifier      "Default Screen"
        Device          "nVidia Corporation NV11DDR [GeForce2 MX200]"
        Monitor         "Generic Monitor"
        Defaultdepth    24
        SubSection "Display"
                Modes           "1280x1024"     "1280x960"
"1024x768"      "832x624"       "800x600"       "720x400"
"640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
  screen "Default Screen"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"

        # Uncomment if you have a wacom tablet
        #       InputDevice     "stylus"        "SendCoreEvents"
        #       InputDevice     "cursor"        "SendCoreEvents"
        #       InputDevice     "eraser"        "SendCoreEvents"
EndSection
Section "Module"
        Load            "glx"
EndSection

Hope this helps.....Peace.............ed


-- 
Edward Dunagin-Dunigan
Bozeman, MT 59718
mobile 406-570-0992
Landline 406-556-7282
VOIP:sip:edunagin at ekiga.net
http://doas.montanalinux.org




More information about the ubuntu-users mailing list