diff --git a/apps.md b/apps.md index a011117..249bb43 100644 --- a/apps.md +++ b/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 diff --git a/base_install_02.md b/base_install_02.md index d0b26ab..ab40cb1 100644 --- a/base_install_02.md +++ b/base_install_02.md @@ -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 diff --git a/matos.md b/matos.md index 592214d..7ab7e75 100644 --- a/matos.md +++ b/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 +```