On 15.04.2011 11:26, Fra B wrote:
I'd like to ask this:
is there a way to exactly know what kernel module is using for a graphic card?
How do I know intel card uses i915 module? And nvida ion uses nouveau? What's shell command to know it?

I usually use this to see all details:
lspci -nn -k -qq -vv

It looks like a tree, find the VGA parts and you will see the kernel module in use. If you run it as superuser you will get even more details.

Also you can use this to see which is the active OpenGL renderer and in the strings you will see vendor name and version
glxinfo
or for short
glxinfo | grep nGL



_______________________________________________
Mailing list: https://launchpad.net/~hybrid-graphics-linux
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~hybrid-graphics-linux
More help   : https://help.launchpad.net/ListHelp

Reply via email to