1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-03-10 00:44:46 +01:00

arch linux: extended guides for nvidia setup

This commit is contained in:
TiynGER
2021-06-13 18:43:11 +02:00
parent 4e640a0019
commit c9f68d3f93
3 changed files with 46 additions and 7 deletions

20
wiki/linux/nvidia.md Normal file
View File

@@ -0,0 +1,20 @@
# NVidia
NVidia is a vendor for graphics cards.
## Setup NVidia GPU
### Arch Linux
For NVidia GPUs to work install the `nvidia` and the `nvidia-utils` package.
If you want to easily configure the monitors as described in a later section of
this file you can also install `nvidia-settings`.
There is no initial setup in for of a `xorg.conf` in `/etc/X11` needed
(except for a multiple GPU/APU setup).
## Change monitor configuration
After running `sudo nvidia-setting` can drag and drop the monitors to your
liking.
After that you have to save the configuration to the `/etc/X11/xorg.conf`.