[Bug 7653] fglrx causes xorg and system crash

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=7653  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-28 09:27 ---
FYI there's also unofficial bugs here, just change product to xorg and component
to driver/ati proprietary.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 5450] radeon drm v1.21.0 freezes X.Org 6.9.0 with ATI FireGL Mobility T2

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=5450  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-28 10:06 ---
Any improvement using current xorg/dri?  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 7629] New: radeon driver crashes on X start

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=7629  
 
   Summary: radeon driver crashes on X start
   Product: DRI
   Version: DRI CVS
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: critical
  Priority: P2
 Component: DRM modules
AssignedTo: dri-devel@lists.sourceforge.net
ReportedBy: [EMAIL PROTECTED]


I get a kernel crash from the radeon driver when starting X.

Current DRM git head is broken. Old radeon module versions were OK. The crash is
introduced by the following commit (bound via git bisect):


commit 2a47f6bfecea5dabcbf79d5e1aaf271f50070b89
Author: Michel Dänzer [EMAIL PROTECTED]
Date:   Wed Jul 19 19:16:26 2006 +0200

Make sure CHIP_IS_AGP flag is set when not overriding to PCI mode.

This allows using AGP after overriding to PCI mode in a previous session
without reloading the DRM.

diff --git a/shared-core/radeon_cp.c b/shared-core/radeon_cp.c
index 54763fc..5f953a4 100644
--- a/shared-core/radeon_cp.c
+++ b/shared-core/radeon_cp.c
@@ -1351,6 +1351,11 @@ static int radeon_do_init_cp(drm_device_
DRM_DEBUG(Forcing AGP card to PCI mode\n);
dev_priv-flags = ~CHIP_IS_AGP;
}
+   else if (!(dev_priv-flags  CHIP_IS_AGP))
+   {
+   DRM_DEBUG(Restoring AGP flag\n);
+   dev_priv-flags |= CHIP_IS_AGP;
+   }

