[gentoo-user] Re: nouveau-drm compile failure

2010-05-22 Thread walt
On 05/21/2010 04:42 PM, Grant wrote: I can now start X via the nouveau driver. The only problem I see in Xorg.0.log is: (EE) AIGLX error: dlopen of /usr/lib64/dri/nouveau_dri.so failed (/usr/lib64/dri/nouveau_dri.so: cannot open shared object file: No such file or directory) (EE) AIGLX:

Re: [gentoo-user] Re: nouveau-drm compile failure

2010-05-22 Thread Grant
I can now start X via the nouveau driver.  The only problem I see in Xorg.0.log is: (EE) AIGLX error: dlopen of /usr/lib64/dri/nouveau_dri.so failed (/usr/lib64/dri/nouveau_dri.so: cannot open shared object file: No such file or directory) (EE) AIGLX: reverting to software rendering

Re: [gentoo-user] Re: nouveau-drm compile failure

2010-05-21 Thread Grant
Google says the error can be due to disabling dri in xorg.conf, but I don't have anything like that.  Should CONFIG_DRM_NOUVEAU=y include the dri or dri2 module? The dri and dri2 modules should be installed by x11-base/xorg-server. I've got all of these:

[gentoo-user] Re: nouveau-drm compile failure

2010-05-21 Thread walt
On 05/21/2010 10:26 AM, Grant wrote: Google says the error can be due to disabling dri in xorg.conf, but I don't have anything like that. Should CONFIG_DRM_NOUVEAU=y include the dri or dri2 module? The dri and dri2 modules should be installed by x11-base/xorg-server. I've got all of these:

Re: [gentoo-user] Re: nouveau-drm compile failure

2010-05-21 Thread Grant
Google says the error can be due to disabling dri in xorg.conf, but I don't have anything like that.  Should CONFIG_DRM_NOUVEAU=y include the dri or dri2 module? The dri and dri2 modules should be installed by x11-base/xorg-server. I've got all of these:

[gentoo-user] Re: nouveau-drm compile failure

2010-05-20 Thread Nikos Chantziaras
On 05/20/2010 07:56 PM, Grant wrote: I'm trying to compile nouveau-drm for my Nvidia 8400GS video card, but compilation fails: I don't think you should be using nouveau-drm in the first place. This driver is now in the kernel itself. nouveau-drm was used before that driver moved into the

[gentoo-user] Re: nouveau-drm compile failure

2010-05-20 Thread Nikos Chantziaras
On 05/20/2010 08:32 PM, Nikos Chantziaras wrote: On 05/20/2010 07:56 PM, Grant wrote: I'm trying to compile nouveau-drm for my Nvidia 8400GS video card, but compilation fails: I don't think you should be using nouveau-drm in the first place. This driver is now in the kernel itself.

Re: [gentoo-user] Re: nouveau-drm compile failure

2010-05-20 Thread Alan McKinnon
On Thursday 20 May 2010 19:32:33 Nikos Chantziaras wrote: On 05/20/2010 07:56 PM, Grant wrote: I'm trying to compile nouveau-drm for my Nvidia 8400GS video card, but compilation fails: I don't think you should be using nouveau-drm in the first place. This driver is now in the kernel

Re: [gentoo-user] Re: nouveau-drm compile failure

2010-05-20 Thread Grant
I'm trying to compile nouveau-drm for my Nvidia 8400GS video card, but compilation fails: I don't think you should be using nouveau-drm in the first place.  This driver is now in the kernel itself.  nouveau-drm was used before that driver moved into the Linux kernel together with the other

Re: [gentoo-user] Re: nouveau-drm compile failure

2010-05-20 Thread Grant
I'm trying to compile nouveau-drm for my Nvidia 8400GS video card, but compilation fails: I don't think you should be using nouveau-drm in the first place.  This driver is now in the kernel itself.  nouveau-drm was used before that driver moved into the Linux kernel together with the other

Re: [gentoo-user] Re: nouveau-drm compile failure

2010-05-20 Thread Grant
I'm trying to compile nouveau-drm for my Nvidia 8400GS video card, but compilation fails: I don't think you should be using nouveau-drm in the first place.  This driver is now in the kernel itself.  nouveau-drm was used before that driver moved into the Linux kernel together with the other

Re: [gentoo-user] Re: nouveau-drm compile failure

2010-05-20 Thread Graham Murray
Alan McKinnon alan.mckin...@gmail.com writes: There's an API break between the nouveau driver and the drm in 2.6.3[23] (not completely sure about the versions) Hence the workaround of nouveau-drm Hopefully it will be *very* temporary It is. 2.6.34 (which is in ~arch) fixes the API break

Re: [gentoo-user] Re: nouveau-drm compile failure

2010-05-20 Thread Alan McKinnon
On Thursday 20 May 2010 21:21:27 Graham Murray wrote: Alan McKinnon alan.mckin...@gmail.com writes: There's an API break between the nouveau driver and the drm in 2.6.3[23] (not completely sure about the versions) Hence the workaround of nouveau-drm Hopefully it will be *very*

Re: [gentoo-user] Re: nouveau-drm compile failure

2010-05-20 Thread Grant
There's an API break between the nouveau driver and the drm in 2.6.3[23] (not completely sure about the versions) Hence the workaround of nouveau-drm Hopefully it will be *very* temporary It is. 2.6.34 (which is in ~arch) fixes the API break with the Nouveau driver. Supposedly it's an

Re: [gentoo-user] Re: nouveau-drm compile failure

2010-05-20 Thread Graham Murray
Grant emailgr...@gmail.com writes: Google says the error can be due to disabling dri in xorg.conf, but I don't have anything like that. Should CONFIG_DRM_NOUVEAU=y include the dri or dri2 module? The dri and dri2 modules should be installed by x11-base/xorg-server.