mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
commit
a34d279cb8
21
sheets/mhwd
Normal file
21
sheets/mhwd
Normal file
@ -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…
Reference in New Issue
Block a user