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