Instalación tarjetas ATI+beryl
Aquí os dejo la configuración del xorg.conf, os tiene que quedar mas o menos igual dependiendo de como os identifique la tarjeta. Válido para cualquier tipo de ATI.
Primero añadimos las fuentes sources.list
deb http://debian.beryl-project.org/ etch main
deb-src http://debian.beryl-project.org/ etch main
Acto seguido, como root en consola:
# wget -O - http://debian.beryl-project.org/root@lupine.me.uk.gpg | apt-key add -
Y después:
# aptitude update
Bien, ahora añadiremos los siguientes paquetes:
# aptitude install beryl emerald mesa-utils
Y añadimos como dije las lineas que falten al archivo xorg.conf local (no usar esta configuración al pie de la letra, observar las diferencias):
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "dbe" # Double Buffering Extension, very important.
Load "type1" # Type 1 fonts
Load "record" # Developer extension, usually not needed
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "Extensions"
# beryl and compiz need this, but it can cause bad (end even softreset-resistant)
# effects in some graphics cards, especially nv.
Option "Composite" "Enable"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Tarjeta de vídeo genérica"
Driver "ati"
BusID "PCI:1:0:0"
VendorName "All"
BoardName "All"
Option "XAANoOffscreenPixmaps"
Option "AllowGLXWithComposite" "true"
Option "EnablePageFlip" "true"
Option "XaaNoScanlineImageWriteRect" "true"
Option "XaaNoScanlineCPUToScreenColorExpandFill" "true"
EndSection
Section "Monitor"
Identifier "CMC 17 AD"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Tarjeta de vídeo genérica"
Monitor "CMC 17 AD"
DefaultDepth 16
Option "AddARGBGLXVisuals" "true"
Option "DisableGLXRootClipping" "true"
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# compiz, beryl 3D-Support with DRI & Composite
Option "AIGLX" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Saludos y que lo disfrutéis.
- Inicie sesión o regístrese para enviar comentarios
- 3213 lecturas

¿"Válido para cualquier tipo de ATI"? Dile a mi Rage 128 de 16 megas que mueva todos esos poligonitos y verás dónde te manda X-D
En serio, buena currada de manual. Gracias.
¿Eso ya funcionará con una X1600 Pro AGP de 512MB? Porque visto lo visto hace tiempo que perdí la esperanza con esta tarjeta.
Respuesta a ¿Eso ya funcionará con una
Hey soy nuevo en debian quisiera saber como añadir las fuentes sources.list , favor usar un lenguaje comprensible se los agradeceria porque estoy interesado en probar lo que dice el articulo, es necesario estar conecta a internet, o se puede realizar bajando los archivos y luego modificar el codigo?
tengo una rage128 pro 32Mb all in wonder AGP 4x y un radeon X900
esto no sirve, en la rage, no estan muchas extensiones soportadas, y en la X900 el driver no tiene buenrendimiento 3D, es mas a veces no agarra el 3D, y el dri es via software o no carga el dri...
es una lastima el mal soporte de la ati para linux, si siguen asi nvidia sera lo unico en el mercado (si ya que sis, s3, via y matrox tampoco furulan mucho en el opengl de lo ultimo que ha salido)