Forum Replies Created
-
AuthorPosts
-
December 24, 2020 at 14:12 in reply to: Manually configure IP used when server advertises itself? #30934
Tor
ParticipantHi. We’ve opened a Feature Request to improve current client behaviour:
Tor
ParticipantHi! We’re currently working on a mobile release to update it to version 7, and we’ll check your reports too to be sure to improve DeX support. Just a quick question: how are you using DeX? Is it a Cable/Pad/Station connected to a monitor or a DeX for PC (on Windows or Mac)? Thanks.
Tor
ParticipantHi. Enter Display menu to enable “Resize remote display” option, in order to tell the remote desktop to change its size when the client window changes, then enable “Fullscreen on all monitors”.
We’ve also extended the description of the Feature Request to make these steps more clear.December 18, 2020 at 19:25 in reply to: Version 7.0.28 could not save settings, authorization failed #30792Tor
ParticipantHi Diana. Can you please make sure the ‘zenity’ package is installed on your MX Linux?
Tor
ParticipantSure. I’ll give it a whirl.
Please send an e-mail to forum[at]nomachine[dot]com by using the title of this post as subject, so we can send back the binary.
In the meanwhile we’ve documented the problem here:
Tor
ParticipantHi Pierre and Fred. 🙂 The issue appears to be on Windows, not Fedora. Would you like to test a binary fixing it?
Tor
ParticipantHi. When the keyboard grabbing is enabled and you press the Alt + Tab combination, does it execute window/task switching on the client, or the shortcut is just ignored and it does nothing on both server and client?
Tor
ParticipantHi, sorry for the late reply.
We’ve optimized as best as we could the rendering with CoreGraphics, but the high frame rate on high DPI monitors stresses a bit the CPU. We’re aware of it and we’re working on this:https://www.nomachine.com/FR06O03452
You could disable client side post-processing and/or multi-pass display encoding to reduce the CPU usage.
Tor
ParticipantSorry for my late answer. I noticed you’re using VirtualGL and somehow it is blocking the connection of the client to the X server. By unsetting LD_PRELOAD you’re telling the client to not use VirtualGL.
Tor
ParticipantThis looks to be a weird behaviour of your desktop environment and we can’t help to solve it unfortunately. You could try to run some experiments with
xrandr
by changing your current primary monitor.October 2, 2020 at 18:17 in reply to: How to turn off scaling/pixel doubling when using the client on a Retina Mac? #29785Tor
ParticipantYou probably need this, currently in our short/mid-term roadmap:
Tor
ParticipantHi. Please open Display settings in session menu and check the box “Disable multi-pass display encoding”. Do you see any improvements?
Tor
ParticipantHi, thanks. Are you starting the client in a remote virtual desktop?
Please try the following: edit /usr/NX/bin/nxplayer and add the lineunset LD_PRELOAD
before the exec command.Tor
ParticipantHi. Did you use the software update window already open and waiting on the screen? What are versions of ‘gksudo’ and ‘zenity’?
Tor
ParticipantHi. Thanks, data was enough to know that the process stops while connecting to the X server, but it is not clear why this happens. Could you please do the following and send by e-mail the file gdb.txt:
– Execute
/usr/NX/bin/nxplayer
– Executesudo gdb -p $(pgrep nxplayer)
– In gdb run the following commands:
set pagination off
set logging on
thread apply all bt full
set logging off
quitNote: the file gdb.txt will be owned by root, you’ll need to use ‘sudo’ to delete it.
-
AuthorPosts