Hola, estoy desde hace un tiempo tratando de instalar el driver sis_dri.so para habilitar la aceleracción grfica en X por que todos los juegos andan muy lentos, incluso los que son de linux y en la pagina
http://www.winischhofer.eu/linuxsispart4.shtml#download encontre un driver para la aceleracion grafica pero no tengo idea de como se instala, por ahora tengo el xorg.conf configurado asi:
Código:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
#Load "type1"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "latam"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "SiS 630 AGP"
Driver "sis"
Option "DRI" "true"
Option "EnableSiSCtrl" "yes"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Samsung SyncMaster 753s"
VendorName "Samsung"
ModelName "SyncMaster 753s"
HorizSync 30-70
VertRefresh 50-160
Option "DPMS" "false"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "SiS 630 AGP"
Monitor "Samsung SyncMaster 753s"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480" "320x240" "320x200"
EndSubSection
EndSection
#Section "DRI" #X se niega a arrancar con esa sección
# Mode 0666
#EndSection
Lo tuve que configurar yo mismo por que en debian lenny no sirve el comando dpkg-reconfigure asi que es posible que tenga errores