How can I find out what the chipset of my video device is on linux without using the internet?
I would also like to know how the kernel selects a good driver for a certain device. I’m guessing the kernel must be able to discover which chipset the device has or do drivers register which device id’s they support with the kernel and the kernel then selects one of those at random?