Hi!
I’m trying to enable compiz but it seams impossible.
I receive this error:
texture_from_pixmap: not present.
I also use compiz check:
Gathering information about your system…
Distribution: openSUSE 11.0 (X86-64)
Desktop environment: GNOME
Graphics chip: nVidia Corporation GeForce 8700M GT (rev a1)
Driver in use: nvidia
Rendering method: Nvidia
Checking if it’s possible to run Compiz on your system…
Checking for texture_from_pixmap… [FAIL]
Checking for non power of two support… [FAIL]
Checking for composite extension… OK ]
Checking for FBConfig… [FAIL]
Checking for hardware/setup problems… [SKIP]
At least one check had to be skipped:
Error: Unable to detect maximum 3D texture size
here is my xorg.conf:
Section “Device”
Identifier "nVidia0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 8700M GT"
BusID “PCI:3:0:0”
Option "NvAGP" "0"
Option "SLI" "auto"
Option "NoLogo" "false"
Option "BackingStore" "true"
Option "UseCompositeWrapper" "true"
Option "AddARGBGLXVisuals" "true"
Option "DamageEvents" "false"
EndSection
Section “Device”
Identifier "nVidia1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 8700M GT"
BusID “PCI:4:0:0”
Option "NvAGP" "0"
Option "SLI" "auto"
Option "NoLogo" "false"
Option "BackingStore" "true"
Option "UseCompositeWrapper" "true"
Option "DamageEvents" "false"
EndSection
Section “Module”
Load "dbe"
Load "glx"
Load "extmod"
Load "vbe"
EndSection
Section “InputDevice”
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
EndSection
Section “InputDevice”
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section “InputDevice”
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section “Monitor”
Identifier "LCD"
Option "DPMS"
EndSection
Section “Screen”
Identifier "Default Screen"
Device "nVidia0"
Monitor "LCD"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1920x1200"
EndSubSection
EndSection
Section “ServerLayout”
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "Synaptics Touchpad"
EndSection
Section “Extensions”
Option "Composite" "Enable"
EndSection
Please help!
Tks!