docs: add xorg driver

main
sudo pacman -Syu 2021-03-30 10:14:33 +07:00 committed by GitHub
parent 85bc740ef8
commit ca6a490106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -129,6 +129,15 @@ Install [Xorg](https://wiki.archlinux.org/index.php/Xorg):
```sh
pacman -Syu xorg-server
# AMD
pacman -Syu xf86-video-amdgpu mesa
# Intel
pacman -Syu xf86-video-intel mesa
# NVIDIA
pacman -Syu xf86-video-nouveau mesa
```
Install [GNOME](https://wiki.archlinux.org/index.php/GNOME):