This commit is contained in:
Kovid Goyal 2021-11-30 07:45:49 +05:30
parent 0c274a9a0b
commit 0d3c7a64e2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -403,8 +403,8 @@ to wake up the dedicated card, which has been reported on at least one system
MESA_LOADER_DRIVER_OVERRIDE=radeonsi __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json kitty MESA_LOADER_DRIVER_OVERRIDE=radeonsi __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json kitty
The correct command will depend on your situation and hardware. The correct command will depend on your situation and hardware.
|__EGL_VENDOR_LIBRARY_FILENAMES| instructs the GL dispatch library to use ``__EGL_VENDOR_LIBRARY_FILENAMES`` instructs the GL dispatch library to use
`libEGL_mesa.so` and ignore the `libEGL_nvidia.so` also available on the :file:`libEGL_mesa.so` and ignore :file:`libEGL_nvidia.so` also available on the
system, which will wake the NVIDIA card during device enumeration. system, which will wake the NVIDIA card during device enumeration.
|MESA_LOADER_DRIVER_OVERRIDE| also assures that Mesa won't offer any NVIDIA ``MESA_LOADER_DRIVER_OVERRIDE`` also assures that Mesa won't offer any NVIDIA
card during enumeration, and will instead just use `/lib/dri/radeonsi_dri.so`. card during enumeration, and will instead just use `/lib/dri/radeonsi_dri.so`.