Re: ATI Radeon y GNU/Linux

2005-10-12 Por tema Levi Sandoval
 Yo tengo la misma y funciona, aunque los drivers que utilizo no son los 
 últimos.
 En concreto
 ||/ Nombre VersiónDescripción
 +++-==-==-
 rc  fglrx  4.3.0-4.9  XFree86 display driver for the ATI graphics


hola, ya habia instalado los drivers originales y nada... probe con
dri y nada finalmente me resigne, pero hoy al encontrar varias
respuestas a esto, me puse a investigar en serio y descubri que solo
me faltaba quitarle comentarios a 3 lineas para que la aceleracion en
3D funcionara jajaja

--
.:: Levi Sandoval ::.
Blog personal en: http://levinux.iconrate.net/
Usuario de Linux registrado: #390324
Corriendo Debian Sarge en un AMD64 2800+ Newcastle en Socket 754
Y fan de las Chivas Rayadas del Guadalajara



Re: ATI Radeon y GNU/Linux

2005-10-12 Por tema Luis Vega
Hola, podrias decirnos mas o menos como hiciste para lograr la
aceleracion 3d. Ya que lo he intentado hacer un par de veces y no me ha
funcionado.

Saludos..-- Luis Vega M.Linux Registered User #356394http://fodsite.webcindario.com


Re: ATI Radeon y GNU/Linux

2005-10-12 Por tema Levi Sandoval
On 10/12/05, Luis Vega [EMAIL PROTECTED] wrote:
Hola, podrias decirnos mas o menos como hiciste para lograr la
aceleracion 3d. Ya que lo he intentado hacer un par de veces y no me ha
funcionado.

Saludos..
bueno, primero matas todo lo relacionado a gdm y X... las lineas que te
digo estan al fondo del archivo XF86Config-4 y estaban comentadas...
simplemente les quite el comentario y quedaron asi:

Section DRI
 Mode 0666
EndSection

te adjunto tambien toda mi configuracion por si te sirve (le quito algunos comentarios para no hacer largo esto):


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 speedo
 Load freetype
# Load xtt

# This loads the GLX module
 Load glx
# This loads the DRI module
 Load dri

EndSection

# **
# Files section. This allows default font and rgb paths to be set
# **

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

# Multiple FontPath entries are allowed (which are concatenated together),...

# 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/Speedo/
 FontPath /usr/X11R6/lib/X11/fonts/Type1/
 FontPath /usr/X11R6/lib/X11/fonts/TrueType/
 FontPath /usr/X11R6/lib/X11/fonts/freefont/
 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

# **
# Input devices
# **

# **
# Core keyboard's InputDevice section
# **

Section InputDevice

 Identifier Keyboard1
 Driver Keyboard

# For most OSs the protocol can be omitted (it defaults to Standard).

 Option AutoRepeat 500 30

 Option XkbRules xfree86
 Option XkbModel pc105
 Option XkbLayout us
# Option XkbVariant us

EndSection


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

Section InputDevice

# Identifier and driver

 Identifier Mouse1
 Driver mouse
 Option Protocol Auto
 Option Device /dev/input/mice
 Option ZAxisMapping 4 5

# otras chacharas por aqui

EndSection


# **
# Other input device sections blablabla

# **
# Monitor section
# **

# Any number of monitor sections may be present

Section Monitor

 Identifier mykds

# HorizSync is in kHz unless units are specified...

 HorizSync 31.5 - 64.3

# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified...
 VertRefresh 50-70

EndSection


# **
# Graphics device section
# **

# Any number of graphics device sections may be present

# Standard VGA Device:

Section Device
 Identifier Standard VGA
 VendorName Unknown
 BoardName Unknown

# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.

# Chipset generic

# The Driver line must be present. When using run-time loadable driver...

 Driver vga
# The BusID line is used to specify which of possibly multiple devices...

# BusID PCI:0:10:0

# VideoRam 256

# Clocks 25.2 28.3

EndSection

# Device configured by xf86config:

Section Device
 Identifier myati
 Driver radeon
 VideoRam 131072
 ChipId 0x514D
 # Insert Clocks lines here if appropriate
EndSection


# **
# Screen sections
# 

ATI Radeon y GNU/Linux

2005-10-11 Por tema Igor Galarraga
Hola!
Me gustaria saber si alguno/a tiene funcionando correctamente una ATI
Radeon (en concreto la 7500). He estado buscando por la red (no he
tenido mucho tiempo) y he encontrado como hacerla funcionar, pero
quiero saber si se puede conseguir hacerla funcionar al 100% con la
aceleración 3D y todo, como las NVidia. Ya que creo recordar que leí
que no habia drivers... Solo quiero saber si se puede o no, ya que hoy
tengo que ocntestar si quiero la tarjeta o no (una muy buena oferta de
2da mano). El como ya lo buscaré por la red, aunque si teneis  links,
bienvenidos sean.

