Skip to content

Add options ENABLE_GLX_PRELOAD and GLX_LD_PRELOAD #6

@Djelff

Description

@Djelff

On some systems, in particular on systems with the NVidia driver on server, software glx drivers are not available.
This problem is not only with us, read this: https://www.nomachine.com/AR01Q01012

The solution is to add "export LD_PRELOAD=/some_dir/libGL.so" to /home/user/.bashrc
However, such a solution is not suitable if the user works both locally and remotely and complicates server administration.

I suggest adding options ENABLE_GLX_PRELOAD=1/0 and GLX_LD_PRELOAD=/some_dir/lib.so
In this case, it will be possible to choose the fastest library, for example LLVMpipe or VirtualGL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions