From: Jan Kiszka <jan.kiszka@web.de>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 16/18] console: stop using DisplayState in gfx hardware emulation
Date: Mon, 25 Mar 2013 11:00:07 +0100 [thread overview]
Message-ID: <51502027.5030108@web.de> (raw)
In-Reply-To: <51501F2A.9000802@web.de>
[-- Attachment #1: Type: text/plain, Size: 4146 bytes --]
On 2013-03-25 10:55, Jan Kiszka wrote:
> On 2013-03-25 10:48, Gerd Hoffmann wrote:
>> On 03/25/13 10:32, Jan Kiszka wrote:
>>> On 2013-03-25 10:10, Gerd Hoffmann wrote:
>>>> On 03/25/13 09:40, Jan Kiszka wrote:
>>>>> On 2013-03-25 09:39, Gerd Hoffmann wrote:
>>>>>> Hi,
>>>>>>
>>>>>>>> Any hints in the X server log?
>>>>>>>
>>>>>>> "vmwlegacy(0): Weight given (565) is inconsistent with the
>>>>>>> depth (24)"
>>>>>>
>>>>>> Weight hints depth 16 indeed. What depth used the server to
>>>>>> run at? 16 or 24?
>>>>>
>>>>> 24
>>>>
>>>> As expected. Puzzling where the 565 weight comes from ...
>>>>
>>>> Can you apply the attached patch, enable vmware_* +
>>>> displaysurface_* tracepoints + send a log?
>>>
>>> [shrinking CC list at this chance]
>>
>> Hmm, no displaysurface_* tracepoints?
>
> Setting up a full trace was a bit too unhandy (it still lacks some
> ad-hoc configuration). If you need it, I'll redo.
Ah, just found one, though I'm unsure if it is intended to work like
this: -trace events=., then "trace-event vmware*/display* on" from the
monitor.
[5424.260045] displaysurface_create surface=0x7ff3158c33b0, 720x400
[5424.260332] displaysurface_free surface=0x7ff3158f6250
[5425.580115] displaysurface_create_from surface=0x7ff315d3df40, 800x600, bpp 16, bswap 0
[5425.580257] displaysurface_free surface=0x7ff3158c33b0
[5431.993087] vmware_value_read index 1, value 0x0
[5431.993147] vmware_value_read index 2, value 0x320
[5431.993165] vmware_value_read index 3, value 0x258
[5431.993180] vmware_value_read index 7, value 0x20
[5431.993196] vmware_value_read index 0, value 0x90000002
[5431.993211] vmware_value_read index 20, value 0x0
[5431.993226] vmware_value_write index 0, value 0x90000002
[5431.993240] vmware_value_read index 0, value 0x90000002
[5431.993256] vmware_value_read index 17, value 0x3
[5431.993272] vmware_value_read index 28, value 0x20
[5431.993287] vmware_value_read index 6, value 0x20
[5431.993301] vmware_value_read index 15, value 0x1000000
[5431.993317] vmware_value_read index 13, value 0xfd000000
[5431.993333] vmware_value_read index 4, value 0x938
[5431.993348] vmware_value_read index 5, value 0x6ea
[5431.993465] vmware_value_read index 9, value 0xf800
[5431.993486] vmware_value_read index 10, value 0x7e0
[5431.993502] vmware_value_read index 11, value 0x1f
[5431.993517] vmware_value_read index 8, value 0x0
[5432.270084] displaysurface_create_from surface=0x7ff3158f6250, 800x600, bpp 16, bswap 0
[5432.270156] displaysurface_free surface=0x7ff315d3df40
[5433.467540] vmware_value_read index 1, value 0x0
[5433.467584] vmware_value_read index 2, value 0x320
[5433.467621] vmware_value_read index 3, value 0x258
[5433.467637] vmware_value_read index 7, value 0x20
[5433.467652] vmware_value_read index 0, value 0x90000002
[5433.467667] vmware_value_read index 20, value 0x0
[5433.467681] vmware_value_write index 0, value 0x90000002
[5433.467695] vmware_value_read index 0, value 0x90000002
[5433.467713] vmware_value_read index 17, value 0x3
[5433.467727] vmware_value_read index 28, value 0x20
[5433.467742] vmware_value_read index 6, value 0x20
[5433.467757] vmware_value_read index 15, value 0x1000000
[5433.467772] vmware_value_read index 13, value 0xfd000000
[5433.467786] vmware_value_read index 4, value 0x938
[5433.467801] vmware_value_read index 5, value 0x6ea
[5433.467934] vmware_value_read index 9, value 0xf800
[5433.467957] vmware_value_read index 10, value 0x7e0
[5433.467977] vmware_value_read index 11, value 0x1f
[5433.467993] vmware_value_read index 8, value 0x0
[5433.470111] displaysurface_create_from surface=0x7ff315d3df40, 800x600, bpp 16, bswap 0
[5433.470171] displaysurface_free surface=0x7ff3158f6250
[5433.650177] displaysurface_create_from surface=0x7ff315c41750, 800x600, bpp 16, bswap 0
[5433.650231] displaysurface_free surface=0x7ff315d3df40
[5434.710649] vmware_value_read index 1, value 0x0
[5434.710690] vmware_value_read index 2, value 0x320
[5434.710713] vmware_value_read index 3, value 0x258
[5434.710735] vmware_value_read index 7, value 0x20
...
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]
next prev parent reply other threads:[~2013-03-25 10:07 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-12 10:32 [Qemu-devel] [PATCH 00/18] console: data structures overhaul Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 01/18] console: fix displaychangelisteners interface Gerd Hoffmann
2013-03-18 17:49 ` Niel van der Westhuizen
2013-03-18 18:00 ` Peter Maydell
2013-03-12 10:32 ` [Qemu-devel] [PATCH 02/18] console: kill DisplayState->opaque Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 03/18] spice: zap sdpy global Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 04/18] qxl: zap qxl0 global Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 05/18] qxl: better vga init in enter_vga_mode Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 06/18] sdl: drop dead code Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 07/18] console: rework DisplaySurface handling [vga emu side] Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 08/18] console: rework DisplaySurface handling [dcl/ui side] Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 09/18] console: add surface_*() getters Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 10/18] gtk: stop using DisplayState Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 11/18] vnc: " Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 12/18] sdl: " Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 13/18] spice: " Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 14/18] cocoa: " Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 15/18] console: zap displaystate from dcl callbacks Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 16/18] console: stop using DisplayState in gfx hardware emulation Gerd Hoffmann
2013-03-25 7:50 ` Jan Kiszka
2013-03-25 7:55 ` Gerd Hoffmann
2013-03-25 7:59 ` Jan Kiszka
2013-03-25 8:21 ` Gerd Hoffmann
2013-03-25 8:28 ` Jan Kiszka
2013-03-25 8:39 ` Gerd Hoffmann
2013-03-25 8:40 ` Jan Kiszka
2013-03-25 9:10 ` Gerd Hoffmann
2013-03-25 9:32 ` Jan Kiszka
2013-03-25 9:48 ` Gerd Hoffmann
2013-03-25 9:55 ` Jan Kiszka
2013-03-25 10:00 ` Jan Kiszka [this message]
2013-03-25 10:37 ` Gerd Hoffmann
[not found] ` <5150572D.6090201@gmail.com>
2013-03-25 13:56 ` Igor Mitsyanko
2013-03-25 20:30 ` Gerd Hoffmann
2013-03-26 0:02 ` BALATON Zoltan
2013-03-26 8:26 ` Jan Kiszka
2013-04-03 11:50 ` Gerd Hoffmann
2013-04-10 8:31 ` Jan Kiszka
2013-04-16 7:42 ` Gerd Hoffmann
2013-04-20 14:04 ` Jan Kiszka
2013-03-12 10:32 ` [Qemu-devel] [PATCH 17/18] console: zap color_table Gerd Hoffmann
2013-03-12 10:32 ` [Qemu-devel] [PATCH 18/18] console: remove ds_get_* helper functions Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51502027.5030108@web.de \
--to=jan.kiszka@web.de \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).