summarylogtreecommitdiffstats
path: root/ddccontrol.install
diff options
context:
space:
mode:
authorKrzysztof (3ED) AS2015-08-19 16:05:47 +0200
committerKrzysztof (3ED) AS2015-08-19 16:05:47 +0200
commite7547b077f67f78e8e666d2fd0094076bb25122b (patch)
treee08521ad24cc71980ae24c7069aa7f208e795e61 /ddccontrol.install
downloadaur-e7547b077f67f78e8e666d2fd0094076bb25122b.tar.gz
Initial on aur4
Diffstat (limited to 'ddccontrol.install')
-rw-r--r--ddccontrol.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/ddccontrol.install b/ddccontrol.install
new file mode 100644
index 000000000000..4d1cce505fea
--- /dev/null
+++ b/ddccontrol.install
@@ -0,0 +1,10 @@
+post_install() {
+ cat <<EOF
+For some of nvidia proprietary driver users will be necessary to add this:
+ >> Option "RegistryDwords" "RMUseSwI2c=0x01; RMI2cSpeed=100"
+to "Device" section in:
+ >> /etc/X11/xorg.conf.d/20-nvidia.conf
+or similar place.
+EOF
+}
+post_install