11-02-2019, 02:54 PM
(11-01-2019, 04:36 AM)bobfa Wrote: I am running 6.3 on the USBridge Sig and noticed a problem with the HDMI display I have connected.
1. When the screen times out I cannot find a "remote" way to turn it back on. Tap a key on the connected keyboard works
2. The picture on the screen goes away but the backlight stays on so the display is not going to sleep.
bob
Hi Bob,
For the issue "backlight remaining on after screen blank" try adding the line below to /boot/config.txt then reboot.
Code:
hdmi_blanking=1
Try the following commands to turn the display back on after screen blanking.
Code:
export DISPLAY=:0
xset s reset
Let me know whether or not these work.
-Tim