blob: e206773a675cb76d8ee27e645c2ec65407590da6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
id = 1530
title = "Problem with sdl,gl=on windows 10"
state = "closed"
created_at = "2023-03-04T02:57:13.113Z"
closed_at = "2023-03-05T07:41:44.997Z"
labels = []
url = "https://gitlab.com/qemu-project/qemu/-/issues/1530"
host-os = "windows 10.0.19045"
host-arch = "x86"
qemu-version = "7.2.5"
guest-os = "archlinux"
guest-arch = "## Description of problem"
description = """sdl window opens with black screen, freezes, then crashes"""
reproduce = """1. run the command"""
additional = """- Works fine with just `sdl`, running `gtk,gl=on` outputs `opengl is not supported by the display`
- tried with both `-vga virtio` and `vga std`, same result
- tried with SVM turned on and off (AMD cpu, ryzen 2600x), same result
- built the project `./configure --enable-gtk --enable-sdl --enable-opengl, saw the `OK` for all 3
- have opengl ver 4.6"""
|