Foros del Web » Administración de Sistemas » Unix / Linux »

Problema con aceleración en ati 9200 (Ubuntu)

Estas en el tema de Problema con aceleración en ati 9200 (Ubuntu) en el foro de Unix / Linux en Foros del Web. Hola. Me acabo de instalar Ubuntu Hoary linux, y tengo que decir que es fantastica. bueno, pues segui un manual de instalacion y me descargue ...
  #1 (permalink)  
Antiguo 08/05/2005, 15:21
Avatar de El Menda  
Fecha de Ingreso: junio-2001
Ubicación: Jaén
Mensajes: 516
Antigüedad: 22 años, 10 meses
Puntos: 0
Problema con aceleración en ati 9200 (Ubuntu)

Hola. Me acabo de instalar Ubuntu Hoary linux, y tengo que decir que es fantastica. bueno, pues segui un manual de instalacion y me descargue los drivers de la pagina de ati para linux. todo se inicia correcto, pero cuando hago la prueba con fglrxgears solo obtengo 140 frames por segundo, y es lo que me tiene mosqueado.

aqui esta lo que hice. Ademas cambie el /etc/X11/xorg.conf y puse fglrx en vez de ati.
First download the latest ATI driver RPM from the ATI website here: http://www2.ati.com/drivers/linux/fg....14.1.i386.rpm

Second, install it with alien. (alien -i fglrx-4.3.0-3.14.1.i386.rpm)

Then switch to the directory to build the modules. (cd /lib/modules/fglrx/build_mod)

Build the modules. (sh make.sh)

Switch to the fglrx directory to install it. (cd /lib/modules/fglrx OR cd ..)

Run the installation: (sh make_install.sh)

Now run fglrxconfig to configure it and voila you have it!
__________________
"No hay mujer fea sino copa de menos"
  #2 (permalink)  
Antiguo 08/05/2005, 21:04
Avatar de santiagozky
Colaborador
 
Fecha de Ingreso: julio-2001
Ubicación: en un lugar de Puebla de
Mensajes: 2.498
Antigüedad: 22 años, 9 meses
Puntos: 1
escribe glxinfo |grep direct
ve si direct rendering dice si o no.
si lo tienes ya tienes aceleracion.

glxgears no es bueno para mostrar el rendimiento 3d, pureba con algun juego mas pesado como americas army, quake o unreal tournament
__________________
Usa titulos para los mensajes que describan tu problema, esto facilitará a los demas a ayudarte, y a mas personas a resolver problemas similares.

santiagozky AT gmail DOT com
  #3 (permalink)  
Antiguo 09/05/2005, 05:30
Avatar de El Menda  
Fecha de Ingreso: junio-2001
Ubicación: Jaén
Mensajes: 516
Antigüedad: 22 años, 10 meses
Puntos: 0
Pues esto es lo que obtengo:
menda@ubuntu:~$ glxinfo |grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

Parece como si no fueran los drivers que 'instale' para mi ati
__________________
"No hay mujer fea sino copa de menos"
  #4 (permalink)  
Antiguo 09/05/2005, 10:58
Avatar de santiagozky
Colaborador
 
Fecha de Ingreso: julio-2001
Ubicación: en un lugar de Puebla de
Mensajes: 2.498
Antigüedad: 22 años, 9 meses
Puntos: 1
te pongo mi xorg.conf, yo uso los drivers de ati y tengo aceleracion. espero que te sirva (quite muchas opciones que estaban comentadas y otros comentarios para que quepa)


************************************************** *****************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
Mode 0666

EndSection

Section "Module"

# This loads the DBE extension module.

Load "dbe" # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"

# This loads the GLX module
Load "glx" # libglx.a
Load "dri" # libdri.a

EndSection

#
Section "Files"

# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"



FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"

# The module search path. The default path is shown here.

# ModulePath "/usr/X11R6/lib/modules"

EndSection

# ************************************************** ********************
# Server flags section.
# ************************************************** ********************

Section "ServerFlags"


EndSection


Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

# Option "Protocol" "Xqueue"

Option "AutoRepeat" "500 30"

# Option "XkbDisable"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "la"

EndSection


# ************************************************** ********************
# Core Pointer's InputDevice section
# ************************************************** ********************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"


EndSection



Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 48.4
VertRefresh 60 - 75
Option "DPMS"


# === ATI device section ===

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
BusID "PCI:2:0:0" # vendor=1002, device=5961
Screen 0
EndSection

# ************************************************** ********************
# Screen sections
# ************************************************** ********************

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"

Subsection "Display"
Depth 24
Modes "1024x768" "800x600"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection

# ************************************************** ********************
# ServerLayout sections.
# ************************************************** ********************

Section "ServerLayout"

Screen "Screen0"


InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"

EndSection

### EOF ###
__________________
Usa titulos para los mensajes que describan tu problema, esto facilitará a los demas a ayudarte, y a mas personas a resolver problemas similares.

santiagozky AT gmail DOT com
  #5 (permalink)  
Antiguo 09/05/2005, 13:48
Avatar de MaBoRaK  
Fecha de Ingreso: abril-2003
Ubicación: La Paz - Bolivia
Mensajes: 2.003
Antigüedad: 21 años
Puntos: 35
loading.............


a mi no me funciona --> sh check.sh porque?
Me sale un error, pero no me informa la version de Xfree



connection closed.
__________________

Maborak Technologies
  #6 (permalink)  
Antiguo 11/05/2005, 15:28
Avatar de El Menda  
Fecha de Ingreso: junio-2001
Ubicación: Jaén
Mensajes: 516
Antigüedad: 22 años, 10 meses
Puntos: 0
Bueno ya me tira. Hago glxinfo y me sale como Direct Rendering: Yes
Las instrucciones que segui estan aqui:
http://www.ubuntu-es.org/node/3674
Antes de seguir las instrucciones con kynaptic desinstale todos los paquetes referentes a modulos estrictos del nucleo a fglrx y alguna cosa mas que instale probando

Ahora hago glxgears y me da 550 fps mas o menos, y aqui el dilema. ¿es demasiado poco para la tarjeta y el pc que tengo?
amd 64 3400+
1024 mb ddr
ati 9250 128 mb

ah, y otra cosa, cuando tenia puesto el superkaramba con los temas los videos y las glxgears me daban tironcillos asi como decimas o centesimas de segundo, pero al quitar el superkaramba todo desaparece. ¿es esto normal?
__________________
"No hay mujer fea sino copa de menos"
  #7 (permalink)  
Antiguo 11/05/2005, 15:40
Avatar de santiagozky
Colaborador
 
Fecha de Ingreso: julio-2001
Ubicación: en un lugar de Puebla de
Mensajes: 2.498
Antigüedad: 22 años, 9 meses
Puntos: 1
no le hagas caso a glxgears, mejor abre algun juego y ve cuantos fps tienes.
yo tengo una ati 9200 y en americas army @1024*768 tengo entre 30 y 45 fps
__________________
Usa titulos para los mensajes que describan tu problema, esto facilitará a los demas a ayudarte, y a mas personas a resolver problemas similares.

santiagozky AT gmail DOT com
  #8 (permalink)  
Antiguo 12/05/2005, 15:14
Avatar de El Menda  
Fecha de Ingreso: junio-2001
Ubicación: Jaén
Mensajes: 516
Antigüedad: 22 años, 10 meses
Puntos: 0
y esto?:

"ah, y otra cosa, cuando tenia puesto el superkaramba con los temas los videos y las glxgears me daban tironcillos asi como decimas o centesimas de segundo, pero al quitar el superkaramba todo desaparece. ¿es esto normal?"
__________________
"No hay mujer fea sino copa de menos"
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 19:55.