Re: [Dri-devel] radeon mmio area size

2002-07-16 Thread Michal Kozlowski

On Tue, 16 Jul 2002, Keith Whitwell wrote:

 Can someone out there check this quickly?
 
 In radeon.h in the 2d driver, the size of the radeon mmio area is defined as 
 0x8 - however, on my r200 at least, /proc/pci shows the area as being 
 1/8th that size:
 
Bus  1, device   0, function  0:
 ... (omitted) ...
Non-prefetchable 32 bit memory at 0xff5f [0xff5f].
 
 Can someone with a radeon installed make the same check?
 
 Keith
 
Here's mine

[...]

  Bus  1, device   0, function  0:
VGA compatible controller: PCI device 1002:514c (ATI Technologies Inc) (rev 
0).
  IRQ 9.
  Master Capable.  Latency=32.  Min Gnt=8.
  Prefetchable 32 bit memory at 0xd800 [0xdfff].
  I/O at 0x9000 [0x90ff].
  Non-prefetchable 32 bit memory at 0xe100 [0xe100].

Original ATI 8500, presume it's LE

Cheers
Mike



---
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] R200 video signal lost

2002-07-11 Thread Michal Kozlowski

Hi everyone,

Thanks to the help of Stefan and others I got my r200 to work, from
Stefans lspci logs I was able to figure out why I lost my signal, it was
hardware configuration related.  I had to disable Fast Writes for AGP,
simple solution took a bit of time to find, but anyone else having
problems make sure to check that :o)

Great job everyone, keep up the great work.
Cheers
Mike



---
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases  more
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] good buy?

2002-07-11 Thread Michal Kozlowski

Hey Ian,
Well I just got my dri working and it works reasonable well I play ut @ 
1280x960 and it's fairly smooth for alpha level drivers.  The 2d has 
always worked, works with the radeon driver.  Now I have a original ati 
8500 board and I really like it including the 2d.  Now that that 3d is 
starting to work I'm playing some games again.  Sorry don't own Q3 so 
can't say how good that is.  And yes 2d will work from the stock 4.2 X.

Cheers
Mike

 
 Is the Hercules 3D Prophet 8500 a good card? (is the 2D stable at
 1600x1200, unlike my 7500 VIVO which has a noticeable 'noise' so that
 vertical lines arent smooth, but somewhat rough looking)
 
 will it work 2D on a stock X 4.2 ?
 
 what framerate does the beta DRI accel for it give in Quake3 ?
 
 All questions I must know answers to ;)
 
 Might have a chance to upgrade soon! (like, tomorrow, so answer me quick
 please :-)



---
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases  more
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



[Dri-devel] R200 video signal lost

2002-07-10 Thread Michal Kozlowski

Hi,

I have a problem when I start X with dri and the radeon_drv module loaded
I lose my video signal I can still log onto the system remotely and get
the log from the startup, here is where is stops.

snip
(II) RADEON(0): Using 8 MB AGP aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 5 MB for AGP textures
(II) RADEON(0): Memory manager initialized to (0,0) (1600,2514)
(II) RADEON(0): Reserved area from (0,1200) to (1600,1202)
(II) RADEON(0): Largest offscreen area available: 1600 x 1312
(II) RADEON(0): Reserved back buffer at offset 0xf5a000
(II) RADEON(0): Reserved depth buffer at offset 0x16ad000
(II) RADEON(0): Reserved 34816 kb for textures at offset 0x1e0
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
\snip

As you can see it doesn't continue with loading the XAA driver and
input devices, the X sits there using 99.9% of my cpu.  I must say I'm
using 4.2.99.1, the latest cvs from xfree (testing the new xft library).
If I disable dri or do not load the agpgart, radeon modules then it goes
into x windows fine, without dri support of course.

Oh I also tried it on a clean dri trunk from the cvs and it did
the same thing.  I'm wondering if I'm doing something wrong, I copied the
binary files from dripkg into the appropriate directories.

Here is a snip from my config file

snip
Section Device
Identifier  ATI Radeon 8500
Driver  radeon
EndSection
/snip

Great beginning, keep up the good work everyone.  If you need any
information I would be more than willing to help, I'm looking forward to
getting this board working under linux.

Cheers
Mike




---
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] R200 video signal lost

2002-07-10 Thread Michal Kozlowski

I guess I forgot to mention that I'm trying out the r200 dri drivers that
Keith released a couple of days ago.  No if I reboot and do not change my
XF86Config not to load DRI then I get a lost signal.  The only reason I'm
trying DRI now is b/c of the new r200_dri driver, do I have something
configured wrong to get the r200 driver running, seems to me like the
radeon_drv should find the r200_dri automatically (radeon_dri.c line#
1310).  My kernel mod is the one provided by
r200-20020709-linux.i386.tar.bz2, no modifications.

Cheers
Mike

On Wed, 10 Jul 2002, Mike Mestnik wrote:

 Yes, I had a simular problem, rebooted and every thing was fine.
 I got my kernel mod from cvs (and patched it heavily to support devfs) then I got 
the rest of DRM
 from http://dri.sourceforge.net/snapshots/radeon-20020710-linux.i386.tar.bz2 I have 
a 7500 QW
 though.

 I'l get my 8500 ought of that windowz box and run some tests, K.



---
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] R200 video signal lost

2002-07-10 Thread Michal Kozlowski

Hi Stefan, good to hear someone got it working.  I'll give the
r200-0-1-branch a shot, see if I can compile it and get it running.  Would
there be a problem if I had the radeon_dri modules still in the module/dri
directory (I'll try removing it)

snip

 Did you take a look at /var/log/XFree86.0.log, maybe it gives you any
 interesting information why the server won't start (or why it blanks
 your screen)
/snip

I posted in my first post, didn't want to clutter up the email in the
reply, here is the last snippet of my log:

(II) RADEON(0): [agp] AGP Texture map mapped at 0x4452c000
(II) RADEON(0): [drm] register handle = 0xe100
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): CP in BM mode
(II) RADEON(0): Using 8 MB AGP aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 5 MB for AGP textures
(II) RADEON(0): Memory manager initialized to (0,0) (1600,2514)
(II) RADEON(0): Reserved area from (0,1200) to (1600,1202)
(II) RADEON(0): Largest offscreen area available: 1600 x 1312
(II) RADEON(0): Reserved back buffer at offset 0xf5a000
(II) RADEON(0): Reserved depth buffer at offset 0x16ad000
(II) RADEON(0): Reserved 34816 kb for textures at offset 0x1e0
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled

This is right before where XAA is suppose to load.

snip
 Also, what hardware are you using (mainboard chipset, model of the card,
 cpu ...)? Maybe the current driver works better on some chipsets than on
 others?

/snip

oops, okay I'm running an AMD thunderbird 1 Ghz
ABIT KT7A - RAID (chipset is VIA KT133A /VIA 686B)
harddrive in software raid using xfs on top
Live! Value
ATI 8500 64MB (x recognizes it as 8500 QL rev 0)

Thanks for trying to help me out,
Cheers
Mike




---
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] R200 video signal lost

2002-07-10 Thread Michal Kozlowski


On Thu, 11 Jul 2002, Stefan Lange wrote:

 compiling from cvs shouldn't be a problem, I just followed the DRI
 Compilation Guide from the website and everything went fine (you might
 have to compile the kernel drm-module manually, but that's no trouble)


Completed the compile didn't help me any still does that same thing, did
you find that you had to remove some misplaced  and  from some
files?

  This is right before where XAA is suppose to load.
 
  snip
 
 yes, XAA is the next section in my log files, do yours just stop there?

Yes it just dies, well the server keeps running at 99.9% CPU.

Stefan thanks for all your help I'm going to give up on the compile for
now, as you said 2d works great, and I haven't tried xv but I don't expect
it to work.  I really hope I'm not overlooking something simple, some time
this week I may try my hand on debugging the xserver, I've never done it
so we'll see how it goes.

There's a couple people out there that have it working so it's something
with my system I think.

Cheers
Mike



---
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases  more
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel