qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] mipsel support for graphic mode
@ 2007-05-31 14:19 Yuval Mintz
  2007-05-31 15:21 ` Thiemo Seufer
  0 siblings, 1 reply; 5+ messages in thread
From: Yuval Mintz @ 2007-05-31 14:19 UTC (permalink / raw)
  To: qemu-devel

Hello,
Can anyone tell me if there exist support for a graphical (e.g., when no 
–nographic is used) when using qemu to emulate a mips little-endian machine 
(malta)?
I'm trying using both windows XP and linux as host machines, but I couldn't 
even use the most basic X usages.
If it is not currently supported, what in what state of development does it 
stand? What is lacking to allow usage of a graphic mode?

Thanks,
Yuval

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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

* Re: [Qemu-devel] mipsel support for graphic mode
  2007-05-31 14:19 [Qemu-devel] mipsel support for graphic mode Yuval Mintz
@ 2007-05-31 15:21 ` Thiemo Seufer
  0 siblings, 0 replies; 5+ messages in thread
From: Thiemo Seufer @ 2007-05-31 15:21 UTC (permalink / raw)
  To: Yuval Mintz; +Cc: qemu-devel

Yuval Mintz wrote:
> Hello,
> Can anyone tell me if there exist support for a graphical (e.g., when no 
> ?nographic is used) when using qemu to emulate a mips little-endian machine 
> (malta)?
> I'm trying using both windows XP and linux as host machines, but I couldn't 
> even use the most basic X usages.
> If it is not currently supported, what in what state of development does it 
> stand? What is lacking to allow usage of a graphic mode?

I guess your Malta kernel lacks framebuffer support.
http://people.debian.org/~ths/qemu/malta/ works for me.


Thiemo

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

* Re: [Qemu-devel] mipsel support for graphic mode
@ 2007-06-06  8:35 Yuval Mintz
  2007-06-06 11:19 ` Thiemo Seufer
  0 siblings, 1 reply; 5+ messages in thread
From: Yuval Mintz @ 2007-06-06  8:35 UTC (permalink / raw)
  To: qemu-devel

Yuval Mintz wrote:
>Hello,
>Can anyone tell me if there exist support for a graphical (e.g., when no 
>?nographic is used) when using qemu to emulate a mips little-endian machine 
>(malta)?
>I'm trying using both windows XP and linux as host machines, but I couldn't 
>even use the most basic X usages.
>If it is not currently supported, what in what state of development does it 
>stand? What is lacking to allow usage of a graphic mode?

>I guess your Malta kernel lacks framebuffer support.
>http://people.debian.org/~ths/qemu/malta/ works for me.

>Thiemo

Let me give some more information: my kernel was constructed to support 
framebuffers. I wrote a small program that opens the framebuffer, memcpy it 
and tries to write to it. I manage to pass the opening part, but I recieve 
the message that no device is found and so it is not a legal command. The 
use of the described above vmlinux doesn't change that error messge.

Thx,
Yuval

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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

* Re: [Qemu-devel] mipsel support for graphic mode
  2007-06-06  8:35 Yuval Mintz
@ 2007-06-06 11:19 ` Thiemo Seufer
  0 siblings, 0 replies; 5+ messages in thread
From: Thiemo Seufer @ 2007-06-06 11:19 UTC (permalink / raw)
  To: Yuval Mintz; +Cc: qemu-devel

Yuval Mintz wrote:
> Yuval Mintz wrote:
> >Hello,
> >Can anyone tell me if there exist support for a graphical (e.g., when no 
> >?nographic is used) when using qemu to emulate a mips little-endian 
> >machine (malta)?
> >I'm trying using both windows XP and linux as host machines, but I 
> >couldn't even use the most basic X usages.
> >If it is not currently supported, what in what state of development does 
> >it stand? What is lacking to allow usage of a graphic mode?
> 
> >I guess your Malta kernel lacks framebuffer support.
> >http://people.debian.org/~ths/qemu/malta/ works for me.
> 
> >Thiemo
> 
> Let me give some more information: my kernel was constructed to support 
> framebuffers. I wrote a small program that opens the framebuffer, memcpy it 
> and tries to write to it. I manage to pass the opening part, but I recieve 
> the message that no device is found and so it is not a legal command. The 
> use of the described above vmlinux doesn't change that error messge.

Then your program does something differently than the standard fb tools
which come with Debian.


Thiemo

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

* Re: [Qemu-devel] mipsel support for graphic mode
@ 2007-06-18 13:32 Yuval Mintz
  0 siblings, 0 replies; 5+ messages in thread
From: Yuval Mintz @ 2007-06-18 13:32 UTC (permalink / raw)
  To: qemu-devel

Yuval Mintz wrote:
>Yuval Mintz wrote:
> >Hello,
> >Can anyone tell me if there exist support for a graphical (e.g., when no 
> >?nographic is used) when using qemu to emulate a mips little-endian 
> >machine (malta)?
> >I'm trying using both windows XP and linux as host machines, but I 
> >couldn't even use the most basic X usages.
> >If it is not currently supported, what in what state of development does 
> >it stand? What is lacking to allow usage of a graphic mode?
>
> >I guess your Malta kernel lacks framebuffer support.
> >http://people.debian.org/~ths/qemu/malta/ works for me.
>
> >Thiemo
>
>Let me give some more information: my kernel was constructed to support 
>framebuffers. I wrote a small program that opens the framebuffer, memcpy it 
>and tries to write to it. I manage to pass the opening part, but I recieve 
>the message that no device is found and so it is not a legal command. The 
>use of the described above vmlinux doesn't change that error messge.

>Then your program does something differently than the standard fb tools
>which come with Debian.


>Thiemo

well, if someone has a working environment for mipsel with a fb support and 
working graphic mode, and he coould point me to his files/send them to me 
(e.g. kernel, filesystem, anything else...) it would be much appreciated.

Thanks,
yuval

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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

end of thread, other threads:[~2007-06-18 13:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-31 14:19 [Qemu-devel] mipsel support for graphic mode Yuval Mintz
2007-05-31 15:21 ` Thiemo Seufer
  -- strict thread matches above, loose matches on Subject: below --
2007-06-06  8:35 Yuval Mintz
2007-06-06 11:19 ` Thiemo Seufer
2007-06-18 13:32 Yuval Mintz

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