Nouveau does not appear to support Pascal cards right now, so you should use the proprietary NVIDIA driver, available from the Additional Drivers applet.
Panel Dithering
| #!/bin/sh | |
| branch=`git branch --show-current` | |
| if [ -z "$branch" ]; then | |
| branch=detached | |
| fi | |
| if [ "$branch" = "dev" ]; then | |
| echo Thou shalt not commit directly to dev branch! | |
| exit 1 | |
| fi |