Not really, did you read the last posts in that thread?
Have now read them, alas, not much help there.
Can you upload and share logs via MyOSMC?
Sure can, but I’d need some advice on exactly what events I need to log, and how? Just let the device sit on its own until the screen saver tries to activate?
About what I’ve tried: for example, vcgencmd just doesn’t seem to do anything to the display power:
$ vcgencmd display_power 0
display_power=1
And I suspect the oldish computer display I am using (BenQ 1920×1080 ET-0019-N, with VGA/DVI/HDMI inputs) doesn’t support CEC as that’s more of a television/consumer electronics thing. For example, after installing v4l-utils, trying the command:
$ cec-ctl --to 0 --standby
Driver Info:
Driver Name : vc4_hdmi
Adapter Name : vc4
Capabilities : 0x0000010e
Logical Addresses
Transmit
Passthrough
Connector Info
Driver version : 5.10.78
Available Logical Addresses: 1
DRM Connector Info : card 0, connector 32
Physical Address : 1.0.0.0
Logical Address Mask : 0x0002
CEC Version : 1.4
Vendor ID : 0x001582 (Pulse-Eight)
OSD Name : ‘’
Logical Addresses : 1 (Allow Fallback to Unregistered)
Logical Address : 1 (Recording Device 1)
Primary Device Type : Record
Logical Address Type : Record
Transmit from Recording Device 1 to TV (1 to 0):
STANDBY (0x36)
Sequence: 194368 Tx Timestamp: 110183.390s
Tx, Not Acknowledged (4), Max Retries
I also tried to install cec-client, but neither did that do any good:
$ echo ‘standby 0’ | cec-client -s -d 1
opening a connection to the CEC adapter…
ERROR: [ 46] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR: [ 46] could not open a connection (try 1)
ERROR: [ 1046] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR: [ 1046] could not open a connection (try 2)
ERROR: [ 2046] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR: [ 2047] could not open a connection (try 3)
ERROR: [ 3047] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR: [ 3047] could not open a connection (try 4)
ERROR: [ 4047] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR: [ 4047] could not open a connection (try 5)
ERROR: [ 5047] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR: [ 5047] could not open a connection (try 6)
ERROR: [ 6048] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR: [ 6048] could not open a connection (try 7)
ERROR: [ 7048] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR: [ 7048] could not open a connection (try 8)
ERROR: [ 8049] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR: [ 8049] could not open a connection (try 9)
ERROR: [ 9049] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR: [ 9049] could not open a connection (try 10)
^C [I got tired here and pressed ctrl/c]
signal caught: 2 - exiting
unable to open the device on port Linux
ERROR: [ 10050] could not start CEC communications
Also trying to install xset did not seem to help here (it’s part of x11-xserver-utils, does Kodi even run under X on OSMC?) and vbetool has no installation candidate (although it’s referred to by another package?)