From 4408f767ebea97294fc7b69856b8a95d24c0e9bd Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Mon, 1 Oct 2018 11:54:01 +0530 Subject: [PATCH] Create mhwd --- sheets/mhwd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sheets/mhwd diff --git a/sheets/mhwd b/sheets/mhwd new file mode 100644 index 0000000..0eeae85 --- /dev/null +++ b/sheets/mhwd @@ -0,0 +1,21 @@ +# Manjaro Hardware Detection +# https://wiki.manjaro.org/index.php?title=Manjaro_Hardware_Detection_Overview + +# An overview of hardware +mhwd + +# List hardware information +# in detailed mode (-d) +mhwd -lh -d + +# List installed driver information +mhwd -li -d + +# Automated detection and installation of Graphics Drivers +# https://wiki.manjaro.org/index.php?title=Configure_Graphics_Cards + +# Best available proprietary driver for a pci-connected graphics card +sudo mhwd -a pci nonfree 0300 + +# Best available free driver for a pci-connected graphics card +sudo mhwd -a pci free 0300