On Mon, Oct 24, 2016, 6:13 PM AV <volovics@ziggo.nl> wrote:
With the recent updates:

control-center-3.22.1-2.fc25
gnome-session-3.22.1-2.fc25
gnome-shell-3.22.1-2.fc25
switcheroo-control-1.0-1.fc25

Wayland seems to have 'disappeared'!

It is no longer mentioned under Settings-Details where I now
see 'Graphics: Intel HD Graphics 5500 (Broadwell GT2)' instead
of 'Wayland...'

If I login choosing 'Gnome' and check I get:

loginctl show-session 2 -p Type
Type=wayland
echo $WAYLAND_DISPLAY 
wayland-0;

If I log in choosing 'Gnome-xorg' and check I get the SAME:

loginctl show-session 2 -p Type
Type=wayland
echo $WAYLAND_DISPLAY 
wayland-0

I'm suspicious this second command is incorrect because the session number is the same. Usually log out then log back in results in different session number. I bet the old session 2 is still running, and there's a new session using X.

Without KillUserProcesses=yes, it's pretty much always the case on Fedora 25 that sessions do not quit on logout.

Anyway, type just loginctl to see if there's more than one session for your user.

Chris Murphy