archrelease: copy trunk to extra-x86_64
[arch-packages.git] / xf86-video-intel / repos / extra-x86_64 / xf86-video-intel.install
blob1d31abe541a720d3daf87aa6c86de1b0e8caaa56
1 post_install() {
2   cat <<MSG
3 >>> This driver now uses DRI3 as the default Direct Rendering
4     Infrastructure. You can try falling back to DRI2 if you run
5     into trouble. To do so, save a file with the following 
6     content as /etc/X11/xorg.conf.d/20-intel.conf :
7       Section "Device"
8         Identifier  "Intel Graphics"
9         Driver      "intel"
10         Option      "DRI" "2"             # DRI3 is now default 
11         #Option      "AccelMethod"  "sna" # default
12         #Option      "AccelMethod"  "uxa" # fallback
13       EndSection
14 MSG
17 post_upgrade() {
18   if (( $(vercmp $2 1:2.99.917+684+g6988b87-3) < 0 )); then
19     post_install
20   fi