Pinebook 11.6", 1080P, running Q4OS.
How can I adjust the screen brightness?
Previously, when I was running KDE Neon, there was a brightness slider in the battery monitor in the system tray.
But in Q4OS, I don't see any such control.
You can add "lcd dimmer" applet on the system panel, right click on the panel > unlock panels > right click on the panel > add applet to the panel > select and add lcd dimmer.
or: position mouse pointer on the power save application in the system tray and scroll mouse wheel to change brightness.
If you want to adjust dpi settings to increase fonts size, you can run in terminal:
$ sudo sh /usr/share/apps/q4os_system/bin/dpi_set.sh 120
$ sudo reboot
Commands above makes effect within the Trinity desktop. Anyway, you should be able to change brightness using terminal command:
$ xbacklight -set<xx>
replace "xx" with the brightness percentage value, for example:
$ xbacklight -set99
Thank you, q4osteam. That terminal command works.