Soporte para ATI Radeon 9550 connect3d for Gutsy
El problema es la activación de la aceleración para mi tarjeta.
Es una ATI Radeon 9550 Connect3D AGP 256MB sobre un Sempon 2500+ a 1400Mhz con 512MB de RAM.
Acabo de actualizar a Ubuntu Gutsy Gibbon Tribe 3 a modo de prueba (soy un asiduo betatester...)
EL driver libre (xserver-
Si instalo fglrx desde los repositorios oficial de gutsy (xorg-driver-fglrx xorg-driver-
Se extendera el soporte del driver libre o tendremos que conformarnos esperando a que ATI libere un driver decente??
Existe alguna solucion para el problema de la aceleracion 3D con esta tarjeta???
Gracias!!!
Question information
- Language:
- Spanish Edit question
- Status:
- Answered
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2007-07-24
- Last reply:
- 2007-07-25
Javier Jardón (jjardon) said : | #1 |
Hola MsDark!
Prueba a poner radeon en vez de ati
Saludos!
MsDark (msdarkici) said : | #2 |
en este momento logre hacerlo funcionar a medias... puse radeon en vez de ati en la seccion driver del Device, pero daba errores extraños:
(WW) RADEON(0): Option "AllowGLXWithCo
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
Pero sacando del xorg.conf las resoluciones mayores a 800x600 si funciona el entorno gráfico, pero inestable a veces, dejo mi xorg.conf (Hay un pequeño truco en el archivo, se trata de configurar la segunda salida de la tarjeta aunque no la use)
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "latam"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Secondary"
Driver "radeon"
BusID "PCI:1:1:0"
Option "XAANoOFFscreen
Option "AGPMode" "4"
Option "APGFastWrite" "true"
Option "AccelMethos" "XAA"
Option "ColorTiling" "on"
Option "RenderAccel"
Option "AccelDFS" "true"
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV350 AS [Radeon 9550]"
Driver "radeon"
BusID "PCI:1:0:0"
# Option "UseFBDev" "true"
Option "XAANoOffscreen
Option "AGPMode" "8"
Option "AGPFastWrite" "true"
# Option "DisableGLXRoot
# Option "AddARGBGLXVisuals" "true"
# Option "AllowGLXWithCo
Option "EnablePageFlip" "true"
Option "MetaModes" "1024x768 800x600 640x480"
Option "RenderAccel"
Option "AccelMethod" "XAA"
Option "ColorTiling" "on"
Option "AccelDFS" "true"
EndSection
Section "Monitor"
Identifier "StudioWorks"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Secondary Screen"
Device "ATI Secondary"
Monitor "StudioWorks"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AS [Radeon 9550]"
Monitor "StudioWorks"
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 "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Option "AIGLX" "true"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Si hay alguna idea muchas gracias de antemano
Javier Jardón (jjardon) said : | #3 |
Puedes probar a comentar las opciones de la sección "device", algunas pueden dar problemas. Te sugiero que empieces por #Option "AGPFastWrite" "true"
Saludos!
Can you help with this problem?
Provide an answer of your own, or ask MsDark for more information if necessary.