Próba uruchomienia daje taki efekt:
Próby uruchomienia przez "Compiz Fusion Icon" powodują zniknięcie belek i zawiechę paneli pulpitu i niektórych okien.sali@sali:~$ compiz --replace
/usr/bin/compiz.real (core) - Error: Another window manager is already running on screen: 0
/usr/bin/compiz.real (core) - Fatal: No manageable screens found on display :0.0
Przekopałem się przez google i niezliczone fora linuxowe ale nie znalazłem żadnego działającego rozwiązania tego problemu. Próbowałem też przeinstalować compiza, ale też bez efektu.
¦rodowisko: KDE
Sterownik: zamknięty NVIDIA-Linux-x86_64-100.14.09-pkg2.run - działa
xorg.confsali@sali:~$ glxinfo | grep -i direct
direct rendering: Yes
sali@sali:~$ glxgears
35339 frames in 5.0 seconds = 7067.774 FPS
35466 frames in 5.0 seconds = 7093.195 FPS
35507 frames in 5.0 seconds = 7101.351 FPS
35052 frames in 5.0 seconds = 7010.217 FPS
X connection to :0.0 broken (explicit kill or server shutdown).
Jak ktoś ma jakiś pomysł, to chętnie przetestujęSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
# Load "glx"
# Test
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
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" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7300 GT]"
Driver "nvidia"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7300 GT]"
Monitor "Generic Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection