Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display not found #116

Open
Anyeos opened this issue Mar 27, 2020 · 3 comments
Open

Display not found #116

Anyeos opened this issue Mar 27, 2020 · 3 comments

Comments

@Anyeos
Copy link

Anyeos commented Mar 27, 2020

I have a monitor Samsung 24" connected to DVI and a projector EPSON (old 1999) connected to VGA with a DisplayPort adapter.
amdgpu open driver with a Radeon RTX 580 Nitro+ PCI-E videocard.
Both detections fails with a "Display not found". I cannot do anything at all. But as you can see there are some responses.
And as I verified the response is not always the same. With the same command there are different responses. It appears to be random but the last response always begin with "6e 6e". So there are a pattern and can mean something.

detect:

Invalid display
   I2C bus:             /dev/i2c-8
   EDID synopsis:
      Mfg id:           SEC
      Model:            
      Serial number:    
      Manufacture year: 1999
      EDID version:     1.1
   DDC communication failed
   This appears to be a laptop display. Laptop displays do not support DDC/CI.

Invalid display
   I2C bus:             /dev/i2c-11
   EDID synopsis:
      Mfg id:           SAM
      Model:            SyncMaster
      Serial number:    0
      Manufacture year: 2010
      EDID version:     1.3
   DDC communication failed

The verbose output of i2c:
sudo ddcutil -v --ddc --mfg SEC getvcp ALL > ddcutil_SEC.txt
sudo ddcutil -v --ddc --mfg SAM getvcp ALL > ddcutil_SAM.txt

I guess there are more research to do about how works the communication with monitors in practice.

@rockowitz
Copy link
Owner

rockowitz commented Mar 27, 2020 via email

@Anyeos
Copy link
Author

Anyeos commented Mar 29, 2020

I tested with Windows 10 and the SoftMCCS and it say that eventually the EPSON projector does not support control anything. But my Samsung monitor supported some things (not all). It can control the brightness, contrast and colors. And it can be reset to factory too.

It is a clean Windows without drivers installed, it worked as is out of the box.

I think there are a need to make some low level research. It cannot be so complicated because Windows is not so complicated for doing that things.
And the SoftMCCS app appears to have a complete database only. It does not appear to be a high level engineering app.

I think some better algorithms must be implemented over i2c to try different workarounds. I don't say it is posible with this app. It will be neccesary to work near driver/module or low level access too.
There appears that the i2c commands are being send at wrong speed or wrong bit level like all serial communication protocols that must be equal on both sides. But i2c is so simple that I don't think it must be very difficult to someone with an oscilloscope and computers and electronics knowledge.

If there are no manner to control speed from userspace apps, we are on a lack of features from the module itself. i2c is low level so it is neccesary to control each aspect of it at low level. There are no definitive way of doing that. It is a trial and error only. Because there are no enforced rules for that each manufacturer wants to do what he want with this. So we must do the same, trial and error.

Thank you for your support I just wanted to put to factory reset my EPSON projector because I don't have the remote control and it is configured not so good and I have no form of put it to factory defaults without the remote. I just thinked that it supported some DDC control to send that message but eventually it is not the case.

I tried with a very high value of --sleep-multiplier without success in both cases. The response is bad and I think it is because there are some misuse of the physics layer of the communication. Maybe there are some EMI produced because a wrong usage of the i2c communication over the wires. And if that is the case it is a fail of the module itself. I am electronic so I know what I am talking about. But I don't have oscilloscope, sorry.

@rockowitz
Copy link
Owner

rockowitz commented Mar 30, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants