1 |
> xxxx@localhost ~ $ glxinfo | grep renderer |
2 |
> OpenGL renderer string: Software Rasterizer |
3 |
|
4 |
If you're worried about 3D performance, run 'eselect opengl list' |
5 |
|
6 |
To see if you have a hardware accelerated option, and if so 'eselect opengl set <option>' will fix that. |
7 |
|
8 |
If you want more 2D speed, you'll need to tweak xorg.conf. Read up on options like backingstore, renderaccel, and verfiy that accelmethod is exa instead of xaa (only if its supported). There probably other options that may help as well. |