Forum Replies Created
-
AuthorPosts
-
BritgirlKeymasterIn version 8 it is configured on the server side using the EnableCredentialsStoring key in the server.cfg. Also present in the free version. Find the key and set it to
EnableCredentialsStoring noneYou can find more info about this key and the configuration files is available, for example, here: https://kb.nomachine.com/DT07S00246#3.3 and https://kb.nomachine.com/AR02N00877.
BritgirlKeymasterThe next step is to understand if it’s a drivers problem or not. Can you try the package libmfx-tools and encode with its sample encoder? The procedure is here:
https://github.com/Intel-Media-SDK/MediaSDK/wiki/Intel-media-stack-on-Ubuntu
sudo apt-get install libmfx-tools export LIBVA_DRIVER_NAME=iHD wget https://github.com/lu-zero/fate-samples/raw/master/h264-conformance/AUD_MW_E.264 # Encode H.264 stream w/ Low Power encoder on gen9+ (skl+) /usr/share/mfx/samples/sample_encode h264 \ -w 176 -h 144 -f 30 -cqp -qpi 30 -qpp 30 -qpb 30 -qsv-ff \ -i AUD_MW_E.yuv -o encoded_AUD_MW_E.264April 12, 2024 at 11:34 in reply to: Decoding errors/green screen after switching from Nvidia to AMD #47714
BritgirlKeymasterAre you still able to send us the logs from player and server sides?
Seems that switching off the hardware decoding using NoMachine’s GUI does not work. For disabling hardware decoding one should edit player.cfg file
Do you mean that you tried disabling HW decoding in the connection menu and you still got the green screen? The menu enables/disables for the session, but does not stop the libraries from being loaded. You need to edit the file $HOME/.nx/config/player.cfg on the client side and set the configuration key “Enable hardware accelerated decoding” to “disabled” to stop the libraries from being loaded entirely.
The options are:
1) true: hw decoding enabled
2) false: hw decoding disabled (but libraries for hw decoding are loaded)
3) disabled: hw decoding disabled (libraries for hw decoding are never loaded and the checkbox is greyed out inside menu panel)From the menu, you are able to toggle between options 1 and 2. So does setting the key to “disabled” in the player.cfg solve the issue?
April 12, 2024 at 09:00 in reply to: Decoding errors/green screen after switching from Nvidia to AMD #47707
BritgirlKeymasterHi, is this computer you changed from nvidia to AMD the client or the server? Can you send us the complete set logs of the server-side computer you’re connecting to and logs of the client computer you’re connecting from? You can extract them using the instructions here: https://kb.nomachine.com/DT07S00243. Send them to forum[at]nomachine[dot]com. Please use the title of this topic as the subject of your email. Thanks!
BritgirlKeymasterHi,
there seems to be an issue with capture in the agent. A simple reboot could solve the issue. Did you already try that? If that didn’t help, you can also try changing the screen capture method in the ‘C:\Program Files\NoMachine\etc\node.cfg’ file.
DisplayServerExtraOptions "-nodxgigrab"April 11, 2024 at 14:01 in reply to: Nxserver Error: Authentication….failed. Error is ‘Wrong password or login’. #47695
BritgirlKeymasterTake a look at the answer from Mth in an earlier topic
Unable to make the local display available or access to the local display is disabled
BritgirlKeymasterHi, it’s not currently possible but we will be adding support for USB auto-sharing, so all you will need to do is plugin the device, before or during the NoMachine session, it won’t matter. Watch out for this in one of the successive v9 updates.
BritgirlKeymasterWe investigated with the specific logitech keyboard and opened the Trouble Report here https://kb.nomachine.com/TR02V11091. It will be in the next maintenance release.
BritgirlKeymasterIt’s hard to say why that is happening, it’s possible network related? Our tests show that over the Internet there are no pops in audio or microfreezes. When it happens again, please submit:
logs from the server side (the machine you are connecting to) – see this document https://kb.nomachine.com/DT07S00243
logs from the player side (the machine you are connecting from) – see the same document as above
Session statistics – check the instructions in this article on how to get session statistics https://kb.nomachine.com/AR02N00875Submit everything to forum[at]nomachine[dot]com.
BritgirlKeymasterPlease check in /usr/lib/x86_64-linux-gnu if you have the library libmfxhw64.so – if not please create symbolic link to libmfxhw64.so.1 from a shell with:
cd /usr/lib/x86_64-linux-gnu/ sudo ln -s cd libmfxhw64.so.1 libmfxhw64.soRestart NoMachine and try again to see if NoMachine is using Intel’s mfx hardware encoding.
April 11, 2024 at 09:06 in reply to: A way to check the live/offline status of a remote host running NoMachine Server? #47687
BritgirlKeymasterI will find out the reason why it is forced to restart (or it will hang and cannot be accessed).
This would be of interest to us since nxserver should not be hanging or suddenly becoming inaccessible. To investigate we will to know what you’ve installed it on and the server-side logs (see this document for instructions, https://kb.nomachine.com/DT07S00243.
BritgirlKeymasterGlad to know you authenticated in the end. Btw, you can always use the word ‘localhost’ in the Host field of the connection details instead of the IP if you prefer. When you say “invitation method”, what do you mean exactly?
April 10, 2024 at 18:07 in reply to: A way to check the live/offline status of a remote host running NoMachine Server? #47680
BritgirlKeymasterI’m not sure why the nxserver would need to be restarted. This would need further investigation. Have you set it to not restart when the machine reboots?
nc won’t restart the nxserver. To check if nxserver’s listening on the port, try with
nc -zv <ip_address_here> 4000. Or betterIP="Paste_here_IP_address"; echo >/dev/tcp/$IP/4000 && echo "NoMachine is runned" || echo "NoMachine is stopped"For scheduling how about crontab?
BritgirlKeymasterWayland is supported, with some limitations, and you can read more about this here
https://kb.nomachine.com/AR02P00969Can you tell us what distribution is on the server side? Current known issues can be found in the knowledge base: https://kb.nomachine.com/trouble-reports?s=wayland&search=wayland&last_update=%25&affecting=%25&products_trouble=%25&status_tr=Open. If you submit the logs of the problematic server, we can check to see if it’s one of those. You can extract them using the instructions here: https://kb.nomachine.com/DT07S00243.
BritgirlKeymasterCan you try enabling the keyboard grabbing. Go to Settings > Player > Input > Grab the keyboard input.
More illustrated details are available here: https://kb.nomachine.com/DT11R00177#2.1.
What OS version are you connecting to?
-
AuthorPosts
