Forum Replies Created
-
AuthorPosts
-
October 17, 2016 at 11:55 in reply to: When scrolling mouse, screen is not smooth and lays behind #12735graywolfParticipant
May you tell me more about:
- client and server devices in use (CPU, memory, video card)
- the link bandwith: is it a local network, DSL, etc?
Did you noticed any abnormal spike in CPU/memory/network usage?
You can tweak display settings and see if something changes (press Ctrl+Alt+0 with remote session connected, then Display and Change settings). Roughly, reducing quality helps to save network bandwidth at cost of more CPU time.
October 6, 2016 at 10:59 in reply to: Copy/paste is unreliable with v5.1.44 of server & client #12614graywolfParticipantcarbuff, an option is that you open a terminal window and run the command
/usr/NX/bin/nxserver --version
But you can get much more information using the client interface: press Ctrl+Alt+0 to get the menu and click on the item “Connection”.
October 5, 2016 at 14:56 in reply to: Copy/paste is unreliable with v5.1.44 of server & client #12599graywolfParticipantThank you, carbuff
I’d appreciate you want provide some further information that would help me identify the problem:
Is your server up to date to version 5.1.54 like the client?
Can you tell me the exact name of your NoMachine server product?
Is your server on a Linux host? Is the kind of session a “virtual desktop”? In other workds, is your issue similar to the one nitinkamble reported in the first post of this topic?
graywolfParticipantAdd a small delay before setxkbmap command. Try this:
sleep 5 && setxkbmap -option grp:alt_shift_toggle us,ru && firefox
or this:
firefox & sleep 5 setxkbmap -option grp:alt_shift_toggle us,ru
September 27, 2016 at 17:32 in reply to: Keyboard function keys and mouse combo trouble – Autodesk Inventor #12491graywolfParticipantThis issue seems due to auto-repeat keyboard events generated by client. Turning key repeat off would help, but I guess you’d like to keep key repeat on. I think no better workaround exists at the moment. The client needs changes to fix this issue.
September 20, 2016 at 12:16 in reply to: Copy/paste is unreliable with v5.1.44 of server & client #12404graywolfParticipantHello nitinkamble,
thanks for reporting.
Still trying to reproduce your issue. Can you provide more details, like:
- It occurs all times or sporadically
- Which kind of NoMachine session is affected (virtual desktop, sharing the physical screen, custom floating window application)
- The applications you are trying to copy from and paste to
- Anything you think is relevant
graywolfParticipantCan you try
DisplayServerExtraOptions "-oldeventapi 0"
in /usr/NX/etc/node.cfg? Restart server after changes.graywolfParticipantCan you run command “xev” in the remote session and copying the output you get when you press control keys?
graywolfParticipantThis looks like a problem in Gnome. Try to check error log in file $HOME/.xsession-errors. Search also for any file named “clients” in subdirs of /usr/NX/var/log/node.
graywolfParticipantHello. You don’t need to configure anything. The selected text can be pasted using the middle mouse button.
Be sure you are usingĀ the latest version of NoMachine.
graywolfParticipantIt is expected when you choose “Fit to window”. Try “Resize remote screen” instead.
graywolfParticipantWe need to go more in depth. I need you reproduce the issue using a debug component. Please write to forum (at) nomachine (dot) com and we’ll provide instructions to proceed.
graywolfParticipantIf you turn off display manager of the server, NoMachine will create a display server on the fly when you connect from a remote client. Try this:
- Shutdown NoMachine server:
/usr/NX/bin/nxserver --shutdown
- Turn off display manager:
sudo systemctl enable multi-user.target
- Set default, so display manager will stay off after reboot:
sudo systemctl set-default multi-user.target
- Start NoMachine:
/usr/NX/bin/nxserver --startup
graywolfParticipantYes, AR04K00663 is useful to set the required property editing configuration in server.cfg.
By the way, it is clear you got an issue with authorization. Could you check:
- output of command
sudo -l
- content of log files nxserver.log and nxerror.log (usually located in /usr/NX/var/log)
Please send this information to
forum (at) nomachine (dot) com
.graywolfParticipantIt depends on the desktop environment you use in the remote session. For example, Gnome treats WinKey+arrow as Windows does.
You need to check box “Grab the keyboard input” in Input menu, otherwise your client desktop will intercept the WinKey+arrow keystroke.
-
AuthorPosts