Instalar correctamente ATI RADEON MOBILITY 256MB X1400

Diego Elizaran delizaran en gmail.com
Jue Jul 27 04:09:21 BST 2006


Hola:

Tengo una ati radeon xpress 200 te adjunto mi xorg.conf para que puedas
ver las diferencias:


Section "Monitor"
        Identifier   "SyncMaster"
        HorizSync 30 - 70
        VertRefresh 50 - 160
        Option      "DPMS"

EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "ATI Technologies, Inc. Radeon Xpress 200 (RC410)"
        Driver      "fglrx"
        Option      "VideoOverlay" "on"
        Option      "OpenGLOverlay" "off"
        BusID       "PCI:1:5:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "ATI Technologies, Inc. Radeon Xpress 200 (RC410)"
        Monitor    "SyncMaster"
        DefaultDepth     24
..........

Espero te sirva.

Aprovecho para presentarme y saludar a la lista.

Saludos


> Hola,
> 
> Tengo un portátil Dell Inspiron 6400 Core Duo, con una tarjeta gráfica
> ATI® MOBILITY™ RADEON® X1400 PCI-Express x16 de 256MB. He instalado
> Ubuntu 6.06, o más conocido como Ubuntu Dapper.
> 
> Hace poco que utilizo Ubuntu, y no me manejo demasiado bien, así que
> estoy teniendo algunos problemillas para instalar todo. Ahora estoy
> liado con la tarjeta gráfica.
> 
> Tengo instalados los siguientes paquetes:
> 
>       * fglxr-control | Control panel for the ATI graphics accelerators
>       * xorg-driver-fglrx  | Video driver for ATI graphics accelerators
>       * xorg-driver-ati  | X.Org X Server -- ATI display driver
> 
> He descargado los drivers ATI Proprietary Linux x86 Display Drivers for
> XFREE86 / X. Org Version 8.26.18de la página oficial de ATI®; los he
> encontrado dentro de la categoría: Drivers and Software > Linux > Linux
> x86 > Notebooks with ATI Graphics.
> 
> He instalado los drivers, he realizado una copia de seguridad de mi
> archivo /etc/X11/xorg.conf, y después he utilizado distintos comandos de
> aticonfig desde la consola, siguiendo los pasos que he leído otro hilo
> del foro de http://www.ubuntu-es.org. Después he seguido ajustando
> algunos parámetros del archivo /etc/X11/xorg.conf. También he añadido la
> entrada fglrx al archivo /etc/modules.
> 
> He conseguido obtener la resolución deseada, 1280x800, pero no he
> logrado activar la aceleración 3D. Además me parece que sólo me reconoce
> 128MB en lugar de 256MB.
> 
> Agradecería que me explicaséis cómo puedo instalar correctamente mi
> tarjeta gráfica. Muchísimas gracias por vuestro tiempo. 
> 
> A continuación os adjunto el contenido de mi archivo /etc/X11/xorg.conf
> 
> Section "ServerLayout"
> Identifier "Default Layout"
> Screen 0 "Wide Screen XGA TFT" 0 0
> InputDevice "Generic Keyboard"
> InputDevice "Configured Mouse"
> InputDevice "stylus" "SendCoreEvents"
> InputDevice "cursor" "SendCoreEvents"
> InputDevice "eraser" "SendCoreEvents"
> InputDevice "Synaptics Touchpad"
> EndSection
> 
> Section "Files"
> # path to defoma fonts
> FontPath "/usr/share/X11/fonts/misc"
> FontPath "/usr/share/X11/fonts/cyrillic"
> FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
> FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
> FontPath "/usr/share/X11/fonts/Type1Wide Screen XGA TFT"
> FontPath "/usr/share/X11/fonts/100dpi"
> FontPath "/usr/share/X11/fonts/75dpi"
> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> EndSection
> 
> Section "Module"
> Load "i2c"
> Load "bitmap"
> Load "ddc"
> Load "dri"
> Load "extmod"
> Load "freetype"
> Load "glx"
> Load "int10"
> Load "type1"
> Load "vbe"
> 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" "ExplorerPS/2"
> Option "ZAxisMapping" "4 5"
> Option "Emulate3Buttons" "true"
> EndSection
> 
> Section "InputDevice"
> Identifier "Synaptics Touchpad"
> Driver "synaptics"
> Option "SendCoreEvents" "true"
> Option "Device" "/dev/psaux"
> Option "Protocol" "auto-dev"
> Option "HorizScrollDelta" "0"
> EndSection
> 
> Section "InputDevice"
> Identifier "stylus"
> Driver "wacom"
> Option "Device" "/dev/wacom"
> Option "Type" "stylus"
> Option "ForceDevice" "ISDV4"
> EndSection
> 
> Section "InputDevice"
> Identifier "eraser"
> Driver "wacom"
> Option "Device" "/dev/wacom"
> Option "Type" "eraser"
> Option "ForceDevice" "ISDV4"
> EndSection
> 
> Section "InputDevice"
> Identifier "cursor"
> Driver "wacom"
> Option "Device" "/dev/wacom"
> Option "Type" "cursor"
> Option "ForceDevice" "ISDV4"
> EndSection
> 
> Section "Monitor"
> Identifier "Dell Monitor"
> Option "VendorName" "ATI Proprietary Driver"
> Option "ModelName" "Generic Autodetecting Monitor"
> Option "DPMS" "true"
> EndSection
> 
> Section "Device"
> Identifier "ATI Mobility Radeon X1400"
> Driver "fglrx"
> Option "FSAAEnable" "on"
> BusID "PCI:1:0:0"
> EndSection
> 
> Section "Screen"
> Identifier "Wide Screen XGA TFT"
> Device "ATI Mobility Radeon X1400"
> Monitor "Dell Monitor"
> DefaultDepth 24
> SubSection "Display"
> Depth 1
> Modes "1280x800" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1280x800" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1280x800" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 15
> Modes "1280x800" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 16
> Modes "1280x800" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "1280x800" "1024x768" "800x600" "640x480"
> EndSubSection
> EndSection
> 
> Section "DRI"
> Mode 0666
> EndSection
> 
> 
> 
> -- 
> ubuntu-es mailing list
> ubuntu-es en lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-es




Más información sobre la lista de distribución ubuntu-es