"Solo" hace falta poner en el archivo de configuración de las "X". O
meterlo en el campo de opciones adicionales de "card configuration" en
el XF86Setup. La siguiente línea:
ChipID 0x524
Lo que hace posible que el servidor "X" sea capaz de hacer uso de
la aceleración 2D que ya lleva implementada para las Atis con
chipset Rage128.
No veas lo que me costó encontrar eso! El framebuffer es una tortura.
...aceleracion 3d en la próxima receta :) ----------- Os adjunto mi
archivo de configuracion de las "X".
Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath
"/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath
"/usr/X11R6/lib/X11/fonts/cyrillic:unscaled" FontPath
"/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath
"/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath
"/usr/X11R6/lib/X11/fonts/Speedo" FontPath
"/usr/X11R6/lib/X11/fonts/Type1" FontPath
"/usr/X11R6/lib/X11/fonts/misc" FontPath
"/usr/X11R6/lib/X11/fonts/cyrillic" FontPath
"/usr/X11R6/lib/X11/fonts/100dpi" FontPath
"/usr/X11R6/lib/X11/fonts/75dpi" EndSection
Section "ServerFlags" EndSection
Section "Keyboard" Protocol "Standard" XkbRules "xfree86" XkbModel
"pc105" XkbLayout "es" EndSection
Section "Pointer" Protocol "IntelliMouse" Device "/dev/mouse" /Chip
...skipping Chipset "r128" #Option "no_accel" #Option "sw_cursor"
#Option "hw_cursor"
Section "Screen" Driver "Accel" Device "Primary Card" Monitor "Primary
Monitor" DefaultColorDepth 32 SubSection "Display" Depth 8 Modes
"1280x1024" EndSubSection SubSection "Display" Depth 15 Modes
"1280x1024" EndSubSection SubSection "Display" Depth 16 Modes
"1280x1024" EndSubSection SubSection "Display" Depth 24 Modes
"1280x1024" EndSubSection SubSection "Display" Depth 32 Modes
"1280x1024" EndSubSection Chipset "r128" #Option "no_accel" #Option
"sw_cursor" #Option "hw_cursor" #Option "dac_8_bit" #Option "dac_6_bit"
ChipID 0x5246
EndSection Section "Screen" Driver "Accel" Device "Primary Card" Monitor
"Primary Monitor" DefaultColorDepth 32 SubSection "Display" Depth 8
Modes "1280x1024" EndSubSection SubSection "Display" Depth 15 Modes
"1280x1024" EndSubSection SubSection "Display" Depth 16 Modes
"1280x1024" EndSubSection SubSection "Display" Depth 24 Modes
"1280x1024" EndSubSection SubSection "Display" Depth 32 Modes
"1280x1024" EndSubSection EndSection
Section "Screen" Driver "SVGA" Device "Primary Card" Monitor "Primary
Monitor" DefaultColorDepth 32 SubSection "Display" Depth 8 Modes
"1280x1024" EndSubSection SubSection "Display" Depth 15 Modes
"1280x1024" EndSubSection SubSection "Display" Depth 16 Modes
"1280x1024" EndSubSection SubSection "Display" Depth 24 Modes
"1280x1024" SubSection "Display" Depth 32 Modes "1280x1024"
EndSubSection
EndSection
Section "Screen" Driver "VGA16" Device "Primary Card" Monitor "Primary
Monitor" SubSection "Display" Depth 4 Modes "1280x1024" EndSubSection
EndSection
Section "Screen" Driver "VGA2" Device "Primary Card" Monitor "Primary
Monitor" SubSection "Display" Depth 1 Modes "1280x1024" EndSubSection
EndSection
Section "Screen" Driver "Mono" Device "Primary Card" Monitor "Primary
Monitor" SubSection "Display" Depth 1 Modes "1280x1024" EndSubSection
EndSection
|