Re: No 3D support after custom kernel compilation [solved]

2003-06-22 Thread Marino Fernandez
On Saturday 21 June 2003 03:26 am, Marino Fernandez wrote:
 I have debian testing/unstable, gcc 3.2, kernel 2.4.20-xfs from knoppix. 3D
 support works fine (Intel830M).

 I compiled a 2.4.21 kernel and noticed no 3D suport; then I compiled a
 2.4.20 (no xfs patch) and the same problem.. I used exactly the same
 .config file used for the first kernel in both cases.

 I then downloaded a tarball from DRI with the src for dri/drm support for
 I830M... ./configure  make  make install... still no 3D support.

 lsmod in 2.4.20-xfs (the one with 3D support) shows i830 used 14 times and
 agpgart used 13 times. lsmod with 2.4.21 and 2.4.20 show i830 used 0 times
 and agpgart 7 times. Otherwise the rest of the modules are the same.

 The files modules.dep are the same in both cases (with and without 3D
 support).

 Any ideas. Thank you.

I just needed to reboot... JUST LIKE IN WINDOWS!!!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: No 3D support after custom kernel compilation [solved]

2003-06-22 Thread Steven Yap
On Sat, 2003-06-21 at 17:53, Marino Fernandez wrote:
 On Saturday 21 June 2003 03:26 am, Marino Fernandez wrote:

[Adventures with DRI and Custom kernel elided ]

  Any ideas. Thank you.
 
 I just needed to reboot... JUST LIKE IN WINDOWS!!!

Actually, you don't. I'm sorry that I didn't see your earlier
email and saved you the reboot.

All you would have needed to to stop X (either by logging out,
or stopping xgm/gdm/kdm), rmmod the currently loaded drm module
(if present), insmod the newly compiled drm module, and restart
X (startx, starting xdm/gdm/kdm).

-- 
Steven Yap [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]