Re: [RP] [RFC v3] Add xrandr support

2016-12-05 Thread Mathieu OTHACEHE
Hi, > I use ratpoison with xrandr for a few weeks (now with the xrandr branch > on the official git repo), and it works well! Thanks Clément :) > 1. ':restart' command puts windows onto a display that isn't the primary > display (VGA1). Ok. I'll propose a patch soon. > 2. With a default conf

Re: [RP] [RFC v3] Add xrandr support

2016-12-03 Thread Clément Lassieur
Hi, I use ratpoison with xrandr for a few weeks (now with the xrandr branch on the official git repo), and it works well! A few things though (sorry if the vocabulary I use isn't accurate): 1. ':restart' command puts windows onto a display that isn't the primary display (VGA1). Here is my

Re: [RP] [RFC v3] Add xrandr support

2016-12-01 Thread Mathieu OTHACEHE
> Results. The xrandr support works perfectly. Details to follow. Good to know, thanks Rob ! Mathieu ___ Ratpoison-devel mailing list Ratpoison-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/ratpoison-devel

Re: [RP] [RFC v3] Add xrandr support

2016-12-01 Thread Rob Paisley
Ratpoison: Results. The xrandr support works perfectly. Details to follow. # Before xrandr issues rotate/enable third monitor $ ratpoison -c version -c fdump -c sdump ratpoison 1.4.9-xrandr1 (frame :number 0 :x 0 :y 0 :width 1600 :height 1200 :screenw 1600 :screenh 1200 :window 18874369

Re: [RP] [RFC v3] Add xrandr support

2016-11-22 Thread Mathieu OTHACEHE
Hi Rob, Thanks for testing ! As Jeremie said, the output of your sdump command seems to point there's a problem with your build. The expected behaviour is that when you issue your rotate.sh, xrandr will notify ratpoison, and your screens should be detected and setup as if you have restarted

Re: [RP] [RFC v3] Add xrandr support

2016-11-20 Thread Jeremie Courreges-Anglas
Mathieu OTHACEHE writes: > Drop deprecated xinerama support and replace it with xrandr. > > Signed-off-by: Mathieu OTHACEHE > --- > > Hi, > > Here is v3, to address Jeremie review and rebase patch on top of recent > changes. Thank you Mathieu. I've