qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] strange stripes on the screen
@ 2004-06-17 23:04 Renzo Davoli
  2004-06-17 23:10 ` Gianni Tedesco
  0 siblings, 1 reply; 5+ messages in thread
From: Renzo Davoli @ 2004-06-17 23:04 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

I have installed win2k on qemu at my Department p4 runnind debian sid
and everything worked well.

I have then copied the image on my laptop PPC G4 also debian sid
and when I booted qemu I have had the strange stripes you can see in 
the attached screendump.
The system works but the screen is barely readable.

As soon as I can, I'll try on my desktop @ Department to see if it is the 
image copy to be blamed or some cvs upgrade.

have somebody already had the same behavior?

renzo

[-- Attachment #2: stripes.png --]
[-- Type: image/png, Size: 35989 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] strange stripes on the screen
  2004-06-17 23:04 [Qemu-devel] strange stripes on the screen Renzo Davoli
@ 2004-06-17 23:10 ` Gianni Tedesco
  2004-06-18  8:02   ` Sebastien Bechet
  0 siblings, 1 reply; 5+ messages in thread
From: Gianni Tedesco @ 2004-06-17 23:10 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 852 bytes --]

On Fri, 2004-06-18 at 01:04 +0200, Renzo Davoli wrote:
> I have installed win2k on qemu at my Department p4 runnind debian sid
> and everything worked well.
> 
> I have then copied the image on my laptop PPC G4 also debian sid
> and when I booted qemu I have had the strange stripes you can see in 
> the attached screendump.
> The system works but the screen is barely readable.
> 
> As soon as I can, I'll try on my desktop @ Department to see if it is the 
> image copy to be blamed or some cvs upgrade.
> 
> have somebody already had the same behavior?

Yeah, On win2k server edition it does it straight after the first
splashscreen thing...

-- 
// Gianni Tedesco (gianni at scaramanga dot co dot uk)
lynx --source www.scaramanga.co.uk/scaramanga.asc | gpg --import
8646BE7D: 6D9F 2287 870E A2C9 8F60 3A3C 91B5 7669 8646 BE7D

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] strange stripes on the screen
  2004-06-17 23:10 ` Gianni Tedesco
@ 2004-06-18  8:02   ` Sebastien Bechet
  2004-06-18 11:50     ` Gianni Tedesco
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastien Bechet @ 2004-06-18  8:02 UTC (permalink / raw)
  To: qemu-devel

> > I have then copied the image on my laptop PPC G4 also debian sid
> > and when I booted qemu I have had the strange stripes you can see in 
> > the attached screendump.
> > The system works but the screen is barely readable.
> > 
> > As soon as I can, I'll try on my desktop @ Department to see if it is the 
> > image copy to be blamed or some cvs upgrade.
> > 
> > have somebody already had the same behavior?
> 
> Yeah, On win2k server edition it does it straight after the first
> splashscreen thing...
Is it on PPC too ? Are you using cirrus or first VGA card ? Maybe LE, BE
problem ?

-- 
Sebastien Bechet <s.bechet@av7.net>
av7.net

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] strange stripes on the screen
  2004-06-18  8:02   ` Sebastien Bechet
@ 2004-06-18 11:50     ` Gianni Tedesco
  2004-06-18 11:57       ` Renzo Davoli
  0 siblings, 1 reply; 5+ messages in thread
From: Gianni Tedesco @ 2004-06-18 11:50 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 948 bytes --]

On Fri, 2004-06-18 at 10:02 +0200, Sebastien Bechet wrote:
> > > I have then copied the image on my laptop PPC G4 also debian sid
> > > and when I booted qemu I have had the strange stripes you can see in 
> > > the attached screendump.
> > > The system works but the screen is barely readable.
> > > 
> > > As soon as I can, I'll try on my desktop @ Department to see if it is the 
> > > image copy to be blamed or some cvs upgrade.
> > > 
> > > have somebody already had the same behavior?
> > 
> > Yeah, On win2k server edition it does it straight after the first
> > splashscreen thing...
> Is it on PPC too ? Are you using cirrus or first VGA card ? Maybe LE, BE
> problem ?

using cirrusvga, it's the same artifacts on intel and ppc. 

-- 
// Gianni Tedesco (gianni at scaramanga dot co dot uk)
lynx --source www.scaramanga.co.uk/scaramanga.asc | gpg --import
8646BE7D: 6D9F 2287 870E A2C9 8F60 3A3C 91B5 7669 8646 BE7D

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] strange stripes on the screen
  2004-06-18 11:50     ` Gianni Tedesco
@ 2004-06-18 11:57       ` Renzo Davoli
  0 siblings, 0 replies; 5+ messages in thread
From: Renzo Davoli @ 2004-06-18 11:57 UTC (permalink / raw)
  To: qemu-devel

> using cirrusvga, it's the same artifacts on intel and ppc. 
true.
I have had the same feedback.

Anyway I played with win2k and cirrusvga with other minor problems on
menu and icon redrawing, thus it should be a bug that has been introduced later.

renzo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-06-18 12:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-17 23:04 [Qemu-devel] strange stripes on the screen Renzo Davoli
2004-06-17 23:10 ` Gianni Tedesco
2004-06-18  8:02   ` Sebastien Bechet
2004-06-18 11:50     ` Gianni Tedesco
2004-06-18 11:57       ` Renzo Davoli

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).