Closed cosmicdan closed 4 years ago
Thanks a lot for supporting the project!
There were a number of timeout errors in the log starting with night_vision which is not supported on your monitor.
Can you please run the following commands and post the output here? These settings should be supported. By running them one by one we make sure that an error doesn't produce further errors.
./msigd --debug -f pro_mode
./msigd --debug -f eye_saver
./msigd --debug -f image_enhancement
./msigd --debug -f brightness
./msigd --debug -f contrast
./msigd --debug -f sharpness
Ah right, makes sense.
For some reason now I'm just getting an error no matter the command. I restarted machine, rebuilt... haven't changed a thing since :\
# ./msigd --debug --info --query
DEBUG: Initializing HID lib
DEBUG: Error 0 reading from HID device
msigd: Error on device identification
Try 'msigd --help' for more information.
Factory Reset maybe?
Try plugging out the power cable of the monitor, wait 5 sec and plug it in again.
Hi Daniel,
I now have added preliminary support for the MAG271 series. Can you please check actual git if this working better for you?
Thanks so much - everything seems to be working (that I checked so far). That same debug output looks all good to me :)
DEBUG: Initializing HID lib
Vendor Id: 0x1462
Product Id: 0x3fa4
Product: MSI Gaming Controller
Serial: A02018011700
Monitor Series: MAG271 Series
s140: <006>
s150: <V19>
DEBUG: Special 01 b0 : 01 5a 1a 01 00 00 00 00 00 00 00 00 00 00 00 00
DEBUG: Special 01 b4 : 01 5a 71 00 2d 38 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 : 'FA7T07946004D'
frequency : '060'
game_mode : '000'
black_tuner : '00:'
response_time : '001'
enable_dynamic : '000'
hdcr : '000'
refresh_display : '000'
refresh_position : '001'
alarm_clock : '000'
alarm_clock_index : '000'
alarm_clock_time : '00l'
alarm_position : '000'
screen_assistance : '000'
free_sync : '001'
zero_latency : '001'
screen_size : '003'
pro_mode : '000'
eye_saver : '000'
image_enhancement : '000'
brightness : '040'
contrast : '050'
sharpness : '000'
color_preset : '003'
color_red : '100'
color_green : '100'
color_blue : '100'
color_rgb : '���'
unknown435 : '000'
input : '001'
pip_input : '000'
pbp_input : '000'
pip_size : '002'
pip_position : '000'
osd_language : '001'
osd_transparency : '000'
osd_timeout : '020'
sound_enable : '001'
unknown860 : '001'
navi_up : '005'
navi_down : '005'
navi_left : '005'
navi_right : '005'
Dunno what that 'color_rgb' value is about, though... that normal?
The debug output dumps raw values. Use ./msigd --query
for meaningful values.
I'll reopen for now so that will be reminded to use a hex dump for such cases.
Ah right, that makes sense. Not an important option but wanted to make sure.
Set up some good shortcuts to switch inputs, noticed there's no option to switch pip/pbp on this monitor. Not possible or just not had access to a device to support it? I'm wondering if I could dump memory before/after or something like that as it might just be a different offset or something? (I don't know how HID works really).
Get BlueMail for Android
On 19 Apr 2020, 06:13, at 06:13, couriersud notifications@github.com wrote:
The debug output dumps raw values. Use
./msigd --query
for meaningful values. I'll reopen for now so that will be reminded to use a hex dump for such cases.-- You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub: https://github.com/couriersud/msigd/issues/8#issuecomment-615937972
i think it's not directly mapped to some memory and controlled by chip
Fixed the missing pip/pbp option in https://github.com/couriersud/msigd/commit/db6f78d84e96dd2b7f3d1547cd2538ac43b8175c
--pip values: off pip pbp
Closing this for now since all issues described were fixed. Please reopen if there are other issues.
Howdy,
Love the monitor - dislike the OSD. Would love to see support for this thing.
MAG271CQR
Seems to support everything listed.
Photo of service menu (ugh, EXIF rotation - apologies, aligns correctly if opening fullscreen in Firefox at least):
Am happy to tinker around in the source if it takes a lot of back-and fourth to add support for a new monitor.
Cheers!