if ((!(dev_priv-flags  CHIP_IS_AGP))  !dev-sg) {
DRM_ERROR(PCI GART memory not allocated!\n);



Crash log:

[drm] Initialized drm 1.0.1 20051102
ACPI: PCI Interrupt :01:00.0[A] - GSI 16 (level, low) - IRQ 16
[drm] Initialized radeon 1.25.0 20060524 on minor 0:
mtrr: 0xc000,0x800 overlaps existing 0xc000,0x400
mtrr: 0xc000,0x800 overlaps existing 0xc000,0x400
mtrr: 0xc000,0x800 overlaps existing 0xc000,0x400
mtrr: 0xc000,0x800 overlaps existing 0xc000,0x400
[drm] Setting GART location based on new memory map
BUG: unable to handle kernel NULL pointer dereference at virtual address 
0040
 printing eip:
f8c04373
*pde = 18ff8067
*pte = 
Oops:  [#1]
PREEMPT
Modules linked in: radeon drm button snd_rtctimer hdaps tp_smapi tp_base ipw2200
nfs lockd sunrpc fuse arc4 c
CPU:0
EIP:0060:[f8c04373]Not tainted VLI
EFLAGS: 00213202   (2.6.17.4 #1)
EIP is at radeon_cp_init+0x6e3/0x11e0 [radeon]
eax:    ebx: 0400   ecx: c000   edx: 0001
esi: f3e6d400   edi: f4c8e000   ebp: cb82bf10   esp: cb82be24
ds: 007b   es: 007b   ss: 0068
Process X (pid: 389, threadinfo=cb82a000 task=c8224560)
Stack: f8c1538c 002c f7ef2344 0003 0001 cb82bef0  000d
   000a 0004  0001 cb82be90 c01d7864 0020 cb82be70
    cb82bea8 0001 f8fe2000 0020   f8fe1000
Call Trace:
 c010422d show_stack_log_lvl+0x9d/0xd0  c0104475 show_registers+0x1c5/0x250
 c0104616 die+0x116/0x320  c034fe06 do_page_fault+0x276/0x6f0
 c0103bf7 error_code+0x4f/0x54  f8bef682 drm_ioctl+0xa2/0x200 [drm]
 c018757b do_ioctl+0x6b/0x80  c01875e7 vfs_ioctl+0x57/0x2c0
 c01878b5 sys_ioctl+0x65/0x80  c01030d7 sysenter_past_esp+0x54/0x75
Code: 0f 84 cc 06 00 00 c7 04 24 8c 53 c1 f8 e8 e6 e9 51 c7 f6 87 0e 03 00 00 08
0f 84 97 06 00 00 8b 86 f4 0
EIP: [f8c04373] radeon_cp_init+0x6e3/0x11e0 [radeon] SS:ESP 0068:cb82be24
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 7669] New: Ati Mobility Radeon X600 and the Radeon DRI Driver

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=7669  
 
   Summary: Ati Mobility Radeon X600 and the Radeon DRI Driver
   Product: DRI
   Version: DRI CVS
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: P3
 Component: DRM modules
AssignedTo: dri-devel@lists.sourceforge.net
ReportedBy: [EMAIL PROTECTED]


I just upgraded to XORG 7.1 to try the new OpenSource Radeon driver to have DRI
accelerated Graphics on my X600 Ati Card (let's just face it, flgrx is crap)
It all installs smoothly, and the desktop is showing no signs of lag.
This is an AMD64 Machine 
The problem is that, whenever I try to start a GLX application, it crashes with
this message:
drmRadeonCmdBuffer: -22 (exiting)
and Dmesg has this to say about it:
[drm:r300_emit_3d_load_vbpntr] *ERROR* Offset failed range check (k=0 i=2) while
processing 3D_LOAD_VBPNTR packet.
[drm:r300_emit_packet3] *ERROR* r300_emit_raw_packet3 failed
[drm:r300_do_cp_cmdbuf] *ERROR* r300_emit_packet3 failed
Is this bug known? If so, what is the fix?
Here is the output of scanpci, and my Xorg config:
pci bus 0x cardnum 0x00 function 0x00: vendor 0x1002 device 0x5950
 ATI Technologies Inc RS480 Host Bridge

pci bus 0x cardnum 0x02 function 0x00: vendor 0x1002 device 0x5a34
 ATI Technologies Inc RS480 PCI-X Root Port

pci bus 0x cardnum 0x06 function 0x00: vendor 0x1002 device 0x5a38
 ATI Technologies Inc RS480 PCI Bridge

pci bus 0x cardnum 0x13 function 0x00: vendor 0x1002 device 0x4374
 ATI Technologies Inc IXP SB400 USB Host Controller

pci bus 0x cardnum 0x13 function 0x01: vendor 0x1002 device 0x4375
 ATI Technologies Inc IXP SB400 USB Host Controller

pci bus 0x cardnum 0x13 function 0x02: vendor 0x1002 device 0x4373
 ATI Technologies Inc IXP SB400 USB2 Host Controller

pci bus 0x cardnum 0x14 function 0x00: vendor 0x1002 device 0x4372
 ATI Technologies Inc IXP SB400 SMBus Controller

pci bus 0x cardnum 0x14 function 0x01: vendor 0x1002 device 0x4376
 ATI Technologies Inc Standard Dual Channel PCI IDE Controller ATI

pci bus 0x cardnum 0x14 function 0x03: vendor 0x1002 device 0x4377
 ATI Technologies Inc IXP SB400 PCI-ISA Bridge

pci bus 0x cardnum 0x14 function 0x04: vendor 0x1002 device 0x4371
 ATI Technologies Inc IXP SB400 PCI-PCI Bridge

pci bus 0x cardnum 0x14 function 0x05: vendor 0x1002 device 0x4370
 ATI Technologies Inc IXP SB400 AC'97 Audio Controller

pci bus 0x cardnum 0x14 function 0x06: vendor 0x1002 device 0x4378
 ATI Technologies Inc ATI SB400 - AC'97 Modem Controller

pci bus 0x cardnum 0x18 function 0x00: vendor 0x1022 device 0x1100
 Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology
Configuration

pci bus 0x cardnum 0x18 function 0x01: vendor 0x1022 device 0x1101
 Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map

pci bus 0x cardnum 0x18 function 0x02: vendor 0x1022 device 0x1102
 Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller

pci bus 0x cardnum 0x18 function 0x03: vendor 0x1022 device 0x1103
 Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control

pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x1002 device 0x3150
 ATI Technologies Inc M24 1P [Radeon Mobility X600]

pci bus 0x0002 cardnum 0x00 function 0x00: vendor 0x11ab device 0x4351
 Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller

pci bus 0x0003 cardnum 0x05 function 0x00: vendor 0x1524 device 0x1410
 ENE Technology Inc CB1410 Cardbus Controller

pci bus 0x0003 cardnum 0x07 function 0x00: vendor 0x14e4 device 0x4318
 Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller

pci bus 0x0003 cardnum 0x0e function 0x00: vendor 0x1106 device 0x3044
 VIA Technologies, Inc. IEEE 1394 Host Controller

pci bus 0x0004 cardnum 0x00 function 0x00: vendor 0x168c device 0x0013
 Atheros Communications, Inc. AR5212 802.11abg NIC

pci bus 0x0004 cardnum 0x00 function 0x01: vendor 0x168c device 0xff96
 Atheros Communications, Inc.  Device unknown

Xorg config:
Section ServerLayout
Identifier X.org Configured
Screen  0  aticonfig-Screen[0] 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
Option  StandbyTime 10
EndSection
Section dri
#Group video
Mode 0666
EndSection
Section Files
RgbPath  /usr/share/X11/rgb
ModulePath   /usr/lib64/xorg/modules
FontPath /usr/share/fonts/misc
FontPath /usr/share/fonts/75dpi
FontPath /usr/share/fonts/100dpi
FontPath /usr/share/fonts/TTF
FontPath /usr/share/fonts/Type1
EndSection

Section Module
Load  extmod
Load  dbe
Load  record
   

[Bug 4004] XOrg 6.8.2 with radeon 9200 (R280): lock-up with celestia 1.3.2

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=4004  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2006-07-28 10:10 ---
This bug is seriously foobared. Probably from the disk crash. Closing  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


i830 register combiner details and enhancements

2006-07-29 Thread Jonathan Brandmeyer
I am developing an OpenGL program targeted at GNU/Linux, and I'm trying
to make sure that it works well on i830 and higher graphics chips.  I've
been going over the source code for the DRI driver trying to figure out
exactly what the hardware is capable of.  I'm confused on a few points,
and I think that there may be an area here that I can help improve.

First, exactly how many texture units are supported by hardware?
glGetInteger( GL_MAX_TEXTURE_UNITS) returns 8, however
i830_texblend.c:i830SetTexEnvCombine() only seems to allow GL_TEXTURE
and GL_TEXTURE[0-3].

i830_reg.h suggests that the hardware supports MAD instructions, and
there is some mumbling about partially supporting
GL_ATI_register_combine3 in i830_texblend.c.  I'm interested in adding
this support, but I need to know what the order of arguments is for all
of the TEXBLENDOP_MODULATE_{2X_,4X_,}AND_ADD insns.

TEXBLENDARG_ACCUM.  The i810 programmer's guide mentions support for an
accumulator target as both a source and destination for the blend unit's
insns, but I can't figure out the details.  Is it just a temporary
register, or does it automatically add anything stored into it?  I've
looked at the 855GM/GME GMCH datasheet, but it was way too high-level
for me to gain any programming information from it.

Finally, if the hardware really supports up to 8 insns, swizzling, MAD,
SUB, ADD, MUL, ADD_SIGNED, BLEND, DOT, and has two GP regs (CURRENT and
ACCUM), would it be worth it to support GL_ARB_fragment_shader?  Not
many programs could link and run, but it would be more convenient (for
the programmer) than using ARB_register_combine + part of
ATI_register_combine3.  I'd be willing to help with this if someone can
point me in the direction of Mesa/DRI's GLSL architecture docs.

Thanks,
-Jonathan Brandmeyer


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 7660] Radeon 9600 and DRI not working on my PowerPC64 machine

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=7660  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-28 04:45 ---
yes, will try it this weekend.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: (MGA) DRI locking

2006-07-29 Thread Tilman Sauerbeck
Michel Dänzer [2006-07-28 13:40]:
 On Thu, 2006-07-27 at 22:08 +0200, Tilman Sauerbeck wrote:
  
  Any idea what's wrong with the locking here?
 
 IIRC it's due to locking oddities in the mga DRI driver, I'm sure
 Kristian knows more about it.

Yeah, he told me that ajax looked into the problem, but he has been
unresponsive so far ;)

  Hints on when DRIDoBlockHandler is called or why it can be called even
  though the DRI lock isn't held are appreciated :)
 
 Are you familiar with the X server's function wrapping mechanism?
 DRI(Do)BlockHandler() is the DRI module's wrapper of the X server's
 BlockHandler screen hook, which it calls whenever it has run out of
 requests and goes to sleep for a bit. For symmetry, there's a DRILock()
 call in DRIDoWakeupHandler(), which is a wrapper for the hook the X
 server calls before it starts processing new requests. The idea is for
 the DRI module to automatically hold the lock whenever the X server
 might need hardware access.

I should have asked a more specific question. While DRIBlockHandler()
was called all the time, DRIDoBlockHandler() was only called once, which
led to the bad DRIUnlock() call. I wanted to know when
DRI_Do_BlockHandler() is called :)

