2003-05-31 17:14:31

by Maciej Górnicki

[permalink] [raw]
Subject: 2.4.21rc6-ac1 Nforce2 AGP+ATI FireGL v2.9.12=hard lock

***************
*** 255,263 ****

/* Macros to make printk easier */
#define DRM_ERROR(fmt, arg...) \
- printk(KERN_ERR "[" DRM_NAME ":" __FUNCTION__ "] *ERROR* " fmt , ##arg)
#define DRM_MEM_ERROR(area, fmt, arg...) \
- printk(KERN_ERR "[" DRM_NAME ":" __FUNCTION__ ":%s] *ERROR* " fmt , \
DRM(mem_stats)[area].name , ##arg)
#define DRM_INFO(fmt, arg...) printk(KERN_INFO "[" DRM_NAME "] " fmt , ##arg)

--- 255,263 ----

/* Macros to make printk easier */
#define DRM_ERROR(fmt, arg...) \
+ printk(KERN_ERR "[" DRM_NAME ":%s] *ERROR* " fmt, __FUNCTION__ , ##arg)
#define DRM_MEM_ERROR(area, fmt, arg...) \
+ printk(KERN_ERR "[" DRM_NAME ":%s:%s] *ERROR* " fmt, __FUNCTION__, \
DRM(mem_stats)[area].name , ##arg)
#define DRM_INFO(fmt, arg...) printk(KERN_INFO "[" DRM_NAME "] " fmt , ##arg)

***************
*** 266,272 ****
do { \
if ( DRM(flags) & DRM_FLAG_DEBUG ) \
printk(KERN_DEBUG \
- "[" DRM_NAME ":" __FUNCTION__ "] " fmt , \
##arg); \
} while (0)
#else
--- 266,272 ----
do { \
if ( DRM(flags) & DRM_FLAG_DEBUG ) \
printk(KERN_DEBUG \
+ "[" DRM_NAME ":%s] " fmt, __FUNCTION__ , \
##arg); \
} while (0)
#else


Attachments:
drmP.h.rej (1.26 kB)

2003-05-31 21:41:36

by Zack Gilburd

[permalink] [raw]
Subject: Re: 2.4.21rc6-ac1 Nforce2 AGP+ATI FireGL v2.9.12=hard lock

On Saturday 31 May 2003 10:29, Gutko wrote:
> Hi,
> Just compiled 2.4.21rc6-ac1 with Nforce2 AGP as module.
> Then tried to install Ati FGLRX 2.9.12 from
> http://www.schneider-digital.de/html/download_ati.html
> http://www.schneider-digital.de/download/ati/glx1_linux_X4.3.zip
> because Ati didn't released XFree 4.3 driver on their www yet.
>
> During install of this rpm i get something like this:
> "Patching drmP.h FAILED, saving rejects to....."
> This *.rej file is in attachment.
> Then module loads normally. I can start X on this driver, but only in 2d.
> Trying to run Tuxracer and any other 3d game hardlocks my machine. 2d
> games works ok.
>
> Everything was OK on clean 2.4.21rc6 patched with this Nforce2 AGP patch.
> http://etudiant.epita.fr:8000/~nonolk/nforce-agp.diff
> but Dave Jones told me it is buggy.
>
> My machine
> Asus A7N8X-deluxe nforce2 mb
> 1 GB of ram
> Ati Radeon 9700 128M
> Agp aperature set to 128M in bios
> Mandrake 9.1
> XFree86 v4.3
>
> I'll be happy to provide more info if needed :)
>
> Gutko
<troll>
does anyone else find it ironic that when he uses ATi FireGL stuff on an
nVidia chipset mobo, it hardlocks? *snicker*
</troll>

mod me down -5 troll accordingly, thanks.
--
Zack Gilburd
http://tehunlose.com


Attachments:
(No filename) (1.23 kB)
signed data
(No filename) (189.00 B)
signature
Download all attachments

2003-06-01 00:01:52

by Alan

[permalink] [raw]
Subject: Re: 2.4.21rc6-ac1 Nforce2 AGP+ATI FireGL v2.9.12=hard lock

On Sad, 2003-05-31 at 18:29, Gutko wrote:
> During install of this rpm i get something like this:
> "Patching drmP.h FAILED, saving rejects to....."
> This *.rej file is in attachment.
> Then module loads normally. I can start X on this driver, but only in 2d.
> Trying to run Tuxracer and any other 3d game hardlocks my machine. 2d
> games works ok.

If it patches the kernel then I wouldnt be suprised if the patches are
not compatible


2003-06-01 00:11:03

by Dave Jones

[permalink] [raw]
Subject: Re: 2.4.21rc6-ac1 Nforce2 AGP+ATI FireGL v2.9.12=hard lock

On Sun, Jun 01, 2003 at 12:17:23AM +0100, Alan Cox wrote:
> On Sad, 2003-05-31 at 18:29, Gutko wrote:
> > During install of this rpm i get something like this:
> > "Patching drmP.h FAILED, saving rejects to....."
> > This *.rej file is in attachment.
> > Then module loads normally. I can start X on this driver, but only in 2d.
> > Trying to run Tuxracer and any other 3d game hardlocks my machine. 2d
> > games works ok.
>
> If it patches the kernel then I wouldnt be suprised if the patches are
> not compatible

Worse yet, it has its own bastardised agpgart support also.

Dave