Move some notes to issue tracker
This commit is contained in:
parent
90331e097e
commit
4d8e9f8af4
46
notes.txt
46
notes.txt
|
@ -640,53 +640,7 @@ systemctl daemon-reload
|
||||||
systemctl enable screen-on.timer
|
systemctl enable screen-on.timer
|
||||||
systemctl enable screen-off.timer
|
systemctl enable screen-off.timer
|
||||||
|
|
||||||
########################################
|
|
||||||
# automatic updates (UNWISE)
|
|
||||||
########################################
|
|
||||||
|
|
||||||
auto updates (may be problematic given aur packages)
|
|
||||||
https://bbs.archlinux.org/viewtopic.php?id=247428
|
|
||||||
|
|
||||||
|
|
||||||
########################################
|
|
||||||
# future : ambient light control
|
|
||||||
########################################
|
|
||||||
|
|
||||||
https://www.adafruit.com/product/4463
|
|
||||||
https://www.adafruit.com/product/4681
|
|
||||||
https://learn.adafruit.com/adafruit-bh1750-ambient-light-sensor/python-circuitpython
|
|
||||||
https://www.raspberrypi.org/forums/viewtopic.php?t=145894
|
|
||||||
http://www.ddcutil.com/building/
|
|
||||||
http://www.ddcutil.com/raspberry/
|
|
||||||
https://github.com/raspberrypi/linux/issues/3152
|
|
||||||
|
|
||||||
tweak /boot/config.txt to have dtoverlay=vc4-kms-v3d instead of fkms
|
|
||||||
pacman -S i2c-tools
|
|
||||||
cat > /etc/modules-load.d/i2c.conf <<EOF
|
|
||||||
i2c-dev
|
|
||||||
EOF
|
|
||||||
systemctl reboot
|
|
||||||
lsmod | grep i2c
|
|
||||||
ls /dev/i2c*
|
|
||||||
i2cdetect -r -y 11
|
|
||||||
|
|
||||||
pacman -S ddcutil
|
|
||||||
ddcutil detect
|
|
||||||
ddcutil capabilities
|
|
||||||
ddcutil getcvp
|
|
||||||
ddcutil setvcp
|
|
||||||
ddcutil vcpinfo
|
|
||||||
ddcutil dumpvcp
|
|
||||||
|
|
||||||
|
|
||||||
########################################
|
|
||||||
# future : human detection
|
|
||||||
########################################
|
|
||||||
|
|
||||||
https://www.sparkfun.com/products/14349
|
|
||||||
https://www.sparkfun.com/products/15794
|
|
||||||
https://learn.sparkfun.com/tutorials/qwiic-human-presence-sensor-ak9753-hookup-guide
|
|
||||||
https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library
|
|
||||||
|
|
||||||
|
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
Loading…
Reference in a new issue