I have tried a number of ways to connect to my Ubuntu 17.10 desktop using my laptop also running on 17.10. But at all times I happen to end up with a bluish screen and then lastly a pop up notification (Just can't get to my desktop). Any solutions please..?
Asked
Active
Viewed 1,718 times
1
1 Answers
1
The most, if not all current remote desktop tools wont work with Wayland, to mitigate this I'd suggest switching back to Xorg. You can do that by simply logging out and when logging back in clicking that small cogwheel icon and choose 'Ubuntu on Xorg' (see screen-shot).
To make Wayland completely unavailable you can even go further and disable it system wide by editing /etc/gdm3/custom.conf
and change the following line:
#WaylandEnable=false
into:
WaylandEnable=false
This will disable the usage of Wayland on your system even for the login screen. After that X11 is being used again and the most common screen-sharing/remote access programs should work again.

Videonauth
- 33,355
- 17
- 105
- 120
-
-
Sadly I have no knowledge according to Remmina, afaik there are some more problems according 17.10 but don't nail me down on it. The main culprit is still Wayland, for me it made OBS studio, and teamviewer not working. – Videonauth Dec 04 '17 at 14:23
-
-
When accessing my laptop I use teamviewer and other way around same, and for my server i use simple ssh, I'm anyways more a terminal jockey. – Videonauth Dec 05 '17 at 06:24
-
Team viewer works like fine but it requires that its running on the server machine and given that i must know the password displayed on the server makes it even more disturbing. If only i could get one where only the I.p address of the server machine is required and then sign in details. – SSEBANDEKE Dec 05 '17 at 10:00
-
-
Its just like am always running some program installed on the server through the terminal. Key and most important is to run the program and save the output into a separate file. Thats ideally all – SSEBANDEKE Dec 05 '17 at 10:11
-
The you could simply use SSH, thats what I'm always doing and for logging, do the log on the server and get it from time to time via sftp. Here is an example how i see my server through ssh in a terminal https://askubuntu.com/q/980910. – Videonauth Dec 05 '17 at 10:17
-
What are the implications of changing the default "Wayland" for the prior "Xorg"? (I don't really know what either of those do beyond 'display stuff'.) – eflat Jan 20 '18 at 02:47
echo $XDG_SESSION_TYPE
? – Videonauth Dec 04 '17 at 07:57