[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-05-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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-05-11 08:55 ---
(In reply to comment #287)
 Could someone please make some general .deb packages for less experienced users???

As mentioned before in this very bug, I've been doing that for a while:
http://dri.sourceforge.net/cgi-bin/moin.cgi/Download   
   
--
Configure bugmail: http://bugs.xfree86.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 Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-05-10 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-05-11 00:03 ---
Could someone please make some general .deb packages for less experienced users??? 
  
   
--
Configure bugmail: http://bugs.xfree86.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 Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-05-07 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-05-08 00:46 ---
I just patched XFree86 4.4.0 sources with
XFree86-4.4.0-radeon-igp.patch.
First of all, is there a typo in line 569: unsigned long fb_location; ?
shouldn't it be unsigned long fb_base; ? anyway, the drm-module didn't
compile before i changed fb_location = fb_base. The drm-module radeon.ko loads
ok (eg. no error messages), but it doesnt work. XFree86.log.0:

(II) Primary Device is: PCI 01:05:0
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Radeon IGP320M (U1) 4336 found

drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed

(II) RADEON(0): [drm] drmOpen failed
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.
(II) RADEON(0): Direct rendering disabled

lsmod:
radeon128960  0
ati_agp 6348  1

And yes, the radeon.ko which modprobe loads, is the same than
xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/radeon.ko.

I tryed to use the radeon.ko which ships with my kernel (2.6.5), and it
reported something when loaded with modprobe:
[drm] Initialized radeon 1.9.0 20020828 on minor 0
Even the XFree86.0.log says everything is fine for a while:

drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) RADEON(0): [drm] created radeon driver at busid PCI:1:5:0
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xdd91
(II) RADEON(0): [drm] mapped SAREA 0xdd91 to 0x44267000
(II) RADEON(0): [drm] framebuffer handle = 0xf000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [agp] Mode 0x0f000204 [AGP 0x1002/0xcab0; Card 0x1002/0x4336]
(II) RADEON(0): [agp] 8192 kB allocated with handle 0x0001
(II) RADEON(0): [agp] ring handle = 0xec00
(II) RADEON(0): [agp] Ring mapped at 0x44269000
(II) RADEON(0): [agp] ring read ptr handle = 0xec101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0x4436a000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0xec102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0x4436b000
(II) RADEON(0): [agp] GART texture map handle = 0xec302000
(II) RADEON(0): [agp] GART Texture map mapped at 0x4456b000
(II) RADEON(0): [drm] register handle = 0xe850
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [DRI] installation complete

(WW) RADEON(0): Mismatched FB location. Incorrect version of DRM kernel driver $
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xdd91 at 0x44267000
(II) RADEON(0): Direct rendering disabled

Any hints?   
   
--
Configure bugmail: http://bugs.xfree86.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 Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-04-19 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-04-19 03:12 ---
I have uploaded the update libraries and drivers on planetmirror, thanks again
to Dan. Please visit

http://public.planetmirror.com/pub/radeonigp/radeon-igp-3D.tar.bz2
ftp://ftp.planetmirror.com/pub/radeonigp/radeon-igp-3D.tar.bz2

The the script is well documented.  Please read the README file too.  I have
tested it with both XFree86-4.4.x and Xorg X11 from Fedora rawhide.  3d works
very well.

Thanks all for your support once again.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-04-16 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-04-16 06:00 ---
Hi folks,

I am back.  I have been able to get full 3D acceleration by replacing my DRI,
DRM and Mesa modules and libraries with one from dri cvs.  This fully enables 3D
on ATI Radeon IGP 340M.

This should work on both XFree86-4.4 and those of you new running Xorg X11R6.7.0.  

I have all the compiled modules.  I will be talking to Dan again to see if I can
upload them onto the planner mirror site.  I will also include instructions on
how to backup your old modules and libraries and replace them with this new one.
 Please report success or failure when you have tried them.   

Thanks all for your support   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-04-09 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-04-09 04:15 ---
(In reply to comment #275)

Fixed with 2.6.5-mm1 and XFree4.4.99.2 and last DRI Snapshot.
Thanks a lot.
   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-04-07 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-04-07 09:44 ---
From http://public.planetmirror.com/pub/radeonigp/README_First:

 3.I get the following error when I run tuxracer and Chromium even though
   X says Direct Rendering is enabled.
 
   drmCommandWrite: -22
   drmRadeonCmdBuffer: -22 (exiting)
 
 Ans:  This is known to happen with some cards.  I am currently investigating
   the cause of this bug. It seems the problem is from the libGLU
   libraries.

No, as I said before, these are 3D driver bugs due to the patches attached here
not being complete. Get the fixed code from DRI/Mesa CVS.


 4.What about us who run Debian?  Do you build Debian packages as well?
 
 Ans:  At the moment, no, but it's on the agenda.  For the mean time, debian
   users can convert the rpm packages to debain packages using
   Alien Package Converter http://www.kitenet.net/programs/alien/
   Slackware users can do the same.

Or just use the snapshot packages which I've been providing for ages and which
are linked from the dri.sf.net download page.


And please don't reopen this bug again. That stopped being funny a long time ago.  
 
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-04-06 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-04-06 03:44 ---
Hi again,

Thanks to Dan at planetmirror.com, we have been able to upload the files onto
their server.  You can find the files at

http://planetmirror.com/pub/radeonigp/
ftp://ftp.planetmirror.com/pub/radeonigp/

Please do read the REAME file first.  It will save you a lot of trouble.

A big thank you, one again, to Dan

(In reply to comment #276)
 Hi folks,
 Sorry for the long silence.  I have been busy with exams and other stuff.  I am
 working towards correcting the bug in XFree86-4.40 regarding the
 drmCommandWrite: -22
 drmRadeonCmdBuffer: -22 (exiting)
 reported here.  It doesn't seem to happen with my card, so I don't know what is
 happening.  I now have some free time at hand. 
 
 On the other hand, if someone knows more about this bug than I do, please feel
 free to correspond with me so we can correct this bug and all of us can enjoy
 full functional 3D.
 
 I have rebuilt my rpms with the current Xfree86-4.4.99.2 snap shots.  There is
 signficant improvement.  Synaptics drivers is no longer needed for touchpad.
 
 As stated here, I don't have a dedicated server, so I have no where to upload
 the files.  Again, if anyone has a webspace to spare, I can upload the files so
 we can all test it out. 
 
 In addition, all my rpms are optimized for Pentium III and above.  If you have a
 different class processor, you can rebuild the rpm yourself with
 
 [EMAIL PROTECTED] root]# rpmbuild --rebuild srpm file 
 
 This will rebuild the rpm to suit your architecture.
 
 I hope this answers some of the questions I have been receiving in emails
 
 (In reply to comment #274)
  (In reply to comment #272)
   This bug has been obsolete for a while. Get the code from DRI CVS. Most if not
   all of the patches attached to this bug are incomplete and not expected to
work
   with the current DRM.
  
  
  I rebuilt the radeon.o module using the latest DRI CVS source, but upon
  restarting the X server I no longer get direct rendering capability.  Is there a
  patch required, or some source-specific settings I need to configure in order to
  enable this?
  
  
  
 
 

   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-04-05 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-04-05 03:02 ---
Hi folks,
Sorry for the long silence.  I have been busy with exams and other stuff.  I am
working towards correcting the bug in XFree86-4.40 regarding the
drmCommandWrite: -22
drmRadeonCmdBuffer: -22 (exiting)
reported here.  It doesn't seem to happen with my card, so I don't know what is
happening.  I now have some free time at hand. 

On the other hand, if someone knows more about this bug than I do, please feel
free to correspond with me so we can correct this bug and all of us can enjoy
full functional 3D.

I have rebuilt my rpms with the current Xfree86-4.4.99.2 snap shots.  There is
signficant improvement.  Synaptics drivers is no longer needed for touchpad.

As stated here, I don't have a dedicated server, so I have no where to upload
the files.  Again, if anyone has a webspace to spare, I can upload the files so
we can all test it out. 

In addition, all my rpms are optimized for Pentium III and above.  If you have a
different class processor, you can rebuild the rpm yourself with

[EMAIL PROTECTED] root]# rpmbuild --rebuild srpm file 

This will rebuild the rpm to suit your architecture.

I hope this answers some of the questions I have been receiving in emails

(In reply to comment #274)
 (In reply to comment #272)
  This bug has been obsolete for a while. Get the code from DRI CVS. Most if not
  all of the patches attached to this bug are incomplete and not expected to work
  with the current DRM.
 
 
 I rebuilt the radeon.o module using the latest DRI CVS source, but upon
 restarting the X server I no longer get direct rendering capability.  Is there a
 patch required, or some source-specific settings I need to configure in order to
 enable this?
 
 
 

   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-03-30 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-03-30 06:32 ---
I've got a IGP345M gpu with kernel 2.6.4 + bk4 + dri patch  from attachement 1130.
Xfree is up to date with XFree4.4.0. I rebuild radeon.ko with dri CVS.
All the log looks fine, i just notice this change :
(WW) RADEON(0): Failed to set up write-combining range (0xd800,0x400)

before i was under 2.4.22-bk60 / xfree4.3.99.9 this many patchs ( 3D ok and
fully functionnal ):
(==) RADEON(0): Write-combining range (0xd800,0x400)

Acceleration is enable, 
- glxgears OK
- euphoria ( frame rate is good, but the testure mapping is tilted
- tuxracer ( I see only solid color, no mouse,no menu, ground is black ...)

   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-03-22 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Additional Comments From [EMAIL PROTECTED]  2004-03-22 15:08 ---
(In reply to comment #271)
 Hi all,
 
 I have XFree86 v. 4.3.99.902 built with the radeon patch (id 862 in the list
 above) on a gentoo laptop with kernel 2.6.3-rc2-mm1.  My laptop is an HP ze5300
 with an ATI Radeon IGP 340M chip.
 
 Using the patched radeon driver has enabled direct rendering, and I get ~500
 with glxgears.  However, in trying to run ut2003 or tuxracer, I receive:
 
 drmCommandWrite: -22
 drmRadeonCmdBuffer: -22 (exiting)
 
 I cannot seem to find documentation on this sort of behaviour anywhere.
 
 It would be very appreciated to hear some comments on this.  Perhaps I should
 repatch with the new XFree86-4.4.0?
 
 

On my HP pavilion 4288, IGP320 patch works fine for Xfree 4.3.99.14, but when i
installa xfree 4.4.0 with the patch, glxgears works, glxinfo tells me that there
is DRI but Unreal Tournament and Quake 3 don't work (try to load and i obtain
just a black screen -- crash).
I'll don't use xfree 4.4.0 for the moment.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-03-22 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-03-22 20:02 ---
(In reply to comment #272)
 This bug has been obsolete for a while. Get the code from DRI CVS. Most if not
 all of the patches attached to this bug are incomplete and not expected to work
 with the current DRM.


I rebuilt the radeon.o module using the latest DRI CVS source, but upon
restarting the X server I no longer get direct rendering capability.  Is there a
patch required, or some source-specific settings I need to configure in order to
enable this?


   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-03-21 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC|[EMAIL PROTECTED]  |
 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-03-21 18:48 ---
This bug has been obsolete for a while. Get the code from DRI CVS. Most if not
all of the patches attached to this bug are incomplete and not expected to work
with the current DRM.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-03-20 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-03-20 19:46 ---

Hi all,

I have XFree86 v. 4.3.99.902 built with the radeon patch (id 862 in the list
above) on a gentoo laptop with kernel 2.6.3-rc2-mm1.  My laptop is an HP ze5300
with an ATI Radeon IGP 340M chip.

Using the patched radeon driver has enabled direct rendering, and I get ~500
with glxgears.  However, in trying to run ut2003 or tuxracer, I receive:

drmCommandWrite: -22
drmRadeonCmdBuffer: -22 (exiting)

I cannot seem to find documentation on this sort of behaviour anywhere.

It would be very appreciated to hear some comments on this.  Perhaps I should
repatch with the new XFree86-4.4.0?

   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-03-12 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-03-12 06:36 ---
hi people,
 i use xfree 4.4 with patch
http://bugs.xfree86.org/attachment.cgi?id=1130action=view,
kernel 2.6.3 and the latest dri package in drm-module-trunk.deb (i'm in debian Sid).
Apparently all work fine
glxgears show ~400 fps and glxinfo result direct rendering: Yes but when i want
to use  a game that use openGL (ut or Pete's mesa GPU in epsxe) this crash with
error
drmCommandWrite: -22
drmRadeonCmdBuffer: -22 (exiting).
any ideas? what's the kind of problem? thk!   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-03-12 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC|[EMAIL PROTECTED]   |


   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-03-12 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-03-13 02:22 ---
Is there 3D support without installing an xfree cvs. Is there a backport for xfree 
4.3.0 or is it not even possible?   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-03-06 Thread Dieter Ntzel
Am Samstag, 6. März 2004 04:59 schrieb [EMAIL PROTECTED]:

 --- Additional Comments From [EMAIL PROTECTED]  2004-03-05 22:59
 --- Created an attachment (id=1130)
  -- (http://bugs.xfree86.org/attachment.cgi?id=1130action=view)
 Enable 3D acceleration in XFree86-4.4.0

 I have managed to port attachment #723 work in the new version of
 XFree86-4.4.0.3D acceleration works if you patch your kernel with the
 relevant version of the IGP patch.

 (--) Chipset ATI Radeon IGP330M/340M/350M (U2) 4337 found

 (--) RADEON(0): Chipset: ATI Radeon IGP330M/340M/350M (U2) 4337 (ChipID =
 0x4337)

What about IGP 320M?

Thanks,
Dieter

-- 
Dieter Nützel
@home: Dieter.Nuetzel () hamburg ! de


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70alloc_id638op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-03-05 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-03-05 22:59 ---
Created an attachment (id=1130)
 -- (http://bugs.xfree86.org/attachment.cgi?id=1130action=view)
Enable 3D acceleration in XFree86-4.4.0

I have managed to port attachment #723 work in the new version of
XFree86-4.4.0.  3D acceleration works if you patch your kernel with the
relevant version of the IGP patch.

I have also compiled rpms for Redhat 9 and Fedora Core 1 and Fedora Core 2
(test version). Since I have no where to put them for general download, feel
free to email me or if someone has space on the web, I can upload them there
for all you

My Current X log:
XFree86 Version 4.4.0 (Custom Build: 4.4.0-3)
Release Date: 29 February 2004
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.3-4.rc2 i686 [ELF] 
Current Operating System: Linux pavilion.home.org 2.6.3-4.rc2 #1 SMP Thu Mar 4
07:43:42 EST 2004 i686
Build Date: 06 March 2004
Changelog Date: 29 February 2004
Build Host: pavilion.home.org
 
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.3-4.rc2 ([EMAIL PROTECTED]) (gcc version
3.3.3 20040216 (Red Hat Linux 3.3.3-2)) #1 SMP Thu Mar 4 07:43:42 EST 2004 F
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Sat Mar  6 14:37:32 2004
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout single head configuration
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Videocard0
(**) |--Input Device Mouse1
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to unix/:7100
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.7
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.4.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.4.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.7
(++) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000900c, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,cab2 card , rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,7010 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 10b9,5237 card 103c,002a rev 03 class 0c,03,10 hdr 00
(II) PCI: 00:06:0: chip 10b9,5451 card 103c,002a rev 02 class 04,01,00 hdr 00
(II) PCI: 00:07:0: chip 10b9,1533 card 10b9,1533 rev 00 class 06,01,00 hdr 00
(II) PCI: 00:08:0: chip 10b9,5457 card 103c,002a rev 00 class 07,03,00 hdr 00
(II) PCI: 00:0a:0: chip 1217,6972 card 1c01, rev 00 class 06,07,00 hdr 02
(II) PCI: 00:10:0: chip 10b9,5229 card 103c,002a rev c4 class 01,01,fa hdr 00
(II) PCI: 00:11:0: chip 10b9,7101 card 103c,002a rev 00 class 06,80,00 hdr 00
(II) PCI: 00:12:0: chip 100b,0020 card 3c08,5400 rev 00 class 02,00,00 hdr 00
(II) PCI: 01:05:0: chip 1002,4337 card 103c,002a rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0   0x9000 - 0x90ff (0x100) IX[B]
[1] -1  0   0x9400 - 0x94ff (0x100) IX[B]
[2] -1  0   0x9800 - 0x98ff (0x100) IX[B]
[3] -1  0   0x9c00 - 

[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-03-03 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-03-03 10:15 ---
As there are still people having a hard time getting DRI working for their IGP
cards, and some of the XFree86 folks are complaining that this bug report is an
abuse of Bugzilla, I have created a very brief How-To for the Radeon IGP
available at http://jaydolan.com.  I'll gladly incorporate any additions and/or
revisions you see fit, and I do not mind answering any questions via email that
I can.   
   
--
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email   
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-03-01 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-03-01 17:35 ---
Sorry if this is an incorrect place to ask.
since 4.4.0 is released, did 3D IGP patch for Xfree86  make it into the release
or not ?
The release notes explicitely state that Radeon IGP is only supported in 2D.

if it didn't make it, can somebody provide us with the correct patch for the
released version ?

Thanks   
   
--
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email   
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-03-01 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-03-01 18:02 ---
(In reply to comment #265)
 Sorry if this is an incorrect place to ask.
 since 4.4.0 is released, did 3D IGP patch for Xfree86  make it into the release
 or not ?
 The release notes explicitely state that Radeon IGP is only supported in 2D.
 
 if it didn't make it, can somebody provide us with the correct patch for the
 released version ?

IGP support did not make it into 4.4.  IGP support is available in the DRI tree.
 see this page for access to the source from cvs and binary snapshots:
http://dri.sourceforge.net/cgi-bin/moin.cgi/Download


 
 Thanks

   
   
--
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email   
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-02-19 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]


   
   
--
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email   
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-02-17 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC|[EMAIL PROTECTED] |


   
   
--
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email   
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-02-16 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]


   
   
--
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email   
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-02-16 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Additional Comments From [EMAIL PROTECTED]  2004-02-16 05:42 ---
I have installed XFree 4.3.99.16 patched and kernel 2-4-23-pre9, following Bruce
instructions. The Acceleration started to work, for example Tuxracer works fine.
But in the application I am working at, we use some OpenGL windows and it always
happens that after two or three frames the output of one window is showed in ALL
the windows, making the acceleration unuseful. If I shut down the acceleration,
the program work properly (only very slow). I have compiled the program with
efence, and run it with ddd, here it is what I obtain:

Yesterday:

Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 32771 (LWP 18645)]
0x42499658 in _mesa_test_os_sse_exception_support () from
/usr/X11R6/lib/modules/dri/radeon_dri.so
(gdb) stepi
0x4249965b in _mesa_test_os_sse_exception_support () from
/usr/X11R6/lib/modules/dri/radeon_dri.so
(gdb) stepi
0x4249965f in _mesa_test_os_sse_exception_support () from
/usr/X11R6/lib/modules/dri/radeon_dri.so
(gdb) stepi
0x42499660 in _mesa_test_os_sse_exception_support () from
/usr/X11R6/lib/modules/dri/radeon_dri.so
(gdb) stepi
0x424993b2 in check_os_sse_support () from /usr/X11R6/lib/modules/dri/radeon_dri.so
(gdb) step
Single stepping until exit from function check_os_sse_support,
which has no line number information.
0x424994f0 in _mesa_init_all_x86_transform_asm () from
/usr/X11R6/lib/modules/dri/radeon_dri.so
(gdb) step
Single stepping until exit from function _mesa_init_all_x86_transform_asm,
which has no line number information.
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  20 (X_GetProperty)
  Resource id in failed request:  0x222
  Serial number of failed request:  124
  Current serial number in output stream:  124

Program exited with code 01.



then program crashes. 




Today: (I don't know exactly what I changed, maybe I fixed something with GL
Libraries, I am sure now I am using the right ones)

[Switching to Thread 32771 (LWP 8713)]
0x424f1658 in _mesa_test_os_sse_exception_support () from
/usr/X11R6/lib/modules/dri/radeon_dri.so
(gdb) step
Single stepping until exit from function _mesa_test_os_sse_exception_support,
which has no line number information.
0x424f13b2 in check_os_sse_support () from /usr/X11R6/lib/modules/dri/radeon_dri.so
(gdb) step
Single stepping until exit from function check_os_sse_support,
which has no line number information.
0x424f14f0 in _mesa_init_all_x86_transform_asm () from
/usr/X11R6/lib/modules/dri/radeon_dri.so
(gdb) step
Single stepping until exit from function _mesa_init_all_x86_transform_asm,
which has no line number information.
disabling TCL support
New OGLW Created: 1-1


and then program blocks waiting until GDB gets ready (it never happens)
If I don'use ddd, the program continue to work but not properly (as I said, in
no time one sequence of images enters in all the windows) and exits (when asked
to do that) with a segmentation fault. Our program works with different threads,
one of them executes elaborations, and another draws the result of the
elaboration in Open GL Windows. We use libglut functions (I have installed the
last one, 3.7.1). Lines are drawn in the right windows, but images are not. Our
program works properly in all the other accelerated computers.
If you need other informations just ask.
Thank you!
Claudio   
   
--
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email   
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-02-16 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-02-16 13:10 ---
Those problems are off topic for this bug. If there are problems with current
DRI CVS (where IGP support has been properly integrated), please open another
bug or post to the dri-devel mailing list.   
   
--
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email   
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-02-16 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Additional Comments From [EMAIL PROTECTED]  2004-02-16 18:52 ---
I have tried patch 862 and the DRI kernel module from the XC tree. I used
developer's snapshot 4.3.99.16. I am using an eMachines M5310 with Radeon IGP
320M Mobility U1 chipset.

DRI appears to open successfully, but glxinfo claims DRI is not active, and
glxgears fails with a segmentation fault.

Can someone tell me what I missed here? This is very frustrating, I have spent
hours compiling and installing different builds of X to try to get this to work
and it just won't.   
   
--
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email   
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-02-16 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-02-17 00:05 ---
I have your same laptop and have everything working perfectly:

Linux 2.6.2 w/706, ATI chipset support, Radeon DRM support, no modules
XFree86-4.3.99-14 w/723

In /etc/profile:
export RADEON_NO_IRQS=1
export RADEON_NO_USLEEPS=1

Email me at [EMAIL PROTECTED] if you'd like my 2.6.2 .config.   
   
--
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email   
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-01-06 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-01-06 15:24 ---
(In reply to comment #257)
 Patches for IGP support have been committed to Mesa and DRI CVS.  Please 
update
 to the very latest of those and the DRM before submitting additional bug
 reports.  Future bug reports on IGP issues should be filed as new bugs based 
on
 with the code mentioned above and not as followups to this bug report.

Sorry for my extremely dumb question, but would this be the right way to get the 
DRI CVS?

cvs checkout dri xc
   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-01-06 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-01-06 16:21 ---
(In reply to comment #258)
 Sorry for my extremely dumb question, but would this be the right way to get 
 the DRI CVS?
 cvs checkout dri xc

If you want the DRI CVS have a look at

http://dri.sourceforge.net/cgi-bin/moin.cgi/Download

It explains the whole process fairly well.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-01-04 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-01-04 08:47 ---

 This might be unrelated, but do any of the driver developers know how one 
 could enable the TV-out on this card ? 
  
 Thanks (again) for you hard work guys! 
  
 Cheers, 
   André 

hi,

I found this project that enable TV-out on old radeon and mach64 cards.
You can use it on an ati igp by forcing the radeon or the mach64 option.

you can find the project here :
http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/
   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2004-01-02 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2004-01-02 21:44 ---
Well, to answer a previous question, yes, I do have 3D running (well) on an 
IGP 320 chipset (Compaq 2100 with ATI Radeon Mobility). Running an unpatched 
Kernel 2.6.0 (been running since -test8) and Xfree 4.3.99.16 with one of the 
patches above for the radeon.ko module. No problems at all. 
 
Seems like development has slowed down for this patch? Hope it will make it 
into Xfree86 4.4 ? 
 
This might be unrelated, but do any of the driver developers know how one 
could enable the TV-out on this card ? 
 
Thanks (again) for you hard work guys! 
 
Cheers, 
  André
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-30 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]


   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-29 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-29 23:41 ---
DRI was enabled when i aplied this patch XFree86-4.4-20031205-igp.patch to 
xfree.4.3.99.16, but when the same patch i applied to XFree86-4.3.99.902 , there is 
no DRI enabled. It's complaining of not able open the drm device under /dev  and I 
couldn't find any relevant change in the change.log that may be the problem. 
 
so i did some experiment modprobing the old radeon.o, lsmod shows that agpgart is 
used. but when i modprobe the new radeon.o , agpgart is unused.   
 
what may be the problem ?
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-27 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-27 04:44 ---
(In reply to comment #248)
 I had the same problem, then I found we need to use the radeon dri module
 provided with xfree and not the one provided with the kernel.
 I tried it, but the new module can't open the device... in fact the device do
 not exist and i don't know th minor and the major associated...
 
 I did patch dri in the xfree86 4.3.99.16. used make -f Makefile.linux 
 LINUXDIR=/usr/src/linux-2.6.0-test11
 builds fine, I copy the module to /lib/modues/2.6.0-test11/blah blah replacing 
 the old radeon.ko, load the module with insmod, start up xfree86, and no dri. 
 
 I have an IGP320M.

I wonder if someone made the dri work with an IGP320...   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-24 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-24 22:05 ---
which igp-kernel-patch does work for 2.4.23 ? 
 
Thanks,
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-24 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-25 01:14 ---
(In reply to comment #251)
 which igp-kernel-patch does work for 2.4.23 ? 
  
 Thanks, 

I don't think either one does, I've tried the two above that were against 2.4.21
and even manually correcting the rejects, 2.4.23 will not compile.  Also it
looks like the content of those patches has largley been moved into 2.4.23
source, you can choose IGP support natively in 2.4.23. 

However in my case i have
ATI Technologies Inc Radeon IGP 340M
PCI: 00:00:0: chip 1002,cbb2 card , rev 02 class 06,00,00 hdr 00
in an hp pavilion ze5300 laptop.

agpgart would not detect this with the stock 2.4.23 kernel and IGP enabled, I
don't know if it truly doesn't support it yet or cbb2 identifier got overlooked.
 I *seemed* to have gotten around this by simply replacing cab2 with cbb2 in
these files.

drivers/char/agp/agp.h
drivers/pci/pci.ids

I did this because I noticed looking at the patches that the cbb2 is for RS_200M
and cab2 is for RS200, and those are both in the original pci.ids RS200/RS200M
AGP Bridge [IGP 340M]. I'm just guessing that the same code could be used for
both, and perhaps the cbb2 just didn't make it in.

In anycase everything seems to be working great at the moment,  I'm now
compiling the XFree snap shop with IGP patch.

Currently I'm using rpm based X 4.3 with an IGP patch and radeon driver, created
per the instructions here

http://www.rexursive.com/articles/linuxonhpze4201.html

Which has been working fine for sometime, but glxinfo shows with my current
config dri is not working, thus i'm compiling the x snapshot with igp patch.

Hope that's of some help, if you have cbb2 340M as well, only do what I did at
your own risk of course :)   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-23 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-23 22:36 ---
im using IGP M340, DRI enabled.  
recently, I often get error BadAlloc: not enough resource , then exit, when 
running mplayer to play a movie files. while in xine, it plays, but only audio with 
blank blue screen, no vidio. 
I experience this after applying patch XFree86-4.4-20031205-igp.patch to 
xfree-4.3.99.16. there is no such thing when i was running xfree-4.3.99.9 with the 
patch for 4.3.99.9 
 
any idea or pointer to what may be the cause ?
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-23 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-23 23:35 ---
This is likey do to the fact that too much memory is reserved for 3D leaving
none for Xv.  This is due to the current memory manager situation in xfree86.  I
believe Alan Hourihane and others were looking to rework the 2D/3D memory
manager(s) post 4.4.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-21 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]


   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-18 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-18 02:26 ---

I had the same problem, then I found we need to use the radeon dri module
provided with xfree and not the one provided with the kernel.
I tried it, but the new module can't open the device... in fact the device do
not exist and i don't know th minor and the major associated...

I did patch dri in the xfree86 4.3.99.16. used make -f Makefile.linux 
LINUXDIR=/usr/src/linux-2.6.0-test11
builds fine, I copy the module to /lib/modues/2.6.0-test11/blah blah replacing 
the old radeon.ko, load the module with insmod, start up xfree86, and no dri. 

I have an IGP320M.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-17 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-17 08:43 ---
(In reply to comment #246)
 Dennis, I'm having the same problem. In my XFree86.0.log I see:
 (II) RADEON(0): X context handle = 0x0001
 (II) RADEON(0): [drm] installed DRM signal handler
 (II) RADEON(0): [DRI] installation complete
 (WW) RADEON(0): Mismatched FB location. Incorrect version of DRM kernel driver
is used.
 (II) RADEON(0): [drm] removed 1 reserved context for kernel
 (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xdf8c7000 at 0x44144000
 (II) RADEON(0): Direct rendering disabled
 ***
 I've compiled it correctly, I've done it 3 times to make sure.
 I was also having problems before with the module GLCore loading. It seemed to
work just fine before the way it was, but it wouldn't work until I changed it to
GLcore (lowercase c). Dunno why this was.

I had the same problem, then I found we need to use the radeon dri module
provided with xfree and not the one provided with the kernel.
I tried it, but the new module can't open the device... in fact the device do
not exist and i don't know th minor and the major associated...
   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-16 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Attachment #807 is|0   |1
   obsolete||




--- Additional Comments From [EMAIL PROTECTED]  2003-12-16 04:29 ---
(From update of attachment 807)
patch is obsolete because PCI IDs have been added.
   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-16 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-17 00:17 ---
Dennis, I'm having the same problem. In my XFree86.0.log I see:
(II) RADEON(0): X context handle = 0x0001
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [DRI] installation complete
(WW) RADEON(0): Mismatched FB location. Incorrect version of DRM kernel driver is used.
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xdf8c7000 at 0x44144000
(II) RADEON(0): Direct rendering disabled
***
I've compiled it correctly, I've done it 3 times to make sure.
I was also having problems before with the module GLCore loading. It seemed to work 
just fine before the way it was, but it wouldn't work until I changed it to GLcore 
(lowercase c). Dunno why this was.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-09 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-09 12:51 ---
ok people, i have uninstalled Fedora as it is very buggy, I now installed SuSE 
9 and so far i am much happier with it, it picks up my igp 340m but doesnt have 
3d available, only 2d works, later on tonight at work i will go through 
patching process and hopefully i will have a much successfull install. Does 
anybody else here use SuSE? if so please let me know!  Anyways, i will post 
later on and see everything...

I know that Xfree86 4.4 is going to be released soon? in this next release will 
there be drivers and 3d available for igp 340m or will we still have to patch?

Also, once i have patched dri etc, do i have to recompile my kernel? or can i 
just leave everything as is with /usr/src/linux?

speak soon,

Mixhael.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-09 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-09 15:03 ---
Hi Michael,

I am on SuSE 9.0 with an IGP 320M. Installation process should be the same for
you. You have to patch and compile a kernel with IGP-Support and you have to
patch and compile the XFree86-Sources e.g.
(ftp://ftp.xfree86.org/pub/XFree86/develsnaps/XFree86-4.3.99.16.tar.bz2 with
http://bugs.xfree86.org/attachment.cgi?id=723action=view).
There will be no 3D support in XFree86 4.4 because feature freeze is over.

Thomas   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-08 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-08 08:19 ---
The Patch http://bugs.xfree86.org/attachment.cgi?id=723action=view
with XFree-4.3.99.16 works fine, thank you. Then I get this in
/var/log/XFree86.0.log:

drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''

But now tried to patch XFree86-4.3.99.901 with
http://bugs.xfree86.org/attachment.cgi?id=862action=view
but I get no 3D.


The log with 4.3.99.901 shows that drmOpenDevice fails:
 
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed

and so on

At the patching one hunk in 
lib/GL/mesa/src/drv/r200/radeon_screen.c fails.
I have a Radeon IGP 320M chip.

Thomas Riedel   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-08 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-08 11:28 ---
(In reply to comment #231)
 Created an attachment (id=862)
 -- (http://bugs.xfree86.org/attachment.cgi?id=862action=view)
 This one actually works
 
 There was another bug in 861; this one compiles and X starts up (no further
 testing done yet)

This patch (862) does not work on an IGP320M. The screen initialize but the
freezes the complete machine very hard. The first 100 lines or so get really
distorted while the rest seems to be OK. Patch 723 worked OK here. Also dri_cvs
with latest patch works fine.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-08 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-08 14:26 ---
Hi.

Can someone still exp[lain to me what to do if i get the message that it cannot 
find a kernel config file after i run make -f Makefile.linux radeon.o?

I have the IGP 340M.  Im still new to Linux as I said earlier, so if someone 
could just tell me what command to type to get it all working correctly?  I'm 
using Fedora Core 1.

Much appreciated,

Michael.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-08 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-08 14:34 ---
you need to have a copy of the kernel source available so that the kernel module
can be built (it needs to know how you've configured the kernel and some of the
headers).  if you are using an custom kernel you need a copy of your source in
/usr/src/linux or if you are using an rpm based distro, you need to install the
kernel source code rpm.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-08 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-08 16:34 ---
(In reply to comment #239)
 (In reply to comment #231)
  Created an attachment (id=862)
 -- (http://bugs.xfree86.org/attachment.cgi?id=862action=view)
  This one actually works
  
  There was another bug in 861; this one compiles and X starts up (no further
  testing done yet)
 
 This patch (862) does not work on an IGP320M. The screen initialize but the
 freezes the complete machine very hard. The first 100 lines or so get really
 distorted while the rest seems to be OK. Patch 723 worked OK here. Also 
dri_cvs
 with latest patch works fine.

I also have IGP 320M.
 4.3.99.16 - patch succeeded but compile failed
 4.3.99.901 - patch succeeded, compile succeeded.

Module can be inserted into kernel, XFree works but dri does not work.
Also, if I try glxgears I get a segmentation fault.  Happy to provide more 
information if requested.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-08 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Attachment #861 is|0   |1
   obsolete||


   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-07 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-08 00:18 ---
hi i get an error message when i do: make -f Makefile.linux radeon.o

it sais that it cannot find a kernel config file...?   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-07 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-08 01:13 ---
Michael,

you want to have a kernel compiled and your ln -s /usr/src/linux /path/kernel.
Or I believe you can also use TREE=/path/kernel for the make.

--

I just tested Quake III Arena and it works just great.
640 x 480 @ 16 bpp: 
Average: 70 FPS
Busy areas: as low as 45 FPS
Looking at pitch black-sky: 93 FPS

bzflag runs perfect @ 1024x768.

There seems to be a persisting problem @ 1024x768 @ 16bpp with some games. The
only problem is the 1/6 of screen viewable. Not yet sure what it is. If someone
may have an idea of what may be causing this please post.

   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-07 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-08 01:45 ---
Quote:

Michael,

you want to have a kernel compiled and your ln -s /usr/src/linux /path/kernel.
Or I believe you can also use TREE=/path/kernel for the make.
--

Could you explain that a bit more to me? I'm currently using Fedora Core 1.  
I'm still quite new to Linux, so what must i type before i do the make -f 
Makefile.linux radeon.o command?

If you could just show me a bit more I'd really appreciate it :))

Regards,

Michael.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-06 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-06 11:13 ---
(In reply to comment #233)

Thanks for your patch Howto, this is important for testing.

Some Weeks I tested Huy's patches, now I have tested your patch with the DRI
cvs. The Kernel and the XF86Config is the same.

Hardware:
ATI Radeon RS200 Mobility IGP 340M (I know this is allready tested)

Resolution 1400x1050

The performance is with both patches the same - glxgears ~360FP (Isn't realy
usable for games). With Huy's Patches there wer allways some Flares on the
screen with some applications (mplayer, pingus). With the new patches the Flares
are away and the Switch between X and a tty is much faster as before.
Unfortunately now I can't change the resolution of the X-Server. I allways get a
blackscreen if i try to change the resolution with ctrl alt +/- or if an
application trys to switch.

Thanks for your work and sorry for my bad english. :-)

Andreas Zuber   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-06 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]


   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-05 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-05 12:12 ---
(In reply to comment #163)
 IGP320M works perfectly for me in 2.4.x using the modules from XFree86 CVS 
 (and XFree86 itself from CVS) with patch 502; using the same DRI source [with 
 slight adaptions to make it compile due to the remap_page_range API change] 
 with 2.6.0-test5-mm1 works for 2D, using 3D fails with 
  
 [drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held 
 [drm:radeon_unlock] *ERROR* Process 1482 using kernel context 0 
  
  

I have this exact same problem when trying to use DRI, in addition to this
having to do with AGP, so says dmesg: 

Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Unsupported Ati chipset (device id: cbb2)

This is a report from XFree86.0.log:

(WW) RADEON(0): [agp] AGP not available.

I am using the 2.6 kernel series(test10-mm1 to be specific) and the patch
attatchment #723 with XFree 4.3.99.16. The patch applies fine. I was told this
could be an IRQ issue with the Sony Vaio(mine is a vaio FRV27) so I disabled irq
sharing in radeon.h before making the module and still no go. I was ALSO told
that it would help to compile ati-agp and agpgart built into the kernel and that
didn't work either. I'm using ACPI. Any ideas on this? The chip is a 340m. Thanks. 
  
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-05 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-05 13:40 ---
(In reply to comment #226) 
 None of the given patches is applicable to newest XFree snapshot 
4.3.99.901 :( 
 DRI was merged with X tree. 
 
I *really* wish I had read this comment *prior* to trying out the latest 
snapshot! ;)  When I try and apply the current radeon snapshot patch against 
this tree, about 50% of it completes (but xfree compilation craps out exactly 
at that module.)  3D acceleration worked (~380fps in GLXGEARS with USLEEPS=1 
and NO_IRQ=1, 4.3.99.11 + Hui's patch, 2.4.22-ac4) but wasn't exactly speedy 
(which is fine as I really only need OpenGL occasionally.)  I've tried walking 
through the patch to see what's going on but it's beyond my capacity to 
follow.  Is it always borked in the same spot when the xfree rev changes?  
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-05 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]


   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-05 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-05 13:43 ---
Created an attachment (id=860)
 -- (http://bugs.xfree86.org/attachment.cgi?id=860action=view)
Updated patch to apply with XFree86 CVS as of 2003/12/05

I'm attaching a patch that applies cleanly to the current XFree86 CVS tree;
it's 100% untested though because I don't have test hardware ATM.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-05 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Attachment #860 is|0   |1
   obsolete||




--- Additional Comments From [EMAIL PROTECTED]  2003-12-05 14:08 ---
Created an attachment (id=861)
 -- (http://bugs.xfree86.org/attachment.cgi?id=861action=view)
Fixed version of patch 860

Ok, this didn't even compile, here's one that does   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-05 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-05 16:56 ---
Created an attachment (id=862)
 -- (http://bugs.xfree86.org/attachment.cgi?id=862action=view)
This one actually works

There was another bug in 861; this one compiles and X starts up (no further
testing done yet)   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-05 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-05 22:49 ---
OK Well I've fixed it for RS200. :-D My patch is intended to fix RS100, RS200,
RS250. I can only test RS200 cards since that is what I have. Can some of you
test the others and post results? Note: this patch is for DRI CVS xc trunk. If
you don't have it, it's simple as:

http://prism54.org/~mcgrof/dri-igp/get_dri_xfree_install.txt

My Version 3 patch can be found here:
http://prism54.org/~mcgrof/dri-igp/mcgrof-radeon-igp-v3.diff

Here's a a list of cards we need tested:

0x1002 0x4136 - ATI Radeon RS100 IGP 320M
0x1002 0x4137 - ATI Radeon RS200 IGP
0x1002 0x4237 - ATI Radeon RS250 IGP
0x1002 0x4336 - ATI Radeon RS100 Mobility U1
0x1002 0x4337 - ATI Radeon RS200 Mobility IGP 340M - TESTED OK!
0x1002 0x4437 - ATI Radeon RS250 Mobility IGP
0x1002 0x5834 - ATI Radeon RS300 Mobility IGP
0x1002 0x5835 - ATI Radeon RS300 IGP
0x1002 0x5836 - ATI Radeon RS300 IGP
0x1002 0x5837 - ATI Radeon RS300 IGP

My benchmarks: (1024x768 Resolution @ 16bpp)
glxgears default window size: 483 FPS
glxgears fullscreen size: 71 FPS
glxgears minimized to the size of a thumb: 3300 FPS

(Get the rest from mesademos (debian as mesademos package))
tunnel fullscreen size: 61 FPS
fire fullscreen size: 25.6 FPS
--

I don't know why but full sreen apps like tuxracer, armagetron look as if the
screen shifted to the side or so... there is only like 1/6 of a screen you can
actually see stuff. The rest is blurry with lines going straight down. If you
know why this may be please let me know.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-04 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-04 07:27 ---
(In reply to comment #224)

RS100, RS200 and RS250 are radeon based (more specifically, their graphic core
is very similar to RV100, the radeon VE/7000 (1 pixel pipeline, no TCL)).
The RS300 (and the supposed RS380 for AMD CPU's, though this thing seems to have
vanished completely and may never exist) is R200 based (more exactly, it's a
cut-down RV280, only 2 pixel pipelines instead of four and vertex shader / TCL
removed).   
   
--
Configure bugmail: http://bugs.xfree86.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 OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-04 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-04 13:55 ---
None of the given patches is applicable to newest XFree snapshot 4.3.99.901 :(
DRI was merged with X tree.   
   
--
Configure bugmail: http://bugs.xfree86.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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-12-03 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 your comments there.  
 
http://bugs.xfree86.org/show_bug.cgi?id=314   
   




--- Additional Comments From [EMAIL PROTECTED]  2003-12-04 00:34 ---
Michel,

I've tested your patch with the latest CVS co of the DRI trunk. You forgot a few
PCI IDs for the radeon kernel module. Anholt supplied the patch. Here you can
find the merged patch:

http://prism54.org/~mcgrof/dri-igp/mcgrof-radeon-igp.diff

This will use r200_dri.so for 3D accel for RS300 Family only. I believe you
forgot to add the RS100, RS200 and RS250 families to a specific radeon 3d
library. By using the patch above by default RS100, RS200 and RS250 Family
Chipsets will default to using radeon_dri.so I tried the above patch and
radeon.o loaded fine but running glxgears hangs my box (RS200 0x4337). I tried
with and without TCL with the same result.

Seeing that you had added RS300 Family to use r200_dri.so, I put together a
patch that makes all IGP Chipset families use it to test if that would do it for
me. The patch is here:

http://prism54.org/~mcgrof/dri-igp/mcgrof-radeon-igp-v2.diff

Unfortunatley this also hung my box both with and without TCL.

Can someone tell me which DRI 3d library is supposed to be used for each Family
Chipset? I can add them to the corresponding library myself and provide a patch.
Or be my guest and supply a patch yourself ;)

Perhaps the layout is like this:
R100(radeon_dri.so): RS100, RS200
R200(r200_dri.so): RS250, RS300

Fixes or hints as to how to proceed is appreciated. I'm willing to help as much
as I can to get IGP 3D support commited into DRI CVS.   
   
--
Configure bugmail: http://bugs.xfree86.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 OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-11-11 03:40 ---
I'm having the same problem some other people are reporting here, where the 
Radeon DRM tries to 'share' an IRQ with another device (in my case IRQ9, which 
is also taken by usb-ohci). After a while of 3D work my USB mouse completely 
stops responding, but 3D acceleration still works ok (PS/2 mouse as well). 
This is on an IGP320M /w patches 540  541, XFree-4.3.99.9. 
 
Changing to __HAVE_SHARED_IRQ 0 in radeon.h solves the problem for me. 
 
I'm using 2.6.0-test3-bk1 here (went back from 2.6.0-test9 because of the same 
problem, it should probably work with test9 right now). I don't remember 
having any problems with the patch on 2.4.x or 2.5.x kernels. 
 
This is my /proc/interrupts (after disabling shared IRQ's). The weird thing is 
that the radeon DRM always wants IRQ9, as opposed to IRQ11 as reported by 
others (never had any problems with networking while using 3D): 
 
   CPU0
  0:1217537  XT-PIC  timer 
  1:   3262  XT-PIC  i8042 
  2:  0  XT-PIC  cascade 
  5:818  XT-PIC  ALI 5451 
  8:  2  XT-PIC  rtc 
  9:  19162  XT-PIC  acpi, ohci-hcd 
 11:   3985  XT-PIC  eth0 
 12:  14204  XT-PIC  i8042 
 14:  12230  XT-PIC  ide0 
 15:  6  XT-PIC  ide1 
NMI:  0  
ERR:  0 
 
XFree says: 
 
(II) RADEON(0): [drm] failure adding irq handler, there is a device already 
using that irq 
[drm] falling back to irq-free operation 
(II) RADEON(0): [drm] Initialized kernel agp heap manager, 5111808 
(II) RADEON(0): Direct rendering enabled 
 
What effect does it have running without IRQ's, what is wrong with IRQ 
sharing, and why (???) does the radeon module not just grab IRQ10 for example 
(I think it takes IRQ10 in Windows). 
 
Wouter Bijlsma   
  
--   
Configure bugmail: http://bugs.xfree86.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 sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-10 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-10-11 22:31 ---
Created an attachment (id=807)
 -- (http://bugs.xfree86.org/attachment.cgi?id=807action=view)
patch to add Radeon IGP PCI IDs to DRI CVS's DRM.

Can someone take a look, does this look like the right set of PCI IDs?  
  
--   
Configure bugmail: http://bugs.xfree86.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 sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-09 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||NOTABUG




--- Additional Comments From [EMAIL PROTECTED]  2003-09-11 05:36 ---
This metabug is a horrible abuse of the purpose of bugzilla, which is
to track defects.  This bug report has turned into both a virtual mailing
list of sorts, and a web based tech support forum.  Neither of which belong
in bugzilla, so I'm closing this.

Please continue these discussions on dri-devel or dri-users mailing list
instead.  If neither of those mailing lists is considered good enough,
I will gladly create a brand new mailing list on freedesktop.org to host
the future discussion of this development, and technical support for people
having problems with it.

Please don't abuse bugzilla for what it wasn't intended for.  
  
--   
Configure bugmail: http://bugs.xfree86.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 sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-09 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |




--- Additional Comments From [EMAIL PROTECTED]  2003-09-11 08:06 ---
 This metabug is a horrible abuse of the purpose of bugzilla, which is
 to track defects.  

If that's true, what's the 'enhancement' severity for?

 This bug report has turned into both a virtual mailing list of sorts, and a
 web based tech support forum. 

I disagree. The only problem is that people tend to throw in random problems not
related directly to the bug's topic. They should file new bugs about those instead.

 Neither of which belong in bugzilla, so I'm closing this.

What a wonderful timing, after all this time, now that it's almost done...

 Please continue these discussions on dri-devel or dri-users mailing
 list instead.  

Well, this is already aired on dri-devel. :) In particular, the gory technical
details have always been discussed there, not here.

 If neither of those mailing lists is considered good enough, I will gladly
 create a brand new mailing list on freedesktop.org to host the future
 discussion of this development, and technical support for people having
 problems with it.

No such thing is needed, thank you. I think bugzilla is perfectly well suited
for this kind of thing, some people just need to get over the notion of a 'bug'
being something evil that needs to be gotten rid of ASAP, no matter how.  
  
--   
Configure bugmail: http://bugs.xfree86.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 sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-09 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-09-11 09:22 ---
 If that's true, what's the 'enhancement' severity for?

Requesting enhancements.  I don't consider a 220 comment bug report necessary
for requesting an enhancement though.  It's a huge morass of crap in here,
most of which is unrelated to the actual request.  Developmental discussion
should be in a mailing list, and tech support problems and similar in mail
also, not in a bug report.

 This bug report has turned into both a virtual mailing list of sorts, and a
 web based tech support forum. 

I disagree. The only problem is that people tend to throw in random problems
not related directly to the bug's topic. They should file new bugs about those
instead.

There's 220 comments!  Read through this bug report and try to find useful
relevant bits and filter it from the junk!  It's next to impossible.  The
majority of content is mailing list type of content, not bug report data.

 Neither of which belong in bugzilla, so I'm closing this.

What a wonderful timing, after all this time, now that it's almost done...

It's irritated me for quite a while actually, and I've mentioned that
before.

 Please continue these discussions on dri-devel or dri-users mailing
 list instead.  

Well, this is already aired on dri-devel. :) In particular, the gory technical
details have always been discussed there, not here.

Yes, but this is a black morass nonetheless.


No such thing is needed, thank you. I think bugzilla is perfectly well suited
for this kind of thing, some people just need to get over the notion of a 'bug'
being something evil that needs to be gotten rid of ASAP, no matter how.

If bugzilla is full of all kinds of crap, that makes it hard for people to
find real actual bug reports.  Bugzilla was set up to track bugs.

You've reopened it again, fair enough.  I'll leave it at that then, and
respectfully agree to disagree.  No harm done.  
  
--   
Configure bugmail: http://bugs.xfree86.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 sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-08 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-08-11 12:38 ---
I do not know what the effects of changing the line
#define __HAVE_SHARED_IRQ   1  to
#define __HAVE_SHARED_IRQ   0 
in /where your sources are/
/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel 
radeon.h with 2.6.x -kernels are, i never tested it.
I can only confirm that it solves the problem of the freezing when radeon.o is
loaded together with a module that takes IRQ 11 for kernel 2.4.22 patched with 
http://www.sonarnerd.net/linux/2.4.22-jl15.patch.bz2 and probably some other
kernels from the 2.4.x series on the Amilo A with latest bios.

Thomas Riedel  
  
--   
Configure bugmail: http://bugs.xfree86.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 sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-08 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-08-11 12:58 ---
And its not only that the computer doesnt freeze, the device on IRQ 11 (the
ethernet for me) does its job (connecting me to the internet) at the same time
when I use 3D applications.

Thomas  
  
--   
Configure bugmail: http://bugs.xfree86.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 sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-07 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-07-11 09:22 ---
Yes, I really didn't notice it's binary driver, only kernel side (DRM) are sources! 

Is there no chance to get the DRI sources without CVS?
Well ..I can wait until DRI sources will be synchronized and included in XFree.
Can't your patches be applied to latest XFree snapshot? They synchronize with
DRI project time-to-time..  
  
--   
Configure bugmail: http://bugs.xfree86.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: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-07 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-07-11 19:12 ---
Well, I'd like to know if it actually works before checking it in. :) But if
nobody tests it, I'll probably do it anyway after a while...

DRI CVS is only merged into XFree86 CVS about once before a release, the merge
for 4.4.0 was earlier. You can try applying the prerequisite patch to XFree86
CVS as well, but I have no idea how well or badly it applies.  
  
--   
Configure bugmail: http://bugs.xfree86.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 sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-05 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-05-11 08:03 ---
some more tests for kernels 2.6:

kernel 2.6.0-test9 w/patch #703 (serial and paralel drivers as modules)
XFree 4.3.99.14 w/patch #723 + modify radeon.h as in comment #138
FujitsuSiemens Amilo A, Athlon XP +1400
Now I use radeon.ko from xfree source, copied to
/lib/modules/2.6.0-test9/kernel/drivers/char/drm

But the result was the same, whatever takes IRQ 11, system freezes (soundcard)
or just something stops working (network). Setting env. variable RADEON_NO_IRQS
makes no difference. There is no difference, if I disable IRQ sharing in
radeon.h or enable it. If I enable IRQ for Radeon, it takes IRQ 5, not IRQ 11!
What is so peculiar with IRQ 11  DRI? 

There is also the same distortion in tuxracer (not seen in 2.6-test4)

More precisely
1/
modprobe snd-ali5451 (for alsa) cause system freezing immediately.
Problem is, that as from test7 (??) alsa driver for ali5451 soundcard stops
using irq 10 and now use irq 11 and there is no module parameter to change it
as far as I know.

2/
modprobe 8139too (nothing suspicious happen, module is loaded)
ifconfig eth0 up   ...error message appears from kernel: disabling IRQ #11,
but system goes on well, except network, but nothing freezing.

3/ everything is OK if dri is not enabled in XF86Config

I also try set/unset  for other values in radeon.h
/* DMA customization:  */
#define __HAVE_DMA 1
#define __HAVE_DMA_IRQ   1
#define __HAVE_VBL_IRQ1
#define __HAVE_SHARED_IRQ   0
..but every change to 0, except __HAVE_SHARED_IRQ, ends up in compilation error.

Some more info (.config,dmesg,interrupts..):
http://espinosa.webz.cz/debugging/

Some suspicious lines from dmesg:
...
ACPI: PCI Interrupt Link [LNKE] (IRQs 5 9 *10 11)
ACPI: PCI Interrupt Link [LNKF] (IRQs 5 9 10 11)
ACPI: PCI Interrupt Link [LNKG] (IRQs 5 9 10 *11)
ACPI: PCI Interrupt Link [LNKH] (IRQs 5 9 10 *11)
ACPI-1120: *** Error: Method execution failed [\_SB_.PCI0.LPCB.LNKU._CRS]
(Node c127f700), A
E_AML_UNINITIALIZED_LOCAL
ACPI-0098: *** Error: Method execution failed [\_SB_.PCI0.LPCB.LNKU._CRS]
(Node c127f700), A
E_AML_UNINITIALIZED_LOCAL
...
PnPBIOS: 17 nodes reported by PnP BIOS; 17 recorded by driver
ACPI-1120: *** Error: Method execution failed [\_SB_.PCI0.LPCB.LNKU._CRS]
(Node c127f700), A
E_AML_UNINITIALIZED_LOCAL
ACPI-0098: *** Error: Method execution failed [\_SB_.PCI0.LPCB.LNKU._CRS]
(Node c127f700), A
E_AML_UNINITIALIZED_LOCAL

ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 11
ACPI: No IRQ known for interrupt pin A of device :00:04.0
...
ALI15X3: IDE controller at PCI slot :00:04.0
ACPI: No IRQ known for interrupt pin A of device :00:04.0
...

P.S.
If someone encounter problems with KDE freezing during startup, try check
modules.conf (for 2.4 kernels) or modprobe.conf (for 2.6 kernels) try comment
all (as I did) or just aliases related to soundcard.
  
  
--   
Configure bugmail: http://bugs.xfree86.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: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-05 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-05-11 08:28 ---
To: Michel Dänzer (re: Comment #209)

So, if I
1/
take dev. snapshot (sorry, I can't use CVS, I'm behind restrictive firewall) of
DRI from:
http://dri.sourceforge.net/snapshots/
something like:
radeon-20031104-linux.i386.tar.bz2 
(this should contain your commited patch
http://penguinppc.org/~daenzer/DRI/applied/radeon-memory-transition.diff  )
2/
Unpack it and apply your patch from:
http://penguinppc.org/~daenzer/DRI/radeon-igp.diff
3/
install DRI driver as it's described in read.me in the package

No need to patch kernel with #706 or xfree with #723 ?
Just vanilla 2.6-test9 kernel and vanilla xfree 4.3.99.14 ?

I'm I right?

Do you thing, can your new patches helps with problems with IRQ 11 (comment #211)? 

BTW:
Can be your patch included in RedHats/Fedora version XFree4.4 ?
They use a lot of their own patches anyway.

Thanks' everybody for all the work!
  
  
--   
Configure bugmail: http://bugs.xfree86.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: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-05 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-05-11 10:10 ---
I haven't made any IRQ specific changes so it's unlikely to make a difference
I'm afraid.

Note that you can't test my patch with a binary snapshot, you need to rebuild
the 2D and 3D drivers.  
  
--   
Configure bugmail: http://bugs.xfree86.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: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-04 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]


  
  
--   
Configure bugmail: http://bugs.xfree86.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: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-03 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
   ||nz


  
  
--   
Configure bugmail: http://bugs.xfree86.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: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-03 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-03-11 16:58 ---
Hi people, 
Does anyone know if the changes to xfree needed for this driver are going to 
be merged (or better yet, are merged) before xfree 4.4 ? 
 
Thank you, 
Fredi   
  
--   
Configure bugmail: http://bugs.xfree86.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: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-03 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-03-11 21:32 ---
I have committed
http://penguinppc.org/~daenzer/DRI/applied/radeon-memory-transition.diff to DRI
CVS; now http://penguinppc.org/~daenzer/DRI/radeon-igp.diff is all that should
be needed for IGP DRI support, please test.

As for whether it'll make it into 4.4.0, that's up to Kevin E. Martin, but I'm
afraid it's unlikely.  
  
--   
Configure bugmail: http://bugs.xfree86.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: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-11-03 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-03-11 21:54 ---
Michel, I looked over your patches, and they look fine, but it is too large of a
change to get into 4.4 at this late stage; however, let's get it checked in
right after 4.4 goes out so that it can get maximum exposure/testing for the
following release.  This can either be handled via the DRI tree, which I hope
will be resync'd with XFree86 shortly after 4.4 goes out, or you can check it
directly into XFree86.
  
  
--   
Configure bugmail: http://bugs.xfree86.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: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-27 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  

[EMAIL PROTECTED] changed:

   What|Removed |Added

Attachment #772|application/octet-stream|text/plain
  mime type||


  
  
--   
Configure bugmail: http://bugs.xfree86.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: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-26 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]


  
  
--   
Configure bugmail: http://bugs.xfree86.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: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-26 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-26-10 21:01 ---
Running kernel 2.6.0-test7 with patch #706 (compiled in atm, but no speed diff)
Running XFree86 4.3.99-14 with patch #723 (installed with make World  su -c
make install; XFree86 -version gets proper one though)

I can get DRI working (tuxracer works great, glxgears up to ~200, nwn ~3fps
tops).  Glxgears without dri are about ~180-220, but CPU usage makes it obvious
that dri does in fact work in the former case.  Preemtive option in the kernel
makes no difference.

At one point in the past, I had X saying that dri was enabled in my logs and
glxinfo claiming it was not (should be unrelated to this though).  This line in
particular I think might indicate the problem, but most references refered to it
as a 2D problem: (WW) RADEON(0): Failed to set up write-combining range
(0xe000,0x400).  Also, I get a disabling TCL support in whatever
terminal I try to run an app that uses OpenGL.  KDE also crashes near the end of
it's startup, so I'm using IceWM atm (noticed that this seems to be kernel
dependant behavior but not yet narrowed down the cause).

The base distro I started with is Mandrake 9.2 download edition.  The hardware
is a Compaq 2100 series (AMD Mobile 2200+, 512MB ram, 320M graphics).

from dmsg:
***
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected Ati IGP320/M chipset
agpgart: Maximum main memory to use for agp memory: 379M
agpgart: AGP aperture is 64M @ 0xd400
[drm] Initialized radeon 1.9.0 20020828 on minor 0

from /etc/X11/XF86Config-4
***
dri, glx, etc all enabled higher up

Section Device
Identifier device1
VendorName ATI Technologies Inc
BoardName Radeon Mobility U1
Driver radeon
Option AGPMode 4
Option AGPFastWrite True
#Option EnablePageFlip True #makes no speed difference
Option DPMS

from /var/log/XFree86.0.log

(II) RADEON(0): PCI bus 1 card 5 func 0
(**) RADEON(0): Depth 16, (--) framebuffer bpp 16
(II) RADEON(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(**) RADEON(0): Option AGPMode 4
(**) RADEON(0): Option AGPFastWrite True
(==) RADEON(0): RGB weight 565
(II) RADEON(0): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module int10
(II) LoadModule: int10
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor=The XFree86 Project
compiled for 4.3.99.14, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.7
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: ATI Radeon IGP320M (U1) 4336 (ChipID = 0x4336)
(--) RADEON(0): Linear framebuffer at 0xe000
(--) RADEON(0): VideoRAM: 65536 kByte (64 bit DDR SDRAM)
(II) RADEON(0): AGP card detected
...
(II) RADEON(0): Page flipping disabled
(!!) RADEON(0): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
...
(WW) RADEON(0): Failed to set up write-combining range (0xe000,0x400)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) RADEON(0): [drm] created radeon driver at busid PCI:1:5:0
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xdd929000
(II) RADEON(0): [drm] mapped SAREA 0xdd929000 to 0x44269000
(II) RADEON(0): [drm] framebuffer handle = 0xe000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [agp] Mode 0x0f000214 [AGP 0x1002/0xcab0; Card 0x1002/0x4336]
(II) RADEON(0): [agp] 8192 kB allocated with handle 0x0001
(II) RADEON(0): [agp] ring handle = 0xd400
(II) RADEON(0): [agp] Ring mapped at 0x4426b000
(II) RADEON(0): [agp] ring read ptr handle = 0xd4101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0x4436c000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0xd4102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0x4436d000
(II) RADEON(0): [agp] GART texture map handle = 0xd4302000
(II) RADEON(0): [agp] GART Texture map mapped at 0x4456d000
(II) RADEON(0): [drm] register handle = 0xd010
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): CP in BM mode
(II) RADEON(0): Using 8 MB GART 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 GART textures
(II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)

[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-26 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-27-10 01:02 ---
Richard, could I get your .config file?

I'm having a hard time getting my 2.6 kernel past the INIT point (it keeps
locking up).  
  
--   
Configure bugmail: http://bugs.xfree86.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: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-25 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]


  
  
--   
Configure bugmail: http://bugs.xfree86.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: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-25 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-25-10 17:32 ---
I realize this may not be the proper place to ask this, but has anybody had any
luck with MergedFB http://bugs.xfree86.org/show_bug.cgi?id=276 on an igp320. I
have just been making a few posts over there today. Basically my second head
isn't getting a signal, even though mergedfb is enabled. I would greatly
appreciate any advice you can offer.

Thanks
-David Smith  
  
--   
Configure bugmail: http://bugs.xfree86.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: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-25 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-23-10 11:50 ---
I have done some some tests:

kernel 2.6.0-test8 w/patch #703
XFree 4.3.99.14 w/patch #723 (I do not use DRM driver from X source but the
patched from kernel)
FujitsuSiemens Amilo A, Athlon XP +1400

- I have to clean /etc/modprobe.conf (all lines commented)
  It was formely generated by modutils. If I didn't do it, XFree hangs on during
startup.
  In 2.6.0-test7 my modprobe.conf causing only KDE freezing during initializing
periphetals,
  Gnome went well, in 2.6.0-test8 freezes all XFree.
  I have full driver management in  my hands, using only modprobe.

- SOUND NOT WORKING if DRI is enabled
  modprobe snd-ali5451 (for alsa) cause system freezing immediately
  modprobe trident (for OSS) cause system freezing immediately
  If DRI is disabled the statements above work well.

- network card not working if DRI is enabled (it's well known problem for Amilo A)
  modprobe 8139too (nothing suspicious happen, module is loaded)
  ifconfig eth0 up   ...error message appears from kernel: disabling IRQ #11,
  but system goes on well, except network, but nothing freezing.

- DRI works well, gives me around 400FPS in glxgears.
  Tuxracer have slight distortions in first screen, like big one-pixel-thin
screen-wide cross, or like
  screen to be assembled from 4 smaller pictures. But then continues well.
  Quake3Arena Demo - nearly no problem, only some textures slightly flickering
when I directly
  facing them, but it's not a big problem.

- setting or unsetting in /etc/profile
  export RADEON_NO_IRQS=1
  export RADEON_NO_USLEEPS=1
  ..seems to have no efect

Kerner 2.6.0-test4-patch540 DRI works still best for Amilo:
no problems with sound,
any screen distortions.
only the network is the problem (I have to switch between two XF86Configs)
It's independent on  XFree version 4.3.99.14 or 4.3.99.11 or 4.3.99.12.

I much prefer 2.6 kernel, for desktop/laptop users is really better, it's
significant.

I will give a try to DRM driver from X source in the next tests.
  
  
--   
Configure bugmail: http://bugs.xfree86.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: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-23 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC|[EMAIL PROTECTED]|


  
  
--   
Configure bugmail: http://bugs.xfree86.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 OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-23 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-23-10 08:22 ---
You have no module in the kernel for support of the radeon, either compile the
Xfree module seperately then insmod it, or use the kernel patch.

Is there a patch for 2.4.22-ac4? Patch 437 doesn't seem to patch properly.

How do I compile the Xfree module? Is the source in the X source tree?  
  
--   
Configure bugmail: http://bugs.xfree86.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 OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-23 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-23-10 08:35 ---
Okay, sorry. I read some of the earier comments and I got the new radeon.o
compiled and installed.

But DRI still fails to load becuse of no AGP support. I ge tthe following when
trying to 'modprobe agpgart':

/lib/modules/2.4.22-ac4/kernel/drivers/char/agp/agpgart.o: init_module: No such
device
/lib/modules/2.4.22-ac4/kernel/drivers/char/agp/agpgart.o: Hint: insmod errors
can be caused by incorrect module parameters, including invalid IO or IRQ
parameters.
  You may find more information in syslog or the output from dmesg
/lib/modules/2.4.22-ac4/kernel/drivers/char/agp/agpgart.o: insmod
/lib/modules/2.4.22-ac4/kernel/drivers/char/agp/agpgart.o failed
/lib/modules/2.4.22-ac4/kernel/drivers/char/agp/agpgart.o: insmod agpgart failed

  
  
--   
Configure bugmail: http://bugs.xfree86.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: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-22 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-22-10 09:36 ---
I need a little help getting this working.

I have 2.4.22-ac4 unpatched and X 4.3.99.14 with patch 723.

I have DRI, glx and radeon in my X config file.

'startx' gives this in /var/log:

(==) RADEON(0): Write-combining range (0xe000,0x400)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
[drm] failed to load kernel module radeon
(II) RADEON(0): [drm] drmOpen failed
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.

I have a feeling I;ve forgotten something simple.

BTW, glxgears segfaults.

What have I missed?

Thanks!  
  
--   
Configure bugmail: http://bugs.xfree86.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 OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-22 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-22-10 10:20 ---
What does ls -l /dev/dri show?  Are you running devfs?  
  
--   
Configure bugmail: http://bugs.xfree86.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 OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-22 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-22-10 18:18 ---
I have 2.4.22-ac4 unpatched

You have no module in the kernel for support of the radeon, either compile the
Xfree module seperately then insmod it, or use the kernel patch.  
  
--   
Configure bugmail: http://bugs.xfree86.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 OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-21 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-21-10 18:43 ---
Thanks to everyone in here i'm looking at fluxbox running glgears at 400fps
whilst emerging firebird on my nice gentoo development-sources box

Linux laptop 2.6.0-test6 #1 Sat Oct 18 20:09:32 BST 2003 i686 mobile AMD
Athlon(tm) XP 2000+   AuthenticAMD GNU/Linux


Thanks a lot, this is brilliant.  
  
--   
Configure bugmail: http://bugs.xfree86.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 OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-21 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 your comments there. 

http://bugs.xfree86.org/show_bug.cgi?id=314  
  




--- Additional Comments From [EMAIL PROTECTED]  2003-21-10 17:07 ---
There is news for my problem :

I use kernel 2.6.0-test7 with patch #706 and XFree86 4.3.99.14 with patch #723
on a compaq presario 2141ea (IGP 320M)

I've done a ssh connexion during a 3D test :

When the system freeze, I have glxgear that takes all the resources CPU. When I
kill it with KILL signal, XFree86 takes all the resources CPU, and I can't kill
it (root with KILL signal). TERM signal does nothing on both processi. I can reboot.

If anyone have an idea, I'd like to use 3D...

If you have more questions, or you have any debug idea, I can do it without
problems.

Thanks for you're job.  
  
--   
Configure bugmail: http://bugs.xfree86.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 OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


  1   2   >