Gracias.
--
  ~~
~~ Igor Galarraga ~~~
  ~~



Re: ATI Radeon y GNU/Linux

2005-10-11 Por tema Jesús Genicio

Igor Galarraga wrote:

Hola!
Me gustaria saber si alguno/a tiene funcionando correctamente una ATI
Radeon (en concreto la 7500). He estado buscando por la red (no he
tenido mucho tiempo) y he encontrado como hacerla funcionar, pero
quiero saber si se puede conseguir hacerla funcionar al 100% con la
aceleración 3D y todo, como las NVidia. Ya que creo recordar que leí
que no habia drivers... Solo quiero saber si se puede o no, ya que hoy
tengo que ocntestar si quiero la tarjeta o no (una muy buena oferta de
2da mano). El como ya lo buscaré por la red, aunque si teneis  links,
bienvenidos sean.

Gracias.
--
  ~~
~~ Igor Galarraga ~~~
  ~~



Hola:

Yo tengo la ATI Radeon 7000 y va bien, pero la tuve que ajustar en la 
configuraci´on del servidor gr´afico, uso Debian 3.1


En la p´agina de ATI, tienes los drivers.

PD: si alguien sabe como poder poner acentos bien
S2


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ATI Radeon y GNU/Linux

2005-10-11 Por tema Levi Sandoval
On 10/11/05, Igor Galarraga [EMAIL PROTECTED] wrote:
 Hola!
 Me gustaria saber si alguno/a tiene funcionando correctamente una ATI
 Radeon (en concreto la 7500). He estado buscando por la red (no he
 tenido mucho tiempo) y he encontrado como hacerla funcionar, pero
 quiero saber si se puede conseguir hacerla funcionar al 100% con la
 aceleración 3D y todo, como las NVidia. Ya que creo recordar que leí
 que no habia drivers... Solo quiero saber si se puede o no, ya que hoy
 tengo que ocntestar si quiero la tarjeta o no (una muy buena oferta de
 2da mano). El como ya lo buscaré por la red, aunque si teneis  links,
 bienvenidos sean.


hola, que tal. Yo de hecho tengo una radeon 9200 y baje los drivers de
ATI, pero no aceleran bien... no se si sean los drivers que no
recuerdo donde lei que son una basura...  o tal vez la tarjeta...

lo raro es que la mia es de 128MB con 200MHz de frecuencia 64bits y 
agp de 8x... en cuestion de hardware, mejor que la nvidia que
tenia pero en rendimiento... mejor te recomiendo nvidia (aunque
sea PCI de 32mb)


--
.:: Levi Sandoval ::.
Blog personal en: http://levinux.iconrate.net/
Usuario de Linux registrado: #390324
Corriendo Debian Sarge en un AMD64 2800+ Newcastle en Socket 754
Y fan de las Chivas Rayadas del Guadalajara



Re: ATI Radeon y GNU/Linux

2005-10-11 Por tema Felix Perez
Yo tengo la Ati radeon 7000, claro que en ubuntu y funciona muy bien.
El día 11/10/05, Igor Galarraga [EMAIL PROTECTED] escribió:
Hola!Me gustaria saber si alguno/a tiene funcionando correctamente una ATIRadeon (en concreto la 7500). He estado buscando por la red (no hetenido mucho tiempo) y he encontrado como hacerla funcionar, pero
quiero saber si se puede conseguir hacerla funcionar al 100% con laaceleración 3D y todo, como las NVidia. Ya que creo recordar que leíque no habia drivers... Solo quiero saber si se puede o no, ya que hoytengo que ocntestar si quiero la tarjeta o no (una muy buena oferta de
2da mano). El como ya lo buscaré por la red, aunque si teneislinks,bienvenidos sean.Gracias.-- Igor Galarraga ~
-- usuario linux#274354


Re: ATI Radeon y GNU/Linux

2005-10-11 Por tema Christian Frausto Bernal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Igor Galarraga wrote:
 Hola!
 Me gustaria saber si alguno/a tiene funcionando correctamente una ATI
 Radeon (en concreto la 7500). 

Si funciona, con todo y aceleracion grafica por hardware, con el driver
que viene con el kernel 2.6

http://dri.freedesktop.org/wiki/ATIRadeon

http://www.gentoo.org/doc/es/ati-faq.xml

http://www.gentoo.org/doc/es/dri-howto.xml

