Questions tagged [display-rotation]
22 questions
36
votes
9 answers
How do I set up a hotkey or shortcut to rotate my screen in Windows?
I've recently acquired a set of monitor arms that allow for free rotation of my monitors. I'd like to be able to quickly switch from one orientation to another on the fly, without having to go through the trouble of accessing the screen rotation…
wax eagle
- 503
34
votes
3 answers
How do I rotate Windows 8 screen?
Most mobile devices like tablets or smartphones have an orientation sensor that signals the OS to rotate itself when the device is rotated.
But having installed Windows 8 on a desktop (or virtual machine), how do I rotate the screen?
Obviously, this…
Vladimir Sinenko
- 2,715
14
votes
1 answer
FFmpeg filter to rotate image through arbitrary angle
I need to produce timelapse video from a webcam that was mounted at a slightly off-vertical angle, and I need to rotate the image about 3 degrees counter-clockwise. (The webcam is in a virtually inaccessible location and due to weather may get…
Tom
- 243
5
votes
5 answers
Laptop screen is suddenly rotated
I turned my laptop upside down to get some dust that had gathered under the keyboard to fall out. But then suddenly, everything was sideways. The entire desktop had turned 90 degrees, the trackpad also worked sideways.
Is it broken? I'm running…
abbajabba
- 71
- 1
- 1
- 3
5
votes
0 answers
Enable rotation lock by default in Windows 10
I have a 2-in-1 Windows 10 computer, which can be either in laptop mode or tablet mode. Whenever I switch from laptop mode to tablet mode by turning the keyboard from in front of the screen to behind the screen, the rotation lock is always…
3
votes
1 answer
Picture-in-Picture video time jumps during rotation, when recording with mobile phone
I use my phone for streaming live videos to my server the usual way with javascript and getUserMedia() etc.
Then I'm using FFMPEG to encode it in realtime and additionally put an overlay video onto it.
For some reason, each time I rotate the phone…
Macster
- 41
2
votes
0 answers
How can I make cleartype change subpixel layout when I rotate my tablet?
I have a tablet running a full version of windows 8.
I have cleartype enabled, but when I flip the device, the cleartype does not take seem to take into account the change in subpixel layout. Is there a tool that can detect this orientation change…
Eric
- 446
2
votes
1 answer
Disable Acer's Auto-Rotate Lock Toggle In Windows 8
I have an Acer Aspire R7, and I'm happy enough with it except for the way Acer handles the Auto-Rotate Lock.
Auto-Rotate in Windows 8
Normally in Windows 8 if you rotate the physical screen, a sensor notices, relays that to the sensor service, and…
Chris Moschini
- 310
2
votes
0 answers
Automatically move taskbar when rotating screen
I have a Windows 8 tablet-laptop combo with which I have an issue.
To save space, I keep my task bar at the left side of the screen. This is fine when using the device in landscape mode, but when I rotate it to portrait, the task bar still occupies…
evilcandybag
- 191
2
votes
0 answers
How to enable screen rotation Sony Vaio Laptop
I've got a sony vaio SA laptop. Since reformatting it to the Sony OEM windows 7 I couldn't change the screen orientation.
I thought maybe it's an option in the registry that needs changing but I can't find a reference to such a registry option.…
Matt
- 21
2
votes
0 answers
How to rotate the login screen on macOS Sequoia 15.2?
I have a rotated 90 degree screen.
Every user has the correct configuration, but the login screen is not rotated. How can I sort this out?
I am on macOS Sequoia 15.2.
1
vote
1 answer
Dual monitors - primary monitor rotates 90 degrees counterclockwise (I DON'T WANT IT TO), secondary does not
Well, you can pretty much read the problem in the title. I have a laptop and a monitor, and when I want to use them in the extended mode, the laptop screen decides to rotate to a portrait orientation, even though it is set to landscape.. It used to…
TinaAnne
- 11
1
vote
0 answers
Windows 8 Desktop background lock orientation
I have chosen a desktop background and I am having a beef with it because when I rotate the desktop, so does the background. I wonder how its possible change settngs so that the desktop background image does not rotate as my tablet?
JBRPG
- 11
1
vote
1 answer
Why does programs take more CPU with 90 degree desktop rotation?
I noticed that when I use ATI Tray Tools to rotate my screen 90 degrees (left or right), the screen processing gets really slow; Firefox or any program lags (uses 100% of one CPU-core when menu items are shown), and I see nasty refresh rate tearing…
Rookie
- 1,243
1
vote
0 answers
ffmpeg -display_rotation, -display_hflip, and -display_vflip to mirror image video without re-encoding
I am trying to horizontally flip (i.e. mirror image) a video without re-encoding it using the ffmpeg -display_rotation, -display_hflip, and -display_vflip commands.
If I want to re-encode, this works perfectly:
ffmpeg -i myvideo.mp4 -acodec copy -vf…
Ferox Ludum
- 11