Forum Replies Created
-
AuthorPosts
-
September 16, 2024 at 16:08 in reply to: Another no “Fullscreen across all monitors” option for dual screen setup #49695adamltaylorParticipant
OK, yes, that seems to have fixed it! Thank you so much!
September 16, 2024 at 07:51 in reply to: Another no “Fullscreen across all monitors” option for dual screen setup #49667adamltaylorParticipantThey’re both Kubuntu machines, so:
Work machine:
`
$ xrandr
Screen 0: minimum 320 x 200, current 2560 x 1600, maximum 16384 x 16384
DP-1 connected primary 2560×1600+0+0 (normal left inverted right x axis y axis) 641mm x 401mm
2560×1600 59.97*+
1920×1200 59.88
1920×1080 60.00 50.00 59.94 24.00 23.98
1600×1200 60.00
1680×1050 59.95
1280×1024 75.02 60.02
1280×800 59.81
1152×864 75.00
1280×720 60.00 50.00 59.94
1024×768 75.03 60.00
800×600 75.00 60.32
720×576 50.00
720×480 60.00 59.94
640×480 75.00 60.00 59.94
720×400 70.08
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 connected (normal left inverted right x axis y axis)
2560×1600 59.97 +
1920×1440 60.00
1920×1200 59.88
1920×1080 60.00 50.00 59.94 24.00 23.98
1600×1200 60.00
1280×1024 75.02 60.02
1280×800 59.81
1152×864 75.00
1280×720 60.00 50.00 59.94
1024×768 75.03 60.00
800×600 75.00 60.32
720×576 50.00
720×480 60.00 59.94
640×480 75.00 60.00 59.94
720×400 70.08
HDMI-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
HDMI-3 disconnected (normal left inverted right x axis y axis)
DP-1-0 disconnected (normal left inverted right x axis y axis)
DP-1-1 disconnected (normal left inverted right x axis y axis)
DP-1-2 disconnected (normal left inverted right x axis y axis)
DP-1-3 disconnected (normal left inverted right x axis y axis)
DP-1-4 disconnected (normal left inverted right x axis y axis)
DP-1-5 disconnected (normal left inverted right x axis y axis)
DP-1-6 disconnected (normal left inverted right x axis y axis)
DP-1-7 disconnected (normal left inverted right x axis y axis)
`
Home machine:
`
$ xrandr
Screen 0: minimum 320 x 200, current 5119 x 1600, maximum 16384 x 16384
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 connected primary 2560×1600+0+0 (normal left inverted right x axis y axis) 641mm x 401mm
2560×1600 59.97*+
2048×1280 60.20
1920×1200 59.95
2048×1080 24.00
1920×1080 60.00 50.00 59.94 24.00 23.98
1600×1200 60.00
1680×1050 59.88
1280×1024 75.02 60.02
1280×800 59.91
1152×864 75.00
1280×720 60.00 50.00 59.94
1024×768 75.03 60.00
800×600 75.00 60.32
720×576 50.00
720×480 60.00 59.94
640×480 75.00 60.00 59.94
720×400 70.08
DP-3 connected 2560×1600+2559+0 (normal left inverted right x axis y axis) 641mm x 401mm
2560×1600 59.97*+
1920×1440 60.00
1920×1200 59.88
1920×1080 60.00 50.00 59.94 24.00 23.98
1600×1200 60.00
1280×1024 75.02 60.02
1280×800 59.81
1152×864 75.00
1280×720 60.00 50.00 59.94
1024×768 75.03 60.00
800×600 75.00 60.32
720×576 50.00
720×480 60.00 59.94
640×480 75.00 60.00 59.94
720×400 70.08
DP-4 disconnected (normal left inverted right x axis y axis)
`
adamltaylorParticipantsudo /etc/NX/nxserver –disconnect <username>
is exactly what I was looking for, and worked perfectly. Thank you very much!
Adam
adamltaylorParticipantThis seems to work perfectly! Thank you!
adamltaylorParticipantfisherman: Thank you for the suggestion, I will try that! Sounds like exactly what I was looking for…
adamltaylorParticipantkatpan: Thank you for those suggestions! I will try those soon.
Hopefully one or both of these methods will lead to me not losing my X session. If that turns out not to be the case, I’ll follow up.
adamltaylorParticipantIt is understood that this is a privacy feature and that, therefore, one can’t implement something like “Press Ctrl-Alt-r to return control to the local screen.” But, I’m not requesting any new features.
I’m asking about a situation in which I can connect (and authenticate) to the local machine via SSH, and on this machine (although I didn’t say this), I have sudo privileges. I’m wondering if you can tell me the best currently available way to get myself out of the pickle I describe, given that I have SSH’ed in as the same user connected via NoMachine and given that I have sudo privileges.
In the past, I’ve done things like SSH’ing in and then shutting down the NoMachine server with this command:
sudo /usr/NX/bin/nxserver –stop
Then log in normally, restarting NoMachine. The trouble with this is that NoMachine seems to remember that there was a session going, but it blanks the screen again once the server starts, and I have to repeat the procedure. (I also end up losing my running X session.)
I think one time this happened, I SSH’ed in and did:
sudo apt remote NoMachine
This, of course, solved the problem. But again, I lost my running X session, and I also had to reinstall NoMachine. It’s not ideal.
More recently, I did this:
sudo /etc/NX/nxserver –history
<Get the session ID of the connected session>
sudo /etc/NX/nxserver –terminate <session id>
This worked, but again I think I lost the X session.
So: Can you suggest any other procedure that might work better? The ideal procedure would simulate the action of disconnection from the remote end, if that is possible.
Thanks again,
Adam
adamltaylorParticipantThank you!
Adam
adamltaylorParticipantI am also seeing this, and would be interested in a fix.
-
AuthorPosts