summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1020.toml
blob: 3af5fecab6e360c0808cfbd39c8063cdf138d41b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
id = 1020
title = "Display mode 0x6 doubles lines"
state = "closed"
created_at = "2022-05-10T16:50:49.309Z"
closed_at = "2022-07-29T17:29:53.180Z"
labels = ["device:graphics", "workflow::Patch available"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1020"
host-os = "manjaro"
host-arch = "x86-64"
qemu-version = "6.2.0"
guest-os = "NO_OS"
guest-arch = "i386"
description = """When developing https://github.com/korneliuszo/ne2000xt I've occured problem with double lines in mode 0x06 of VGA display, problem doesn't exist in mode 0x05"""
reproduce = """1. Call int 0x10, to setup video mode
2. put data into video ram  (./cga.py -i 192.168.1.102 -I ~/a.png)
3. bad display"""
additional = """Bad display:
![a](/uploads/a6d13b7f5f45000c46371b0bdf526d2a/a.png)

Same data, but in mode 0x05
![b](/uploads/585d4dfe35b4ee028374100c10929f68/b.png)

Same script as in bad display but run under 86Box
![20220510-172456-004004](/uploads/bf42813fbcbb6a73e736d0635c6425c5/20220510-172456-004004.png)"""