PDA

View Full Version : [BERYL] No funciona aceleración en Ati 9600XT [OK]


kanamor
May 25th, 2007, 05:17 AM
Bueno, despues de intentar instalar correctamente todo tipo de drivers para la dichosa Ati no he conseguido NADA.

He seguido las instrunciones de http://wiki.cchtml.com/index.php/Ubuntu ... tion_Guide (http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide), bueno y otras guias por probar.

Decir que antes tenía una Nvidia 4400 Ti, la quité y desinstalé sus drivers y después instalé la Ati a ver si conseguía configurarla de una santa vez....pero nada.

No consigo aceleración, esto es lo que me devuelve:

glxinfo | grep direct
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".

Y evidentemente cuando pongo beryl.....

beryl
************************************************** ************
* Beryl system compatibility check *
************************************************** ************

Detected xserver : AIGLX

Checking Display :0.0 ...

Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
Checking for RandR extension : passed
Checking for XSync extension : passed

Checking Screen 0 ...

Xlib: extension "GLX" missing on display ":0.0".
Root visual is not a GL visual
Xlib: extension "GLX" missing on display ":0.0".
beryl: Root visual is not a GL visual
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :0.0

Os pongo mi xorg, os comento que los datos del final los he puesto de todas las maneras, Enable, disable, 0, 1....y nada, siempre lo mismo, bueno ahí va mi xorg:


# /etc/X11/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(5) 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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "int10"
Load "v4l"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbOptions" "lv3:ralt_switch"
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"
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 6 7"
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 Technologies Inc RV350 AR [Radeon 9600]"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
Identifier "PHILIPS 109B"
Option "DPMS"
HorizSync 30-97
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AR [Radeon 9600]"
Monitor "PHILIPS 109B"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
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

Section "ServerFlags"
Option "AIGLX" "on"
EndSection


A ver si algún alma caritativa me puede ayudar a solucionar esto porfavor 8(.

Chema
May 25th, 2007, 09:37 AM
A ver... no soy ningún experto en ATI, pero no creo que sea tan diferente a Nvidia, como para no necesitar el módulo glx ¿o sí?

A parte de eso, al final tienes los dos valores justo al contrario a lo que requiere el driver privativo para funcionar, disable y off.

Por otra parte, tu tarjeta es suficientemente vieja para que le funcionen perfectamente los drivers libres, ¿porqué no has probado con ellos primero?

P.D: porfavor modifica la etiqueta del tema, que es bastante poco descriptiva, y pon BERYL.

kanamor
May 25th, 2007, 01:03 PM
Hola Chema, gracias por contestar, el módulo glx lo quité yo, pero ni con él funcionaba, lo quité por probar cosas, y lo del final como comenté en el anterior post también lo he modificado un montón de veces. Claro que he probado con los drivers libres, tampoco consigo aceleración 3d.
Escribía por si hay alguien que use está gráfica que me pueda indicar como consiguió hacerla funcionar.

Muchas gracias

Chema
May 25th, 2007, 01:37 PM
Una sugerencia, JAMÁS JAMÁS JAMÁS elimines el módulo glx, lo único que consigues con eso es perder toda posibilidad a tener aceleración 3D, así que todas las pruebas que hayas hecho sin ese módulo no sirven de nada.

Mirando por ahí he encontrao esto http://www.p2pnews.org/index.php?name=P ... pic&t=6200 (http://www.p2pnews.org/index.php?name=PNphpBB2&file=viewtopic&t=6200) donde tienen tu misma tarjeta y les funciona con el driver libre y AIGLX a la primera y sin tocar casi nada.

Aquí está la guía a la que hace mención la página anterior http://wiki.beryl-project.org/wiki/Inst ... with_AIGLX (http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Feisty_with_AIGLX)

Te sugiero que empieces de cero con esa guía. (de cero no significa que formatees xDD con dejar el xorg.conf como al principio y desintalando (con purge) los drivers privativos (fglrx) bastará ;))

kanamor
May 25th, 2007, 03:39 PM
Muchas gracias de nuevo Chema, intentaré hacer lo que dices, desinstalar el propietario e instalar el libre mediante elmanual que me has aconsejado, a ver si lo consigo...joer eso espero, es una pena, porque la Ati que tengo es mejor que la nvidia 4400Ti, que con esa no me fucionan algunos efectos....

Bueno, ahora me voy a currar, al volver lo pruebo, si lo consigo paso por aqui a decirlo ;-)

Chaooo

