This is duplicate of this question but it needs an update for Ubuntu 22.04
So I needed to use x without ssh into a remote computer, but the answers in the question were for 12.xx. I'm running Kubuntu 22.04 sddm.
The answers given do
- A:output this error
Error: Can't open display: 192.168.1.49:0
- B:use ssh and don't work
- C:use a program that is not in the Ubuntu repo
Edit: so i did grep -r 'nolisten tcp' /ect/ edit the file nano /etc/X11/xinit/xserverrc to have -listen tcp in it and it still does not work note i am using sddm note i did this on the computer to have gui window displayed
grep -r 'nolisten tcp' /ect/
edit the filenano /etc/X11/xinit/xserverrc
to have-listen tcp
in it and it still does not work note i am using sddm note i did this on the computer to have gui window displayed – lnee Jun 02 '22 at 01:13