Package: arandr
Version: 0.1.6-1

I can't replace built in "XxY" modes so use additional "R" ones
calculated with:

cvt -r 1440 900 60
cvt -r 1400 1050 60

This is labelled 1440x900R as previous 1440x900 in use can not be
changed. Integer conversion (int()) stops on 'R' with error.

Need to match only first two groups of digits in mode as frequency and
flags do not matter. Split H on "x" and then split V on any non digit?
Any non-digit for H would also allow for '*", 'X', '×', etc.

>   File "/usr/lib/python2.7/dist-packages/screenlayout/xrandr.py", line 150, 
> in <genexpr>
>     o.modes.append(Size(int(a) for a in d.strip().split(" ")[0].split("x")))
> ValueError: invalid literal for int() with base 10: '900R'


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to