blob: d523eb61ae85a2a983d3df72cd11e3e3b0b1ae83 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo ">>> This driver now allows to switch"
echo ">>> between sna/uxa acceleration methods."
echo ">>> Add to the device section in /etc/X11/xorg.conf"
echo ">>> Option \"AccelMethod\" \"sna\""
echo ">>> use uxa method if you run into trouble with sna."
}
|