koiuo / randrctl

Profile based screen manager for X
GNU General Public License v3.0
47 stars 12 forks source link

Added support for --rate #1

Closed sontags closed 9 years ago

sontags commented 9 years ago

Since my new monitor at home is way to large to work with the default refresh rate chosen by xrandr, I need to lower the setting manually. This request addresses this issue.

Enhancement: randrctl default in now simply set to "70". This could probably be set more dynamically.

koiuo commented 9 years ago

Hi, sontags. Sorry for late reply, missed notification from github.

Thanks for your contribution!

Do you think you could implement detection of supported rates for modes? Afaik, most laptop panels support only 60Hz, thus setting default to 70 would break utility for all those users (including me).

koiuo commented 9 years ago

FYI, I created issue with the description of the feature. Going to implement it eventually, but if you want it faster, feel free to take it. If you have any thoughts or suggestions, let me know, please
https://github.com/edio/randrctl/issues/3

koiuo commented 9 years ago

Implemented