On Linux:
Since xbacklight does not work for me, I'm trying to do it through
brightness:
But it doesn't work! Why?
Code:
#crontab -e
0 08 * * * DISPLAY=:0 xbacklight =20
Since xbacklight does not work for me, I'm trying to do it through
brightness:
Code:
36 18 * * * root DISPLAY=:0.0 && /usr/local/bin/xbrightness 59501 1.3
But it doesn't work! Why?