Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./set_screens.py", line 37, in <module>
  3. screens = get_screens()
  4. File "./set_screens.py", line 21, in get_screens
  5. return [l.split()[0] for l in get("xrandr").splitlines() if " connected" in l]
  6. File "./set_screens.py", line 15, in get
  7. return subprocess.check_output(cmd).decode("utf-8")
  8. File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
  9. **kwargs).stdout
  10. File "/usr/lib/python3.5/subprocess.py", line 708, in run
  11. output=stdout, stderr=stderr)
  12. subprocess.CalledProcessError: Command 'xrandr' returned non-zero exit status -11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement