direct rendering: No (LIBGL_ALWAYS_INDIRECT set) intel 900
Hola,
Soy nuevo en esto de linux y estoy tratando de activar la aceleracion 3d, estube vagando por muchos foros buscando soluciones y mi xorg.conf a cambiado tanto que ya no se como seria... les dejo el actual para que lo vean:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
No Entindo muchos esto de los modulos o como saber si estan efectivamente instalados. Los otros cambio que le hago al xorg al comienzo me pide la reconfiguracion de la tarjeta de video y siempre termino volviendo a este.
Saludos y desde ya agradezco toda la ayuda posible

Enviar un comentario nuevo