mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-22 10:24:48 -07:00
mesa: add note about amdgpu
This commit is contained in:
parent
bd0f97571b
commit
28d87227c2
11
extra/mesa/post-install
Executable file
11
extra/mesa/post-install
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
cat <<EOF
|
||||
|
||||
NOTE: Mesa + amdgpu requires CHECKPOINT_RESTORE be enabled
|
||||
in your kernel or things will subtly break.
|
||||
See: https://lwn.net/Articles/845448/
|
||||
|
||||
CONFIG_CHECKPOINT_RESTORE=y
|
||||
|
||||
EOF
|
Loading…
Reference in New Issue
Block a user