Disable Wayland
JumpCloud Remote Assist does not currently support The Wayland Display Server, which replaces the X Window System (also known as X11). Many newer Linux distributions use Wayland.
To disable Wayland on your Linux device:
- Open your distribution’s Wayland configuration file from one of the following locations:
sudo nano /etc/gdm3/custom.conf
sudo nano /etc/gdm/custom.conf
- Edit the sudo/root privileges using your preferred editor.
- Delete the # in the line
#WaylandEnable=false
to change it toWaylandEnable=false
. - Save your edits.
- Delete the # in the line
Note:
WaylandEnable=false
forces your system to use X11 instead of Wayland.- If you want to enable the Wayland Display Server again, change
WaylandEnable=false
toWaylandEnable=true
.
- For these changes to take effect, reboot the system.
Disable GPU
To disable GPU rendering and acceleration:
- Launch Remote Assist using one of the following command line flags:
/opt/jc_user_ro/jumpcloud-remote-assist/jumpcloud-remote-assist --no-sandbox
/opt/jc_user_ro/jumpcloud-remote-assist/jumpcloud-remote-assist --disable-gpu --disable-software-rasterizer
- From the TTY console ‘
cd /opt/jc_user_ro/jumpcloud-remote-assist’ and then run ‘./jc-raa-launcher.sh
'
Back to Top