I have some strange effect using the binary driver (latest version 352.30, but the two previous versions behave similar). The setup is a laptop with GTX860M and two additional monitors.
It seems that GNOME is not updated properly. When writing, scrolling, moving the mouse, some parts of the windows are not updated properly, sometimes. When typing (within several editors or thunderbird) what I have typed is not visible unless I move the mouse over it.
I tried some Tweeks in GNOME and in the xorg.conf without success. My xorg looks
++
Section “ServerLayout”
Identifier “layout”
Screen 0 “Screen0” 0 0
Inactive “intel”
EnddSection
Section “Monitor”
Identifier “Monitor0”
VendorName “Unknown”
ModelName “Unknown”
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option “DPMS”
EndSection
Section “Device”
Identifier “intel”
Driver “intel”
EndSection
Section “Device”
Identifier “Device0”
Driver “nvidia”
VendorName “NVIDIA Corporation”
BoardName “GeForce GTX 860M”
Option “TripleBuffer” “True”
BusID “PCI:1:0:0”
EndSection
Section “Screen”
Identifier “intel”
Device “intel”
Monitor “Monitor0”
EndSection
Section “Screen”
Identifier “nvidia”
Device “nvidia”
Monitor “Monitor0”
DefaultDepth 24
SubSection “Display”
Depth 24
Modes “nvidia-auto-select”
EndSubSection
EndSection
Section “Screen”
Identifier “Screen0”
Device “Device0”
DefaultDepth 24
SubSection “Display”
Virtual 5760 1080
Depth 24
EndSubSection
EndSection
In CompizConfigSettingsManager, all options are set (i.e. SynctoVBlank, etc.)
Any ideas?