bushwaca
May 26th, 2007, 06:33 AM
Sin dudas con esa placa ati tienes que usar los drivers libres :D . Hace las correciones e instala beryl desde los repos de ubuntu (lo hice hace 5 dias y funcionan bien).
Saludos y suerte.

kanamor
May 26th, 2007, 02:46 PM
Bueno, lo he intentado, he desinstalado los propietarios y configurado como pone en la guia, pero nada, no consigo aceleración 3d, joer, seguiré buscando, quiero conseguirlo!

Bueno, me edito para comentar que antes de darme por vencido voy a reinstalar el sistema, porque no consigo avanzar de ninguna de las maneras.

He leido que tenía que desinstalar los drivers de nvidia, lo hice, que reinstalase el servidor gráfico, lo hice, he probado mil manuales y NADA, este es el resultado.

beryl
************************************************** ************
* Beryl system compatibility check *
************************************************** ************

Detected xserver : AIGLX

Checking Display :0.0 ...

Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
Checking for RandR extension : passed
Checking for XSync extension : passed

Checking Screen 0 ...

Xlib: extension "GLX" missing on display ":0.0".
Root visual is not a GL visual
Xlib: extension "GLX" missing on display ":0.0".
beryl: Root visual is not a GL visual
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :0.0

Así que despues de currar reinstalaré todo si no veo alguna solución milagrosa.

Gracias de nuevo a todos.

kanamor
May 28th, 2007, 01:18 AM
Bueno, al final reinstalé todo y funcionó, ya tengo beryl con el driver libre de Ati, tengo que reconocer que aunque la nvidia sea bastante peor, tira muchisimo mejor con beryl que Ati. Es una pena que hay tantas pegas con Ati, por ejemplo por lo visto el driver libre no tira con compiz....y el propietario no puede con aiglx....en fin, es lo que tiene que te apetezca de ven en cuando pegarte una partida a algún juego.

Gracias por vuestra ayuda.

saludos

bushwaca
May 28th, 2007, 04:52 PM
Me alegro de que funciono, justo estaba mirando mi xorg para darte una mano con eso ya que habia que hacer unas correciones. Antes no te las habia dado porque no tuve linux a mano por un buen tiempo :oops: .
Sobre los juegos podes probar "Open arena" o "TORCS" para ver el desempeño. Con mi placa andan muy bien con los drivers libres.
En cuanto a compiz, si funciona con el driver libre de ati.
Saludos y suerte.

PD: agrega [ok] al tema si ya esta solucionado.

kanamor
May 29th, 2007, 03:56 PM
Hola bushwaca, pues si me haces el favor de poner tu xorg...asi lo comparo y pruebo cosas a ver si consigo mejorar algo la celeración.

Editado el titulo tb ;-)

Saludos

franzrogar
May 29th, 2007, 04:21 PM
Enhorabuena y felicitaciones por haber conseguido configurar tu ATI. Ahora a disfrutar :)

kanamor, ¿podrías editar tu perfil y añadirle la tarjeta gráfica y el método de renderizado que usas? Es para tener los perfiles completitos :)

bushwaca
May 29th, 2007, 06:08 PM
Bien, lo pongo aqui, pero solamente era para hacer las correciones con el xorg que tenias antes de realizar la nueva instalacion. Esta como cuando instale ubuntu (creo)... Como veras habia diferencias, sobre todo habia cosas que "sobraban" :lol: .
[quote:593ce]# /etc/X11/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(5) 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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
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 "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "latam"
Option "XkbVariant" "nodeadkeys"
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 Technologies Inc RV350 AS [Radeon 9550]"
Driver "ati"
BusID "PCI:2:0:0"
EndSection

Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AS [Radeon 9550]"
Monitor "SyncMaster"
DefaultDepth 24
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 "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

[/quote:593ce]
Saludos.

kanamor
May 30th, 2007, 01:38 AM
Okis, es cierto, y lo mismo sobran aún, lo tengo que revisar a fondo. de todos modos estoy detrás de una 7600GS, a ver si me la pillo, será la última actualización que haga a este pc, en un par de añitos o menos me compro otro XDD

Franzrogar ahora mismo lo edito, pero espero poder editarla de nuevo dentro de poco ;-)

franzrogar
May 30th, 2007, 05:01 AM
OFF-TOPIC: La 7600GS 512MB (que es la que tengo yo) me costó, hace seis meses, 100€ ;) Si quieres, envíame un PM y te digo dónde comprarla (si es que la siguen vendiendo :) )