summaryrefslogtreecommitdiff
path: root/extra/xf86-video-intel/xf86-video-intel.install
blob: b03eea8aa9a0ebf686a18043f4385b02aaaf4188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_upgrade() {
  post_install
}

post_install() {
  echo ">>> This driver now uses sna as the default"
  echo ">>> acceleration methods."
  echo ">>> You can use uxa method if you run into trouble."
  echo ">>> Add to the device section in /etc/X11/xorg.conf"
  echo ">>>   Option \"AccelMethod\" \"uxa\""
}