To get my graphics card info (I knew that I have an Nvidia card):
[[email protected] ~]$ lspci -v | grep 'nvidia'
Kernel driver in use: nvidia
Kernel modules: nvidia, nvidia_current, nouveau, nvidiafb
[[email protected] ~]$ lspci -v | grep -A 10 -B 10 'nvidia'
Kernel modules: i2c-i801
01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 8400 GS] (rev a1) (prog-if 00 [VGA controller])
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at e2000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at e0000000 (64-bit, non-prefetchable) [size=32M]
I/O ports at e000 [size=128]
[virtual] Expansion ROM at e3000000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidia, nvidia_current, nouveau, nvidiafb
[/code]
And for other Hardware info:
sudo dmidecode | less[/code]For getting information of the type of monitor you have installed, do a:
cat /var/log/Xorg.0.log[/code]I know mine is an AOC, but I wanted to know the model, so:
cat /var/log/Xorg.0.log | grep -i 'aoc'[/code]Joel G Mathew, known in tech circles by the pseudonym Droidzone, is an opensource and programming enthusiast.
He is a full stack developer, whose favorite languages are currently Python and Vue.js. He is also fluent in Javascript, Flutter/Dart, Perl, PHP, SQL, C and bash shell scripting. He loves Linux, and can often be found tinkering with linux kernel code, and source code for GNU applications. He used to be an active developer on XDA forums, and his tinkered ROMS used to be very popular in the early 2000s.
His favorite pastime is grappling with GNU compilers, discovering newer Linux secrets, writing scripts, hacking roms, and programs (nothing illegal), reading, blogging. and testing out the latest gadgets.
When away from the tech world, Dr Joel G. Mathew is a practising ENT Surgeon, busy with surgeries and clinical practise.