Atlante escribió:Aprovecho el upeo del hilo para ver si alguno teneis una Ati radeon funcionando con los drivers libres (aixgl) y con aceleración 3d. Me he puesto en 3 ocasiones y me ha vencido. Me interesaría sobre todo el xorg.conf.
Saludos
Como da la casualidad que tengo justo eso (con compiz fucionando además bastante bien) te codeo el xorg.conf
- Código: Seleccionar todo
# File generated by xorgconfig.
#
# Copyright 2004 The X.Org Foundation
Section "DRI"
Group 0
Mode 0666
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
Section "Files"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "dri"
Load "glx"
Load "drm"
Load "dbe"
Load "freetype"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
EndSection
Section "Monitor"
Identifier "Screen0"
HorizSync 31.5 - 90
VertRefresh 60 - 180
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Screen0"
Driver "radeon"
#Extra options
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
# APG Performance
Option "AGPMode" "4"
Option "ColorTiling" "on"
Option "AccelMethod" "EXA" # Off if X down
Option "EnablePageFlip" "on"
Option "AGPFastWrite" "yes" # Off if X down
EndSection
Section "Screen"
Identifier "Screen0"
Device "Screen0"
Monitor "Screen0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900"
EndSubSection
EndSection
Requiescat In Pain.


![adios [bye]](./images/smilies/nuevos2/adio.gif)

. Supongo que no será muy complicado.



