summarylogtreecommitdiffstats
path: root/mesarun.install
blob: 1188cab1466c4e0a9d50cc63dc282fc06bdeea82 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    echo "Zink works with both AMD and Nvidia drivers."
    echo "However, you should try it on OpenGL games only."
    echo "Also, it may happen that it doesn't work properly"
    echo "on any game, but results may vary."
    echo "Be warned at any possible crashes, if happening."
    echo ""
    echo "Software Rendering works if you got a pretty good CPU."
    echo "You should not use it unless your GPU does not support Vulkan"
    echo "or benchmarking for your CPU i dunno."
}