Forum Replies Created
-
AuthorPosts
-
fra81
ModeratorI’m glad to hear that your issue is fixed. Of course it is always recommended to upgrade to the latest version in case any problem is found.
fra81
ModeratorThe latest version is what caused the problem.
Do you mean latest 6.11.2 or any version before that?
If the issue is present with version 6.11.2, would you try to reproduce again and send us the logs for debugging? You can find instructions in https://www.nomachine.com/AR10K00697 (for server side logs) and https://www.nomachine.com/DT10O00163#2 (client side). You can send everything to forum[at]nomachine[dot]com.
June 25, 2020 at 20:35 in reply to: White/black/transparent screens on certain apps Windows 10 #28300fra81
ModeratorIs the remote computer “headless” (i.e. has no monitor attached)? Or, in case it is a laptop, is the lid closed?
In case, can you try to attach a monitor, or leave the lid open, and check again?
June 23, 2020 at 16:27 in reply to: Additional fix info for “intense client flickering problem” #28252fra81
ModeratorHi,
is the server a Windows machine in your case? What version? Is it maybe a headless machine (no monitor attached), or has it the lid closed (in case it is a laptop)?
Would you mind sending server side logs from a problematic case, as explained in https://www.nomachine.com/AR10K00697?
fra81
ModeratorHi Zenith,
the fact that you don’t see glitches on the TV doesn’t rule out a problem with drivers. Rendering (pushing) to the GPU may work correctly, but pulling the screen content back from the video memory may not. Unfortunately this is not something that NoMachine can control.
fra81
ModeratorIt looks like libnvidia-encode.so can’t be loaded. The possible cause is that /usr/lib/x86_64-linux-gnu/nvidia/current/ is not in the library search path. You could try to create a symlink to that library:
sudo ln -s /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-encode.so /usr/lib/x86_64-linux-gnu/libnvidia-encode.so
If that won’t work, please try to check permissions for that library and other libraries linked to this one (you can find such linked libraries with the ‘ldd libnvidia-encode.so’ command).
fra81
Moderatorfra81
ModeratorHi,
unfortunately there is nothing more that can be done in the NoMachine software. After excluding hardware encoding, GPU is not used by NoMachine directly. I have seen other similar cases where the local X server is slow to pull pixels data back from video memory. This is an issue on the video card/drivers side. You may try to use a different version of the drivers, but I can’t say if that will solve the problem.
fra81
ModeratorIt’s not clear why it doesn’t work. Would you be available to install a debug library from us?
fra81
ModeratorHi,
do you have maybe the monitor detached from the server, or is the lid closed (in case you have a laptop)?
fra81
ModeratorHello,
please run this command and show the output:
sudo find / -name libnvidia-encode.so -or -name libcuda.so 2>/dev/null
fra81
ModeratorHi,
in some cases, even if the machine is headless, the GPU could be “turned off” if the monitor is switched off. Can this be the case? If so, could you try to switch on the monitor attached to the server and check again?
Also, to narrow things down, you can try to disable hardware encoding in NoMachine (‘EnableHardwareEncoding 0’ in /usr/NX/etc/node.cfg) and see if you still experience worse performance on Nvidia than on Intel.
fra81
ModeratorHi,
can you send the whole log where you see “Using H.264 software encoder”? You can pack the whole log directory as explained in https://www.nomachine.com/AR10K00697 and send to forum[at]nomachine[dot]com, if you prefer.
fra81
ModeratorSince the machine is headless, probably it can’t use the GPU. Can you try to “turn off” the local X server on the server machine (i.e. stop the graphical session), so NoMachine will use its own embedded virtual frame buffer? You can find a couple of ways how to do it at points 1) and 2) in https://www.nomachine.com/AR03P00973.
May 26, 2020 at 11:47 in reply to: Pulover’s Macro Creator not recording keystrokes on client #27778fra81
ModeratorHello,
we investigated and found out that AutoHotKeys intentionally ignores input events injected on the system that are not coming from a physical device. NoMachine can’t overcome this, but you could still forward a keyboard to the server as a generic USB device from the NoMachine menu panel.
-
AuthorPosts