Screen shifted to the right with nvidia drivers and compiz
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
NVIDIA Drivers Ubuntu |
New
|
Undecided
|
Unassigned | ||
compiz (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
nvidia-graphics-drivers-180 (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Ubuntu 8.10 Laptop with nVidia proprietary drivers and compiz
If I select the desktop effects from ubuntu desktop settings I get like 10-15 pixels of the right of the screen wrapped on the left. There's also a row of 1-2 pixels on the top of the screen that's screwed.
The glitch only occurs when I enable Compiz through System, Preferences, Appearance. Not when I enable/disable Compiz via the Compiz Fusion Icon. Neither does the Compiz Fusion icon get rid of the glitch once it's there.
Don't know if it's of some help, but I noted that if I take a desktop screenshot there's no shifting in the captured image.
I also figured out that there is something wrong with gnome-settings-
My screen is 1280x800. if I change the resolution to 1024x768 from gnome display settings, the screen becomes again straight, but I loose all my theme settings, and seems that gnome-settings-
I solved with this script on my desktop and I run it on every boot, but I would like to find a better solution!:
<code>
#!/bin/bash
nvidia-settings -a GPUScaling=1,3
nvidia-settings -a GPUScaling=2,1
</code>
$ lsb_release -rd:
Description: Ubuntu 8.10
Release: 8.10
$ apt-cache policy compiz:
compiz:
Installato: 1:0.7.8-
Candidato: 1:0.7.8-
Tabella versione:
*** 1:0.7.8-
500 http://
100 /var/lib/
1:
500 http://
1:
500 http://
1:
500 http://
$ apt-cache policy nvidia-glx-180:
nvidia-glx-180:
Installato: 180.11-
Candidato: 180.11-
Tabella versione:
*** 180.11-
500 http://
100 /var/lib/
$ apt-cache policy gnome-settings-
gnome-settings-
Installato: 2.24.0-0ubuntu3.3
Candidato: 2.24.0-0ubuntu3.3
Tabella versione:
*** 2.24.0-0ubuntu3.3 0
500 http://
100 /var/lib/
2.
500 http://
there's also a discussion on this problem here: http://
Got the same problem, some more strange behaviour that might help to identify the problem:
The glitch only occurs when I enable Compiz through System, Preferences, Appearance. Not when I enable Compiz via the Compiz Fusion Icon. Enabling or disabling with either method doesn't get rid of the glitch once it's there.