ACELERACION DE UNA ATI RADEON 9250

Lo primero que aremos es subir los módulos de la ATI a través de modconf:

ati1.png

ati2.png

sh ati-driver-installer-8.28.8.run

nano /etc/X11/xorg.conf

Section "Device"
        Identifier      "Tarjeta de vídeo genérica"
        Driver          "ati"
        BusID           "PCI:1:0:0"
        Option           "RenderAccel"              "true"  # render accel is e$        Option           "AllowGLXWithComposite"    "true"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Tarjeta de vídeo genérica"
        Monitor         "Monitor genérico"
        Option          "AddARGBGLXVisuals"     "True"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection


Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
  Option "Composite" "Enable"
EndSection

NOTA:Esta forma de hacerlo se ha probado hasta ahora en una Ati Radeon 9250 de 128mb y 256mb


CategoryGraficos

GLINCUN/AtiRadeon9250 (last edited 2008-04-20 14:38:19 by localhost)