Re: [gentoo-user] DRM on a new ck kernel

2005-04-19 Thread Benno Schulenberg
Mark Knecht wrote: On 4/18/05, Benno Schulenberg [EMAIL PROTECTED] wrote: That depends: when building from CVS, it should be off. I'm sorry but I don't know what you mean by building from CVS. This: http://dri.freedesktop.org/wiki/Building, the drm part. for glxgears is

Re: [gentoo-user] DRM on a new ck kernel

2005-04-18 Thread Benno Schulenberg
Mark Knecht wrote: I've been trying to work through the Gentoo Hardware 3D instructions: Are you using a 2.6 kernel? Did you follow the instructions at http://dri.freedesktop.org/wiki/Building (the drm and mesa parts)? Did you disable DRI support in the kernel config ? Did you put

Re: [gentoo-user] DRM on a new ck kernel

2005-04-18 Thread Mark Knecht
On 4/18/05, Benno Schulenberg [EMAIL PROTECTED] wrote: Mark Knecht wrote: I've been trying to work through the Gentoo Hardware 3D instructions: Are you using a 2.6 kernel? Yes. Did you follow the instructions at http://dri.freedesktop.org/wiki/Building (the drm and mesa parts)?

Re: [gentoo-user] DRM on a new ck kernel

2005-04-18 Thread Benno Schulenberg
Mark Knecht wrote: http://www.gentoo.org/doc/en/dri-howto.xml stated If you use a 2.4 kernel, make sure the Direct Rendering Manager (DRM) is off. The X11-DRM package will provide its own. 2.6 kernel users should enable the Direct Rendering Manager (DRM) as the X11-DRM package currently does

Re: [gentoo-user] DRM on a new ck kernel

2005-04-18 Thread Mark Knecht
On 4/18/05, Benno Schulenberg [EMAIL PROTECTED] wrote: Mark Knecht wrote: http://www.gentoo.org/doc/en/dri-howto.xml stated If you use a 2.4 kernel, make sure the Direct Rendering Manager (DRM) is off. The X11-DRM package will provide its own. 2.6 kernel users should enable the Direct

Re: [gentoo-user] DRM on a new ck kernel

2005-04-17 Thread Peter Gordon
Odd. Does your user have read/write priveleges to /dev/dri/card0 (and any other cardN devices that may be there)? Try running `chmod a+rw /dev/dri/*` as root and see if glxinfo reports that you're using direct rendering. If this works you'll need to add yourself to the video group: # gpasswd -a