fra81

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 712 total)
  • Author
    Posts
  • in reply to: Num lock to server with no numerical KB #49200
    fra81
    Moderator

    Hi,

    so please try this other workaround. Open the Keyboard Viewer on the Mac, then click on the three dots and select Customize. Click on Add panel and select the ‘ANSI (Large)’ panel, so that you will have the numeric key pad on the Keyboard Viewer, including the NumLock button (normally labelled with an X sign). Now you can activate the NumLock locally on the Keyboard Viewer and from now on you should be able to use the numeric key pad of the physical keyboard.

    in reply to: Keyboard mapping error when connecting to RDP session #49195
    fra81
    Moderator

    Hi,

    it seems that the X11 agent is not detecting correctly the actual XKB rules settings. In fact, xfree86 rules are used in the xrdp session, which are obsolete, instead of the evdev rules, that are now generally used. We will fix that in one of the next updates, but for now, as a workaround, running this command in the xrdp session should do the trick:

    setxkbmap -rules evdev

    in reply to: No hardware encoder in Linux server #48902
    fra81
    Moderator

    Hi, would you try this workaround?

    1.$ cd /usr/NX/lib
    2. $ sudo mv libvpl.so libvpl.so.ori
    3. $ find / -name "libvpl.so*"
    4a. If ‘libvpl.so’ (the exact name, without suffixes) is found in the system by the previous command, then skip to step 7 to restart the server
    4b. If the libvpl library is found with a slightly different name like ‘libvpl.so.2′ or similar, then proceed to step 5 to create a symlink
    5. $ cd <directory_where_is_libvpl.so.2>
    6. $ sudo ln -s libvpl.so.2 libvpl.so
    7. $ /usr/NX/bin/nxserver --restart

    in reply to: Error is 104: Connection reset by peer #48568
    fra81
    Moderator

    @LittleWoods, what is your KDE Plasma version?

    in reply to: Plasma 6 wayland connection issue – 104 error #47969
    fra81
    Moderator

    Hi,

    did you also check the content of the /usr/libexec/plasma-dbus-run-session-if-needed script?

    Besides, you can try the following steps:

    1. Create the /etc/xdg/plasma-workspace/env directory

    2. Place a nx-surceenv.sh script in it containing only this line: export LD_PRELOAD=/usr/NX/lib/libnxegl.so

    3. Reboot

    4. Make sure the libnxegl library is preloaded (the output of the sudo netstat -anlp | grep egl command shouldn’t be empty)

     

    Let us know the results 😉

    in reply to: Plasma 6 wayland connection issue – 104 error #47700
    fra81
    Moderator

    @jjgalvez,

    please show the content of the ‘/usr/libexec/plasma-dbus-run-session-if-needed’ script. Note that this file could be in a different path, so you can use the ‘locate’ command to find it.

    Also show the output of:

    ls -l /etc/xdg/plasma-workspace/env

    in reply to: Double mouse cursor when resizing the remote display #47272
    fra81
    Moderator

    Hi,

    do you mean that the 1280×1024 monitor is “physically” attached to the Mac mini and turned on? Or do you mean that the 1280×1024 monitor is it what you see in the system settings but no real monitor is actually plugged in?

    To investigate further we would need to see the logs. You can gather both server and client side logs by following the instructions in https://kb.nomachine.com/DT07S00243. You can send them to forum[at]nomachine[dot]com, by referencing this topic.

    in reply to: Best image quality settings #46986
    fra81
    Moderator

    Hi,

    for maximum image quality, besides setting the slider all the way up, I would check ‘Disable network-adaptive’ but leave ‘Disable multi-pass’ unchecked. I’d also check ‘frame buffering’ and ‘post-processing’. Hardware decoding shouldn’t be relevant for quality. For this scenario, you may also want to disable hardware encoding on the server, since hardware encoders are surely faster but they could encode with lowest quality compared to the software encoder, even when using the same parameters.

    For video playback, I’d choose a lower quality in the slider (medium quality should be a good trade off), uncheck ‘network-adaptive’ and ‘multi-pass encoding’, check ‘frame-buffering’ and ‘post-processing’. Hardware decoding is usually faster.

     

    in reply to: Black screen on Ubuntu with AMD GPU drivers #46603
    fra81
    Moderator

    Hi,

    we’re trying to reproduce the encoder issue with the new drivers, but it seems you also have a different problem. In fact, the fact hardware encoding fails isn’t enough to explain the black screen. Software encoding should be used as a fallback. Can you check, on the machine where you have the black screen, if unchecking ‘Use hardware encoding’ (Server settings -> Performance panel) solves the black screen problem?

    Can you also send server side logs gathered while reproducing the black screen? For gathering the logs you can follow the instructions in https://kb.nomachine.com/DT07S00243 and send them to forum[at]nomachine[dot]com.

    in reply to: Scroll on mouse doesn’t work #46406
    fra81
    Moderator

    Sorry for the delay. I checked the logs and I see there is no difference in the scroll events before and after the connection, so we can exclude that NoMachine leaves the input events system in an inconsistent state. Even the modifiers state is exactly the same. I don’t know why those two applications stop handling scroll events, but it doesn’t seem anything that the NoMachine does wrong. One last thing you could try is comparing the outputs of the ‘xev -q’ command before and after the connection, in order to see if any of the X server settings has changed in the meanwhile.

    in reply to: Linux Client/Macos server – unable to disable CapsLock #46403
    fra81
    Moderator

    Hi,

    sorry for the delay. Disabling CapsLock by XKB settings on the Linux client will simply disable it as a modifier, but the NoMachine player will still receive it and forward to the Mac. Furthermore, when you disable CapsLock on the Mac, this will only affect the physical keyboard of the Mac, but it won’t have any effect on the remote input events.

    What I’d suggest you is to disable the CapsLock key completely on the Linux machine, by using this command:

    xmodmap -e 'keycode 66=NoSymbol'

    in reply to: Sending Control characters not working #46171
    fra81
    Moderator

    Hi OldMan,

    can you try to run the ‘xev’ utility in the remote desktop, send the Ctrl key to it through the NoMachine remote session and show us what is reported in the output? I would start with sending any other key first, just to check if everything is set up correctly and the keys are reported in the output. Then you can type just the Ctrl key, to see if it is sent through. Finally, you can try with the problematic Ctrl-<key> combinations and show us the xev output.

    in reply to: Cursor lag on Ubuntu 22.04 client #46112
    fra81
    Moderator

    Hi,

    is the server headless, or is its monitor turned off? Do you experience the same lag when the monitor is attached and turned on?

    This doesn’t happen when connected to a physical display.

    Please clarify that. Do you mean that it doesn’t happen when you’re sitting in front of the server machine and using the local mouse?

    Some tips for headless machines are also available here https://kb.nomachine.com/AR03P00973

    in reply to: Scroll on mouse doesn’t work #45696
    fra81
    Moderator

    I see that there are no X events reported by xev even before the connection. You have to keep the cursor on the xev window to make them appear. Can you try again in that way? No need to send the whole xev output, it would be enough to show just the scroll events, before and after the connection.

    in reply to: Scroll on mouse doesn’t work #45673
    fra81
    Moderator

    Please run the ‘xev’ utility on the server and show us its output when scrolling. You should see a few ButtonPress/ButtonRelease events (of button 4 and 5), and these are the ones we’re interested in. Do this on the server before the connection (when scrolling works in all the apps) and then again after the connection (when you experience the problem).

Viewing 15 posts - 16 through 30 (of 712 total)