Desktop Effects в КЕДАХ ...

Установил Calculate Linux Desktop 9.9.2 KDE с “нуля”, обновил (eix-sync), создал пользователя, добавил в sudoers.
Конфиг ниже:

2.6.30-gentoo-r6

lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300] (rev a1)

cat /etc/X11/xorg.conf

Section "ServerLayout"
  Identifier "Xorg Configured"
  Screen "Monitor"            
EndSection                    

Section "Files"
  FontPath "/usr/share/fonts/corefonts"
  FontPath "/usr/share/fonts/misc"     
  FontPath "/usr/share/fonts/droid"    
EndSection                             

Section "Module"
  Load "dbe" # Double buffer extension
  Load "glx" # OpenGL X protocol interface
  Load "extmod" # Misc. required extension
  Load "GLcore"                           
EndSection                                

Section "Monitor"
  Identifier "StandardMonitor"
  HorizSync 31.5 - 60.0       
  VertRefresh 60-160          
  Option "DPMS"               
EndSection                    

Section "Device"
  Identifier "nvidiaVGA"
  Driver "nvidia"
  Option "RenderAccel" "True"
  Option "AllowGLXWithComposite" "True"
  Option "AddARGBGLXVisuals" "True"
  Option "NoLogo" "True"
  Option "NvAgp" "1"
  Option "DPI" "96x96"
EndSection

Section "Screen"
  Identifier "Monitor"
  Device "nvidiaVGA"
  Monitor "StandardMonitor"
  DefaultDepth 24
  Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x800"
  EndSubsection
EndSection

Section "Extensions"
  Option "Composite" "On"
EndSection

eselect opengl list
Available OpenGL implementations:
  [1]   nvidia *
  [2]   xorg-x11

glxgears
5354 frames in 5.0 seconds = 1070.627 FPS
5498 frames in 5.0 seconds = 1099.594 FPS
5497 frames in 5.0 seconds = 1099.254 FPS

glxinfo | grep render
direct rendering: Yes

Пробую включить эффекты кед в Настройках - Рабочий стол, ставлю галочку включить эффекты, там где “движок” (вкладка Дополнительно), стоит OpenGl.
Нажимаю применить - ошибка (Невозможно включить эффект на текущей конфигурации. Будут возвращены прежние параметры)
Если выбрать XRender, то - работает, но тупит …
Куда рыть?

А под пользователем guest эффекты включаются?

Тоже не включаются :cry:

В /etc/X11/xorg.conf опция “Composite” должна быть включена.

Section "Extensions"
  Option "Composite" "On"
EndSection

В /etc/X11/xorg.conf опция “Composite” должна быть включена.

Section "Extensions"
  Option "Composite" "On"
EndSection

Уважаемый DCCooper, если бы Вы посмотрели мой первый пост, в котором приведён даже конфиг иксорга, то, думаю, не стали бы так писать :sunglasses:
Конечно эта секция есть :sunglasses:
Что ещё может быть?

Попробуйте переустановить nvidia-drivers, и после этого выполнить

eselect opengl set nvidia

Вот мой конфиг:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
 # nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Tue Jul 28 16:20:20 PDT 2009

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0     
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection                                   

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/" 
    FontPath        "/usr/share/fonts/OTF"  
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/" 
EndSection                                    

Section "Module"
    Load           "glx"
    Load           "extmod"
    Load           "wfb"   
    Load           "record"
    Load           "dbe"   
EndSection                 

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"      
EndSection                    

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse" 
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"  
EndSection                                   

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model" 
EndSection                         

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "G70 [GeForce 7600 GS]"
EndSection                                

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"  
    Monitor        "Monitor0"
    Option         "NoLogo" "False"
    Option         "RenderAccel" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

С такими настройками все работает.

строки

    Option         "RenderAccel" "True"
    Option         "AddARGBGLXVisuals" "True"

в секции

Section "Screen"