16 lines
475 B
Text
16 lines
475 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Known issues:
|
|
- When /dev/dri/card0 and /dev/dri/renderD128 have different major(3)
|
|
DRI3 may fail e.g., on i915kms in I915_GETPARAM with EACCESS.
|
|
Without DRI3 for glamor Xwayland falls back to swrast (llvmpipe).
|
|
If OpenGL applications appear slow check with glxinfo then try
|
|
enabling setuid bit e.g.,
|
|
|
|
$ glxinfo | fgrep Device:
|
|
Device: llvmpipe (LLVM 8.0, 256 bits) (0xffffffff)
|
|
$ chmod u+s `which Xwayland`
|
|
EOM
|
|
}
|
|
]
|