-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection refused from local tty, works over remote ssh #3508
Comments
Please specify more precisely which commands you run and where. The tty should be irrelevant in almost all cases if things are installed correctly. |
Sorry - I see now. I've reformatted my post below and edited to add server logs. Workstation: Ubuntu 20.04, i3wm, no display manager, gnome polkit, xpra 4.3.2-r0, 3 monitors Goal: Run window manager (i3wm with some extras) with xpra start-desktop on Workstation. Attach to xpra session locally from Workstation and display 3 i3wm workspaces (one on each monitor). Attach to xpra session from Laptop via ssh and display 1 i3wm workspace (on single laptop monitor). Ultimately just trying to setup the ability to work remotely and be able to attach to the same xpra session either from Workstation or Laptop. Commands run:
Issue: Additional files:
|
Each
Unless this i3wm workspace lives in a window, you won't be able to separate it from the other 2 living in the same xpra virtual display.
Are you trying to run
My guess is that you would be better off running the workstation as you normally would, then just shadow one display from the laptop: |
Hmm I will do some more testing with shadow to see if it works well enough for me. I tried it initially but had issues configuring it. From #3320, how would the options such as Also, are there recommended settings for optimizing performance over a VPN? I have full admin access so I can bind to TCP or anything else like that. |
Only use shadow for the laptop, not from the workstation itself which can run a native X11 desktop. xpra shadow ssh://HOST/:1,multi-window=no
TCP mode may work better as the VPN may be able to detect TCP flush / cork - depending on how well it is integrated with the OS. |
I've been trying to setup xpra for remoting into a work computer. My idea was to setup my .xinitrc to launch i3wm as an xpra session and be able to connect from tty locally or over ssh with a Windows 10 laptop remotely.
I launched the xpra session with
xpra start-desktop :20 start=i3 resize-display=1920x1080
and am able to connect from my laptop withXpra_cmd.exe attach ssh://user@ip/20
which works fine. When I try to login from a different tty on my work computer though I get the following error:Does this have something to do with xorg.conf? My laptop only has a single monitor but I have a custom xorg.conf from my work monitors (3 monitors configured with NVIDIA). Not sure how to debug this otherwise. Ideally, I'd be able to adapt the display based on which computer is connected too (ie, only have one i3wm workspace when connected with laptop but have 3 when connected with desktop).
The text was updated successfully, but these errors were encountered: