Re: Kernel oops when loading i830 module

2004-07-21 Thread Bill Gou
Dave Airlie wrote: >>The module couldn't be unloaded. I tried to unload it right after loading, rmmod >>complains >> "i830: Device or resource busy". lsmod shows: >> >>Module Size Used byTainted: PF >>i830 66620 1 >> > > > jeez this is annoying me :-),

Re: New X.Org committers: DRI developers

2004-07-21 Thread Alex Deucher
On Wed, 21 Jul 2004 17:31:28 -0700, Eric Anholt <[EMAIL PROTECTED]> wrote: > I've added the DRI developers that weren't in x.org's list already to > the xorg group so that they'll be able to commit after the next merge > happens. Cool. thanks Eric. Alex > > -- > Eric Anholt

New X.Org committers: DRI developers

2004-07-21 Thread Eric Anholt
I've added the DRI developers that weren't in x.org's list already to the xorg group so that they'll be able to commit after the next merge happens. -- Eric Anholt[EMAIL PROTECTED] http://people.freebsd.org/~anholt/ [EMAIL PROTECTED] -

DRI fixes for libdl module loader

2004-07-21 Thread Adam Jackson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've got DRI and GLX working with the libdl module loader under current Xorg CVS. It works well enough to run glxgears (both direct and indirect) and quake3. The patch isn't quite finished, for two reasons. One, and rather trivially, since the GL

Re: New ATI Radeon pciid

2004-07-21 Thread Evgeniy Polyakov
On Wed, 21 Jul 2004 14:00:43 -0400 Alex Deucher <[EMAIL PROTECTED]> wrote: > On Wed, 21 Jul 2004 22:09:26 +0400, Evgeniy Polyakov > <[EMAIL PROTECTED]> wrote: > > On Wed, 21 Jul 2004 13:41:37 -0400 > > Alex Deucher <[EMAIL PROTECTED]> wrote: > > > > > On Wed, 21 Jul 2004 20:10:14 +0400, Evgeniy P

Re: New ATI Radeon pciid

2004-07-21 Thread Evgeniy Polyakov
On Wed, 21 Jul 2004 13:41:37 -0400 Alex Deucher <[EMAIL PROTECTED]> wrote: > On Wed, 21 Jul 2004 20:10:14 +0400, Evgeniy Polyakov > <[EMAIL PROTECTED]> wrote: > > Please apply. > > Patch is against 2.6.8-rc2. > > right now the DRI and the DRM do not support r300 based cards such as > yours so the

Re: New ATI Radeon pciid

2004-07-21 Thread Alex Deucher
On Wed, 21 Jul 2004 22:09:26 +0400, Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > On Wed, 21 Jul 2004 13:41:37 -0400 > Alex Deucher <[EMAIL PROTECTED]> wrote: > > > On Wed, 21 Jul 2004 20:10:14 +0400, Evgeniy Polyakov > > <[EMAIL PROTECTED]> wrote: > > > Please apply. > > > Patch is against 2.6.8-

Re: New ATI Radeon pciid

2004-07-21 Thread Alex Deucher
On Wed, 21 Jul 2004 20:10:14 +0400, Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > Please apply. > Patch is against 2.6.8-rc2. right now the DRI and the DRM do not support r300 based cards such as yours so there's no point in adding the PCI IDS. Alex > > I'm not a subscriber so if you need addit

New ATI Radeon pciid

2004-07-21 Thread Evgeniy Polyakov
Please apply. Patch is against 2.6.8-rc2. I'm not a subscriber so if you need additional details please CC: me directly. lspci: :01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] (prog-if 00 [VGA])Subsystem: Hewlett-Packard Company: Unknown devi

Re: dri ioctl32 problem on amd64/x86_64 on 2.6.8-rc2 and earlier

2004-07-21 Thread Dave Airlie
> I have a working direct rendering mechanism in my 64-bit userland. However, > 32-bit software running in a 32-bit chroot environment cannot operate with the > 64-bit drm. I get the following error when executing the 32-bit glxinfo inside > the chroot: > the DRM has some major 64-bit issues that

Re: Kernel oops when loading i830 module

2004-07-21 Thread Dave Airlie
> > The module couldn't be unloaded. I tried to unload it right after loading, rmmod > complains > "i830: Device or resource busy". lsmod shows: > > Module Size Used byTainted: PF > i830 66620 1 > jeez this is annoying me :-), there was a bug with my ++