Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176062 - Hardware 3D Acceleration Guide - Needs to mention in step 4 to emerge x11-apps/mesa-progs
Summary: Hardware 3D Acceleration Guide - Needs to mention in step 4 to emerge x11-app...
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: nm (RETIRED)
URL: http://www.gentoo.org/doc/en/dri-howt...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-26 03:35 UTC by Lee
Modified: 2007-04-26 03:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lee 2007-04-26 03:35:50 UTC
Step 4 of the Hardware 3D Acceleration Guide doesn't mention to emerge x11-apps/mesa-progs so you have the glxinfo and glxgears programs. I took me quiet a bit of google searching to figure that out.

Thank You For Your Time And Making Gentoo The Best Distro

Step 4:

4. Test 3D acceleration

Reboot to the new kernel

Reboot your computer to your new kernel and login as a normal user. It's time to see if you have direct rendering and how good it is.

Code Listing 4.1: Testing rendering

$ startx
(No need to load modules for your driver or agpgart, even if you compiled them as a module.)
(They will be loaded automatically.)
$ glxinfo | grep rendering
direct rendering: Yes
(If it says "No", you don't have 3D acceleration.)
$ glxgears
(Test your frames per second (FPS) at the default size. The number should be 
significantly higher than before configuring DRM. Do this while the CPU is as idle as 
possible.)
Comment 1 nm (RETIRED) gentoo-dev 2007-04-26 03:43:58 UTC
Actually, mesa-progs is installed when you emerge the xorg-x11 ebuild, which I figure 99% of our users do (when they follow the X installation guide as they are instructed to do so in the DRI guide). But for the rest that just emerge xorg-server or a DE, then yes, mesa-progs is needed. I actually added this command to the nvidia guide awhile ago, looks like I forgot to add it to this one as well. Will do.
Comment 2 nm (RETIRED) gentoo-dev 2007-04-26 03:45:09 UTC
Fixed in CVS.