public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 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

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