* [gentoo-user] ATI RV710/730
@ 2010-06-06 23:33 James
2010-06-12 7:50 ` Mick
2010-06-23 8:08 ` [gentoo-user] " Daniel Troeder
0 siblings, 2 replies; 7+ messages in thread
From: James @ 2010-06-06 23:33 UTC (permalink / raw
To: gentoo-user
Hello,
I have this ati card. I'm having trouble finding a stable
ati-driver + xorg-server combination that will compile.
Any recommendations as to open source drivers or getting ati-drivers
happy with 9.x or 10.x is most welcome. I read a lot of bugs but
not much clear on how to proceed....
James
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] ATI RV710/730
2010-06-06 23:33 [gentoo-user] ATI RV710/730 James
@ 2010-06-12 7:50 ` Mick
2010-06-22 15:23 ` [gentoo-user] " james
2010-06-23 8:08 ` [gentoo-user] " Daniel Troeder
1 sibling, 1 reply; 7+ messages in thread
From: Mick @ 2010-06-12 7:50 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 760 bytes --]
On Monday 07 June 2010 00:33:44 James wrote:
> Hello,
>
> I have this ati card. I'm having trouble finding a stable
> ati-driver + xorg-server combination that will compile.
>
>
> Any recommendations as to open source drivers or getting ati-drivers
> happy with 9.x or 10.x is most welcome. I read a lot of bugs but
> not much clear on how to proceed....
I have the same card.
This is what works here:
uname -mr
2.6.33-gentoo-r2 x86_64
x11-base/xorg-server-1.7.6
x11-drivers/xf86-video-ati-6.12.6
Other xorg drivers that I have also installed are:
x11-drivers/xf86-input-evdev-2.3.2
x11-drivers/xf86-input-keyboard-1.4.0
x11-drivers/xf86-input-mouse-1.5.0
x11-drivers/xf86-input-synaptics-1.2.1
HTH.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: ATI RV710/730
2010-06-12 7:50 ` Mick
@ 2010-06-22 15:23 ` james
0 siblings, 0 replies; 7+ messages in thread
From: james @ 2010-06-22 15:23 UTC (permalink / raw
To: gentoo-user
Mick <michaelkintzios <at> gmail.com> writes:
> > I have this ati card. I'm having trouble finding a stable
> > ati-driver + xorg-server combination that will compile.
> uname -mr
> 2.6.33-gentoo-r2 x86_64 x11-base/xorg-server-1.7.6
x11-drivers/xf86-video-ati-6.12.6
> x11-drivers/xf86-input-evdev-2.3.2
> x11-drivers/xf86-input-keyboard-1.4.0
> x11-drivers/xf86-input-mouse-1.5.0
> x11-drivers/xf86-input-synaptics-1.2.1
Thanks
Mick.
James
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] ATI RV710/730
2010-06-06 23:33 [gentoo-user] ATI RV710/730 James
2010-06-12 7:50 ` Mick
@ 2010-06-23 8:08 ` Daniel Troeder
2010-06-23 21:47 ` Mick
1 sibling, 1 reply; 7+ messages in thread
From: Daniel Troeder @ 2010-06-23 8:08 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 856 bytes --]
On 06/07/2010 01:33 AM, James wrote:
> Hello,
>
> I have this ati card. I'm having trouble finding a stable
> ati-driver + xorg-server combination that will compile.
>
>
> Any recommendations as to open source drivers or getting ati-drivers
> happy with 9.x or 10.x is most welcome. I read a lot of bugs but
> not much clear on how to proceed....
>
>
> James
x11-base/xorg-server-1.7.6
x11-drivers/xf86-video-ati-6.12.6
x11-drivers/ati-drivers-10.6
both drivers work well. to install both you have to make drm a module
and not load radeon with kms. switching is possible if you shutdown X
but might require a reboot (it doesn't, but you lack hw-accel. if you
don't).
Bye,
Daniel
--
PGP key @ http://pgpkeys.pca.dfn.de/pks/lookup?search=0xBB9D4887&op=get
# gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] ATI RV710/730
2010-06-23 8:08 ` [gentoo-user] " Daniel Troeder
@ 2010-06-23 21:47 ` Mick
2010-06-24 8:22 ` Daniel Troeder
0 siblings, 1 reply; 7+ messages in thread
From: Mick @ 2010-06-23 21:47 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 877 bytes --]
On Wednesday 23 June 2010 09:08:02 Daniel Troeder wrote:
> On 06/07/2010 01:33 AM, James wrote:
> > Hello,
> >
> > I have this ati card. I'm having trouble finding a stable
> > ati-driver + xorg-server combination that will compile.
> >
> >
> > Any recommendations as to open source drivers or getting ati-drivers
> > happy with 9.x or 10.x is most welcome. I read a lot of bugs but
> > not much clear on how to proceed....
> >
> >
> > James
>
> x11-base/xorg-server-1.7.6
> x11-drivers/xf86-video-ati-6.12.6
> x11-drivers/ati-drivers-10.6
>
> both drivers work well. to install both you have to make drm a module
> and not load radeon with kms. switching is possible if you shutdown X
> but might require a reboot (it doesn't, but you lack hw-accel. if you
> don't).
Hmm interesting! How do the ati drivers perform Vs xorg?
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] ATI RV710/730
2010-06-23 21:47 ` Mick
@ 2010-06-24 8:22 ` Daniel Troeder
2010-06-24 20:13 ` Mick
0 siblings, 1 reply; 7+ messages in thread
From: Daniel Troeder @ 2010-06-24 8:22 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1760 bytes --]
On 06/23/2010 11:47 PM, Mick wrote:
> On Wednesday 23 June 2010 09:08:02 Daniel Troeder wrote:
>> On 06/07/2010 01:33 AM, James wrote:
>>> Hello,
>>>
>>> I have this ati card. I'm having trouble finding a stable
>>> ati-driver + xorg-server combination that will compile.
>>>
>>>
>>> Any recommendations as to open source drivers or getting ati-drivers
>>> happy with 9.x or 10.x is most welcome. I read a lot of bugs but
>>> not much clear on how to proceed....
>>>
>>>
>>> James
>>
>> x11-base/xorg-server-1.7.6
>> x11-drivers/xf86-video-ati-6.12.6
>> x11-drivers/ati-drivers-10.6
>>
>> both drivers work well. to install both you have to make drm a module
>> and not load radeon with kms. switching is possible if you shutdown X
>> but might require a reboot (it doesn't, but you lack hw-accel. if you
>> don't).
>
> Hmm interesting! How do the ati drivers perform Vs xorg?
>
ATI: 3D is very good - a must for gaming, 2D is SLOW! (thou they did
something about that with 10.6 - experience differs for users - its
said that window management is fast now, but video still has tearing
effect [also my exp.])
Latest driver (10.6) work with xorg-server-1.7.x only and kernel module
has problems with >=2.6.34 (exp. differ).
Xorg: 3D is basic and very slow but works (the newer the driver/server
the better, development is VERY fast), 2D is a dream (very fast, no
tearing with video)!
Driver is released with Xorg - so work always with newest Xorg, kernel
module is in-kernel - work always with newest kernel :) Driver supports
both KMS and user space MS.
Bye,
Daniel
--
PGP key @ http://pgpkeys.pca.dfn.de/pks/lookup?search=0xBB9D4887&op=get
# gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] ATI RV710/730
2010-06-24 8:22 ` Daniel Troeder
@ 2010-06-24 20:13 ` Mick
0 siblings, 0 replies; 7+ messages in thread
From: Mick @ 2010-06-24 20:13 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 1889 bytes --]
On Thursday 24 June 2010 09:22:07 Daniel Troeder wrote:
> On 06/23/2010 11:47 PM, Mick wrote:
> > On Wednesday 23 June 2010 09:08:02 Daniel Troeder wrote:
> >> On 06/07/2010 01:33 AM, James wrote:
> >>> Hello,
> >>>
> >>> I have this ati card. I'm having trouble finding a stable
> >>> ati-driver + xorg-server combination that will compile.
> >>>
> >>>
> >>> Any recommendations as to open source drivers or getting ati-drivers
> >>> happy with 9.x or 10.x is most welcome. I read a lot of bugs but
> >>> not much clear on how to proceed....
> >>>
> >>>
> >>> James
> >>
> >> x11-base/xorg-server-1.7.6
> >> x11-drivers/xf86-video-ati-6.12.6
> >> x11-drivers/ati-drivers-10.6
> >>
> >> both drivers work well. to install both you have to make drm a module
> >> and not load radeon with kms. switching is possible if you shutdown X
> >> but might require a reboot (it doesn't, but you lack hw-accel. if you
> >> don't).
> >
> > Hmm interesting! How do the ati drivers perform Vs xorg?
>
> ATI: 3D is very good - a must for gaming, 2D is SLOW! (thou they did
> something about that with 10.6 - experience differs for users - its
> said that window management is fast now, but video still has tearing
> effect [also my exp.])
> Latest driver (10.6) work with xorg-server-1.7.x only and kernel module
> has problems with >=2.6.34 (exp. differ).
>
> Xorg: 3D is basic and very slow but works (the newer the driver/server
> the better, development is VERY fast), 2D is a dream (very fast, no
> tearing with video)!
> Driver is released with Xorg - so work always with newest Xorg, kernel
> module is in-kernel - work always with newest kernel :) Driver supports
> both KMS and user space MS.
Thanks Daniel! I'm using Xorg driver with KMS and it seems that things are
only going to get better if I wait for a while. :-)
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-06-24 20:15 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06 23:33 [gentoo-user] ATI RV710/730 James
2010-06-12 7:50 ` Mick
2010-06-22 15:23 ` [gentoo-user] " james
2010-06-23 8:08 ` [gentoo-user] " Daniel Troeder
2010-06-23 21:47 ` Mick
2010-06-24 8:22 ` Daniel Troeder
2010-06-24 20:13 ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox