Re: My experience with the r300 driver

2005-10-11 Thread Luis Felipe Strano Moraes
On Mon, Oct 10, 2005 at 10:50:02PM +0200, Roland Scheidegger wrote:
 This looks like pixmap damage. Are you using exa (not obvious from this 
 forum thread)? If not, does the option XaaNoOffscreenPixmaps help?
Thanks alot. That did the trick.


Just one question. Is there a way of seeing how much RAM
my card has ? Couldn't find anything on dmesg or /proc, and
it doesn't display anything during boot.


--lf

 
 Roland


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: where is libdrm

2005-10-11 Thread Vladimir Dergachev



On Mon, 10 Oct 2005, Ben Skeggs wrote:


Am Montag, den 10.10.2005, 02:41 -0400 schrieb Vladimir Dergachev:

Stupid question - what is the official place to get libdrm from ?

I read through the webpages (both mesa3d and DRI) and searched on Google,
but I dont' seem to find it.

It's in drm cvs: http://cvs.freedesktop.org/dri/drm/


Thank you !

For some reason I was intent on finding a separate libdrm module..

   best

  Vladimir Dergachev


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


RE: RE: My experience with the r300 driver

2005-10-11 Thread pedro.lixo



-Mensagem original-
De: [EMAIL PROTECTED] em nome de Luis Felipe Strano Moraes
Enviada: ter 11-10-2005 7:12
Para: dri-devel@lists.sourceforge.net
Assunto: Re: My experience with the r300 driver
 
On Mon, Oct 10, 2005 at 10:50:02PM +0200, Roland Scheidegger wrote:
 This looks like pixmap damage. Are you using exa (not obvious from this 
 forum thread)? If not, does the option XaaNoOffscreenPixmaps help?
Thanks alot. That did the trick.


Just one question. Is there a way of seeing how much RAM
my card has ? Couldn't find anything on dmesg or /proc, and
it doesn't display anything during boot.


Use this
cat /proc/mtrr
In this case: you'll have 3 lines
First - Size of system memory
Second - Size of Bios AGP Aperture
Third - Size of Graphic card Memory

or 
cat /var/log/Xorg.0.log |grep VideoRAM

to do if XAA is enabled
cat /var/log/Xorg.0.log |grep XAA
to see if FastWrites is enabled 
cat /var/log/Xorg.0.log |grep Fast Write


By the way are you using latest drm. Try always to use the lates cvs version of 
Xorg, drm and Mesa. At least with me, i'm not complainig. Once a week total 
recompile. (Xorg+ drm+ Mesa).

i'm using R300 from the beginig of the project (sort of), since the 
red_tinted_cube snap. No problems so far.
I also have a Gecube, but a 9600XT with 256 MB.

By the way, why i have to use the override option? I have 256 MB, of memory in 
the card but X only detects 128MB, it has anything to do with Bios AGP 
Aperture, or a bug, maybe.

Pedro Maia
--lf

 
 Roland


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel




---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


my card is not in the drm ids database

2005-10-11 Thread Gerhard Mack
hello, 

My X300SE is not in the database.. how would I go about getting this 
added?  I'm willing to test any updates if need be

:05:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 
[Radeon
X300 (PCIE)]
:05:00.1 Display controller: ATI Technologies Inc RV370 [Radeon 
X300SE]

:05:00.0 0300: 1002:5b60
:05:00.1 0380: 1002:5b70


--
Gerhard Mack

[EMAIL PROTECTED]

 As a computer I find your faith in technology amusing.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


New Card for drm_pciids.txt

2005-10-11 Thread jamesw
Please add my card to the drm_pciids.txt file:
0x1002 0x3154 CHIP_RV350 ATI Technologies Inc M24 1T [FireGL M24 GL]

I think that's correct.

Thanks.

-James




---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 2996] libglx / libGLcore should use a dispatch table

2005-10-11 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=2996  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

Attachment #2410 is|0   |1
   obsolete||




--- Additional Comments From [EMAIL PROTECTED]  2005-10-11 09:28 ---
Created an attachment (id=3543)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=3543action=view)
Make server-size GLX use autogenerated size code, version 02

This updates the previous server-side generated size code patch for current
Xorg CVS.  In addition, this patch eliminates the /requirement/ for byteswap.h
and bswap_*.  That header file only exists on Linux.  As such, it is only used
on Linux.  Non-Linux systems fallback to the crufty macros in X11/misc.h.

To apply this patch, cd to xc, and do 'patch -p1 -E  Xorg-new-size-02.patch'.
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 2996] libglx / libGLcore should use a dispatch table

2005-10-11 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=2996  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

Attachment #2416 is|0   |1
   obsolete||




--- Additional Comments From [EMAIL PROTECTED]  2005-10-11 10:13 ---
Created an attachment (id=3544)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=3544action=view)
Make server-side GLX use autogenerated dispatch code, version 03

This updates the previous server-side generated dispatch code patch for current

Xorg CVS.

This patch still needs some cleaning to remove the dependency on Linux's
byteswap.h.

To apply this patch, cd to xc, and do 'patch -p1 -E  Xorg-dispatch-03.patch'. 
This patch assumes that Xorg-new-size-02.patch has already been applied!

To use this patch, you MUST build against the Mesa 6.4 tree.  There are a
couple changes (relative to the version of Mesa in xc/extras/Mesa) in that tree
that are required by this patch.  Without those changes, the build will fail.
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: My experience with the r300 driver

2005-10-11 Thread Luis Felipe Strano Moraes
On Tue, Oct 11, 2005 at 12:00:03PM +0200, khaqq wrote:
 
 This should be in your Xorg.0.log :
 
 # cat /var/log/Xorg.0.log | grep VideoRAM
 (--) RADEON(0): VideoRAM: 131072 kByte (128 bit DDR SDRAM)
My card has 256 RAM . I tried to override it, but 
(II) RADEON(0): VideoRAM override ignored, this driver autodetects RAM
(--) RADEON(0): VideoRAM: 131072 kByte (128 bit DDR SDRAM)

should it be like this ??

--lf

 
 Cheers
 
 khaqq


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: RE: My experience with the r300 driver

2005-10-11 Thread Luis Felipe Strano Moraes
On Tue, Oct 11, 2005 at 10:58:23AM +0100, pedro.lixo wrote:
 Use this
 cat /proc/mtrr
 In this case: you'll have 3 lines
 First - Size of system memory
 Second - Size of Bios AGP Aperture
 Third - Size of Graphic card Memory
 
 or 
 cat /var/log/Xorg.0.log |grep VideoRAM
The first way gave me 256 . Thanks, didn't know about thtat.

 to do if XAA is enabled
 cat /var/log/Xorg.0.log |grep XAA
 to see if FastWrites is enabled 
 cat /var/log/Xorg.0.log |grep Fast Write
 
 
 By the way are you using latest drm. Try always to use the lates cvs version 
 of Xorg, drm and Mesa. At least with me, i'm not complainig. Once a week 
 total recompile. (Xorg+ drm+ Mesa).
 
I'm using the latest versions. Just installed them yesterday from CVS.

 i'm using R300 from the beginig of the project (sort of), since the 
 red_tinted_cube snap. No problems so far.
 I also have a Gecube, but a 9600XT with 256 MB.
I'm planning to start a wiki somewhere to help benchmark the 
drivers, since there's a lot of people that are interested
in using them, at least on the gentoo forums.

 
 By the way, why i have to use the override option? I have 256 MB, of memory 
 in the card but X only detects 128MB, it has anything to do with Bios AGP 
 Aperture, or a bug, maybe.
 
I've tried to use the override option, but the driver just ignores it :

(II) RADEON(0): VideoRAM override ignored, this driver autodetects RAM
(--) RADEON(0): VideoRAM: 131072 kByte (128 bit DDR SDRAM)

--lf

 Pedro Maia
 --lf
 
  
  Roland
 
 
 ---
 This SF.Net email is sponsored by:
 Power Architecture Resource Center: Free content, downloads, discussions,
 and more. http://solutions.newsforge.com/ibmarch.tmpl
 --
 ___
 Dri-devel mailing list
 Dri-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dri-devel
 
 
 
 
 ---
 This SF.Net email is sponsored by:
 Power Architecture Resource Center: Free content, downloads, discussions,
 and more. http://solutions.newsforge.com/ibmarch.tmpl
 --
 ___
 Dri-devel mailing list
 Dri-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dri-devel


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: My experience with the r300 driver

2005-10-11 Thread pedro.lixo

Your Xorg version, is patched with a known patch(at least by me, it's from Mike 
A. Harris). Are you using gentoo!?

Gentoo has this patch, probably also Red Hat and Fedora Core. 

With that patch, you cannot override. In gentoo just go to 
xorg-x11-version-patches-patch_version.tar.bz2 , and remove the patch 
1214_all_4.3.0-radeon-disable-VideoRAM-option. delete digest and redigest the 
ebuild. Rebuild xorg-x11. :)

With this patch you will only have 128 MB, i dont know how get around! Sorry.

Pedro Maia


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: My experience with the r300 driver

2005-10-11 Thread Donnie Berkholz

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

pedro.lixo wrote:
| Your Xorg version, is patched with a known patch(at least by me, it's
from Mike A. Harris). Are you using gentoo!?
|
| Gentoo has this patch, probably also Red Hat and Fedora Core.
|
| With that patch, you cannot override. In gentoo just go to
| xorg-x11-version-patches-patch_version.tar.bz2 , and remove the patch
| 1214_all_4.3.0-radeon-disable-VideoRAM-option. delete digest and
redigest
| the ebuild. Rebuild xorg-x11. :)
|
| With this patch you will only have 128 MB, i dont know how get around!
Sorry.

Rather than that, why not file an X.Org bug saying that your card's RAM
is detected incorrectly (if that is in fact the case).

Thanks,
Donnie
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDTAuUXVaO67S1rtsRAn31AJ9KIe+bd5NKmSszz86a/Px8o69AGACaAwV8
r+nWohfjM4fhXMfJ8BB59Rw=
=W746
-END PGP SIGNATURE-


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


confirming broken EXT_texture_rectangle.

2005-10-11 Thread Dave Airlie

Hi Roland,

Just to reconfirm what I said on IRC, I put my M7 back into my
machine and my internal application is defintely broken with the latest
radeon texrect changes...

I'll leave the M7 in for a few days and I'll have a look at the code if I
get a chance..

Dave.

-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied at skynet.ie
Linux kernel - DRI, VAX / pam_smb / ILUG



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel