https://bugs.kde.org/show_bug.cgi?id=355569

--- Comment #15 from bluescreen_aven...@verizon.net ---
I added lines
+    qWarning() << "Bytes Per Line: " << backend->bytesPerLine();
+    qWarning() << "Buffer Size: " << backend->bufferSize();
+    qWarning() << "Bits Per Pixel: " << backend->bitsPerPixel();


in QEMU:
Bytes Per Line: 3072
Buffer Size: 2359296
Bits Per Pixel: 24

It also seems that that qpainter debug message happens with:
QPainter p(&m_backBuffer);
judging by the debug lines I threw into it.

On intel box
Bytes Per Line: 5120
Buffer Size: 4096000
Bits Per Pixel: 32

...and now for some reason this time after realizing I should set my
Framebuffer to be 32 bits, it worked in QEMU too (I must have been mistaken
somewhere, as I thought setting the framebuffer to 32 bits in QEMU still failed
the first time...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to