blob: 087503a4e5d020814c5aae1bbac323a8b9bf3cb5 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Stuck when using virtio driver to rotate the screen
Description of problem:
Configure the virtual machine's graphics card as Virtio, and use `xrandr -o left` to rotate the screen and it will get stuck.
Configure the graphics card as VGA, and use `xrandr -o left` to rotate the screen normally.
Steps to reproduce:
1. Configure the virtual machine's graphics card as Virtio
2. use `xrandr -o left` to rotate the screen
|