mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
arch linux: extended guides for nvidia setup
This commit is contained in:
parent
4e640a0019
commit
c9f68d3f93
@ -1,7 +1,9 @@
|
||||
# Arch installation with LUKS encryption and LVM
|
||||
|
||||
This is the English version of the [German installation guide on rvbg.eu](https://wiki.rvbg.eu/#arch/installation.md).
|
||||
This guide is based upon a [german arch wiki entry](https://wiki.archlinux.de/title/Moderne_Installation_mit_UEFI_und_Verschlüsselung).
|
||||
This is the English version of the
|
||||
[German installation guide on rvbg.eu](https://wiki.rvbg.eu/#arch/installation.md).
|
||||
This guide is based upon a
|
||||
[german arch wiki entry](https://wiki.archlinux.de/title/Moderne_Installation_mit_UEFI_und_Verschlüsselung).
|
||||
|
||||
At the end of this guide a fully functional Arch Linux will be installed.
|
||||
|
||||
@ -52,7 +54,7 @@ The swap partition will be created later under lvm.
|
||||
- `↵ Enter` - Confirm first sector
|
||||
- `↵ Enter` - Confirm last sector
|
||||
- `↵ Enter` - Confirm partition type
|
||||
- `P` - Show created partitions
|
||||
- `p` - Show created partitions
|
||||
- `W` - Save all changes
|
||||
- `Y` - Confirm saving changes
|
||||
|
||||
@ -180,6 +182,10 @@ en_US.UTF-8 UTF-8
|
||||
## 11. Finishing base installation
|
||||
|
||||
- `passwd` - set password for the root account
|
||||
- `systemctl enable NetworkManager.service`
|
||||
|
||||
## 12. Finish the setup
|
||||
|
||||
- `exit` - exit the installed system
|
||||
- `umount /mnt/{boot,}` - unmount all partitions
|
||||
- `shutdown now` - shutdown device
|
||||
@ -188,6 +194,13 @@ en_US.UTF-8 UTF-8
|
||||
|
||||
If the system is installed in a virtual environment or a system with deactivated
|
||||
UEFI, don't forget to enable the EFI option, otherwise the system won't boot.
|
||||
|
||||
## 13. Further steps and graphical environment
|
||||
|
||||
Now you can follow my larbs installation script
|
||||
(`curl -o larbs.sh https://raw.githubusercontent.com/tiyn/larbs/master/larbs.sh`
|
||||
or go on to other guides.
|
||||
(`curl -o larbs.sh https://raw.githubusercontent.com/tiyn/larbs/master/larbs.sh`)
|
||||
this will install a bunch of useful software including a graphical environment.
|
||||
You can go on to other guides aswell.
|
||||
|
||||
Additionally if you have a NVidia Graphics Cards you should read
|
||||
[the NVidia entry](../nvidia.md) too.
|
||||
|
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`.
|
@ -1,8 +1,14 @@
|
||||
# X11
|
||||
|
||||
## Intel Graphics
|
||||
## Change Keyboardlayout
|
||||
|
||||
### Screen Tearing
|
||||
To temporarily change the layout of the keyboard just run
|
||||
`setxkbmap <your preferred layout>`.
|
||||
For a permanent change run `localectl set-x11-keymap <your preferred layout>`.
|
||||
|
||||
## Screen Tearing
|
||||
|
||||
### Intel Graphics
|
||||
|
||||
Linux can sometimes have problems with screen tearing.
|
||||
To get this working you need to change the `/etc/X11/xorg.conf.d/20-intel.conf` to:
|
||||
|
Loading…
x
Reference in New Issue
Block a user