Vulkan added

This commit is contained in:
Francois B. (Makoto) 2020-05-09 19:53:31 +02:00
parent 66951b7f91
commit 601228574c
3 changed files with 25 additions and 2 deletions

View file

@ -186,6 +186,9 @@ Depuis les dépôts
trizen -S joyutils lutris
```
> **Remarque** : voir la partie 2 de l'installation de base pour les pilotes graphiques
> **Remarque 2** : voir la partie Matériel pour l'installation de Vulkan
## Gadgets
Depuis AUR

View file

@ -133,14 +133,24 @@ On install le serveur graphique
trizen -S xorg-{server,xinit,apps} xf86-input-libinput xdg-user-dirs
```
> Remarque : xf86-input-{mouse,keyboard} have been removed
> **Remarque** : xf86-input-{mouse,keyboard} have been removed
Et les pilotes graphiques (intel dans mon cas)
### Les pilotes graphiques
#### Intel
```shell
trizen -S xf86-video-intel
```
#### Radeon
```shell
trizen -S xf86-video-ati
```
> **Remarque** : selon GPU AMD/ATI, il faut choisir entre xf86-video-ati ou xf86-video-amdgpu
## Polices de caractères
```shell

View file

@ -132,3 +132,13 @@ Depuis AUR
```shell
trizen -S ledger-live-bin
```
## Vulkan
Certaines applications comme Lutris nécessite Vulkan pour fonctionner.
### Radeon (pilote ATI/Radeon)
```shell
trizen -S lib32-mesa vulkan-radeon lib32-vulkan-radeon vulkan-icd-loader lib32-vulkan-icd-loader
```