Vulkan added
This commit is contained in:
parent
66951b7f91
commit
601228574c
3 changed files with 25 additions and 2 deletions
3
apps.md
3
apps.md
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
10
matos.md
10
matos.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue