No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Login Screen Over Wayland = | |||
= Login Screen Over Wayland | |||
== Summary == | == Summary == | ||
Change the Login screen that GDM uses to run on Wayland instead of X | Change the Login screen that GDM uses to run on Wayland instead of X | ||
== Owner == | == Owner == | ||
* Name: [[User:Rstrode| Ray Strode]] | * Name: [[User:Rstrode| Ray Strode]] | ||
* Email: rstrode@redhat.com | * Email: rstrode@redhat.com | ||
* Release notes owner: <!--- To be assigned by docs team [[User:FASAccountName| Release notes owner name]] <email address> --> | * Release notes owner: <!--- To be assigned by docs team [[User:FASAccountName| Release notes owner name]] <email address> --> | ||
<!--- UNCOMMENT only for Changes with assigned Shepherd (by FESCo) | <!--- UNCOMMENT only for Changes with assigned Shepherd (by FESCo) | ||
* FESCo shepherd: [[User:FASAccountName| Shehperd name]] <email address> | * FESCo shepherd: [[User:FASAccountName| Shehperd name]] <email address> | ||
--> | --> | ||
Line 59: | Line 26: | ||
== Detailed Description == | == Detailed Description == | ||
At the moment, a user can choose to log in to a Wayland session from the login screen, but the login screen itself always runs on top of X. The point of this change is to change that, and make the login screen always run on a Wayland session. | |||
At the moment, a user can choose to log in to a | |||
== Benefit to Fedora == | == Benefit to Fedora == | ||
Fedora is steadily progressing toward the goal of replacing X uses with Wayland based uses instead. This is one step toward achieving that goal. The login session is sufficiently isolated and contained, that it makes an ideal first place to put Wayland by default. There should be little to no user visible impact with this change. Ideally the user won't be able to tell the difference between the login screen running on X versus the login screen running on Wayland. | |||
Fedora is steadily progressing toward the goal of replacing | |||
== Scope == | == Scope == | ||
* Proposal owners: The main things that need be accomplished are: | * Proposal owners: The main things that need be accomplished are: | ||
** Change GDM to not start an X server at startup, instead run the login screen in | ** Change GDM to not start an X server at startup, instead run the login screen in Wayland mode | ||
** Change X based user sessions to run on their own VT, since they can no longer piggyback off the login screen VT | ** Change X based user sessions to run on their own VT, since they can no longer piggyback off the login screen VT | ||
** Come up with some answer for proprietary | ** Come up with some answer for proprietary Nvidia driver users, since that stack doesn't yet support Wayland. One idea is to force the login session to use software-based mesa if the proprietary Nvidia driver is detected. | ||
* Other developers: We may need to get the mesa maintainer involved as part of a proprietary | * Other developers: We may need to get the mesa maintainer involved as part of a proprietary Nvidia driver handling, but also might not need to pending investigation. | ||
* Release engineering: | * Release engineering: This change doesn't affect release workflow | ||
* Policies and guidelines: This change doesn't affect packaging guidelines | |||
== Upgrade/compatibility impact == | == Upgrade/compatibility impact == | ||
Shouldn't impact upgrades | |||
== How To Test == | == How To Test == | ||
# Boot machine | |||
# Ensure graphical login screen comes up | |||
# Jump to VT 6 and log in at console | |||
# Run "ps -ef | grep Xorg" and ensure Xorg isn't running | |||
# Return to VT 1 | |||
# Try to log into a "GNOME" session | |||
# Log out | |||
# Try to log into a "GNOME Wayland" session | |||
# Log out | |||
Steps 5 through 8 make sure that login screen is still able to log into user sessions. | Steps 5 through 8 make sure that login screen is still able to log into user sessions. | ||
== User Experience == | == User Experience == | ||
Should not have a noticeable impact in user experience | |||
== Dependencies == | == Dependencies == | ||
Might require changes to mesa packaging, but that's not known for sure yet. | |||
Might require changes to mesa | |||
== Contingency Plan == | == Contingency Plan == | ||
* Contingency mechanism: Revert to existing mechanism of login screen on Xorg | |||
* Contingency deadline: Beta Freeze | |||
* Contingency mechanism: | * Blocks release? No | ||
* Blocks product? No | |||
* Contingency deadline: Beta Freeze | |||
* Blocks release? No | |||
* Blocks product? | |||
== Documentation == | == Documentation == | ||
No upstream documentation or bug links yet | |||
== Release Notes == | == Release Notes == |
Revision as of 18:14, 19 January 2015
Login Screen Over Wayland
Summary
Change the Login screen that GDM uses to run on Wayland instead of X
Owner
- Name: Ray Strode
- Email: rstrode@redhat.com
- Release notes owner:
Current status
- Targeted release: Fedora 22
- Last updated: 19 Jan 2015
- Tracker bug: <will be assigned by the Wrangler>
Detailed Description
At the moment, a user can choose to log in to a Wayland session from the login screen, but the login screen itself always runs on top of X. The point of this change is to change that, and make the login screen always run on a Wayland session.
Benefit to Fedora
Fedora is steadily progressing toward the goal of replacing X uses with Wayland based uses instead. This is one step toward achieving that goal. The login session is sufficiently isolated and contained, that it makes an ideal first place to put Wayland by default. There should be little to no user visible impact with this change. Ideally the user won't be able to tell the difference between the login screen running on X versus the login screen running on Wayland.
Scope
- Proposal owners: The main things that need be accomplished are:
- Change GDM to not start an X server at startup, instead run the login screen in Wayland mode
- Change X based user sessions to run on their own VT, since they can no longer piggyback off the login screen VT
- Come up with some answer for proprietary Nvidia driver users, since that stack doesn't yet support Wayland. One idea is to force the login session to use software-based mesa if the proprietary Nvidia driver is detected.
- Other developers: We may need to get the mesa maintainer involved as part of a proprietary Nvidia driver handling, but also might not need to pending investigation.
- Release engineering: This change doesn't affect release workflow
- Policies and guidelines: This change doesn't affect packaging guidelines
Upgrade/compatibility impact
Shouldn't impact upgrades
How To Test
- Boot machine
- Ensure graphical login screen comes up
- Jump to VT 6 and log in at console
- Run "ps -ef | grep Xorg" and ensure Xorg isn't running
- Return to VT 1
- Try to log into a "GNOME" session
- Log out
- Try to log into a "GNOME Wayland" session
- Log out
Steps 5 through 8 make sure that login screen is still able to log into user sessions.
User Experience
Should not have a noticeable impact in user experience
Dependencies
Might require changes to mesa packaging, but that's not known for sure yet.
Contingency Plan
- Contingency mechanism: Revert to existing mechanism of login screen on Xorg
- Contingency deadline: Beta Freeze
- Blocks release? No
- Blocks product? No
Documentation
No upstream documentation or bug links yet