* 2.4.21rc6-ac1 Nforce2 AGP+ATI FireGL v2.9.12=hard lock
@ 2003-05-31 17:29 Gutko
2003-05-31 21:54 ` Zack Gilburd
2003-05-31 23:17 ` Alan Cox
0 siblings, 2 replies; 4+ messages in thread
From: Gutko @ 2003-05-31 17:29 UTC (permalink / raw)
To: Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 944 bytes --]
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
[-- Attachment #2: drmP.h.rej --]
[-- Type: text/plain, Size: 1286 bytes --]
***************
*** 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
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: 2.4.21rc6-ac1 Nforce2 AGP+ATI FireGL v2.9.12=hard lock
2003-05-31 17:29 2.4.21rc6-ac1 Nforce2 AGP+ATI FireGL v2.9.12=hard lock Gutko
@ 2003-05-31 21:54 ` Zack Gilburd
2003-05-31 23:17 ` Alan Cox
1 sibling, 0 replies; 4+ messages in thread
From: Zack Gilburd @ 2003-05-31 21:54 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 1297 bytes --]
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
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.4.21rc6-ac1 Nforce2 AGP+ATI FireGL v2.9.12=hard lock
2003-05-31 17:29 2.4.21rc6-ac1 Nforce2 AGP+ATI FireGL v2.9.12=hard lock Gutko
2003-05-31 21:54 ` Zack Gilburd
@ 2003-05-31 23:17 ` Alan Cox
2003-06-01 0:27 ` Dave Jones
1 sibling, 1 reply; 4+ messages in thread
From: Alan Cox @ 2003-05-31 23:17 UTC (permalink / raw)
To: Gutko; +Cc: Linux Kernel Mailing List
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.4.21rc6-ac1 Nforce2 AGP+ATI FireGL v2.9.12=hard lock
2003-05-31 23:17 ` Alan Cox
@ 2003-06-01 0:27 ` Dave Jones
0 siblings, 0 replies; 4+ messages in thread
From: Dave Jones @ 2003-06-01 0:27 UTC (permalink / raw)
To: Alan Cox; +Cc: Gutko, Linux Kernel Mailing List
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-06-01 0:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-31 17:29 2.4.21rc6-ac1 Nforce2 AGP+ATI FireGL v2.9.12=hard lock Gutko
2003-05-31 21:54 ` Zack Gilburd
2003-05-31 23:17 ` Alan Cox
2003-06-01 0:27 ` Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox