How to verify that 3 - D acceleration is working properly.

There are things you could see there that might indicate a problem, other than "software rasterizer". If you are unsure, your best bet is to show the output of [cmd=]glxinfo | grep -i render[/cmd] and we could let you know
 
Well I'm not even 100% sure what that option does, but all things considered, it seems like selecting that option would be the logical thing to do.

Adam
 
Here is the output of glxinfo | grep -i render:

Code:
$ glxinfo | grep -i render
direct rendering: Yes
OpenGL renderer string: GeForce 9600 GT/PCI/SSE2
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info,

Lasse
 
Back
Top