Comment 25 for bug 44562

Revision history for this message
JeffH (jeffh0821) wrote : Re: Switch user causes screen resolution to change

Still no success. I noticed there were duplicate sections in my xorg.conf file so I cleaned it up some and restarted my xserver. Still nothing. I get 640x480 when trying to switch users.

Any other ideas? Should I assume this bug is really not all that pervasive and only limited to a very small subset of users or do very few Ubuntu users have multi-user setups? There seems to be so little activity on this issue.

- Jeff

Current xorg.conf file:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@vernadsky) Tue Mar 4 20:24:34 UTC 2008

# xorg.conf (X.Org X Window System server configuration file)
<--- Comments removed --->

Section "Module"
    Load "glx"
EndSection

Section "ServerFlags"
    Option "Xinerama" "0"
EndSection

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

Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
EndSection

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "IBM L190p"
    HorizSync 30.0 - 81.0
    VertRefresh 55.0 - 76.0
EndSection

Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce4 Ti 4600"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "1280x1024_72 +0+0; nvidia-auto-select +0+0"
    Option "AddARGBGLXVisuals" "True"
EndSection

Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Screen0"
EndSection