core/xf86-video-intel/xf86-video-intel.install

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
}