* [gentoo-user] how to enable glx
@ 2006-03-09 1:46 scwang
2006-03-09 2:19 ` Ryan Tandy
0 siblings, 1 reply; 9+ messages in thread
From: scwang @ 2006-03-09 1:46 UTC (permalink / raw
To: gentoo-user
I can't enable glx on my video card, the following is
output of lspci in my system:
01:00.0 VGA compatible controller: ATI Technologies Inc Rage
Mobility P/M AGP 2x (rev 64)
My kerenl is linux-2.6.15-suspend2-r6.
Any hints about it?
Best Regards!
--
Wang ShaoChun(王绍春) <scwang@ios.ac.cn>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to enable glx
2006-03-09 1:46 [gentoo-user] how to enable glx scwang
@ 2006-03-09 2:19 ` Ryan Tandy
2006-03-09 4:32 ` scwang
0 siblings, 1 reply; 9+ messages in thread
From: Ryan Tandy @ 2006-03-09 2:19 UTC (permalink / raw
To: gentoo-user
scwang@ios.ac.cn wrote:
> I can't enable glx on my video card, the following is
> output of lspci in my system:
>
> 01:00.0 VGA compatible controller: ATI Technologies Inc Rage
> Mobility P/M AGP 2x (rev 64)
>
> My kerenl is linux-2.6.15-suspend2-r6.
>
> Any hints about it?
>
> Best Regards!
>
>
I had that card in my old Compaq laptop. You'll need an experimental
driver from http://dri.sourceforge.net.
HTH.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to enable glx
2006-03-09 2:19 ` Ryan Tandy
@ 2006-03-09 4:32 ` scwang
2006-03-09 4:43 ` Ryan Tandy
0 siblings, 1 reply; 9+ messages in thread
From: scwang @ 2006-03-09 4:32 UTC (permalink / raw
To: gentoo-user
On Wed, Mar 08, 2006 at 06:19:40PM -0800, Ryan Tandy wrote:
> scwang@ios.ac.cn wrote:
> > I can't enable glx on my video card, the following is
> > output of lspci in my system:
> >
> > 01:00.0 VGA compatible controller: ATI Technologies Inc Rage
> > Mobility P/M AGP 2x (rev 64)
> >
> > My kerenl is linux-2.6.15-suspend2-r6.
> >
> > Any hints about it?
> >
> > Best Regards!
> >
> >
> I had that card in my old Compaq laptop. You'll need an experimental
> driver from http://dri.sourceforge.net.
>
> HTH.
> --
> gentoo-user@gentoo.org mailing list
What driver?
--
Wang ShaoChun(王绍春) <scwang@ios.ac.cn>
PH.D Candidate
Laboratory of Computer Science, Institute of Software
Chinese Academy of Science
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to enable glx
2006-03-09 4:32 ` scwang
@ 2006-03-09 4:43 ` Ryan Tandy
2006-03-10 2:16 ` scwang
0 siblings, 1 reply; 9+ messages in thread
From: Ryan Tandy @ 2006-03-09 4:43 UTC (permalink / raw
To: gentoo-user
scwang@ios.ac.cn wrote:
> On Wed, Mar 08, 2006 at 06:19:40PM -0800, Ryan Tandy wrote:
>
>> scwang@ios.ac.cn wrote:
>>
>>> I can't enable glx on my video card, the following is
>>> output of lspci in my system:
>>>
>>> 01:00.0 VGA compatible controller: ATI Technologies Inc Rage
>>> Mobility P/M AGP 2x (rev 64)
>>>
>>> My kerenl is linux-2.6.15-suspend2-r6.
>>>
>>> Any hints about it?
>>>
>>> Best Regards!
>>>
>>>
>>>
>> I had that card in my old Compaq laptop. You'll need an experimental
>> driver from http://dri.sourceforge.net.
>>
>> HTH.
>> --
>> gentoo-user@gentoo.org mailing list
>>
>
> What driver?
>
>
The latest mach64 driver from http://dri.freedesktop.org/snapshots/ as
well as the 'common' package which includes a script to build and
install the module for you. The driver requires DRM support in your kernel.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to enable glx
2006-03-09 4:43 ` Ryan Tandy
@ 2006-03-10 2:16 ` scwang
2006-03-10 2:28 ` Daniel da Veiga
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: scwang @ 2006-03-10 2:16 UTC (permalink / raw
To: gentoo-user
I enabled the glx, but it seems the speed is still slow.
$ glxinfo | grep rendering
direct rendering: Yes
The output of glxgears is about 130 FPS.
I use intel_agp.
$ lsmod
mach64 54144 1
drm 75672 2 mach64
intel_agp 23324 1
agpgart 35016 2 drm,intel_agp
$ lspci
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:04.0 Multimedia audio controller: ESS Technology ES1988 Allegro-1 (rev 12)
00:06.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 09)
00:06.1 Serial controller: Xircom Unknown device 00d3
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
00:0c.0 CardBus bridge: Texas Instruments PCI1420
00:0c.1 CardBus bridge: Texas Instruments PCI1420
00:0d.0 FireWire (IEEE 1394): NEC Corporation IEEE 1394 Host Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64)
Did I do it right?
--
Wang ShaoChun(王绍春) <scwang@ios.ac.cn>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to enable glx
2006-03-10 2:16 ` scwang
@ 2006-03-10 2:28 ` Daniel da Veiga
2006-03-10 8:21 ` Bo Andresen
2006-03-11 2:07 ` Ryan Tandy
2 siblings, 0 replies; 9+ messages in thread
From: Daniel da Veiga @ 2006-03-10 2:28 UTC (permalink / raw
To: gentoo-user
On 3/9/06, scwang@ios.ac.cn <scwang@ios.ac.cn> wrote:
> I enabled the glx, but it seems the speed is still slow.
>
> $ glxinfo | grep rendering
> direct rendering: Yes
>
> The output of glxgears is about 130 FPS.
> I use intel_agp.
>
> $ lsmod
> mach64 54144 1
> drm 75672 2 mach64
> intel_agp 23324 1
> agpgart 35016 2 drm,intel_agp
>
> $ lspci
>
> 00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
> 00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
> 00:04.0 Multimedia audio controller: ESS Technology ES1988 Allegro-1 (rev 12)
> 00:06.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 09)
> 00:06.1 Serial controller: Xircom Unknown device 00d3
> 00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
> 00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
> 00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
> 00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
> 00:0c.0 CardBus bridge: Texas Instruments PCI1420
> 00:0c.1 CardBus bridge: Texas Instruments PCI1420
> 00:0d.0 FireWire (IEEE 1394): NEC Corporation IEEE 1394 Host Controller (rev 01)
> 01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64)
>
> Did I do it right?
>
You won't get much from this card, the drivers are there but do not
give a good result, my radeon gives me 300fps and its a 4x AGP, so I
guess yours is kinda correct, there are tips over the net to get more
FPS, even a gentoo specific:
http://www.gentoo.org/doc/en/dri-howto.xml
Check it out...
>
> --
> Wang ShaoChun(王绍春) <scwang@ios.ac.cn>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to enable glx
2006-03-10 2:16 ` scwang
2006-03-10 2:28 ` Daniel da Veiga
@ 2006-03-10 8:21 ` Bo Andresen
2006-03-11 2:12 ` Ryan Tandy
2006-03-11 2:07 ` Ryan Tandy
2 siblings, 1 reply; 9+ messages in thread
From: Bo Andresen @ 2006-03-10 8:21 UTC (permalink / raw
To: gentoo-user
On Friday 10 March 2006 03:16, scwang@ios.ac.cn wrote:
> I enabled the glx, but it seems the speed is still slow.
>
> $ glxinfo | grep rendering
> direct rendering: Yes
>
> The output of glxgears is about 130 FPS.
> I use intel_agp.
As I have stated before I get around 230 FPS when f@h is running and it jumps
to around 1300 FPS when I stop f@h. Nothing else changed. This is an Radeon
9000 Mobility. Make sure you have nothing else running and see if that makes
a difference.
~ $ glxgears
1001 frames in 5.0 seconds = 200.200 FPS
1136 frames in 5.0 seconds = 227.200 FPS
1186 frames in 5.0 seconds = 237.200 FPS
1149 frames in 5.0 seconds = 229.800 FPS
1185 frames in 5.0 seconds = 237.000 FPS
~ $ sudo /etc/init.d/foldingathome stop
* Stopping Folding@Home on CPU 1 ...
[ ok ]
~ $ glxgears
6299 frames in 5.0 seconds = 1259.800 FPS
6744 frames in 5.0 seconds = 1348.800 FPS
6941 frames in 5.0 seconds = 1388.200 FPS
6897 frames in 5.0 seconds = 1379.400 FPS
6801 frames in 5.0 seconds = 1360.200 FPS
--
Bo Andresen
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to enable glx
2006-03-10 2:16 ` scwang
2006-03-10 2:28 ` Daniel da Veiga
2006-03-10 8:21 ` Bo Andresen
@ 2006-03-11 2:07 ` Ryan Tandy
2 siblings, 0 replies; 9+ messages in thread
From: Ryan Tandy @ 2006-03-11 2:07 UTC (permalink / raw
To: gentoo-user
scwang@ios.ac.cn wrote:
> I enabled the glx, but it seems the speed is still slow.
>
> $ glxinfo | grep rendering
> direct rendering: Yes
>
> The output of glxgears is about 130 FPS.
> I use intel_agp.
>
>
Yes, it's not a particularly powerful card. Since direct rendering is
now enabled, that's about as good as it'll get until such time as the
drivers improve significantly.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to enable glx
2006-03-10 8:21 ` Bo Andresen
@ 2006-03-11 2:12 ` Ryan Tandy
0 siblings, 0 replies; 9+ messages in thread
From: Ryan Tandy @ 2006-03-11 2:12 UTC (permalink / raw
To: gentoo-user
> As I have stated before I get around 230 FPS when f@h is running and it jumps
> to around 1300 FPS when I stop f@h. Nothing else changed. This is an Radeon
> 9000 Mobility. Make sure you have nothing else running and see if that makes
> a difference.
>
The Rage card he's using is far less powerful than any Radeon - not
surprisingly, considering that when it was current there *were* no
Radeons yet.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-03-11 2:22 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-09 1:46 [gentoo-user] how to enable glx scwang
2006-03-09 2:19 ` Ryan Tandy
2006-03-09 4:32 ` scwang
2006-03-09 4:43 ` Ryan Tandy
2006-03-10 2:16 ` scwang
2006-03-10 2:28 ` Daniel da Veiga
2006-03-10 8:21 ` Bo Andresen
2006-03-11 2:12 ` Ryan Tandy
2006-03-11 2:07 ` Ryan Tandy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox