-
-
Notifications
You must be signed in to change notification settings - Fork 41
Conf: set wayland as default session #747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Set wayland as default session
This comment was marked as resolved.
This comment was marked as resolved.
|
Is there any major support issues with Wayland? I know for a long while nvidia simply didn't work with it but is there anything else to be concerned about? |
|
So far that I know of:
So maybe better to stick to X11 by default this cycle and continue to iron things out? |
|
See also Wayland |
98% of the Nvidia issues are fixed in driver ~v558 when esync was added to the driver. So before setting Wayland as default we should also set the default Nvidia driver to that version or higher. |
|
I think that is pretty reasonable. Given distaste towards Windows 11 seems to be growing, it would be good if we have a solid baseline of support for anything that is default in the system in case there is an increase of new users who are probably using an Nvidia card. |
|
I think I’d like to revisit this for 8.1. Since it seems like we’ll probably have to be Wayland only for OS 9 (due to upstream components dropping support), it would be good to have wider testing. We’ve sorted out a bunch of the known issues. Biggest problems are still with a11y features and as I understand it those will be addressed automatically with newer mutter/gtk/orca. |
|
S a way for the greeter to fall back to starting in x11 mode if there are display issues for some nvidia peeps would be nice |
|
@teamcons the greeter itself still runs in X11. This is for changing the default user session, not the greeter session |
Set wayland as default user session. This does not change the Greeter session, that's #752
Fixes #746