[wayland] comment passer sous wayland

Questions et astuces concernant l'installation et la configuration d'archlinux
Avatar de l’utilisateur
Kristen
Elfe
Messages : 709
Inscription : ven. 14 oct. 2011, 10:24
Localisation : Finistère France

[wayland] comment passer sous wayland

Message par Kristen »

Bonjour
J'aimerai passer sous wayland mais je n'y arrive pas et je ne comprends pas pourquoi ?
Ma carte graphique

Code : Tout sélectionner

lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2)
donc pas de problème pour ça.
Dans le wiki je vois
Wayland only works on systems using KMS.

Pour vérifier
Am I running KMS?
If you cannot tell from the screen right away (you are not sure what a framebuffer mode looks like, or you had another fb driver active), look into /proc/fb. If it mentions nouveaufb, you are running KMS.

Code : Tout sélectionner

cat /proc/fb
0 nouveaufb
je pense que c'est bon également.

Code : Tout sélectionner

pacman -Qs wayland
local/libva 2.0.0-2
    Video Acceleration (VA) API for Linux
local/wayland 1.14.0-1
    A computer display server protocol
local/wayland-protocols 1.12-1
    Specifications of extended Wayland protocols
local/xorg-server-xwayland 1.19.5-1 (xorg)
    run X clients under wayland
Tout est bien installé.
Je suis avec gnome et tout est mis à jour.
J'ai installé un vieux disque dur et j'y ai installé fedora et ça fonctionne bien sous wayland donc pas de problème au niveau du bios (?)

Vous avez des idées ?
Merci
KDE Plasma sur
- fixe Intel Core i5-4570 CPU @ 3.20GHz × 4 - RAM 12 Go - Carte graphique GeForce GTX 750 Ti NV117 - Écran 24" et 23" hdmi
- Lenovo IdeaPad 3 15ALC6 - 15.6" - Ryzen 5 5500U - 16 Go RAM - 128 Go SSD + 1 To HDD
- Lenovo Ideapad S130-14IGM
Avatar de l’utilisateur
Kristen
Elfe
Messages : 709
Inscription : ven. 14 oct. 2011, 10:24
Localisation : Finistère France

Re: [wayland] comment passer sous wayland

Message par Kristen »

J'ai installé weston et si je lance ma session en choisissant weston, je suis bien avec wayland. Il y a quelque chose qui me bloque gnome mais quoi ???
KDE Plasma sur
- fixe Intel Core i5-4570 CPU @ 3.20GHz × 4 - RAM 12 Go - Carte graphique GeForce GTX 750 Ti NV117 - Écran 24" et 23" hdmi
- Lenovo IdeaPad 3 15ALC6 - 15.6" - Ryzen 5 5500U - 16 Go RAM - 128 Go SSD + 1 To HDD
- Lenovo Ideapad S130-14IGM
Avatar de l’utilisateur
Kristen
Elfe
Messages : 709
Inscription : ven. 14 oct. 2011, 10:24
Localisation : Finistère France

Re: [wayland] comment passer sous wayland

Message par Kristen »

Depuis une console j'ai ça

Code : Tout sélectionner

dbus-run-session -- gnome-shell --display-server --wayland

(gnome-shell:3981): mutter-WARNING **: Can't initialize KMS backend: Could not get session ID: Succès
Si ça peut aider quelqu'un ?
KDE Plasma sur
- fixe Intel Core i5-4570 CPU @ 3.20GHz × 4 - RAM 12 Go - Carte graphique GeForce GTX 750 Ti NV117 - Écran 24" et 23" hdmi
- Lenovo IdeaPad 3 15ALC6 - 15.6" - Ryzen 5 5500U - 16 Go RAM - 128 Go SSD + 1 To HDD
- Lenovo Ideapad S130-14IGM
Avatar de l’utilisateur
RoyalPanda
yeomen
Messages : 239
Inscription : lun. 19 mai 2014, 09:08

Re: [wayland] comment passer sous wayland

Message par RoyalPanda »

Bonjour,

Personnellement je suis sur Wayland, et j'ai la même erreur concernant dbus-run-session.
Sous gnome, par défaut la session est maintenant sous wayland. Pour le vérifier tu peux faire :

Code : Tout sélectionner

 # loginctl
 # loginctl show-session <l'id de la session sortie avec la commande précédente> -p Type
Et tu sauras si tu utilise Xorg ou Wayland.
Répondre