NoMachine client disconnects right after connection in latest Manjaro

Forum / NoMachine for Linux / NoMachine client disconnects right after connection in latest Manjaro

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #39390
    samueldy
    Participant

    @Britgirl yes, I can confirm that I did have HW decoding disabled in the player config file at the time of the segfault. Like this:

    <option key="Enable hardware accelerated decoding" value="false" />                                                                                                                                                                                                                                                    
    <option key="Enable GPU rendering" value="false" />
    

    But the player still segfaults on my system. I have the linux518-nvidia package (version 515.57-8) installed, and running on a NVIDIA Quadro P600 GPU.

    When you did your tests showing that disabling HW decoding prevents segfaults, which hardware and NVidia driver version did you have installed?

    Thanks!

    #39393
    Britgirl
    Keymaster

    The key must be set to ‘disabled’.

    – true: hw decoding enabled
    – false: hw decoding disabled (but libraries for hw decoding are loaded)
    – disabled: hw decoding disabled (libraries for hw decoding are never loaded and the checkbox is grey out inside the menu panel)

    So, if you have ‘false’, you’re going to keep getting segfaults.

    #39401
    samueldy
    Participant

    @Britgirl, @ericmock Okay, I see. Yes, setting

    <option key="Enable hardware accelerated decoding" value="disabled" />
    

    instead of

    <option key="Enable hardware accelerated decoding" value="false" />
    

    does work and allows me to start the session. Thanks for your help!!

    #39483
    maxdule
    Participant

    Linux Manjaro KDE user here, setting Enable hardware accelerated decoding to disabled in player.cfg as suggested above fixed the problem for me.

    Thanks!

Viewing 4 posts - 16 through 19 (of 19 total)

This topic was marked as solved, you can't post.