aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xwayland-devel/pkg-message
blob: 573e486a8af7ecbf49ce62b553580011ff0f3720 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{ 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
}
]