Error creating virtual desktop

Forum / NoMachine for Linux / Error creating virtual desktop

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11840
    jmcglone
    Participant

    Hi,

    I am using the Enterprise evaluation “evaluation_5.1.26_2_x86_64” on SLES 12.

    However, when I create a new virtual desktop I get the error

    “Oh No! Something has gone wrong! A problem has occurred and the system can’t recover.

    Please log out and try again.”

    I can connect to a physical display no problem,

     

    Kind regards,

    John

    #11849
    kroy
    Contributor

    It’s an issue with proprietary drivers. It’s not connected with NoMachine. Please refer to this article: https://www.nomachine.com/AR09L00814.

    If you have already installed mesa check libGL.so.1 location. Execute command rpm -qa |grep -i mesa. It should show similar name to: “Mesa-libGL1-10.0.2-90.17.x86_64”. Now execute rpm -ql Mesa-libGL1-10.0.2-90.17.x86_64 it should show library location for example: “/usr/lib64/libGL.so.1”. Next thing is adding that path (in our case “/usr/lib64”) to node key DesktopCommandLibraryPath. So open as root /usr/NX/etc/node.cfg file, uncomment line with DesktopCommandLibraryPath and add path.

    Example:

    Change
    #DesktopCommandLibraryPath “”

    to
    DesktopCommandLibraryPath “/usr/lib64/”

Viewing 2 posts - 1 through 2 (of 2 total)

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