summarylogtreecommitdiffstats
path: root/ddccontrol.install
blob: 4d1cce505fea35df39fd34408336e287e235122e (plain)
1
2
3
4
5
6
7
8
9
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