View Single Post
edp17's Avatar
Posts: 607 | Thanked: 736 times | Joined on Jul 2019 @ UK
#84
Originally Posted by levone1 View Post
ok, getting there now. One more thing, if you would ...

I can only get portrait mode. I used your 'debian-landscape' script, and it launches the window, but still in portrait mode. When I rotate the phone, the screen rotataes, but the desktop is still in portrait, so only see half. I see rotation swttings in Settings > Display, and I set to rotatae right or left, but no effect...

Thanks
Nice. You have progress. I just have tried the 'debian-mouse-landscape.sh' and for me, it starts the desktop rotated into landscape mode. Did you close the running container before you tried the landscape script?

In the script this line is responsible for the portrait or landscape mode:
for landscape:
`/usr/bin/qxcompositor --wayland-socket-name "../../display/wayland-container-0"` &

for portrait:
`/usr/bin/qxcompositor -o portrait --wayland-socket-name "../../display/wayland-container-0"` &
 

The Following 2 Users Say Thank You to edp17 For This Useful Post: