summaryrefslogtreecommitdiff
path: root/extra/xf86-video-intel/xf86-video-intel.install
blob: 66138790650ff613b968728b1390642484f0a8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_upgrade() {
  if (( $(vercmp $2 2.21.15) < 0 )); then
    post_install
  fi
}

post_install() {
  cat <<MSG
>>> This driver now uses SNA as the default acceleration method. You can
    still fall back to UXA if you run into trouble. To do so, save a file
    with the following content as /etc/X11/xorg.conf.d/20-intel.conf :
      Section "Device"
        Identifier  "Intel Graphics"
        Driver      "intel"
        Option      "AccelMethod"  "uxa"
      EndSection
MSG
}