graywolf

Forum Replies Created

Viewing 15 posts - 316 through 330 (of 670 total)
  • Author
    Posts
  • in reply to: Completely wrong mappings for keyboard again #19903
    graywolf
    Participant

    The keyboard layout is unusual.

    Please, could you post additional info?
    Run in the affected session:
    xkbcomp $DISPLAY - > xkbcomp.out
    xprop -root | grep XKB > xprop.out

    Also NoMachine server log could be useful (create an archive of folder /usr/NX/var/log).

    in reply to: How to lower bandwidth consumption with VP8? #19771
    graywolf
    Participant

    Have you tried to decrease “Quality” in the client display settings?

    in reply to: Graphics corruption after connecting #19669
    graywolf
    Participant

    As far as I understand, on the left there is a smaller monitor. So the garbled part is not normally visible on the physical screens.

    When viewing all monitors, you can see that part because NoMachine captures the whole “virtual” screen. I think the graphics stack doesn’t even care of updating that part that is not normally visible.

    We should improve this by setting a black background on all areas that are not visible in any monitor:
    https://www.nomachine.com/TR09P08855

    in reply to: Slight resolution delay #19557
    graywolf
    Participant

    In the “Display settings” pane, try checking the box labeled “Disable network-adaptative display quality” and “Disable multi-pass display encoding”. Place the “Quality” slider to the max.

    in reply to: Unable to login under Fedora 28 after update #19521
    graywolf
    Participant

    Matthias, please

    1. Check if both packages “mesa-libGL” and “libglvnd-glx” are installed:

    sudo rpm -qa mesa-libGL libglvnd-glx

    2. If mesa-libGL is not installed, please install it:

    sudo dnf install mesa-libGL

    3. Check if files or symlinks “libGLX_indirect.so.0” and “libGLX_mesa.so.0” exist:

    ls -l /usr/lib64/libGLX_indirect.so.0 /usr/lib64/libGLX_mesa.so.0

    4. If libGLX_indirect.so.0 doesn’t exist, create the symlink to libGLX_mesa.so.0:

    ln -s /usr/lib64/libGLX_mesa.so.0 /usr/lib64/libGLX_indirect.so.0

    5. Check if problem is solved.

    in reply to: Unable to login under Fedora 28 after update #19486
    graywolf
    Participant

    You should get something like this: llvmpipe (LLVM 6.0, 256 bits)

    Would you tell me the results of command glxinfo | grep render and ldconfig -p | grep libGL?

    in reply to: Unable to login under Fedora 28 after update #19478
    graywolf
    Participant

    Please try this:

    Install xterm: sudo dnf install xterm
    Edit node.cfg to change DefaultDesktopCommand: DefaultDesktopCommand "xterm"
    Run the session, you’ll get a virtual screen with only a terminal window
    Run the command /usr/libexec/gnome-session-check-accelerated in the terminal window and let me know the result.

    in reply to: Unable to login under Fedora 28 after update #19471
    graywolf
    Participant

    Matthias,

    Didn’t you find any file named .xsession-errors in the user’s home directory?

    Could you dump the journal (sudo journalctl -b > journal.txt) and send it to us, too?

    in reply to: Screen resolution not correct Ubuntu 18.04 #19447
    graywolf
    Participant

    So you have a dual monitor setup at client side. Could you detach one of the two and try with a single monitor attached? Doe it change something?

    Do you know which is the screen resolution at server side before you connect to it with NoMachine?

    Would you take a screenshot of NoMachine Display Settings pane showing the available screen resolutions?

     

    in reply to: Keyboard keystrokes typed in wrong order #19425
    graywolf
    Participant

    Hello mwshook,

    Could you tell me whether the problem arises connecting to a physical or a virtual display?

    Could you specify the NoMachine product in use (free version, Workstation, etc)?

     

    We are going to create a debug build of NoMachine libraries in order to identify the source of the issue you have reported. Please let us now if you are interested in trying it.

    in reply to: Screen resolution not correct Ubuntu 18.04 #19420
    graywolf
    Participant

    Hello, would you connect from Windows to Linux, open a terminal window and run the command: xrandr -q

    A screenshot could be useful, too.

    in reply to: Multiple-monitors with NoMachine #19419
    graywolf
    Participant

    Hello, I think you would find this feature interesting:

    https://www.nomachine.com/FR10N03220

    There’s a ‘notify me’ service which you can use by inserting your email address. You’ll receive an email from us when it gets implemented 🙂

    graywolf
    Participant

    Hello.

    Thanks for reporting, the problem is under investigation. I’d suggest to uncheck the option “match the client resolution” and set “Fit to window” instead, as a workaround.

    If you need to handle the two monitors separately, you would find this interesting:

    https://www.nomachine.com/FR10N03220

     

    in reply to: Intel QuickSync acceleration #19170
    graywolf
    Participant

    Hello.

    Glad to heard you fixed the issue with QuickSync.

    The current version doesn’t use VAAPI yet, but work is in progress for that.

    in reply to: How can I improve quality when using H264 #19169
    graywolf
    Participant

    The blurring looks the result of the deblocking filter. You can disable it in the “Display settings” pane checking “Disable client side image post-processing”.

    Deblocking filtering is automatically tuned or turned off, with criteria adapting to the different decoder in use, so the final effect could differ on VP8 and H.264. The algorithm is supposed to disable deblocking if the image is almost perfect like in this case, by the way it is going to be improved in order to find a better trade-off with the quality level.

     

Viewing 15 posts - 316 through 330 (of 670 total)