PDA

View Full Version : [ubuntu] Display problem since upgrading to Karmic



WhiteSphinx
November 9th, 2009, 06:35 PM
Since upgrading to Karmic I cannot use any visual effects. Gnome seems to lock up if I change the visual effects to "normal" or "extra". The time display stops updating and my browser (and dialog boxes) will not update.

I even installed Nvidia driver 190.42, but that didn't help.

I did have to edit my xorg.conf to get the correct resolution. The auto configuration did not work. Here is my xorg.conf:


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder58) Tue Oct 20 21:25:04 PDT 2009

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
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"
Identifier "HW191A"
VendorName "Hanns-G"
ModelName "LCD Panel 1440x900"
HorizSync 30.0 - 80.0
VertRefresh 49.0 - 75.0
Option "DPMS"
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
modeline "1440x900@69" 125.17 1440 1536 1688 1936 900 901 904 937 -hsync +vsync
Gamma 1.0
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "HW191A"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900@69" "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection


Can anyone help me?