Britgirl

Forum Replies Created

Viewing 15 posts - 1,876 through 1,890 (of 5,623 total)
  • Author
    Posts
  • in reply to: Can’t move mouse and scroll at the same time #44092
    Britgirl
    Keymaster

    Hi,

    It would still be useful to see the xev output from the Ubuntu machine (see my earlier reply).

    If you login to the desktop through the NoMachine session and then you flip the monitor over to the server, do you reproduce the same behaviour using the mouse attached to the server?

    in reply to: Change default port for NX server #44091
    Britgirl
    Keymaster

    This is a known issue. The following Trouble Report was opened and it includes a workaround whilst you wait for the fix to be released.

    Cannot change port 4000 for nxd via UI after the upgrade to v
    https://www.nomachine.com/TR10T10636

    Britgirl
    Keymaster

    Please disregard last response.  I figured it out – the Windows shortcut to NoMachine app

    I updated my reply to make clear what/where you are supposed to click. Let us know if you have any other questions 🙂

    in reply to: Resizing some application windows do not work #44060
    Britgirl
    Keymaster

    I’m not sure what you meant in the third item.

    I meant on the Windows machine you are connecting from. Do you have a custom desktop scaling set to maybe 125%, for example?

    in reply to: Cannot connect to one machine #44056
    Britgirl
    Keymaster

    Server side logs show nothing strange (Kath) and the client side logs are still empty.

    On the machine Sophie, please open the Player, go to Player settings and tick the checkbox “Don’t delete log files…:” Then go back to the Machines tab in the Player on Sophie and start your connection to Kath. Do not close it, but keep the Player open. Then, create a compressed archive of the .nx directory (whilst the Player window is still open, you might be seeing the wheel spin like you described)

    sudo tar -cvp --exclude 'cache*' --exclude 'images' --exclude 'temp' -f - PATHTOUSERHOME/.nx | gzip -c nxdir.tar.gz

    in reply to: Resizing some application windows do not work #44054
    Britgirl
    Keymaster

    Please check the following:
    – if scaling mode is enabled in the Player, try to disable it.
    – enable ‘Show remote cursor’ and check whether the remote cursor’s shape changes or not
    – is desktop scaling set in the OS settings of the Windows machine perhaps?

    in reply to: Select Wifi’s IP over Ethernet’s IP #44053
    Britgirl
    Keymaster

    No logs were received. For this reason the topic is now closed. Please open a new topic if you continue to encounter the same issue, but without logs we will not be able to investigate.

    in reply to: Windows client disconnects from Ventura server #44044
    Britgirl
    Keymaster

    No further information was received so this topic is now closed. Please open a new topic if the issue continues and we will start a new investigation.

    in reply to: HW encoding with Ryzen 4800U (Windows) #44043
    Britgirl
    Keymaster

    It should be working out of the box. Logs from the server would be useful. Please check the instructions here and submit to forum[at]nomachine[dot]com.

    https://kb.nomachine.com/DT07S00243

    in reply to: No hardware decode on Kubuntu 22.04 + GTX 1060 6GB #44042
    Britgirl
    Keymaster

    Logs show that the error seems to be in the GPU pipeline and with nouveau.

    Please try disabling GPU rendering. You can do this by setting the following option key "Enable GPU rendering" value="true"   to falsein player.cfg.

    in reply to: Virtual desktop XOrg logs #44041
    Britgirl
    Keymaster

    No unless you enable VirtualGL. Check this article to know how to do that:

    https://kb.nomachine.com/AR05P00982

    With VirtualGL the rendering is done using the GPU. You will need a product from the Terminal Server Family to use VirtualGL.

    in reply to: Windows display scaling + NoMachine makes it blurry? #44040
    Britgirl
    Keymaster

    Hi netmind,

    try the following:

    – Right-click the NoMachine User Interface (NoMachine app) shortcut on your desktop and select Properties
    – Select the Compatibility tab
    – Click “Change high DPI settings”
    – Check the box “Override high DPI scaling behavior”
    – Select “Application” from the combo under “Scaling performed by”

    in reply to: Arrow and space keys don’t work in version 8.4.2 #44027
    Britgirl
    Keymaster

    We’ve opened a Trouble Report for this issue. Please use the following URL to track its status

    Hardware keyboard doesn’t work correctly on iPad
    https://kb.nomachine.com/TR04U10847

    Britgirl
    Keymaster

    Check your inbox Timo.

    in reply to: No hardware decode on Kubuntu 22.04 + GTX 1060 6GB #44016
    Britgirl
    Keymaster

    for DRVNAME in $(find /usr/lib -name "*drv_video.so" -exec basename {} \; | sed 's/_drv_video.so//'); do for DEVICE in /dev/dri/* ; do LIBVA_DRIVER_NAME=$DRVNAME vainfo --display drm --device $DEVICE 1>/dev/null 2>/dev/null ; [ $? -eq 0 ] && echo "$DRVNAME $DEVICE" ; done ; done 2>/dev/null | grep -v dummy

     

    did you run as I have pasted above? We noticed that in your output shows -display drm -device... and not --display drm --device... (my fault maybe because I didn’t put my text in tags, since corrected)

    If that does not produce any output, you can try with “find /usr/lib64......” instead of “find /usr/lib.....

    Provided there is some output you should then

    1. edit /usr/NX/bin/nxplayer
    2. add line

    LIBVA_DRIVER_NAME=name

    where ‘name’ is the driver that shows in the output. This instructs va-api decoder to use that specific driver. You should place it before the line:

    exec "$NX_SYSTEM/bin/nxplayer.bin" "$@"`

    3. Then start your NoMachine session. If it does not work, the ~/.nx/R-*/session directory will contain more info.

Viewing 15 posts - 1,876 through 1,890 (of 5,623 total)