<div dir="ltr"><div>Hi Uli,</div><div>thanks a lot for your indications, I'll let you know.</div><div><br></div><div>Best Regards.</div><div>G<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno sab 13 giu 2020 alle ore 23:16 Ulrich Sibiller <<a href="mailto:uli42@gmx.de">uli42@gmx.de</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Gian,<br>
<br>
I have done some tests with TWO monitors (I don't have more to test)<br>
and it worked fine. But to make it working fine some things need to be<br>
done/taken into account:<br>
<br>
1. fix the keystroke configuration on youe server. x2go used to ship<br>
broken keystroke.cfg files. So either check /etc/x2go/keystrokes.cfg<br>
or create a user specific one in ~/,x2go/config/keystrokes.cfg. It is<br>
important to have these entries in it:<br>
<keystroke action="switch_all_screens" Control="1" AltMeta="1" key="f" /><br>
<keystroke action="fullscreen" Control="1" Shift="1" AltMeta="1" key="f" /><br>
<keystroke action="resize" Control="1" AltMeta="1" key="r" /><br>
<keystroke action="viewport_move_left" Control="1" Shift="1"<br>
AltMeta="1" key="Left" /><br>
<keystroke action="viewport_move_left" Control="1" Shift="1"<br>
AltMeta="1" key="KP_Left" /><br>
<keystroke action="viewport_move_up" Control="1" Shift="1" AltMeta="1"<br>
key="Up" /><br>
<keystroke action="viewport_move_up" Control="1" Shift="1" AltMeta="1"<br>
key="KP_Up" /><br>
<keystroke action="viewport_move_right" Control="1" Shift="1"<br>
AltMeta="1" key="Right" /><br>
<keystroke action="viewport_move_right" Control="1" Shift="1"<br>
AltMeta="1" key="KP_Right" /><br>
<keystroke action="viewport_move_down" Control="1" Shift="1"<br>
AltMeta="1" key="Down" /><br>
<keystroke action="viewport_move_down" Control="1" Shift="1"<br>
AltMeta="1" key="KP_Down" /><br>
<keystroke action="viewport_scroll_left" Control="1" AltMeta="1" key="Left" /><br>
<keystroke action="viewport_scroll_left" Control="1" AltMeta="1"<br>
key="KP_Left" /><br>
<keystroke action="viewport_scroll_up" Control="1" AltMeta="1" key="Up" /><br>
<keystroke action="viewport_scroll_up" Control="1" AltMeta="1" key="KP_Up" /><br>
<keystroke action="viewport_scroll_right" Control="1" AltMeta="1" key="Right" /><br>
<keystroke action="viewport_scroll_right" Control="1" AltMeta="1"<br>
key="KP_Right" /><br>
<keystroke action="viewport_scroll_down" Control="1" AltMeta="1" key="Down" /><br>
<keystroke action="viewport_scroll_down" Control="1" AltMeta="1"<br>
key="KP_Down" /><br>
<keystroke action="reread_keystrokes" Control="1" AltMeta="1" key="k" /><br>
<keystroke action="autograb" Control="1" AltMeta="1" key="g" /><br>
<br>
2. If you startup the x2co connection you get a window with your<br>
desktop in a scaled version which makes it unusable. Now there are two<br>
possibilies:<br>
a) if you want to keep it in windowed mode press ctrl-alt-g (autograb)<br>
to ensure the keystrokes are not intercepted by your local desktop<br>
environment.<br>
b) switch to fullscreen mode with ctrl-alt-shift-f<br>
<br>
3. switch to viewport mode with ctl-alt-r<br>
<br>
4a) use ctrl-alt-<arrows> to scroll around in small portions<br>
4b) use ctrl-alt-shoft-<arrows> to move around in big steps<br>
<br>
This setup is working fine for me. The only thing that is currently<br>
missing/not implemented is to force viewport mode right at connection<br>
start and the possibility to specify the initial position. I might<br>
implement that one day.<br>
<br>
Uli<br>
<br>
<br>
On Mon, Jun 8, 2020 at 5:26 PM Ulrich Sibiller <<a href="mailto:uli42@gmx.de" target="_blank">uli42@gmx.de</a>> wrote:<br>
><br>
> Thanks, and now the same from INSIDE the session, please.<br>
><br>
> Uli<br>
><br>
> On Mon, Jun 8, 2020 at 11:45 AM gian sisal <<a href="mailto:giansisal19@gmail.com" target="_blank">giansisal19@gmail.com</a>> wrote:<br>
> ><br>
> > Hi Ulrich,<br>
> > sorry for the late reply. In attach the xrandr and xdpyinfo outputs.<br>
> ><br>
> > Thanks in advance for your help.<br>
> > Regards.<br>
> > G<br>
> ><br>
> > Il giorno mer 27 mag 2020 alle ore 18:47 Ulrich Sibiller <<a href="mailto:uli42@gmx.de" target="_blank">uli42@gmx.de</a>> ha scritto:<br>
> >><br>
> >> On Wed, May 27, 2020 at 5:59 PM gian sisal <<a href="mailto:giansisal19@gmail.com" target="_blank">giansisal19@gmail.com</a>> wrote:<br>
> >> > I already tried the viewport_mode/zoom (ctrl+alt+r then ctrl+alt+arrow), unfortunately it shows me only the "central displays", I cannot move to first nor last "virtual monitor". However I'll go trying again and again... :)<br>
> >><br>
> >> That is strange. Can you please post the output of "xrandr" and<br>
> >> "xdpyinfo -ext XINERAMA", both inside and outside the session?<br>
> >><br>
> >> > I would like to ask: in Your opinion, will there be something an evolution like "choose #1...#2.."?<br>
> >><br>
> >> No, probably not. The shadow mode is very slow compared to the full<br>
> >> desktop mode and is (for me) kind of an "unloved child". I never use<br>
> >> it. However, technically providing a default viewport position on<br>
> >> connection startup is something that should not be too complicated to<br>
> >> implement. (Therefore the viewport mode should work properly, that<br>
> >> is...)<br>
> >><br>
> >> Uli<br>
</blockquote></div>