X3100 DRM работает криво! [РЕШЕНО]

Знаю, что уже в какой раз возникает подобная тема, но уже крик души! Помогите пожалуйста!
Вот что имеем:
laptop_bass bass # lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics Controller (rev 0c)

Вот что выдает:
laptop_bass bass # glxinfo|grep -i dire
libGL error: drmMap of framebuffer failed (Invalid argument)
libGL error: reverting to (slow) indirect rendering
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect

И вот:
laptop_bass bass # cat /var/log/Xorg.0.log | grep GLX
(==) AIGLX enabled
(II) Loading extension GLX
(WW) intel(0): Option "AllowGLXWithComposite" is not used
(EE) AIGLX error: drmMap of framebuffer failed (Invalid argument)(EE) AIGLX: reverting to software rendering
(II) GLX: Initialized MESA-PROXY GL provider for screen 0

Вот xorg.conf:
laptop_bass bass # cat /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 "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/shdsare/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/MyFonts/"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
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 "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbRules" "xorg"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
# Option "Buttons" "5"
EndSection
Section "InputDevice"
Identifier "Touchpad0"
Driver "Synaptics"
Option "Protocol" "auto-dev"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "TopEdge" "1800"
Option "BottomEdge" "3900"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "UpDownScrolling" "on"
Option "SHMConfig" "on"
EndSection
Section "Monitor"
Identifier "VGA"
VendorName "HP"
ModelName "p1130"
Option "DPMS"
Option "ReducedBlanking"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 170.0
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
Section "Monitor"
Identifier "LVDS"
DisplaySize 331 207
VendorName "LPL"
ModelName "bd00"
EndSection
Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # []
#Option "SWcursor" # []
#Option "ColorKey" #
#Option "CacheLines" #
#Option "Dac6Bit" # []
#Option "DRI" # []
#Option "NoDDC" # []
#Option "ShowCache" # []
#Option "XvMCSurfaces" #
#Option "PageFlip" # []
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "Intel X3100"
BusID "PCI:0:2:0"
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 "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "LVDS"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
Virtual 2880 2000
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "enable"
Option "RENDER" "enable"
EndSection

Помогите пожалуйста!
P.S.
Заранее благодарен!

lsmod ?

lsmod ?
что-то мну подсказывает, что модуль drm не загружен...

drm загружен

drm загружен.
laptop_bass bass # lsmod
Module Size Used by
i915 24576 1
drm 82196 2 i915
intel_agp 24852 1
agpgart 34380 3 drm,intel_agp

В настоящий момент у меня модуль DRM - тот который собирается при сборке ядра, может стоит его убрать от туда и сделать:
emerge drm

еще есть

еще есть иксовый модуль x11-base/x11-drm

Не получается собрать x11-drm

Удалил в ядре модуль DRM, пересобрал ядро, попробовал emerge x11-drm, вываливает ошибку:
* Messages for package x11-base/x11-drm-20060608:
* Portage could not build the DRM modules. If you see an ACCESS DENIED error,
* this could mean that you were using an unsupported kernel build system. All
* 2.4 kernels are supported, but only 2.6 kernels at least as new as 2.6.6
* are supported.
*
* ERROR: x11-base/x11-drm-20060608 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 3745: Called die_error
* environment, line 1150: Called die
* The specific snippet of code:
* die "Unable to build DRM modules."
* The die message:
* Unable to build DRM modules.
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/x11-base/x11-drm-20060608/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-base/x11-drm-20060608/temp/environment'.

И еще вопрос:

видно, что последняя версия x11-drm - 20071019, у меня-же пытается поставиться 20060608, хотя портаж обновлен - emerge --sync

.

echo "x11-base/x11-drm ~x86" >> /etc/portage/package.keywords

С этим разобрался...

С этим разобрался, поставил x11-drm (последний), но ничего не изменилось все абсолютно так-же как и при использовании DRM модуля ядра! Что делать?

Вопрос актуален!

Вопрос все еще актуален! Что делать?

ACCEPT_KEYWORDS="~amd64" emerge xorg-server...

Помогло ACCEPT_KEYWORDS="~amd64" emerge xorg-server...

Такая же беда.

Такая же беда. Помогло сооьветственно:

ACCEPT_KEYWORDS="~x86" emerge xorg-server

правда, после этого отрубилась мышь. Мышь оживил с помощью:

emerge x11-drivers/xf86-input-mouse

Шестерёнки закрутились быстрее! Ради этого стоило бороться!

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

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