உபுண்டு கணினியில் பயன்படுத்தப்படும் graphic card பற்றி தெர்ந்துகொள்ள டெர்மினிலில் கீழ்கண்ட கட்டளையை தட்டச்சு செய்ய வேண்டும்.
lspci -v -s `lspci | awk '/VGA/{print $1}'`
இப்போது graphic card பற்றிய தகவல்கள் திரையில் வந்துவிடும்.
arulmozhi@arulmozhi-945GZM-S2:~$ lspci -v -s `lspci | awk '/VGA/{print $1}'`
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
Subsystem: Giga-byte Technology Device d000
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at e2000000 (32-bit, non-prefetchable) [size=512K]
I/O ports at c000 [size=8]
Memory at d0000000 (32-bit, prefetchable) [size=256M]
Memory at e2080000 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at
Capabilities:
Kernel driver in use: i915
Kernel modules: i915
arulmozhi@arulmozhi-945GZM-S2:~$
No comments:
Post a Comment