Summary: |
EDID-Decode does not allow spaces in 'Monitor Name' detailed block |
Product: |
xorg
|
Reporter: |
Simon <simon> |
Component: |
App/edid-decode | Assignee: |
Xorg Project Team <xorg-team> |
Status: |
RESOLVED
DUPLICATE
|
QA Contact: |
Xorg Project Team <xorg-team> |
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
git | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 130389 [details] patch to fix edid-decode does not allow spaces, it is incorrectly reporting the name and throwing an error. edid-decode: -- descriptor 4: 00 00 00 fc 00 53 4d 41 52 54 20 49 46 50 0a 20 20 20 ... Monitor name: SMART ... Detailed block string not properly terminated -- parse-edid: -- Section "Monitor" Identifier "SMART IFP" ModelName "SMART IFP" -- After attached patch edid-decode behaves correctly. Simon.