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