Saludos,
- --
Christian Frausto Bernal
http://www.conocimientopractico.com/cfrausto.gpg

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDTCPYn9a3KM4uVGwRAvq9AJsHNTTwMk5cMtj26vhFBK2k1n2SDQCfT1RE
kPd6rOTJ2Vxr+OFVm5T6o/M=
=uwOJ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ATI Radeon y GNU/Linux

2005-10-11 Por tema Sergio Vernis

Yo tengo a Ati Radeon TV VE/7000 (ATI Technologies Inc Radeon RV100 QY [Radeon 
7000/VE]) funcionando con controladores 100% libres, y ningún problema.  Juego 
al PlanetPenguin Racer (Ex-Tux Racer) lo mas bien.

Los controladores, los estandar para el chipset que vienen en el Kernel 2.4 o 
2.6

La configuración en las Xs como sigue:

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
Identifier  ATI Radeon VE TV
Driver  radeon
VendorName  ATI
BoardName   Radeon VE
Option  DPMS
Option  UseFBDev  false # [bool]
Option  EnableDepthMoves  true  # [bool]
Option  AGPMode   4 # i
Option  AGPFastWrite  True  # [bool]
Option  AGPSize   64# i (No en Radeon)
EndSection

Espero que te sirva

Saludos

Sergio

En Tue, 11 Oct 2005 09:20:56 +0200
Igor Galarraga [EMAIL PROTECTED] escribió:

 Hola!
 Me gustaria saber si alguno/a tiene funcionando correctamente una ATI
 Radeon (en concreto la 7500). He estado buscando por la red (no he
 tenido mucho tiempo) y he encontrado como hacerla funcionar, pero
 quiero saber si se puede conseguir hacerla funcionar al 100% con la
 aceleración 3D y todo, como las NVidia. Ya que creo recordar que leí
 que no habia drivers... Solo quiero saber si se puede o no, ya que hoy
 tengo que ocntestar si quiero la tarjeta o no (una muy buena oferta de
 2da mano). El como ya lo buscaré por la red, aunque si teneis  links,
 bienvenidos sean.
 
 Gracias.
 --
   ~~
 ~~ Igor Galarraga ~~~
   ~~
 


-- 
El hombre es un animal no social, sino cordial, y la familia es la forma
menos imperfecta de la cordialidad humana.
-- Fernando Sánchez Dragó. (1936-) Escritor español. 
  (citado al azar)
--
Visita: http://www.vernis.com.ar
--
Yo uso software libre - I use free software
--
Linux User #271.748 - http://counter.li.org
--
Powered by Debian GNU/Linux Etch (Testing) - http://www.debian.org



Re: ATI Radeon y GNU/Linux

2005-10-11 Por tema david
El 11/10/05, Levi Sandoval[EMAIL PROTECTED] escribió:
 On 10/11/05, Igor Galarraga [EMAIL PROTECTED] wrote:
  Hola!
  Me gustaria saber si alguno/a tiene funcionando correctamente una ATI
  Radeon (en concreto la 7500). He estado buscando por la red (no he
  tenido mucho tiempo) y he encontrado como hacerla funcionar, pero
  quiero saber si se puede conseguir hacerla funcionar al 100% con la
  aceleración 3D y todo, como las NVidia. Ya que creo recordar que leí
  que no habia drivers... Solo quiero saber si se puede o no, ya que hoy
  tengo que ocntestar si quiero la tarjeta o no (una muy buena oferta de
  2da mano). El como ya lo buscaré por la red, aunque si teneis  links,
  bienvenidos sean.
 

 hola, que tal. Yo de hecho tengo una radeon 9200 y baje los drivers de
 ATI, pero no aceleran bien... no se si sean los drivers que no
 recuerdo donde lei que son una basura...
 o tal vez la tarjeta...

Yo tengo la misma y funciona, aunque los drivers que utilizo no son los últimos.
En concreto
||/ Nombre VersiónDescripción
+++-==-==-
rc  fglrx  4.3.0-4.9  XFree86 display driver for the ATI graphics



 lo raro es que la mia es de 128MB con 200MHz de frecuencia 64bits y
 agp de 8x... en cuestion de hardware, mejor que la nvidia que
 tenia pero en rendimiento... mejor te recomiendo nvidia (aunque
 sea PCI de 32mb)


 --
 .:: Levi Sandoval ::.
 Blog personal en: http://levinux.iconrate.net/
 Usuario de Linux registrado: #390324
 Corriendo Debian Sarge en un AMD64 2800+ Newcastle en Socket 754
 Y fan de las Chivas Rayadas del Guadalajara




--
-
pcbrutal.homelinux.org
__
NO, a las patentes de software en Europa