Hello again.
I'm posting my xorg.conf, as it provides both - functional xinerama and compiz. NVidia utility did not work for me, so I've written it by hand. It includes also the important entry
Code:
Section "Extensions"
Option "Composite" "Enable"
EndSection
which might me especially helpful for You (I can remember having had Your issue a long time ago).
However, I have been testing this config just for one day now, and I keep getting the error message "Xlib: extension "RANDR" missing on display ":0.0"." (sometimes it appears doubled) when opening nearly anything (from the terminal), if not everything. Anyway, I don't know if it implies any malfunctionality, because I use just the basic compiz and no games or 3D-intensive apps whatsoever.
Post any results!
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@vernadsky) Thu Jun 5 09:26:53 UTC 2008
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "ButtonMapping" "1 2 3 6 7"
Option "Emulate3Buttons" "true"
Option "Sensitivity" "1.3"
Option "Resolution" "800"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "BenQ FP93GP"
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 76.0
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "HP LP1965"
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 76.0
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
EndSection
Section "ServerFlags"
Option "Xinerama" "1"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GT"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "RenderAccel" "true"
Option "NoLogo" "1"
Option "TwinView" "1"
Option "metamodes" "1280x1024_60 1280x1024_60"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Bookmarks