LINUX.ORG.RU

Arch, Intel, Mesa 7.5, Software Rasterizer


0

0

поставил недавно арч, возникла проблема.
видеокарта intel x3100. mesa стоит 7.5.

все должно работать, но
$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Software Rasterizer

мой xorg.conf:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection


Section "Module"
Load "dbe"
Load "glx"
Load "dri"
Load "dri2"
Load "GLcore"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "evdev"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "evdev"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
Identifier "Card0"
Driver "intel"
Option "DRI" "true"
Option "NoAccel" "false"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
Option "ExaNoComposite" "false"
Option "XAANoOffscreenPixmaps" "true"
Option "EXANoUploadToScreen" "true"
EndSection


Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Group "video"
Mode 0666
EndSection


в Xorg.0.log ничто не говорит о нерабочести, хотя если нужно могу выложить. может я чего то не заметил.

в чем может быть проблема?

Ответ на: комментарий от Deleted

хм. в glxinfo появилось:

libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/i965_dri.so
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/i965_dri.so
libGL error: failed to open drm device: Permission denied
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/swrast_dri.so

как лечить?

z-kzn-z
() автор топика
Ответ на: комментарий от Deleted

все, решил.
было
Section "DRI"
Group "video"
Mode 0666
EndSection
, но меня (пользователя) не было в группе video. добавил - и заработало)

спасибо большое за подсказку

z-kzn-z
() автор топика
Ответ на: комментарий от z-kzn-z

было то же самое... перезагрузил кеды после gpasswd -a zhacka video - плазма отвалилась %) зато Quake LIVE стал работать)))

zHACKa
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.