mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 20:47:13 +08:00
11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
post_install() {
|
|
echo "sna and uxa acceleration methods are now supported"
|
|
echo "Add to the device section in /etc/X11/xorg.conf:"
|
|
echo "Option \"AccelMethod\" \"sna\""
|
|
echo "Use the uxa method if you run into trouble with sna."
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|