compiz-fusion тормозит при скролинге... [SOLVED]

Тормозит compiz-fusion при скролинге... При скролинге страниц в firefox'е при скролинге текста в openoffice...
Что имеем...
Видео карта: Intel X3100 (встроенная в ноутбуках чипсет 965GM вроде)
# glxinfo | grep direct
direct rendering: Yes

# grep -i aiglx /var/log/Xorg.0.log
(==) AIGLX enabled
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so

# lsmod
Module Size Used by
i915 31360 2
drm 83608 3 i915
intel_agp 27268 1

/etc/X11/xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "TouchPad0" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "GLcore"
Load "dbe"
Load "dri"
Load "freetype"
Load "type1"
Load "bitmap"
Load "synaptics"
# Load "ddc"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Intel X3100"
BusID "PCI:0:2:0"
Option "ReducedBlanking" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "HWCursor" "true"
Option "DRI" "true"
Option "monitor-VGA" "VGA"
Option "monitor-LVDS" "LVDS"
Option "DPMS" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "enable"
Option "RENDER" "enable"
EndSection

В чем дело не пойму... Совсем запутался уже...
P.S.
Заранее благодарен...

Была таже

Была таже проблема. Решил следующим способом
http://www.linux.org.ru/view-message.jsp?msgid=2598285

Спасибо - помогло!

Спасибо - помогло!
Выкладываю здесь то что по ссылке...
/etc/X11/xorg.conf:
Section "Device"
Identifier "Card0"
Driver "intel"
Option "DRI" "True"
Option "AccelMethod" "xaa"
Option "NoAccel" "False"
Option "MigrationHeuristic" "greedy"
Option "ExaNoComposite" "false"
Option "XAANoOffscreenPixmaps" "true"
Option "EXANoUploadToScreen" "true"
EndSection

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".