mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 23:54:33 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/mhwd-gpu
Normal file
29
tldr/linux/mhwd-gpu
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mhwd-gpu
|
||||
|
||||
> Configure graphics cards in Manjaro.
|
||||
> More information: <https://wiki.manjaro.org/index.php/Configure_NVIDIA_(non-free)_settings_and_load_them_on_Startup/en#Configure_The_Resolution.2FRefresh_Rate>.
|
||||
|
||||
- Show current Xorg configuration path:
|
||||
|
||||
`mhwd-gpu --status`
|
||||
|
||||
- Check if Xorg configuration has a valid symlink:
|
||||
|
||||
`mhwd-gpu --check`
|
||||
|
||||
- Set a custom Xorg configuration for an Nvidia GPU:
|
||||
|
||||
`sudo mhwd-gpu --setmod nvidia --setxorg /{{path/to/nvidia.conf}}`
|
||||
|
||||
- Set a custom Xorg configuration for an AMD GPU:
|
||||
|
||||
`sudo mhwd-gpu --setmod {{catalyst|ati}} --setxorg /{{path/to/amdgpu.conf}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`mhwd-gpu --help`
|
||||
Reference in New Issue
Block a user