Bem, já que ninguém quer responder:)
Este artigo da wiki , apesar de não estar completamente relacionado, forneceu dicas úteis:
You can easily check if you have 3D rendering ... by installing mesa and running the following command:
glxinfo | grep renderer
If you have no 3D acceleration you'll get some output like this:
[joe@arch64]$ OpenGL renderer string: Software Rasterizer
If 3D acceleration is enabled you'll get a message like this:
[joe@arch64]$ OpenGL renderer string: Mesa DRI R600 (RV730 9490) 20090101 x86/MMX+/3DNow!+/SSE2 TCL DRI2
Também tive que instalar xf86-video-intel
, libgl
, intel-dri
, mesa
e mesa-demos
e adicionei i915 à linha MODULES em /etc/mkinitcpio.conf conforme descrito aqui .
Tudo funciona perfeitamente agora. Ufa ...