From 0d3c7a64e2ddaf2074b247a31e8ee27ff22d8ef0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 30 Nov 2021 07:45:49 +0530 Subject: [PATCH] ... --- docs/faq.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 4ae7a74af..29122b26d 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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 The correct command will depend on your situation and hardware. -|__EGL_VENDOR_LIBRARY_FILENAMES| instructs the GL dispatch library to use -`libEGL_mesa.so` and ignore the `libEGL_nvidia.so` also available on the +``__EGL_VENDOR_LIBRARY_FILENAMES`` instructs the GL dispatch library to use +:file:`libEGL_mesa.so` and ignore :file:`libEGL_nvidia.so` also available on the 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`.