BlissOS / bug_reports

0 stars 0 forks source link

16.9.4, screen size settings ? #14

Open promeneur opened 7 months ago

promeneur commented 7 months ago

the script to launch bliss

#!/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 \

With the previous version, in grub folder in menu.lst file, I add "video=1280x800x32" in the kernel command.

This option is deprecated.

Then I want to add in menu.lst the following statements

GRUB_GFXMODE=1280x800x32
GRUB_GFXPAYLOAD_LINUX=keep

But menu.lst does not exist in grub folder.