Looking at the code again, it seems DRIDoWakeupHandler() and
DRIDoBlockHandler() are the base functions for the job, which may be
overridden by the DDX driver. MGA overrides both in MGADRIScreenInit().

So the only place that could call DRIDoBlockHandler() is
xserver/GL/glx/glxdri.c, in __glXDRIleaveServer().

I'll have a look at that code and see what I can find out.

Thanks,
Tilman

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?


pgpEOSg3EHOTy.pgp
Description: PGP signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: (MGA) DRI locking

2006-07-29 Thread Tilman Sauerbeck
Tilman Sauerbeck [2006-07-28 14:42]:
 Michel Dänzer [2006-07-28 13:40]:
  Are you familiar with the X server's function wrapping mechanism?
  DRI(Do)BlockHandler() is the DRI module's wrapper of the X server's
  BlockHandler screen hook, which it calls whenever it has run out of
  requests and goes to sleep for a bit. For symmetry, there's a DRILock()
  call in DRIDoWakeupHandler(), which is a wrapper for the hook the X
  server calls before it starts processing new requests. The idea is for
  the DRI module to automatically hold the lock whenever the X server
  might need hardware access.
 
 I should have asked a more specific question. While DRIBlockHandler()
 was called all the time, DRIDoBlockHandler() was only called once, which
 led to the bad DRIUnlock() call. I wanted to know when
 DRI_Do_BlockHandler() is called :)
 
 Looking at the code again, it seems DRIDoWakeupHandler() and
 DRIDoBlockHandler() are the base functions for the job, which may be
 overridden by the DDX driver. MGA overrides both in MGADRIScreenInit().

