Unknown monitor Optix MAG241C
I'm not sure why this is happening. Optix MAG241C should show <002><V18> as ID combination but mine shows as <002><V49>
This monitor was bought in second half of 2021. Maybe its a new revision of MAG241C
Heres the output of msigd --info --debug --query
DEBUG: Initializing HID lib
DEBUG: Found <MSI Gaming Controller> with serial <A02018011700>
Unexpected id combination <002><V49>
Detected an unknown monitor. Please report the output of
'msigd --info --debug --query' as an issue and also provide
the ID (MAG...) of your monitor. Thank you!
Vendor Id: 0x1462
Product Id: 0x3fa4
Product: MSI Gaming Controller
Serial: A02018011700
Monitor Series: Unknown Series
LED support: None
s140: <002>
s150: <V49>
DEBUG: Special 01 b0: 01 5a 15 00 00 00 00 00 00 00 00 00 00 00 00 00
DEBUG: Special 01 b4: 01 5a 02 92 0d 34 00 00 00 00 00 00 00 00 00 00
DEBUG: Error 0 reading from HID device
DEBUG: Error receiving 01 d0 62 30 30 31 30 30 30 30 30 0d: 0
macro_key : '000'
serial : 'EA2T111600179'
frequency : '144'
response_time : '002'
image_enhancement : '000'
brightness : '100'
contrast : '070'
sharpness : '000'
color_rgb : 'bbb'
osd_transparency : '000'
osd_timeout : '020'```
Looks like this is connect to issue #32. The website does not provide any indications that something has changed since it was added Could you provide a screenshot of the OSD window after pressing the OSD button, please?
The usb interface serial has changed. It is now A02018011700 and at least on my two msi monitors and in issue #32 is A02019010700. Identical to #32 no new firmware is listed on https://www.msi.com/Monitor/Optix-MAG241C/support#driver.
That's why I need the screenshot.
Please get branch https://github.com/couriersud/msigd/tree/38-unknown-monitor-optix-mag241c and provide msigd --info --debug --query again. Thanks!
Really sorry but I do not have access to my monitor right now. I'll try to update in a few days.
It seems that the monitor is being detected with that branch. But none of the options do anything. I tried changed values for black_tuner, game_mode, image_enhancement and pro_mode but they seem to not do anything.
❯ ./msigd --info --debug --query
DEBUG: Initializing HID lib
DEBUG: Found <MSI Gaming Controller> with serial <A02018011700>
Vendor Id: 0x1462
Product Id: 0x3fa4
Product: MSI Gaming Controller
Serial: A02018011700
Monitor Series: MAG241C
LED support: None
s140: <002>
s150: <V49>
DEBUG: Special 01 b0: 01 5a 15 00 00 00 00 00 00 00 00 00 00 00 00 00
DEBUG: Special 01 b4: 01 5a 02 92 0d 34 00 00 00 00 00 00 00 00 00 00
macro_key : '000'
serial : 'EA2T111600179'
frequency : '144'
game_mode : '005'
black_tuner : '009'
response_time : '000'
enable_dynamic : '000'
hdcr : '000'
refresh_display : '000'
refresh_position : '000'
alarm_clock : '000'
alarm_position : '000'
screen_assistance : '000'
free_sync : '001'
pro_mode : '000'
eye_saver : '000'
image_enhancement : '000'
brightness : '070'
contrast : '080'
sharpness : '000'
color_preset : '001'
color_red : '050'
color_green : '050'
color_blue : '050'
color_rgb : 'bbb'
input : '002'
osd_language : '001'
osd_transparency : '000'
osd_timeout : '020'
sound_enable : '001'
rgb_led : '001'
navi_up : '005'
navi_down : '003'
navi_left : '004'
navi_right : '005'
First, sorry for the late reply ... I was travelling the last days. Within the issue branches I am disabling any setting changes - to reduce the risk of producing bricks to a minimum.
This looks good. I'll review the manual and post an update soon.
MAG241C V49 is now supported in the master branch. Would be great if you could provide feedback so that I can close this issue
First, sorry for the late reply ... I was travelling the last days. Within the issue branches I am disabling any setting changes - to reduce the risk of producing bricks to a minimum.
This looks good. I'll review the manual and post an update soon.
Oh that's understandable. Thank you for the great work. I'll try out the master branch and let you know