You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
574 B
Plaintext

# 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