RE: a few problems with 6.0-RELEASE on IBM T41p

2005-11-14 Thread Petr Holub
Not if you're using any third party modules. What does 'kldstat' tell you? kernel + acpi.ko + linux.ko, as I already mentioned in another email. Petr ___ freebsd-stable@freebsd.org mailing list

Re: a few problems with 6.0-RELEASE on IBM T41p

2005-11-13 Thread Kris Kennaway
On Mon, Nov 14, 2005 at 05:39:52AM +0100, Petr Holub wrote: Hi, since I've upgraded from 6.0-BETA4 to 6.0-RELEASE (using binary upgrade on contrary to 6.0-BETA4, which was binary from BETA2, which was clean install ;-) ), I'm experiencing multiple problems which were not present on BETA4:

RE: a few problems with 6.0-RELEASE on IBM T41p

2005-11-13 Thread Petr Holub
Did you remember to rebuild any modules you are using when you upgraded? cd /sys/i386/conf/ config KLOBOUCEK cd ../compile/KLOBOUCEK make cleandepend; make depend make make install as usual. I assume that's sufficient. The only thing I'm not sure of now is the linux emulation... Thanks,

RE: a few problems with 6.0-RELEASE on IBM T41p

2005-11-13 Thread Petr Holub
2) I get rather regular freezes in X when running GL with drm acceleration; I've rebuilt both xorg-server-snap and dri-devel from sources but it freezes still after couple of seconds of glxgears (while it worked fine on BETA4 achieving slightly above 2100 fps) Did you remember

Re: a few problems with 6.0-RELEASE on IBM T41p

2005-11-13 Thread Kris Kennaway
On Mon, Nov 14, 2005 at 06:02:35AM +0100, Petr Holub wrote: Did you remember to rebuild any modules you are using when you upgraded? cd /sys/i386/conf/ config KLOBOUCEK cd ../compile/KLOBOUCEK make cleandepend; make depend make make install as usual. I assume that's sufficient. Not