You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shmoverride/README
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,3 +20,10 @@ it uses cmd_pages to determine which frames or grant pages should be mapped and
20
20
from which domain. The munmap() implementation checks if the address is one
21
21
that shmoverride.so had previously mapped, and if so, calls the appropriate Xen
22
22
API functions to release the memory.
23
+
24
+
25
+
The LD_PRELOAD can be used in two ways:
26
+
1. Set directly for the Xorg/Xwayland process. For this, the package provides convenient wrappers:
27
+
- /usr/bin/X for Xorg
28
+
- /usr/libexec/qubes/wrappers/Xwayland for Xwayland (can be used by prepending /usr/libexec/qubes/wrappers to PATH for the wayland compositor process)
29
+
2. Set for some parent process and use SHMOVERRIDE_PROGLIST="Xorg Xwayland" (space separated list of program basenames) to select which process should be affected.
0 commit comments