Hi,
Ok I lied I found some time.
Built r300_demo, all I had to do is add my vendor and device ID. I tried
a couple tests none seem to draw anything. But heres the output:
sudo ./r300_demo --vb-triangles
CHECKPOINT main 598
driver "radeon" version 1.12.1
driver description "ATI Radeon"
AGPVendorID: 106b AGPDeviceId: 0034
BusID: "pci:0000:00:10.0"
Context 2
AGP base: 0x00000000
Map Offset Size Type Handle Mtrr
0 0x00302000 4992 KB AGP 0x00000000 0
1 0x00102000 2048 KB AGP 0xd2c00000 0
2 0x00101000 4 KB AGP 0xd215a000 0
3 0x00000000 1028 KB AGP 0xd2a80000 0
4 0xd213a000 8 KB SHM 0xd213a000 none
5 0xb8000000 65536 KB FB 0x00000000 none
6 0xb0000000 512 KB REG 0xd2140000 none
Buffers:
0: index = 7, size = 65536
1: index = 8, size = 65536
2: index = 9, size = 65536
Mapping buffers:
idx size used address
0 65536 0 0x341aa000
1 65536 0 0x341ba000
2 65536 0 0x341ca000
3 65536 0 0x341da000
4 65536 0 0x341ea000
5 65536 0 0x341fa000
6 65536 0 0x3420a000
7 65536 0 0x3421a000 INDIRECT
8 65536 0 0x3422a000
9 65536 0 0x3423a000
10 65536 0 0x3424a000
11 65536 0 0x3425a000
12 65536 0 0x3426a000
13 65536 0 0x3427a000
14 65536 0 0x3428a000
15 65536 0 0x3429a000
16 65536 0 0x342aa000
17 65536 0 0x342ba000
18 65536 0 0x342ca000
19 65536 0 0x342da000
20 65536 0 0x342ea000
21 65536 0 0x342fa000
22 65536 0 0x3430a000
23 65536 0 0x3431a000
24 65536 0 0x3432a000
25 65536 0 0x3433a000
26 65536 0 0x3434a000
27 65536 0 0x3435a000
28 65536 0 0x3436a000
29 65536 0 0x3437a000
30 65536 0 0x3438a000
31 65536 0 0x3439a000
VendorID: 0210 DeviceID: 504e
display_width=0
display_base=0x00000000
Chip type: RV350
Last chance to hit ^C
flushing indirect buffer with 768 dwords
CHECKPOINT main 709
$ sudo ./r300_demo --triangles
CHECKPOINT main 598
driver "radeon" version 1.12.1
driver description "ATI Radeon"
AGPVendorID: 106b AGPDeviceId: 0034
BusID: "pci:0000:00:10.0"
Context 2
AGP base: 0x00000000
Map Offset Size Type Handle Mtrr
0 0x00302000 4992 KB AGP 0x00000000 0
1 0x00102000 2048 KB AGP 0xd2c00000 0
2 0x00101000 4 KB AGP 0xd215a000 0
3 0x00000000 1028 KB AGP 0xd2a80000 0
4 0xd213a000 8 KB SHM 0xd213a000 none
5 0xb8000000 65536 KB FB 0x00000000 none
6 0xb0000000 512 KB REG 0xd2140000 none
Buffers:
0: index = 7, size = 65536
1: index = 8, size = 65536
2: index = 9, size = 65536
Mapping buffers:
idx size used address
0 65536 0 0x341aa000
1 65536 0 0x341ba000
2 65536 0 0x341ca000
3 65536 0 0x341da000
4 65536 0 0x341ea000
5 65536 0 0x341fa000
6 65536 0 0x3420a000
7 65536 0 0x3421a000 INDIRECT
8 65536 0 0x3422a000
9 65536 0 0x3423a000
10 65536 0 0x3424a000
11 65536 0 0x3425a000
12 65536 0 0x3426a000
13 65536 0 0x3427a000
14 65536 0 0x3428a000
15 65536 0 0x3429a000
16 65536 0 0x342aa000
17 65536 0 0x342ba000
18 65536 0 0x342ca000
19 65536 0 0x342da000
20 65536 0 0x342ea000
21 65536 0 0x342fa000
22 65536 0 0x3430a000
23 65536 0 0x3431a000
24 65536 0 0x3432a000
25 65536 0 0x3433a000
26 65536 0 0x3434a000
27 65536 0 0x3435a000
28 65536 0 0x3436a000
29 65536 0 0x3437a000
30 65536 0 0x3438a000
31 65536 0 0x3439a000
VendorID: 0210 DeviceID: 504e
display_width=0
display_base=0x00000000
Chip type: RV350
Last chance to hit ^C
flushing indirect buffer with 832 dwords
CHECKPOINT main 709
On Thu, 2004-12-23 at 11:40 -0500, Vladimir Dergachev wrote:
>
> On Thu, 23 Dec 2004, Keith Conger wrote:
>
> > Hi,
> >
> > On Wed, 2004-12-22 at 15:42 -0500, Vladimir Dergachev wrote:
> >>> From the screenshot, it could be connected with smoothed fonts, as bitmap
> >> fonts are displayed fine.
> >>
> >> Perhaps screwed up endianness with DMA upload ?
> >>
> >> A few questions/things to try:
> >
> >> * what happens if you remove Load "Composite" from
> >> Section "Module" ?
> >
> > Didn't need to do this see below.
>
> Could you still try this with DRI enabled ?
>
> Just to cover the basics..
>
> >
> > Thanks for the help and your work on this driver, let me know if you
> > would like me to try anything out on ppc now or in the future.
>
> It would be really interesting to know whether r300_demo works on your
> computer and what changes you need to get it working.
>
> thank you !
>
> Vladimir Dergachev
>
>
> >
> > Thanks!
> > --
> > --------
> > Keith Conger
> > [EMAIL PROTECTED]
> > http://pimpstation.org
> >
>
>
>
--
--------
Keith Conger
[EMAIL PROTECTED]
http://pimpstation.org
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel