Re: Need help: vertical screen rotation!

2017-11-08 Thread Martin Flöser
Am 2017-11-07 20:11, schrieb Martin Flöser: Am 2017-11-07 19:03, schrieb Sebastian Kügler: On dinsdag 7 november 2017 18:28:40 CET Martin Flöser wrote: > upside down works, 90 and 270 do nothing on my system. > > Debian Unstable > Linux manta 4.13.0-1-amd64 #1 SMP Debian 4.13.4-1 (2017-10-01) >

Re: Need help: vertical screen rotation!

2017-11-07 Thread Martin Flöser
Am 2017-11-07 19:03, schrieb Sebastian Kügler: On dinsdag 7 november 2017 18:28:40 CET Martin Flöser wrote: > upside down works, 90 and 270 do nothing on my system. > > Debian Unstable > Linux manta 4.13.0-1-amd64 #1 SMP Debian 4.13.4-1 (2017-10-01) > x86_64 GNU/ Linux > > 00:02.0 VGA compatible

Re: Need help: vertical screen rotation!

2017-11-07 Thread Sebastian Kügler
On dinsdag 7 november 2017 18:28:40 CET Martin Flöser wrote: > > upside down works, 90 and 270 do nothing on my system. > > > > Debian Unstable > > Linux manta 4.13.0-1-amd64 #1 SMP Debian 4.13.4-1 (2017-10-01) > > x86_64 GNU/ Linux > > > > 00:02.0 VGA compatible controller: Intel Corporation HD

Re: Need help: vertical screen rotation!

2017-11-07 Thread Martin Flöser
Am 2017-11-07 18:27, schrieb Sebastian Kügler: On maandag 6 november 2017 16:54:26 CET Martin Flöser wrote: Hi all, I am currently working on screen rotation on Wayland. Unfortunately my systems do not support vertical rotation (rotate by 90 or 270 degrees). Thus I do not know whether my code w

Re: Need help: vertical screen rotation!

2017-11-07 Thread Sebastian Kügler
On maandag 6 november 2017 16:54:26 CET Martin Flöser wrote: > Hi all, > > I am currently working on screen rotation on Wayland. Unfortunately my > systems do not support vertical rotation (rotate by 90 or 270 > degrees). Thus I do not know whether my code works or what needs > fixing. > > I need

Re: Need help: vertical screen rotation!

2017-11-07 Thread Martin Flöser
Am 2017-11-07 17:46, schrieb David Edmundson: ​Linux david-laptop 4.10.17-2-MANJARO #1 SMP PREEMPT Sun May 21 11:02:41 UTC 2017 x86_64 GNU/Linux On Intel it's not yet enabled by default with 4.10. Please do the following: 1. Edit /etc/default/grub and add "i915.nuclear_pageflip=1" to GRUB_CM

Re: Need help: vertical screen rotation!

2017-11-07 Thread David Edmundson
​Linux david-laptop 4.10.17-2-MANJARO #1 SMP PREEMPT Sun May 21 11:02:41 UTC 2017 x86_64 GNU/Linux Renderer: Compositing === Compositing is active Compositing Type: OpenGL OpenGL vendor string: Intel Open Source Technology Center OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile Ope

Re: Need help: vertical screen rotation!

2017-11-07 Thread Martin Flöser
Am 2017-11-06 19:07, schrieb David Edmundson: I am not :( drmSetClientCap fails Is there much I can do? Could you please tell me which kernel version and which gpu driver you are using? Cheers Martin

Re: Need help: vertical screen rotation!

2017-11-06 Thread David Edmundson
I am not :( drmSetClientCap fails Is there much I can do?

Re: Need help: vertical screen rotation!

2017-11-06 Thread Martin Flöser
Am 2017-11-06 18:25, schrieb David Edmundson: For all rotations (including upside down) I'm getting the primary buffer displaying pre-rotated contents; for 90 and 270 the contents are frozen. Could you please verify that you run atomic mode settings? The description matches my experiences when

Re: Need help: vertical screen rotation!

2017-11-06 Thread David Edmundson
For all rotations (including upside down) I'm getting the primary buffer displaying pre-rotated contents; for 90 and 270 the contents are frozen. For flipped the cursor plane flipped correctly and updates fine. This on master, I don't have your supportRotations patches in.