Before I start implementing this on my own, does something like this already exist?

I have a keyboard & mouse, that can be paired to multiple devices via #Bluetooth.
I have two laptops, connected to a single screen.

I'm looking for a way, to switch the screen inputs, based on the "device selection" keys of my keyboard, so the tool should basically:
- listen to the corresponding HCI command/event
- trigger the switch via DDC/CI

#Linux #OpenSource #DDCCI #Monitor

Adjust your monitor settings without using the OSD on Ubuntu Linux

https://pod.haxxors.com/posts/8df957d0854c013b45920d656c5dc7a3

Thanks to @vidister for the original post

#ubuntu #linux #ddcci #tweaks #opensource

Adjust your monitor settings without using the OSD on Ubuntu Linux

Adjust your monitor settings without using the OSD on Ubuntu Linux Almost all computer screens made in the last decade support DDC/CI. (The Display Data Channel Command Interface). You can use it to control stuff like the backlight brightness without fiddling with the awful screen buttons and OSD. For Ubuntu you need to compile and load the required kernel module: > sudo apt install ddcci-dkms && sudo modprobe ddcci To auto load the module on boot: > echo ddcci | sudo tee -a /etc/modules Show all devices that are supported: > sudo ddcutil detect Display 1 I2C bus: /dev/i2c-7 EDID synopsis: Mfg id: BNQ Model: BenQ GL2580 Product code: 30949 Serial number: V4K00680019 Binary serial number: 21573 (0x00005445) Manufacture year: 2019, Week: 17 VCP version: 2.1 So the bus number for my BenQ monitor is 7 ( /dev/i2c-7 ) > ddcutil --bus 7 capabilities Model: GL2580HM MCCS version: 2.1 Comm...

diaspora* social network
Support EEID=GSM5B55 [LG Standard LCD] aka 27MK(BK)400H/MK(BK)430H · Issue #102 · ddccontrol/ddccontrol-db

Hi, I just tested monitor LG 27MK400H-B which is not present in my database (GSM5B55) For the record here the dumplog. I intend to share a patch (PR) soon or later, Is there anything to be known ab...