Re: Render acceleration ATI Radeon Mobile 9100

2006-01-27 Thread Lubos Vrbka

hi,


Given that your are running XOrg 6.9 from unstable you could try to use
EXA and the RenderAcceleration.
So set the Section Device to something like this:

Section Device
Driver  radeon
Identifier  ATI MOBILITY RADEON 9000 IGP
VendorName  ATI
BoardName   ATI Radeon

Option  RenderAccel true
Option  AccelMethod EXA
EndSection

But beware, EXA is still considered experimental.

i put all these to my xorg.conf (amd64, unstable, xorg 6.9, radeon x600).
i also have radeon, drm, amd64_agp and agpgart kernel modules loaded. 
however

/dev/dri
is empty and drmOpenDevice reports that /dev/dri/cardX - no such device
and dri is disabled.

is there anything i'm missing right now?

regards,

--
Lubos
[EMAIL PROTECTED]


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




Re: Render acceleration ATI Radeon Mobile 9100

2006-01-25 Thread Michael Biebl
David R. Litwin wrote:
 I have a Toshiba A70 laptop with Mobile P4 H-T, ATI Radeon Mobile RS300M AGP
 9100IGP, KDE 3.5, Sid, kernel 2.6.15-1-686-smp.
 
 How do I enable the render acceleration on my card? I wish to use the
 Translucency effects offered by KDE. Doing so currently makes every thing
 un-usably slow.
 
 In addition, how can a card be both AGP and IGP? This comes from
 KInfoCentre.
 
 Thank you kindly in advance.
 
 Some relevant bits from xorg.conf:
 
 Section Module
 Loadbitmap
 Loaddbe
 Loadddc
 Loaddri
 Loadevdev
 Loadextmod
 Loadfreetype
 Loadglx
 Loadint10
 Loadrecord
 Loadtype1
 Loadv4l
 Loadvbe
 EndSection
 
 Section Device
 IdentifierATI MOBILITY RADEON 9000 IGP
 Driverati
 EndSection

Given that your are running XOrg 6.9 from unstable you could try to use
EXA and the RenderAcceleration.
So set the Section Device to something like this:

Section Device
Driver  radeon
Identifier  ATI MOBILITY RADEON 9000 IGP
VendorName  ATI
BoardName   ATI Radeon

Option  RenderAccel true
Option  AccelMethod EXA
EndSection

But beware, EXA is still considered experimental.

HTH,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: Render acceleration ATI Radeon Mobile 9100

2006-01-25 Thread Xavier
Michael Biebl wrote:

 David R. Litwin wrote:
 I have a Toshiba A70 laptop with Mobile P4 H-T, ATI Radeon Mobile RS300M
 AGP 9100IGP, KDE 3.5, Sid, kernel 2.6.15-1-686-smp.
 
 How do I enable the render acceleration on my card? I wish to use the
 Translucency effects offered by KDE. Doing so currently makes every thing
 un-usably slow.
 
 In addition, how can a card be both AGP and IGP? This comes from
 KInfoCentre.
 
 Thank you kindly in advance.
 
 Some relevant bits from xorg.conf:
 
 Section Module
 Loadbitmap
 Loaddbe
 Loadddc
 Loaddri
 Loadevdev
 Loadextmod
 Loadfreetype
 Loadglx
 Loadint10
 Loadrecord
 Loadtype1
 Loadv4l
 Loadvbe
 EndSection
 
 Section Device
 IdentifierATI MOBILITY RADEON 9000 IGP
 Driverati
 EndSection
 
 Given that your are running XOrg 6.9 from unstable you could try to use
 EXA and the RenderAcceleration.
 So set the Section Device to something like this:
 
 Section Device
 Driver  radeon
 Identifier  ATI MOBILITY RADEON 9000 IGP
 VendorName  ATI
 BoardName   ATI Radeon
 
 Option  RenderAccel true
 Option  AccelMethod EXA
 EndSection
 
 But beware, EXA is still considered experimental.
 
 HTH,
 Michael

I've tried this for me and it works.
I have an PCI bridge: ATI Technologies Inc Radeon 9100 IGP AGP Bridge.

Thank you

Xavier


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