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

Failed to parse Xrandr output #19

Closed
janhieber opened this issue Feb 17, 2015 · 2 comments
Closed

Failed to parse Xrandr output #19

janhieber opened this issue Feb 17, 2015 · 2 comments

Comments

@janhieber
Copy link

Error message when calling autorandr:
Failed to parse current configuration from XRandR:
Parsing XRandR output failed, 3826 bytes left unmatched after regular expression,starting with ..'x1050 (0xb'.

xrandr -q --verbose: http://pastebin.com/x25Amtmi

System: Fujitsu Lifebook E Series, Ubuntu 14.10 64bit, dockingstation, two Screens connected at dock (DVI, VGA)

phillipberndt added a commit that referenced this issue Feb 17, 2015
@phillipberndt
Copy link
Owner

The 1680 was accidentally parsed as a part of the EDID. I changed the regexp to require the two tabs in front of each EDID line. This should fix the problem.

@janhieber
Copy link
Author

Wow, that was lightning fast. Thank you :)

Am 17. Februar 2015 10:53:47 MEZ, schrieb Phillip Berndt notifications@github.com:

The 1680 was accidentally parsed as a part of the EDID. I changed the
regexp to require the two tabs in front of each EDID line. This should
fix the problem.


Reply to this email directly or view it on GitHub:
#19 (comment)

Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

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

No branches or pull requests

2 participants