So it seems like mga_dri.c's MGAWakeupHandler should always call
DRILock(). The attached patch implements this change - it makes glxinfo
work again. It's probably horribly wrong though... :)

glxgears still hangs in glxMakeCurrent(). Any idea what to try next?

Regards,
Tilman

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
diff --git a/src/mga_dri.c b/src/mga_dri.c
index a43ebe4..246e87e 100644
--- a/src/mga_dri.c
+++ b/src/mga_dri.c
@@ -363,7 +363,6 @@ void MGAGetQuiescence( ScrnInfoPtr pScrn
 {
MGAPtr pMga = MGAPTR(pScrn);
 
-   DRILock( screenInfo.screens[pScrn-scrnIndex], 0 );
pMga-haveQuiescense = 1;
 
if ( pMga-directRenderingEnabled ) {
@@ -401,8 +400,6 @@ void MGAGetQuiescenceShared( ScrnInfoPtr
MGAEntPtr pMGAEnt = pMga-entityPrivate;
MGAPtr pMGA2 = MGAPTR(pMGAEnt-pScrn_2);
 
-   DRILock( screenInfo.screens[pMGAEnt-pScrn_1-scrnIndex], 0 );
-
pMga = MGAPTR(pMGAEnt-pScrn_1);
pMga-haveQuiescense = 1;
pMGA2-haveQuiescense = 1;
@@ -496,13 +493,24 @@ static void MGAWakeupHandler( int screen
 ScreenPtr pScreen = screenInfo.screens[screenNum];
 ScrnInfoPtr pScrn = xf86Screens[pScreen-myNum];
 MGAPtr pMga = MGAPTR(pScrn);
+MGAEntPtr pMGAEnt;
 
 if ( xf86IsEntityShared( pScrn-entityList[0] ) 
 pMga-DualHeadEnabled) {
+pMGAEnt = pMga-entityPrivate;
+
+if (pMGAEnt-directRenderingEnabled)
+DRILock(screenInfo.screens[pMGAEnt-pScrn_1-scrnIndex], 0);
+
 MGASwapContextShared( pScreen );
 } else {
+if (pMga-directRenderingEnabled)
+DRILock(pScreen, 0);
+
 MGASwapContext( pScreen );
 }
+
+pMga-haveQuiescense = 1;
 }
 
 static void MGABlockHandler( int screenNum, pointer blockData,
diff --git a/src/mga_driver.c b/src/mga_driver.c


pgp7e1IjyhzzM.pgp
Description: PGP signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 7629] radeon driver crashes on X start

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=7629  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|dri-|[EMAIL PROTECTED]
   |[EMAIL PROTECTED] |
 Status|NEW |ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2006-07-26 08:32 ---
Created an attachment (id=6350)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=6350action=view)
Possible fix

Thank you for tracking down the change.

Does this patch work?  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 7660] Radeon 9600 and DRI not working on my PowerPC64 machine

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=7660  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-28 18:58 ---
FYI Markus, I've got ebuilds for both in my overlay.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 4136] RenderAccel off needed for Radeon 9250 256MB

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=4136  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-07-28 23:01 ---
Closing.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 7669] Ati Mobility Radeon X600 and the Radeon DRI Driver

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=7669  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 01:02 ---
Updating DRM should fix this.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 7370] Googleearth very slow on radeon 9800

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=7370  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 03:01 ---
Before implementing this i would like first to clean the r300
driver. Thus don't except anythings new before few weeks
except if someone beat me to it.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 5450] radeon drm v1.21.0 freezes X.Org 6.9.0 with ATI FireGL Mobility T2

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=5450  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 03:08 ---
This should been fix with current ati driver (r300 initializatio
fix) thus i am closing the bug. Reopen it if you still have this
issue with newest ati driver.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 7660] Radeon 9600 and DRI not working on my PowerPC64 machine

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=7660  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 03:17 ---
A commit to drm git to solve a bug maybe similar to your one.
Could you try with lastest drm.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 5104] Xorg 6.8.2 freeze computer when dri is enabled for a Radeon 7000

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=5104  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 03:19 ---
In my case, the issue was due to a Red Hat patch (backported from upstream) to
stabilize hardware rendering on Radeon 7xxx hardware. See this link:

  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180150

