Проблема с ATI

При запуске: # glxgears (и не только) получаю это:

X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  142 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12

Как лечить?

Вот в логах нашел # cat

Вот в логах нашел

# cat /var/log/Xorg.0.log | grep WW
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/TTF" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
(WW) The directory "/opt/kde/share/fonts" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts" does not exist.
(WW) The directory "/usr/local/share/fonts/TTF" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts".
(WW) The directory "/usr/share/fonts/defaul" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
(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) Falling back to old probe method for fglrx
(WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
(WW) Video driver ABI version of the X server is 4.1
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed!                  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO)             *
(WW) fglrx(0): * no 3D acceleration available                *
(WW) fglrx(0): ********************************************* *

DRI в ядре должден быть

DRI в ядре должден быть отключен, а после этого переустановлены ati-drivers.

Спасибо, попробую.

Спасибо, попробую.

А где его там искать? Всмысле

А где его там искать? Всмысле DRI в ядре. Хоть примерно... )

Device Drivers --->

Device Drivers --->
Graphics support --->
< > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->

Спасибо

Спасибо

Так он у меня итак отключен.

Так он у меня и так отключен. Может быть включить нужно?

/etc/X11/xorg.conf в студию!

/etc/X11/xorg.conf в студию!

А что мне с DRI делать? А то

А что мне с DRI делать? А то я уже ядро собираю с включеным DRI
Вот xorg.conf
krigstask: см. FAQ

как минимум Section

как минимум

Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
Load "dri"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "drm"
Load "GLcore"
Load "aiglx"
Load "extmod"
# This loads the GLX module
Load "glx"
# This loads the DRI module
EndSection

тебе ж сказали что опция dri в ядре должна быть отключина! зачем спешиш?

Вставил этот кусок себе,

Вставил этот кусок себе, теперь в логах икса новые ошибки

# cat /var/log/Xorg.0.log | grep WW
(WW) The directory "/usr/local/share/fonts/TTF" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts".
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
(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) Warning, couldn't open module type1
(WW) Warning, couldn't open module freetype
(WW) Warning, couldn't open module aiglx
(WW) Falling back to old probe method for fglrx
(WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
(WW) Video driver ABI version of the X server is 4.1
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(WW) fglrx(0): Failed to open DRM connection
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(WW) fglrx(0): No DRM connection for driver fglrx.
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed!                  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO)             *
(WW) fglrx(0): * no 3D acceleration available                *
(WW) fglrx(0): ********************************************* *

# glxgears по-прежнему говорит

X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12

Вот полный xorg.conf
http://slil.ru/27729033

мда...оно тупо ненастроено.

мда...
оно тупо не настроено. можно попробовать сгенерить конфиг через

X -configure

или сходить на вики.

fglrx удали и будет тебе

fglrx удали и будет тебе счастье

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

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