Hi euless
... Is /opt/bootlocal.sh the proper place to set the backlight brightness at boot time? ...
I don't know if /sys/class/backlight/brightness exists before the GUI starts.
A safer alternative is create a file in ~/.X.d/ , dimLCD for example. The exact
name does not matter. Place the following line in that file:
echo 2000 | sudo tee /sys/class/backlight/brightness
To test it:
Click the Exit icon.
Select Exit to Prompt.
Click OK.
Then enter startx and your screen should dim as the GUI starts.