qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Problem with qemu on Ubuntu Gutsy ...
@ 2007-11-21 19:39 dara burke
  2007-11-22 14:46 ` andrzej zaborowski
  0 siblings, 1 reply; 3+ messages in thread
From: dara burke @ 2007-11-21 19:39 UTC (permalink / raw)
  To: qemu-devel

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

Hi Guys,

I've been looking around for a solution to this problem that I've been having with qemu on ubuntu Gutsy. It seemed to work fine on Feisty, but I haven't been able to find anyone else with a similar complaint in the ubuntu forums or on google or on irc, so maybe a simple upgrade problem isn't the issue. I hope it's OK to post to the dev mailing list ? 

The system seems to have a problem locating the framebuffer, also SDL doesn't get initialized. 

babo@eire:/home/babo/qemu_dir# qemu -localtime -cdrom /dev/cdrom -m 384 -boot d c.img
Warning: No DNS servers found

       ---------------------- DirectFB v0.9.25 ---------------------
             (c) 2000-2002  convergence integrated media GmbH  
             (c) 2002-2004  convergence GmbH                   
        -----------------------------------------------------------

(*) DirectFB/Core: Single Application Core. (2007-08-07 19:21) 
(*) Direct/Memcpy: Using linux kernel memcpy()
(!) Direct/Util: opening '/dev/fb0' and '/dev/fb/0' failed
    --> No such file or directory
(!) DirectFB/FBDev: Error opening framebuffer device!
(!) DirectFB/FBDev: Use 'fbdev' option or set FRAMEBUFFER environment variable.
(!) DirectFB/Core: Could not initialize 'system' core!
    --> Initialization error!
Could not initialize SDL - exiting

I'd try to start the system from X, but there doesn't seem to be any method of doing that. Obviously there is a framebuffer somewhere, but the command line qemu can't seem to find it.

Any help is greatfully accepted,

Thanks,

Dara




      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

[-- Attachment #2: Type: text/html, Size: 2297 bytes --]

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

* Re: [Qemu-devel] Problem with qemu on Ubuntu Gutsy ...
  2007-11-21 19:39 [Qemu-devel] Problem with qemu on Ubuntu Gutsy dara burke
@ 2007-11-22 14:46 ` andrzej zaborowski
  2007-11-23 16:37   ` Anthony Liguori
  0 siblings, 1 reply; 3+ messages in thread
From: andrzej zaborowski @ 2007-11-22 14:46 UTC (permalink / raw)
  To: dara burke, qemu-devel

On 21/11/2007, dara burke <daraburke78@yahoo.com> wrote:
> Hi Guys,
>
> I've been looking around for a solution to this problem that I've been
> having with qemu on ubuntu Gutsy. It seemed to work fine on Feisty, but I
> haven't been able to find anyone else with a similar complaint in the ubuntu
> forums or on google or on irc, so maybe a simple upgrade problem isn't the
> issue. I hope it's OK to post to the dev mailing list ?

It is quite clearly an SDL issue, rather than qemu.

>
> The system seems to have a problem locating the framebuffer, also SDL
> doesn't get initialized.
>
> babo@eire:/home/babo/qemu_dir# qemu -localtime -cdrom /dev/cdrom -m 384
> -boot d c.img
> Warning: No DNS servers found
>
>        ---------------------- DirectFB v0.9.25 ---------------------
>              (c) 2000-2002  convergence integrated media GmbH
>              (c) 2002-2004  convergence GmbH
>
> -----------------------------------------------------------
>
> (*) DirectFB/Core: Single Application Core. (2007-08-07 19:21)
> (*) Direct/Memcpy: Using linux kernel memcpy()
> (!) Direct/Util: opening '/dev/fb0' and '/dev/fb/0' failed
>     --> No such file or directory
> (!) DirectFB/FBDev: Error opening framebuffer device!
> (!) DirectFB/FBDev: Use 'fbdev' option or set FRAMEBUFFER environment
> variable.
> (!) DirectFB/Core: Could not initialize 'system' core!
>     --> Initialization error!
> Could not initialize SDL - exiting
>
> I'd try to start the system from X, but there doesn't seem to be any method
> of doing that. Obviously there is a framebuffer somewhere, but the command
> line qemu can't seem to find it.

Your SDL may be built with no X support, if you're sure it supports X
then try forcing it with SDL_VIDEODRIVER. The message above actually
indicates there's no framebuffer.

Regards

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

* Re: [Qemu-devel] Problem with qemu on Ubuntu Gutsy ...
  2007-11-22 14:46 ` andrzej zaborowski
@ 2007-11-23 16:37   ` Anthony Liguori
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2007-11-23 16:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: dara burke

andrzej zaborowski wrote:
> On 21/11/2007, dara burke <daraburke78@yahoo.com> wrote:
>   
>> Hi Guys,
>>
>> I've been looking around for a solution to this problem that I've been
>> having with qemu on ubuntu Gutsy. It seemed to work fine on Feisty, but I
>> haven't been able to find anyone else with a similar complaint in the ubuntu
>> forums or on google or on irc, so maybe a simple upgrade problem isn't the
>> issue. I hope it's OK to post to the dev mailing list ?
>>     
>
> It is quite clearly an SDL issue, rather than qemu.
>
>   
>> The system seems to have a problem locating the framebuffer, also SDL
>> doesn't get initialized.
>>
>> babo@eire:/home/babo/qemu_dir# qemu -localtime -cdrom /dev/cdrom -m 384
>> -boot d c.img
>> Warning: No DNS servers found
>>
>>        ---------------------- DirectFB v0.9.25 ---------------------
>>              (c) 2000-2002  convergence integrated media GmbH
>>              (c) 2002-2004  convergence GmbH
>>
>> -----------------------------------------------------------
>>
>> (*) DirectFB/Core: Single Application Core. (2007-08-07 19:21)
>> (*) Direct/Memcpy: Using linux kernel memcpy()
>> (!) Direct/Util: opening '/dev/fb0' and '/dev/fb/0' failed
>>     --> No such file or directory
>> (!) DirectFB/FBDev: Error opening framebuffer device!
>> (!) DirectFB/FBDev: Use 'fbdev' option or set FRAMEBUFFER environment
>> variable.
>> (!) DirectFB/Core: Could not initialize 'system' core!
>>     --> Initialization error!
>> Could not initialize SDL - exiting
>>
>> I'd try to start the system from X, but there doesn't seem to be any method
>> of doing that. Obviously there is a framebuffer somewhere, but the command
>> line qemu can't seem to find it.
>>     
>
> Your SDL may be built with no X support, if you're sure it supports X
> then try forcing it with SDL_VIDEODRIVER. The message above actually
> indicates there's no framebuffer.
>   

DISPLAY isn't set.  This often happens when you 'sudo su -'.  If you 
instead 'sudo su' or just 'sudo qemu ...' then DISPLAY will remain set 
and things will work as expected.

Regards,

Anthony Liguori

> Regards
>
>
>
>   

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

end of thread, other threads:[~2007-11-23 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-21 19:39 [Qemu-devel] Problem with qemu on Ubuntu Gutsy dara burke
2007-11-22 14:46 ` andrzej zaborowski
2007-11-23 16:37   ` Anthony Liguori

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