回答:
sudo lspci|grep VGA
私が持っていることを示しています:
01:00.0 VGA compatible controller: ATI Technologies Inc NI Whistler [AMD Radeon HD 6600M Series]
さらに情報が必要な場合は、mesa-utilsを インストールできます。明白なことに加えて:
$ glxinfo|grep renderer
OpenGL renderer string: AMD Radeon 6600M and 6700M Series
$ glxinfo|grep vendor
server glx vendor string: ATI
client glx vendor string: ATI
OpenGL vendor string: ATI Technologies Inc.
使用中のドライバに関する情報が約3ページ表示されます。
さらに、システムであらゆる種類のハードウェアコンポーネントとそのドライバーに関する詳細情報を取得するのに非常に便利なツールであるhwinfoをlspci
使用できます。
デフォルトでhwinfo
は、かなり長い情報のリストが出力されますが、次の方法で必要なものを指定できます。
hwinfo --gfxcard
その他のオプションは次のとおりです。
all, bios, block, bluetooth, braille, bridge, camera,
cdrom, chipcard, cpu, disk, dsl, dvb, fingerprint, floppy,
framebuffer, gfxcard, hub, ide, isapnp, isdn, joystick,
keyboard, memory, modem, monitor, mouse, netcard, network,
partition, pci, pcmcia, pcmcia-ctrl, pppoe, printer, scanner,
scsi, smp, sound, storage-ctrl, sys, tape, tv, usb, usb-ctrl,
vbe, wlan, and zip.
詳細については
man hwinfo