On Mon, 2015-06-29 at 01:13 +0800, Bret Busby wrote: > On 29/06/2015, Bret Busby <bret.bu...@gmail.com> wrote: > > -- > > Stupid computers that do everything but what they are supposed to do > (like sending messages when a user is trying to enter a message, and > putting text everywher except where it is supposed to go)! What I had > been trying to enter, to post, is this; > > How do I find (what command do I use to find) what hardware drivers > are installed , and how do I find what drivers are in use, for > particular classes of hardware - in this instance, graphical devices?
lsmod will list the kernel modules loaded. But I'm not sure if that is what you're lookin for? You can also use lspci with the -v flag to see hardware and kernel driver. Also, lsusb for USB devices. For graphics there are at least three different drivers, a kernel module, a driver for X11 and driver for OpenGL. Finding the X11 driver is probably easiest by looking through the Xorg log, for the OpenGL driver you can use glxinfo. -- Cheers, Sven Arvidsson http://www.whiz.se PGP Key ID 6FAB5CD5
signature.asc
Description: This is a digitally signed message part