Thanks everyone for your helpful advice. It seems that running the following command, sudo dpkg-reconfigure xserver-xorg, helped to fix the issue with the resolution. Have a wonderful Memorial Day weekend!<br><br>- Ifeanyi<br>
<br><div class="gmail_quote">On Thu, May 22, 2008 at 10:31 PM, Joel Oliver <<a href="mailto:joelol75@verizon.net">joelol75@verizon.net</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">Ifeanyi wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
Ever since I upgraded from Kubuntu 7.10 to 8.04, I've been having problems locking in my screen resolution. I've had to work around this problem by opening the system settings once I login to KDE and clicking on the screen resolution settings option. If I'm lucky, this will resize the screen to the size I want (1280 X 1024). Sometimes, however, this results in a crash of KWIN or some other display-related application. <br>
Also, when I attempt to switch sessions, I run a greater risk of crashing KWIN. And when I do have multiple sessions running, I don't see the login screen when attempting to switch between the sessions. I happen to know that one should be there and so I end up blindly typing my password and the switch tends to execute successfully. <br>
I'd appreciate any help in resolving this.<br>
<br>
thanks,<br>
Ifeanyi<br>
<br>
<br>
</blockquote></div></div>
You can resetup the xorg.conf file by running:<br>
<br>
sudo dpkg-reconfigure xserver-xorg<br>
<br>
Also sometimes a line in the xorg.conf file "Virtual 1024x768" or similar causes some screens to 'scroll' or not look proper, usually with the logon or kdm screens... Usually removing this line from the conf file fixes this. It seems that hardy really removes alot of sections from the conf file (uses defaults) so there's no template to go by... You can look though mine if it helps. Don't copy it as the bus id of the card and many other things are not right, but it gives a good template to go by. BTW i'm using a later Nvidia card and compiz-fusion.<br>
<br>
<br>
<br>
<br># nvidia-settings: X configuration file generated by nvidia-settings<br>
# nvidia-settings: version 1.0 (buildmeister@builder26) Wed Sep 12 14:29:53 PDT 2007<br>
<br>
# xorg.conf (xorg X Window System server configuration file)<br>
#<br>
# This file was generated by dexconf, the Debian X Configuration tool, using<br>
# values from the debconf database.<br>
#<br>
# Edit this file with caution, and see the xorg.conf manual page.<br>
# (Type "man xorg.conf" at the shell prompt.)<br>
#<br>
# This file is automatically updated on xserver-xorg package upgrades *only*<br>
# if it has not been modified since the last upgrade of the xserver-xorg<br>
# package.<br>
#<br>
# If you have edited this file but would like it to be automatically updated<br>
# again, run the following command:<br>
# sudo dpkg-reconfigure -phigh xserver-xorg<br>
<br>
Section "ServerLayout"<br>
<br>
# Uncomment if you have a wacom tablet<br>
# InputDevice "stylus" "SendCoreEvents"<br>
# InputDevice "cursor" "SendCoreEvents"<br>
# InputDevice "eraser" "SendCoreEvents"<br>
Identifier "Default Layout"<br>
Screen 0 "Screen0" 0 0<br>
InputDevice "Generic Keyboard"<br>
InputDevice "Configured Mouse"<br>
EndSection<br>
<br>
Section "Files"<br>
EndSection<br>
<br>
Section "Module"<br>
EndSection<br>
<br>
Section "ServerFlags"<br>
Option "Xinerama" "0"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "Generic Keyboard"<br>
Driver "kbd"<br>
Option "CoreKeyboard"<br>
Option "XkbRules" "xorg"<br>
Option "XkbModel" "pc105"<br>
Option "XkbLayout" "us"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "Configured Mouse"<br>
Driver "mouse"<br>
Option "CorePointer"<br>
Option "Device" "/dev/input/mice"<br>
Option "Protocol" "ImPS/2"<br>
Option "ZAxisMapping" "4 5"<br>
Option "Emulate3Buttons" "true"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "stylus"<br>
Driver "wacom"<br>
Option "Device" "/dev/input/wacom"<br>
Option "Type" "stylus"<br>
Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "eraser"<br>
Driver "wacom"<br>
Option "Device" "/dev/input/wacom"<br>
Option "Type" "eraser"<br>
Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "cursor"<br>
Driver "wacom"<br>
Option "Device" "/dev/input/wacom"<br>
Option "Type" "cursor"<br>
Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>
EndSection<br>
<br>
Section "Monitor"<br>
Identifier "LCM-22w3"<br>
HorizSync 30.0 - 82.0<br>
VertRefresh 56.0 - 76.0<br>
Option "DPMS"<br>
EndSection<br>
<br>
Section "Monitor"<br>
Identifier "Monitor0"<br>
VendorName "Unknown"<br>
ModelName "WDE LCM-22w3"<br>
HorizSync 30.0 - 82.0<br>
VertRefresh 56.0 - 76.0<br>
EndSection<br>
<br>
Section "Device"<br>
Identifier "nVidia Corporation C51PV [GeForce 6150]"<br>
Driver "nvidia"<br>
BusID "PCI:0:5:0"<br>
EndSection<br>
<br>
Section "Device"<br>
Identifier "Videocard0"<br>
Driver "nvidia"<br>
VendorName "NVIDIA Corporation"<br>
BoardName "GeForce 6150"<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Default Screen"<br>
Device "nVidia Corporation C51PV [GeForce 6150]"<br>
Monitor "LCM-22w3"<br>
DefaultDepth 24<br>
SubSection "Display"<br>
Modes "1680x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480"<br>
EndSubSection<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Screen0"<br>
Device "Videocard0"<br>
Monitor "Monitor0"<br>
DefaultDepth 24<br>
Option "TwinView" "0"<br>
Option "metamodes" "1680x1050_60 +0+0; 1680x1050 +0+0; 1280x1024 +0+0; 1280x960 +0+0; 1280x800 +0+0; 1152x864 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"<br>
EndSection<br>
<br>
<br>--<br>
kubuntu-users mailing list<br>
<a href="mailto:kubuntu-users@lists.ubuntu.com">kubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/kubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/kubuntu-users</a><br>
<br></blockquote></div><br>