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

MBP16 and Philips 49" certain modes cause exception #17

Open
vMarkus opened this issue Aug 25, 2020 · 0 comments
Open

MBP16 and Philips 49" certain modes cause exception #17

vMarkus opened this issue Aug 25, 2020 · 0 comments

Comments

@vMarkus
Copy link

vMarkus commented Aug 25, 2020

Hi,

I am using two resolutions on my 49" (Philips 499P9) screen mainly and skip from "fullscreen" 5120x1440 to "split screen" 2560x1440 for two connected computers. Manual selection works on control panel or with other tools, but I'd like to use a script to switch even faster.

Unfortunately display_manager doesn't let me change resolution/refresh to my prefered values:

/usr/local/bin/display_manager.py res 5120 1440 30 ext0
/usr/local/bin/display_manager.py:281: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  raise CommandExecutionError(e.message, command=self)
Error: Display "ext0" cannot be set to 5120x1440
/usr/local/bin/display_manager.py res 2560 1440 60 ext0
/usr/local/bin/display_manager.py:281: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  raise CommandExecutionError(e.message, command=self)
Error: Display "ext0" cannot be set to 2560x1440

However, the following setting do change screen resolution for example without any issue.

/usr/local/bin/display_manager.py res 3840 1080 60 ext0
/usr/local/bin/display_manager.py res 3840 1080 30 ext0
/usr/local/bin/display_manager.py res 1920 1080 60 ext0

Any idea to override or force the settings for 5120x1440@30Hz and 2560x1440@60Hz and get around the exception?

Thanks in advance
Markus

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

1 participant