Merge pull request #35 from dufferzafar/patch-2

Create mhwd
pull/41/head
Igor Chubin 6 years ago committed by GitHub
commit a34d279cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save