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
| #! /usr/bin/env python3.5 | |
| """ | |
| #################################################################### | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2016 Vahid Mardani | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long |
| echo '[Unit] | |
| Description=High-performance, schema-free document-oriented database | |
| After=syslog.target network.target | |
| [Service] | |
| User=mongodb | |
| Group=mongodb | |
| ExecStart=/usr/bin/mongod -f /etc/mongod.conf | |
| [Install] |
| #!/bin/bash | |
| # usage: save as 'videbcontrol.sh'; chmod 755 videbcontrol.sh; ./videbcontrol.sh foo.deb | |
| # | |
| # from: http://ubuntuforums.org/showthread.php?t=636724 | |
| if [[ -z "$1" ]]; then | |
| echo "Syntax: $0 debfile" | |
| exit 1 | |
| fi |
| ├── a1.ww.np.dl.playstation.net | |
| │ └── eula | |
| │ └── np | |
| │ └── NPWR00432_00 | |
| │ └── index.xml | |
| ├── api.crackle.com | |
| │ └── Service.svc | |
| │ └── geo | |
| │ └── country | |
| ├── apollo.dl.playstation.net |
| # set this to your Torchlight directory | |
| TORCHLIGHTDIR=${1:-$HOME/games/Torchlight} | |
| hg clone http://hg.libsdl.org/SDL | |
| cd SDL | |
| # check out the revision before the one that introduces the bug as advised here: http://forums.runicgames.com/viewtopic.php?f=24&t=33360&start=60#p474739 | |
| hg up 4de584a3a027 --clean | |
| # Fix X11 compilation issues with another changeset |