BlissOS / bug_reports

0 stars 0 forks source link

16.9.4, screen, big size becomes little size #18

Open promeneur opened 6 months ago

promeneur commented 6 months ago

The script to launch the 16.9.4

#!/bin/bash

qemu-kvm -enable-kvm \
-m 8G -smp 4 -cpu host \
-display gtk,gl=on,zoom-to-fit=off \
-device virtio-vga-gl \
-device qemu-xhci,p2=5,p3=5,id=xhci \
-device usb-kbd -k fr \
-device usb-mouse \
-device usb-host,vendorid=0x046d,productid=0x0825 \
-device usb-host,vendorid=0x0b05,productid=0x190e \
-device intel-hda \
-device hda-duplex,audiodev=snd0 \
-audiodev pipewire,id=snd0 \
-boot menu=on \
-nic bridge,mac=00:16:3e:4f:90:5a \
~/QEMU_VM/Bliss-v16.9.4-x86_64-OFFICIAL-gapps-20240114.img \

the bliss window displaying the launch menu is big

window_menu

the bliss windows displaying android is a little one

window_bliss

Xtr126 commented 6 months ago

It’s because you use zoom-to-fit=off, remove it and resize the window before it boots and it will pick the right screen resolution then.

promeneur commented 6 months ago

@Xtr126

Thanks

There is a little progress, but the window is still too small for my eyes.

window_fit_off

Xtr126 commented 6 months ago

@Xtr126

Thanks

There is a little progress, but the window is still too small for my eyes.

window_fit_off

If you don’t want the features in qemu, use crosvm, crosvm can force any resolution for Android or even use multiple display windows. https://xtr126.github.io/XtMapper-docs/blissos/running_in_crosvm/