ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Remote Screen Blank in Ubuntu 22.04 | Switch Wayland to Xorg

    IT Discussion
    linux ubuntu gnome gdm wayland xorg ubuntu 22.04
    3
    4
    5.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      If you update to a recent version of Ubuntu, especially Ubuntu 22.04 you will likely have remote access tools like MeshCentral, RDP, Remote Desktop, ScreenConnect, ConnectWise, LogMeIn, and others stop working.

      This is generally because Ubuntu has switched from using Xorg by default to using Wayland and changes which is used during the upgrade process. Normally all we have to do is change it back.

      vi /etc/gdm3/custom.conf
      

      Edit this file and Ubuntu has handily included a commented out line for us:

      [daemon]
      # Uncomment the line below to force the login screen to use Xorg
      #WaylandEnable=false
      

      Just remove the comment mark, the pound sign (hashtag for the youngsters), save and reboot. Voila.

      [daemon]
      # Uncomment the line below to force the login screen to use Xorg
      WaylandEnable=false
      
      S JaredBuschJ 2 Replies Last reply Reply Quote 1
      • S
        scotth @scottalanmiller
        last edited by

        @scottalanmiller said in Remote Screen Blank in Ubuntu 22.04 | Switch Wayland to Xorg:

        If you update to a recent version of Ubuntu, especially Ubuntu 22.04 you will likely have remote access tools like MeshCentral, RDP, Remote Desktop, ScreenConnect, ConnectWise, LogMeIn, and others stop working.

        This is generally because Ubuntu has switched from using Xorg by default to using Wayland and changes which is used during the upgrade process. Normally all we have to do is change it back.

        vi /etc/gdm3/custom.conf
        

        Edit this file and Ubuntu has handily included a commented out line for us:

        [daemon]
        # Uncomment the line below to force the login screen to use Xorg
        #WaylandEnable=false
        

        Just remove the comment mark, the pound sign (hashtag for the youngsters), save and reboot. Voila.

        [daemon]
        # Uncomment the line below to force the login screen to use Xorg
        WaylandEnable=false
        

        Correct me if I'm wrong, but didn't the previous version allow you to switch window managers at the login? I seem to remember that from a year or two ago.

        scottalanmillerS 1 Reply Last reply Reply Quote 1
        • scottalanmillerS
          scottalanmiller @scotth
          last edited by

          @scotth said in Remote Screen Blank in Ubuntu 22.04 | Switch Wayland to Xorg:

          Correct me if I'm wrong, but didn't the previous version allow you to switch window managers at the login? I seem to remember that from a year or two ago.

          You can do so ONLY if you have access to that screen. If you are using remote access, you can't get to the point of choosing.

          1 Reply Last reply Reply Quote 1
          • JaredBuschJ
            JaredBusch @scottalanmiller
            last edited by

            @scottalanmiller said in Remote Screen Blank in Ubuntu 22.04 | Switch Wayland to Xorg:

            Normally all we have to do is change it back.

            That is not fixing the problem though. Simply working around it.

            The problem is why do these tools not work under Wayland?

            1 Reply Last reply Reply Quote 3
            • 1 / 1
            • First post
              Last post