On Thu, Jun 9, 2016 at 4:16 PM, Elimar Riesebieter <[email protected]> wrote: > * Steven Grunza <[email protected]> [2016-06-09 09:45 -0400]: > > [...] >> so it's not using the vesa driver >> >> Must be using the intel driver (which makes sense since this is an i7 >> laptop). > > $ cat /proc/fb > > shows you the framebuffer driver in use which corresponds to the X > driver.
Nice trick ! I would have used something more like: $ lspci -vvx -s $(lspci | grep VGA | cut -f1 -d' ') | grep module

