Closed pled closed 4 months ago
if you delete the /tmp/com.sidevesh.Luminance.lock file then the app will run again, can you try using ddcutil interrogate command and let me know if it is able to list and control your monitors ?
Here is the output :
$ ddcutil interrogate
No /dev/i2c devices exist.
ddcutil requires module i2c-dev.
So I created that file (if module i2c-dev is not built into your kernel) :
$ cat /etc/modules-load.d/ddcutil.conf
i2c-dev
After reboot, I can see my monitors in Luminance ! :+1:
NOTE : the brand for Display 2 (AOC) is not displayed. Looking at ddcutil ouput, it is like this :
$ ddcutil detect
Display 1
I2C bus: /dev/i2c-3
DRM connector: card0-HDMI-A-1
EDID synopsis:
Mfg id: PHL - Philips Consumer Electronics Company
Model: PHL 243S7
Product code: 2319 (0x090f)
Serial number: UHB1847036174
Binary serial number: 36174 (0x00008d4e)
Manufacture year: 2018, Week: 47
VCP version: 2.2
Display 2
I2C bus: /dev/i2c-6
DRM connector: card0-DP-1
EDID synopsis:
Mfg id: AOC - UNK
Model: 24G2W1G3-
Product code: 9218 (0x2402)
Serial number: 1J4PBHA008631
Binary serial number: 8631 (0x000021b7)
Manufacture year: 2023, Week: 47
VCP version: 2.1
The manufacturer is in Mfg id
, the 3 first characters... May be you could enhance the display in the App ?
Enhancing the name of monitor is something ddcutil will have to do since this app relies on it, I am glad the issue is resolved for you, Closing ticket
Strictly speaking, ddcutil
returns the model
for model field, that sounds logical. The brand is in the Mfg id
field.
So in other words, you may also displays the brand along the model name for each monitor, to enhance your app. Just a suggestion.
Hi, I Just discovered and installed your application using .deb on my Debian Trixie. I have 2 displays supposed to support DDC/CI :
When launching Luminance GUI, I get "No displays found". When using command line, here is what I get :
NOTE : After that, I cannot launch it again, it says "Another instance of the application is already running." although I don't see anything in the process list.
System uses Wayland and here is the config :
Let me know if you need more information, or if I missed something.