and in particular comments #5 and #14 where I had reported that removing a
certain vendor specific patch was the culprit. There was a later update upstream
by M. Dänzer documented at:

  https://bugs.freedesktop.org/show_bug.cgi?id=4324

which fixed the issue for me (dropping the patch as a whole also worked).   
   
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 5104] Xorg 6.8.2 freeze computer when dri is enabled for a Radeon 7000

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=5104  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 03:20 ---
Sorry, I meant to write: ... where I had reported that a certain vendor specific
patch was the culprit.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 5111] Radeon + SMP + DRI = Crash

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=5111  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 03:22 ---
In my case, the issue was due to a Red Hat patch (backported from upstream) to
stabilize hardware rendering on Radeon 7xxx hardware. See this link:

  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180150

and in particular comments #5 and #14 where I had reported that a certain vendor
specific patch was the culprit. There was a later update upstream by M. Dänzer
documented at:

  https://bugs.freedesktop.org/show_bug.cgi?id=4324

which fixed the issue for me (dropping the patch as a whole also worked).   
   
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6429] xorg freezes randomly when using dri with radeon 7000 and ati or radeon driver

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=6429  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|NEW




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 07:24 ---
Ok closing this one too, seems we have a bunch of duplicated bug
see #5111, #5104.

Reopen if you still experience this bug with recent xorg/dri/drm.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 5104] Xorg 6.8.2 freeze computer when dri is enabled for a Radeon 7000

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=5104  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 07:22 ---
This should be fixed. Reopen if you still experience this issue
with more recent version of xorg/dri/drm.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 7660] Radeon 9600 and DRI not working on my PowerPC64 machine

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=7660  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 10:07 ---
(In reply to comment #9)
 A commit to drm git to solve a bug maybe similar to your one.
 Could you try with lastest drm.

hmm.. the last commit to git I see is from 3 days ago (according to gitweb). 
and that one I'm using already. still same problem.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 7189] Kernel hang on ACPI resume if X has been loaded (even after stopping X, and unloading the modules). Radeon 7000

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=7189  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 10:19 ---
I should think it still applies. However, the affected machine has now been sent
to it's new owner, (with suspend disabled), and so I am afraid I can't test
anything for you.

Incidentally, if I did still have the machine, would there be anywhere to
download a tarball of the latest build, already compiled, and ready to simply
run from a USB-key? If such a thing existed, I think many people would be much
more willing to act on Is this still present in the latest version requests,
since it would reduce their time-requirement from 2 hours to 5 minutes. 
 
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 2579] Poor FPS ( 200) on Radeon IGP 320M (HP Compaq Presario 900US)

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=2579  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 10:38 ---
(In reply to comment #10)
 Can you give more information about what you mean by crash ?
 The server lockup ?

Yes, the keyboard is dead, mouse cursor is still moving, anything on the screen 
is frozen, kernel is running (computer is still accessible from the network).

 Is there a backtrace (check your xorg log).

Nothing appears in the xorg log after that crash.

 Also give more information on which xserver and ati driver
 you are using.

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.9-34.ELsmp i686Red Hat, Inc.
Current Operating System: Linux mirsev-comp.cicese.mx 2.6.17-1.2139_FC5 #1 Fri 
Jun 23 12:40:16 EDT 2006 i686
[...]
(--) PCI:*(1:5:0) ATI Technologies Inc Radeon Mobility U1 rev 0, Mem @ 
0xf000/27, 0xe810/16, I/O @ 0x9000/8
[...]
(II) LoadModule: radeon
(II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
(II) Module radeon: vendor=X.Org Foundation
compiled for 7.0.0, module version = 4.0.3
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: ati
(II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
(II) Module ati: vendor=X.Org Foundation
compiled for 7.0.0, module version = 6.5.8
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.8
[...]
(II) ATI: ATI driver (version 6.5.8) for chipsets: ati, ativga
[...]
(II) Primary Device is: PCI 01:05:0
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Radeon IGP320M (U1) 4336 found
[...]
(--) RADEON(0): Chipset: ATI Radeon IGP320M (U1) 4336 (ChipID = 0x4336)

 Try lastest ati driver available from git.

Are there precompiled distributions? Could you please send me URL?

 Also don't use option AGPFastWrite it's know to be boggus on
 many chip.

OK, I have disabled it. Did not yet try all programs but blender still becomes 
mad with lot of random lines on the screen. Though it does not crash the X 
server... MESA indirect works well with blender but of course very slow.

 For flightgear some game got trouble by opening opengl with
 dlpen. Try running the game with:
 LD_PRELOAD=/usr/lib/libGL.so flightgear
 (or path to your libGL).

It does not help...
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 5104] Xorg 6.8.2 freeze computer when dri is enabled for a Radeon 7000

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=5104  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 11:20 ---
I'm still locking up with DRI turned on. Hardware is the same as before.

xserver-xorg  7.0.22
xserver-xorg-video-ati (1:6.5.8.0-1)
official Debian SMP 2.6.17 amd64 linux kernel

I don't know how to remove any busmaster patches if there is one in the debian
package.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6893] kernel oops with radeon and mythfrontend

2006-07-29 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6893





--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 11:56 ---
Here is the oops with a 2.6.18-rc2 with the patch applied:

Jul 29 20:48:56 tyron kernel: mtrr: 0xe000,0x800 overlaps existing
0xe000,0x200
Jul 29 20:48:56 tyron kernel: radeon_driver_vblank_wait: WAIT
Jul 29 20:48:56 tyron kernel: BUG: unable to handle kernel NULL pointer
dereference at virtual address 0004
Jul 29 20:48:56 tyron kernel:  printing eip:
Jul 29 20:48:56 tyron kernel: c0124851
Jul 29 20:48:56 tyron kernel: *pde = 
Jul 29 20:48:56 tyron kernel: Oops: 0002 [#1]
Jul 29 20:48:56 tyron kernel: Modules linked in: radeon drm bnep rfcomm hidp
l2cap pcmcia autofs4 yenta_socket rsrc_nonstatic pcmcia_core 8250_pci 8250
serial_core snd_intel8x0 snd_ac97_codec snd_ac97_bus snd_pcm_oss snd_mixer_oss
snd_pcm snd_timer snd snd_page_alloc ehci_hcd dvb_usb_dtt200u dvb_usb dvb_core
hci_usb firmware_class dvb_pll bluetooth uhci_hcd usbcore sg ide_scsi scsi_mod
evdev ibm_acpi thermal ac button battery fan processor e1000 radeonfb
i2c_algo_bit i2c_core
Jul 29 20:48:56 tyron kernel: CPU:0
Jul 29 20:48:56 tyron kernel: EIP:0060:[add_wait_queue+13/29]Not 
tainted VLI
Jul 29 20:48:56 tyron kernel: EFLAGS: 00210046   (2.6.18-rc2-radpatch #1) 
Jul 29 20:48:56 tyron kernel: EIP is at add_wait_queue+0xd/0x1d
Jul 29 20:48:56 tyron kernel: eax: ded339f8   ebx:    ecx: d068ded0  
edx: d068dec4
Jul 29 20:48:56 tyron kernel: esi: 00200246   edi: 0ff8   ebp:   
esp: d068de94
Jul 29 20:48:56 tyron kernel: ds: 007b   es: 007b   ss: 0068
Jul 29 20:48:56 tyron kernel: Process mythfrontend (pid: 5261, ti=d068c000
task=d4b73550 task.ti=d068c000)
Jul 29 20:48:56 tyron kernel: Stack: ded33800 d068deb8 e1ab49f0 ffed
 d4b73550 c01128c6  
Jul 29 20:48:56 tyron kernel:   c014d4d1
 d4b73550 c01128c6  
Jul 29 20:48:56 tyron kernel: d068df08 b1d320f0 0010
003a ded33800 ded33800  
Jul 29 20:48:56 tyron kernel: Call Trace:
Jul 29 20:48:56 tyron kernel:  [pg0+560966128/1069827072]
radeon_driver_vblank_wait+0xbf/0x15a [radeon]
Jul 29 20:48:56 tyron kernel:  [default_wake_function+0/18]
default_wake_function+0x0/0x12
Jul 29 20:48:56 tyron kernel:  [chrdev_open+234/259] chrdev_open+0xea/0x103
Jul 29 20:48:56 tyron kernel:  [default_wake_function+0/18]
default_wake_function+0x0/0x12
Jul 29 20:48:56 tyron kernel:  [pg0+560774332/1069827072]
drm_wait_vblank+0x182/0x1c6 [drm]
Jul 29 20:48:56 tyron kernel:  [pg0+560769117/1069827072] drm_ioctl+0x13a/0x175
[drm]
Jul 29 20:48:56 tyron kernel:  [mask_and_ack_8259A+110/173]
mask_and_ack_8259A+0x6e/0xad
Jul 29 20:48:56 tyron kernel:  [pg0+560773946/1069827072]
drm_wait_vblank+0x0/0x1c6 [drm]
Jul 29 20:48:56 tyron kernel:  [mask_and_ack_8259A+110/173]
mask_and_ack_8259A+0x6e/0xad
Jul 29 20:48:56 tyron kernel:  [do_ioctl+73/79] do_ioctl+0x49/0x4f
Jul 29 20:48:56 tyron kernel:  [mask_and_ack_8259A+110/173]
mask_and_ack_8259A+0x6e/0xad
Jul 29 20:48:56 tyron kernel:  [vfs_ioctl+368/381] vfs_ioctl+0x170/0x17d
Jul 29 20:48:58 tyron kernel:  [mask_and_ack_8259A+110/173]
mask_and_ack_8259A+0x6e/0xad
Jul 29 20:48:58 tyron kernel:  [sys_ioctl+43/69] sys_ioctl+0x2b/0x45
Jul 29 20:48:58 tyron kernel:  [mask_and_ack_8259A+110/173]
mask_and_ack_8259A+0x6e/0xad
Jul 29 20:48:58 tyron kernel:  [syscall_call+7/11] syscall_call+0x7/0xb
Jul 29 20:48:58 tyron kernel:  [mask_and_ack_8259A+110/173]
mask_and_ack_8259A+0x6e/0xad
Jul 29 20:48:58 tyron kernel: Code: 9c d8 30 c0 e8 7f 0d 18 00 89 d8 5b c3 90 83
ec 10 8b 44 24 14 89 00 89 40 04 83 c4 10 c3 56 53 83 22 fe 9c 5e fa 8b 18 8d 4a
0c 89 4b 04 89 5a 0c 89 41 04 89 08 56 9d 5b 5e c3 56 53 83 0a 01 
Jul 29 20:48:58 tyron kernel: EIP: [add_wait_queue+13/29]
add_wait_queue+0xd/0x1d SS:ESP 0068:d068de94


Something else in the syslog caught my eye:

Jul 29 20:45:07 tyron kernel: [drm] Initialized drm 1.0.1 20051102
Jul 29 20:45:07 tyron kernel: [drm] Initialized radeon 1.25.0 20060524 on minor 0
Jul 29 20:45:07 tyron kernel: mtrr: 0xe000,0x800 overlaps existing
0xe000,0x200
Jul 29 20:45:09 tyron last message repeated 3 times
Jul 29 20:45:09 tyron kernel: [drm:radeon_cp_init] *ERROR* radeon_cp_init called
without lock heldJul 29 20:45:09 tyron kernel: [drm:drm_unlock] *ERROR* Process
4893 using kernel context 0

This occurs both with a patched and a vanilla 2.6.18-rc2.

And something else: If I don't load the glx module (comment it in xorg.conf),
the oops does not occur any longer.

--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash

[Bug 6893] kernel oops with radeon and mythfrontend

2006-07-29 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6893





--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 12:02 ---
By the way, I hit 'Edit' on the 'gathering info patch' out of curiosity, but
didn't (mean to) modify it. Now it shows as edited.

I had to clean up the patch from things like ^[1;36m before I could apply it.
Did you make a mistake when submitting it did I when downloading it? 


--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6981] hard lock after loading radeon.ko and drm.ko

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=6981  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 12:36 ---
Unfortunately I cannot test this bug right now. The hard drive died as a result
of this issue. I suppose I could reopen the bug, or create  a new one when I am
able to test. Which ever is the correct procedure?  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6893] kernel oops with radeon and mythfrontend

2006-07-29 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6893

[EMAIL PROTECTED] changed:

   What|Removed |Added

Attachment #8635 is|0   |1
   obsolete||



--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 12:35 ---
(From update of attachment 8635)
Bad formating.


--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6893] kernel oops with radeon and mythfrontend

2006-07-29 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6893





--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 12:36 ---
Created an attachment (id=8638)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=8638action=view)
corrected patch

Sure, I am an asshole, it was colored patch.

--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6893] kernel oops with radeon and mythfrontend

2006-07-29 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6893





--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 12:37 ---
Anyway, I need whole dmesg after applying the patch, because I need to know
lines above your oops post.

--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6893] kernel oops with radeon and mythfrontend

2006-07-29 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6893

[EMAIL PROTECTED] changed:

   What|Removed |Added

Attachment #8638 is|0   |1
   obsolete||



--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 12:39 ---
(From update of attachment 8638)
huh, I need to slow down :(


--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6893] kernel oops with radeon and mythfrontend

2006-07-29 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6893





--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 12:40 ---
Created an attachment (id=8639)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=8639action=view)
finally the correct patch


--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 1532] Color changes on radeon when the window moves or focus changes

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=1532  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 13:46 ---
I could not reproduce the problem on my radeon 7200 with recent drivers, even
when disabling tcl (to make it more similar to a radeon 7000). However,
strangely enough the color shown is indeed somewhat different (but not changing)
to software mesa. Not sure if this is purely due to texture filtering /
precision issues or if there is indeed some bug. Also, the non-reproducability
_might_ have been caused by using a different wm, that bug is weird enough...   
   
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6981] hard lock after loading radeon.ko and drm.ko

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=6981  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 13:53 ---
Test with newer ati driver, we figured out on missing initialization things
on r300 card like your one.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6893] kernel oops with radeon and mythfrontend

