Добрый день. Помогите разобраться с вопросом: Как включить аппаратное ускорение у видеокарты Radeon X300. Имеется видеокарта:
# lspci | grep -i vga
01:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
# uname -a
Linux home 2.6.32-5-686 #1 SMP Tue Oct 19 14:40:34 UTC 2010 i686 GNU/Linux
# dpkg -l | grep radeon
ii xserver-xorg-video-radeon 1:6.13.1-2 X.Org X server -- AMD/ATI Radeon display driver
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV370 5B60 [Radeon X300 (PCIE)]"
BusID "PCI:1:0:0"
EndSection
# glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Software Rasterizer
# cat /var/log/Xorg.0.log | grep -i \(EE\)
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version mismatch.
# cat /var/log/Xorg.0.log | grep -i \(WW\)
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(WW) RADEON(0): Direct rendering disabled
# dpkg -l | grep mesa-dri
ii libgl1-mesa-dri 7.7.1-4 A free implementation of the OpenGL API -- DRI modules
# dpkg -l | grep mesa-glx
ii libgl1-mesa-glx 7.7.1-4 A free implementation of the OpenGL API -- GLX runtime