Britgirl

Forum Replies Created

Viewing 15 posts - 301 through 315 (of 4,839 total)
  • Author
    Posts
  • in reply to: How to add NoMachine #49039
    Britgirl
    Keymaster

    Take a look at this web page which gives instructions on how to add a directory to PATH in Linux https://linuxize.com/post/how-to-add-directory-to-path-in-linux. For example,

    for only one account:

    export PATH="/usr/NX/bin:$PATH" >> ~/.bashrc

    for global (need to be done as root):

    export PATH="/usr/NX/bin:$PATH" >> /etc/bash.bashrc

    You could use aliases (edit the same files based on whether you want to set globally or locally, and add these lines):

    alias nxserver=’/etc/NX/nxserver’
    alias sudonxserver=’sudo /etc/NX/nxserver’

    alias nxplayer=’/usr/NX/bin/nxplayer’

     

     

     

    in reply to: NoMachine on Snapdragon X #49037
    Britgirl
    Keymaster

    Hi, there isn’t a native package for Windows ARM. However, the NoMachine for Windows package available can install and work on Windows ARM architecture, although services that require drivers such as printing and disks (server side) and USB (both sides) will not be available. Let us know how it goes.

    in reply to: Long wait time while white screen #49035
    Britgirl
    Keymaster

    Hi, definitely not. Can you send us the logs from both sides? Follow the instructions here to enable debug on the server side (the Win computer you are connecting to). There are instructions also for the Win computer you are connecting from.

    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!

    in reply to: How to add NoMachine #49010
    Britgirl
    Keymaster

    Can you provide more details about what you’d like to achieve?

    in reply to: Please add an option to hide the local cursor #49004
    Britgirl
    Keymaster

    Just a quick update on this. We are currently evaluating whether to make this possible and how it can be achieved, possibly with a key in the connection file.

    in reply to: Firefox and other application hangs #49001
    Britgirl
    Keymaster

    Clear. So we will need logs when this behaviour is reproduced. Please submit from both sides, not forgetting the client sides logs as well. Please see the instructions here for those: https://kb.nomachine.com/DT09T00266. For clients side logs please refer to the section “Fourth Step: Collect Client Side Logs”. You can submit them to forum[at]nomachine[dot]com.

    If the smartcard has a UBS interface, could you try forwarding the device using the USB option instead? Does it show?
    https://kb.nomachine.com/DT09T00266#4.3.

    Edit: Submit a new topic if the issue re-occurs.

    in reply to: Custom session does not work #48993
    Britgirl
    Keymaster

    Hi, we are investigating a similar issue, and there is a workaround which you can try. Please check the Trouble Report for details and let us know.

    Running the Gnome terminal console in custom session does not work
    https://kb.nomachine.com/TR06V11170

    in reply to: Firefox and other application hangs #48990
    Britgirl
    Keymaster

    Hi, maybe your answer is for your other topic? 🙂

    Export this smart card reader at session startup does not work

    Britgirl
    Keymaster

    Logs didn’t not reveal any clue as to why it’s happening. Can you update to 8.13 and send us fresh logs?

    Edit 10/10/24 – no logs received so investigation was stopped. Please update to the latest version, 8.14, and open a new topic if you continue to have issues., with logs and system journalctl.

    in reply to: Nxplayer fails to open on Win10 #48976
    Britgirl
    Keymaster

    We don’t see much difference in the processes besides the Memory Integrity being enabled only on the troublesome system. We can only assume that the differences must lie in the way the two machines are configured. Maybe monitoring to know what happens in system calls could be useful when the player starts?

    i) Download Process Monitor https://docs.microsoft.com/en-us/sysinternals/downloads/procmon (it doesn’t require installation)
    ii) Right-click on Procmon.exe and select “Run as administrator”
    iii) Click on “Filter” in the top menu, then “Filter…”, click “Add” and set the filter:
    * Column: Process Name
    * Relation: is
    * Value: nxplayer.bin
    iv) Click “Add” then “Apply”.
    v) Click on “File” then “Clear”
    vi) Start the NoMachine client, and let Process Monitor capture data for about 30 seconds
    vii) Click the magnifying glass icon in the toolbar to stop capturing
    viii) Click “File” in the top menu, then “Save…” (PML file)
    ix) Create also a TXT summary. Click “File” > “Export…” > “Text File”

    in reply to: Somehow detects monitor instead of nxoutput0 #48973
    Britgirl
    Keymaster

    NoMachine should detect when the X server is not running and run its own virtual display, which is an embedded X server. Please take a look at the article about headless Linux in the knowledge base, paying particular attention to point 1) about stopping the x server manually and restarting the nxserver to allow NoMachine to create its own virtual display.

    Connecting to Linux headless machines with NoMachine
    https://kb.nomachine.com/AR03P00973

    You can also disable the GUI permanently, so that it won’t automatically start again after reboot, e.g.:

    sudo systemctl disable gdm3

    Britgirl
    Keymaster

    Are you using the latest version? It’s now 8.13.

    NoMachine is able to connect to Linux physical desktops on Wayland (since version 6). However, there are some limitations with different versions of Wayland desktops and you can read more about connections to Linux desktops running the Wayland display server here: https://kb.nomachine.com/AR02P00969.

    You are using KDE Plasma (plasma 6 maybe) on your Fedora 40 server and there is a Trouble Report currently open which looks very much the problem you encountered.

    Capture of the Wayland desktop by EGL doesn’t work with KDE Plasma 6
    https://kb.nomachine.com/TR05V11141

    The workaround, besides using x11, can be to use the Gnome Wayland desktop.

    in reply to: No hardware encoder in Linux server #48962
    Britgirl
    Keymaster

    Version 8.13 fixes just the step with changing name (or removing) /usr/NX/lib/libvpl.so – but the other steps like installing rest of the vpl stack should still be neccessary. You seem to have executed a lot of additional steps. We updated our article in the knowledge base, so you should follow the instructions there?

    How to use Intel H.264 HW encoder with NoMachine
    https://kb.nomachine.com/AR09O00938

    Regarding your comment about SW encoding, you should compare nxcodec.bin and nxnode.bin, not just nxnode.bin, if you’re interested 🙂

    Britgirl
    Keymaster

    The system doesn’t allow to set resolutions not supported by the graphical system. But you can set “More space” in Displays configuration and use the native retina display resolution. See the attached image 🙂

    Attachments:
    Britgirl
    Keymaster

    We need to see logs from the affected Ubuntu host.

    Please enable debug, restart nxserver, connect and then collect logs (using the command sudo /etc/NX/nxserver --debug --collect). Full instructions are available 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!

    Edit 10/10/24: We have received no logs so cannot investigate. We suggest to uninstall completely and re-install NoMachine (the latest version is 8.14) and open a new topic if you have any issues.

Viewing 15 posts - 301 through 315 (of 4,839 total)