diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/108/other/884 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/other/884')
| -rw-r--r-- | results/classifier/zero-shot/108/other/884 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/884 b/results/classifier/zero-shot/108/other/884 new file mode 100644 index 00000000..204999a2 --- /dev/null +++ b/results/classifier/zero-shot/108/other/884 @@ -0,0 +1,23 @@ +device: 0.888 +graphic: 0.878 +performance: 0.711 +network: 0.347 +semantic: 0.275 +permissions: 0.275 +debug: 0.257 +boot: 0.197 +files: 0.189 +vnc: 0.156 +PID: 0.143 +KVM: 0.119 +other: 0.067 +socket: 0.060 + +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 |