Britgirl

Forum Replies Created

Viewing 15 posts - 106 through 120 (of 4,949 total)
  • Author
    Posts
  • in reply to: Sequoia and “Screenshot Security” #50945
    Britgirl
    Keymaster

    Hi nxmac, can you tell us the name of the application?

    in reply to: How to force decoding using second graphic card? #50944
    Britgirl
    Keymaster

    Hi, did you mean to submit a screenshot?

    Anyway, NoMachine doesn’t have an option to choose the GPU, it uses the GPU that is set by default in Windows.

    Did you try to select a different GPU in Windows settings?

    On Windows 10 and 11:

    – click on the Windows menu and select ‘Settings’
    – go to System -> Display -> Graphics.
    – in Custom options for apps select Desktop app and click ‘Browse’
    – go to the directory where NoMachine is installed and move to ‘bin’ folder.
    – Type nxplayer.bin in the ‘File name’ field at the bottom of the panel to find it.
    – Click on Add to add nxplayer.bin to the list. (Window lists only .exe files, nxplayer.bin is not visible by default).
    – select nxplayer.bin and open Options
    – you can then select in Graphics preference the GPU you want to use for nxplayer.bin

    in reply to: Black screen connecting to Mac Mini from Linux #50931
    Britgirl
    Keymaster

    They are rather large. After sending them you can disable debug and remove them.

    Logs contain usernames and IP addresses and this information can be removed beforehand if you prefer to do that before sending. I can send you the details via email to upload to the NoMachine Support log service we have for subscribed customers (read more about our privacy policy here https://kb.nomachine.com/AR05P00977 and how logs are handled).

    in reply to: UDP remote ports #50927
    Britgirl
    Keymaster

    Why does multiple screens affect the number of ports? Do you mean connections/multiple players?

    Obviously having a single port in the range would affect the case you run multiple connections from the same client, as only one of them would be able to use UDP. There is also a (small) risk that an external app keeps that port busy.

    in reply to: NoMachine scanning range #50922
    Britgirl
    Keymaster

    Hi 4venger, you might be interested in the upcoming NoMachine Network feature in NoMachine 9, coming soon, which will let you see (and connect to) all your computers regardless of the network they are on. By adding them to NoMachine Network, which will be free to do, they will each be allocated a univocal Machine Id. Then all you’ll need to do is log in to the Network service on any device and add your computers to the Machines panel using their Machine Ids (just like you add a NoMachine connection today). There’s a brief introduction about what users can expect (give or take a few small changes): https://www.nomachine.com/network. Connecting to those computers using the Network service will require a Network Subscription, monthly or yearly, and you can continue to use the free version 🙂

    Britgirl
    Keymaster

    Denying rules across the board is planned. In the meantime you can do it using following script:

    #!/bin/bash
    #
    # CLASS can be one of: all|feature|service|session
    
    CLASS=all;
    
    if [[ $CLASS = "all" ]]; then
    
         CLASS=" -E feature|service|session";
    
    fi;
    
    TYPES=$(sudo /etc/NX/nxserver --resourcelist --class $CLASS | grep $CLASS | awk '{print $2}');
    
    for i in $(echo $TYPES); do
    
         sudo /etc/NX/nxserver --ruleadd --class propagation --type $i --value no;
    
    done

    This script will systematically deny all propagated rules for the specified session class. After which, you can then add the specific, individual rules.

    in reply to: Client resolution is higher then the server #50912
    Britgirl
    Keymaster

    Can you show us the output of the xrandr command so we can check what resolutions are available to you?

    When connected to the physical desktop, the maximum resolution you can get is the maximum resolution supported by the remote graphics card i.e the one on the Ubuntu host in your case. More about this is available here: https://kb.nomachine.com/AR02M00835.

    You mentioned RDP which works that way because it is a virtual session. If you want to work with a virtual display with NoMachine and a higher resolution, you can try two things:

    1) try launching NoMachine’s own framebuffer. So kill X (sudo init 3) and restart nxserver. NoMachine will create its own virtual framebuffer. You should be able to connect and change the resolution.

    2) try the NoMachine Workstation. It’s available in the Enterprise section of the download area.
    https://www.nomachine.com/product&p=NoMachine%20Workstation

    in reply to: NoMachine v7 install? #50910
    Britgirl
    Keymaster

    Hi, version 7 is no longer available for download in the public repository. If you have a customer Id, you can reach out to the support team and ask for a download.

    Balloon notifications are used to notify as well as prompt the desktop user to accept a specific function (e.g accept an incoming connection) and are a central security feature of NoMachine software. Whilst in version 7 it is possible to disable all balloon messages using the appropriate key in node.cfg, in version 8 the disabling of all balloon messages is no longer possible.

    In v9, it will be possible to remove sensitive information such as IP address and username in the server GUI from the balloon notifications, so that more generic message will appear e.g., “A user is connecting to your machine”.

    Britgirl
    Keymaster

    Check what value the system settings of Ubuntu 24.04 ‘Scale option’ is set to. Change it to 100. We are aware of a problem with scaling on server side, which you can monitor using the following link:

    Only a part of the desktop is rendered on 4k monitors scaled at 150%
    https://kb.nomachine.com/TR11T10690

    You could also try changing the view mode in the NoMachine Display panel to ‘Enable viewport mode’ or ‘Scale to window’. Alternatively, in the NoMachine menu panel open Display -> Change settings and try setting a custom resolution in ‘Use a custom resolution’ W/H).

    in reply to: Windows credentials with autologin #50897
    Britgirl
    Keymaster

    Hi, not having a password is a problem. Having a password to log in remotely is essential. What you could is enable NoMachine Users DB and set create a user and password just for NoMachine usage. It won’t affect your system settings. So when logging in you use the NoMachine User pwd rather than your system account and (no)password. Take a look at this topic post: https://forum.nomachine.com/topic/connecting-to-nomachine-on-windows-requires-password#post-49194 which contains the instructions.

    Otherwise, for more advanced users, you could try using key-based authentication, as explained here: https://kb.nomachine.com/AR02L00785.

    in reply to: Black screen when connecting to Ubuntu 24.04.1 LTS #50882
    Britgirl
    Keymaster

    I saw your request for the patch in another topic, https://forum.nomachine.com/topic/after-upgrade-to-ubuntu-24-04-1-lts-players-immediately-disconnects/page/3#post-50869. What you can do is send us the logs for the issue that you are experiencing, submit them here or send to forum[at]nomachine[dot]com, so we can check first whether your issue is related to the problem in the other topic.

    Enable debug on the server side, then reproduce the problem. You can extract them using the instructions here: https://kb.nomachine.com/DT07S00243

    in reply to: Fedora 41 KDE unable to connect from Win 11 #50868
    Britgirl
    Keymaster

    Hi,

    I either receive endless connection restart messages, there is no desktop to connect to, etc…

    There is a known issue https://kb.nomachine.com/TR05V11141 and the workaround is to use x.org rather than Wayland. This is of course a temporary workaround whilst developers work on a solution. It would be useful to see the logs from both the NoMachine Windows client and the NoMachine Fedora server. You can extract them using the instructions here: https://kb.nomachine.com/DT07S00243. This would allow us to check if it is indeed the same issue as the TR I linked or something else (you mention multiple problems but without any other details about when they occur).

    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: Black screen when connecting to Ubuntu 24.04.1 LTS #50863
    Britgirl
    Keymaster

    Hi,

    I spun off your issue because it appears to be a different one, and it’s better to keep this black screen issue separate from “player disconnects”.

    I tried various thing but still the black screen persists

    Did you try any/all of the tips explained here?

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

    Have you tried disabling Wayland and using X.org?

    If none of those worked, please confirm the desktop environment you are connecting to on the Ubuntu host (and that you have NoMachine 8.14 on both sides).

    Britgirl
    Keymaster

    I don’t know what VPN you have installed on the MBP, but it’s strange that a VPN filter remains active even when the VPN is turned off. Thanks for letting us know anyway.

    in reply to: Can’t update 8.11.3 in flatpak, error 32512 #50847
    Britgirl
    Keymaster

    The issue could be caused by a missing dependency. Try installing the ‘zenity’ package.

Viewing 15 posts - 106 through 120 (of 4,949 total)