第 8 節
Extended Features
0瀏覽次數0訪問次數--跳出率--平均停留
Wine
Android
I-card, A-card
- Wayland-Waydroid (Excellent Experience)
Nvidia card (So Nvidia Fxxk U!)
- QEMU-KVM Virtual Machine + BlissOS-X86
https://www.bilibili.com/video/BV1aS411P7Wh
- A relatively recommended configuration
qemu-system-x86_64 \ -M q35,vmport=off \ -accel kvm \ -cpu qemu64,+sse3,+sse4.2 \ -smp 8,cores=4 \ -m 6G \ -usb \ -device virtio-tablet \ -device virtio-keyboard \ -device usb-tablet \ -bios OVMF-pure-efi64.fd \ -net user,hostfwd=tcp::5555-:5555,hostfwd=tcp::8022-:8022 \ -net nic,model=virtio \ -audio sdl,model=hda \ -display sdl,gl=on,show-cursor=on \ -device virtio-vga-gl,xres=1920,yres=1080 \ -drive file=disk.qcow2,media=disk,if=virtio,cache=writeback \ -drive file=Bliss-v16.9.7-x86_64-OFFICIAL-gapps-20240911.iso,media=cdrom \ -monitor stdio \ -serial none- Common Operations:
- Full screen: Ctrl+Alt+F
- ADB debugging
- Connect Linux and Android using ADB.
# 连接安卓 adb connect 127.0.0.1 # 打开shell adb -s 127.0.0.1:5555 shell # 使用root权限 su - Chinese input method
- You can download Google Input Method: press Shift+Space to switch between Chinese and English (this effectively prevents conflicts with the Linux system's native Chinese/English switching).