From d2402d8896f703a978f3902522e47cfce8ab77f6 Mon Sep 17 00:00:00 2001 From: vahagn Date: Tue, 2 Nov 2021 11:35:54 +0000 Subject: [PATCH] Add 'linux/working_with_devices.md' --- linux/working_with_devices.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 linux/working_with_devices.md diff --git a/linux/working_with_devices.md b/linux/working_with_devices.md new file mode 100644 index 0000000..64071ea --- /dev/null +++ b/linux/working_with_devices.md @@ -0,0 +1,11 @@ + +lspci -vnn | grep VGA +lspci -k | grep -EA3 'VGA|3D|Display' + + +nvidia-settings --version + +hostnamectl + +ubuntu-drivers devices +sudo ubuntu-drivers autoinstall \ No newline at end of file