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:
20
wiki/linux/nvidia.md
Normal file
20
wiki/linux/nvidia.md
Normal 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`.
|
||||
Reference in New Issue
Block a user