# HG changeset patch # User Steve Losh # Date 1541974744 18000 # Node ID 6e874f10f70c1ca096eddf729bf9f6e3e0e63b9e # Parent cc6c687e5c3020384c1d53b5eb7508479b2987a0 Update diff -r cc6c687e5c30 -r 6e874f10f70c README.markdown --- a/README.markdown Sat Nov 10 19:36:44 2018 -0500 +++ b/README.markdown Sun Nov 11 17:19:04 2018 -0500 @@ -458,3 +458,16 @@ Did some more Rosalind problems. One was trivial. Implemented `longest-monotonic-subsequence` for another, which was tricky. + +## 2018-11-11 + +Got the backlight control working in my Thinkpad. Had to edit +`/etc/X11/xorg.conf.d/20-intel.conf` to contain: + + Section "Device" + Identifier "Intel Graphics" + Driver "intel" + Option "Backlight" "intel_backlight" + EndSection + +Then reboot, and `xbacklight` would finally work.