2006-07-29 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6893





--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 14:02 ---
Created an attachment (id=8641)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=8641action=view)
here is the full dmesg corresponding to the last oops


--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 5413] Radeon DRM appears capable of driving 5B62; X600 Pro

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=5413  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 15:16 ---
(In reply to comment #16)
 Should this bug be closed?

Yes, probably. Current code contains all ids known to exist at this point,
except the drm which doesn't support rs400 igps. Since we don't quite know how
to set them up that should be a different bug.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6893] kernel oops with radeon and mythfrontend

2006-07-29 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6893





--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 15:21 ---
Cool, no init called, seems to be wrong in userspace, could you 'strace -e
open,ioctl' it?

--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 5104] Xorg 6.8.2 freeze computer when dri is enabled for a Radeon 7000

2006-07-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 yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=5104  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-07-29 16:40 ---
Aha. I finally learned about this 'netconsole' thing.
---
HARDWARE ERROR
HARDWARE ERROR. This is *NOT* a software problem!
Please contact your hardware vendor
CPU 0 4 northbridge TSC 677907138e
  Northbridge Watchdog error
   bit57 = processor context corrupt
   bit61 = error uncorrected
  bus error 'generic participation, request timed out
  generic error mem transaction
  generic access, level generic'
STATUS b2070f0f MCGSTATUS 4
This is not a software problem!
Run through mcelog --ascii to decode and contact your hardware vendor
Kernel panic - not syncing: Machine check
---

Not sure what that means, but that's the problem I'm having with DRI.
-s  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel