Beryl + i810 +kde

Ну собственно говоря, вопрос один: Что делать? Берил собран.... пока это все.... Собственно glxinfo выдает direct rendering: no. Вот xorg.conf:
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/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "GLcore"
Load "xtrap"
Load "dri"
Load "glx"
Load "freetype"
Load "type1"
Load "synaptics"
Load "i810"
Load "evdev"
Load "kbd"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle"
EndSection

Section "InputDevice"
Identifier "TouchPad0"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "Auto"
Option "Emulate3Buttons"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "Intel video card"

Driver "i810"
VendorName "Intel Corporation"
BoardName "Mobile 852GM/855GM Express Graphics Controller"
Chipset "852GM/855GM"
VideoRam 65536
Option "RenderAccel" "on"
Option "AccelMethod" "EXA"
BusID "PCI:0:2:0"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
EndSection

Section "Screen"
Identifier "DefaultScreen"
Device "Intel video card"
Monitor "Generic Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "DefaultLayout"
Screen "DefaultScreen"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "TouchPad0" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Option "AIGLX" "true"
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

дык в начале

дык в начале сконфигурить драйверы в ядре так чтоб там было написано direct rendering: yes

Там их как в

Там их как в ядро компилить или модулями? Просто для своей видюхи собрал в ядро

Короче вот к

Короче вот к чему я пришел:

$cat /var/log/Xorg.0.log | grep "(WW)"
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) intel(0): Bad V_BIOS checksum
(WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed
(WW) intel(0): i830 Kernel module detected, Use the i915 Kernel module instead, aborting DRI init.
(WW) : No Device specified, looking for one...

$cat /var/log/Xorg.0.log | grep "(EE)"
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) intel(0): detecting sil164
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(EE) intel(0): Unable to read from DVOI2C_E Slave 236.
(EE) intel(0): ivch: Unable to read register 0x00 from DVOI2C_B:04.
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(EE) intel(0): tfp410 not detected got VID FFFFFFFF: from DVOI2C_E Slave 112.

По прежнему нет

По прежнему нет хардварного ускорения

Рендеринг

Рендеринг наконец-то заработал! Дело ыбло в том что драйвер для видюхи на до было модулем собирать! Респект Aladdin!

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

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