Re: [Qemu-devel] Re: Help on "Could not initialize SDL - exiting"

2010-01-04 Thread Dejun.Liu
Hi, I will do it tomorrow! sorry for that ,today i prepare for a ppt for my boss. sorry Steven Liu On Mon, 2010-01-04 at 15:17 +0700, Mulyadi Santosa wrote: > On Mon, Jan 4, 2010 at 3:10 PM, Dejun.Liu wrote: > >> > >> I will land a fix in a second. What you want to change in > > libsdl-native

Re: [Qemu-devel] Re: Help on "Could not initialize SDL - exiting"

2010-01-04 Thread Dejun.Liu
Hi, OE's Holger has patch OE with this problem --- > On Monday 04 January 2010 04:11:33 Dejun.Liu wrote: > > -->I used the OE build Qemu which at the staging > > dir(angstrom-dev/staging/i686-linux/usr/bin). > > and i executed the command in the buildserver not using ssh > > The

Re: [Qemu-devel] Re: Help on "Could not initialize SDL - exiting"

2010-01-04 Thread Mulyadi Santosa
On Mon, Jan 4, 2010 at 3:10 PM, Dejun.Liu wrote: >> >> I will land a fix in a second. What you want to change in > libsdl-native as >>  a quick solution is to add DEPENDS += "libx11-native" and change >>  --disable- video-x11" to --enable-video-x11". > > I(Holger) have comitted two patches for it

Re: [Qemu-devel] Re: Help on "Could not initialize SDL - exiting"

2010-01-03 Thread Mulyadi Santosa
On Mon, Jan 4, 2010 at 8:06 AM, Dejun.Liu wrote: > Hi > > yes, I hava find that OE build SDL not support x11 ,so hava the error > No available video device. > > thanks all these helps Glad you spot the error. Let us know how you solve it further. Or maybe you'll be kind enough and post your howt

Re: [Qemu-devel] Re: Help on "Could not initialize SDL - exiting"

2010-01-03 Thread Dejun.Liu
Hi yes, I hava find that OE build SDL not support x11 ,so hava the error No available video device. thanks all these helps Steven Liu On Thu, 2009-12-31 at 13:30 +0100, Andreas Färber wrote: > Hi, > > Am 31.12.2009 um 09:45 schrieb Dejun.Liu: > > > r...@dejunliu-desktop:/home/protocol/study/

Re: [Qemu-devel] Re: Help on "Could not initialize SDL - exiting"

2009-12-31 Thread Andreas Färber
Hi, Am 31.12.2009 um 09:45 schrieb Dejun.Liu: r...@dejunliu-desktop:/home/protocol/study/OE/build# qemu-system-arm -M versatilepb -usb -usbdevice wacom-tablet -show-cursor -m 64 -kernel /home/protocol/study/OE/angstrom-dev/deploy/glibc/images/ qemuarm/zImage-2.6.25+2.6.26-rc4-r6-qemuarm.bin

Re: [Qemu-devel] Re: Help on "Could not initialize SDL - exiting"

2009-12-31 Thread Dejun.Liu
Hi, I hava patched sdl.c file. return error is below: r...@dejunliu-desktop:/home/protocol/study/OE/build# qemu-system-arm -M versatilepb -usb -usbdevice wacom-tablet -show-cursor -m 64 -kernel /home/protocol/study/OE/angstrom-dev/deploy/glibc/images/qemuarm/zImage-2.6.25+2.6.26-rc4-r6-qemuarm.

Re: [Qemu-devel] Re: Help on "Could not initialize SDL - exiting"

2009-12-30 Thread Michael S. Tsirkin
On Sun, Dec 27, 2009 at 05:35:56AM -0300, Dejun.Liu wrote: > Hi, > > below is my DISPLAY info: > echo ${DISPLAY} > :0.0 > > and i have already added localhost to xhost with the command: > xhost localhost > > but the error continue the same. > > r...@dejunliu-desktop:~# echo ${DISPLAY} > :0.0 >

Re: [Qemu-devel] Re: Help on "Could not initialize SDL - exiting"

2009-12-29 Thread Dejun.Liu
Hi, below is my DISPLAY info: echo ${DISPLAY} :0.0 and i have already added localhost to xhost with the command: xhost localhost but the error continue the same. r...@dejunliu-desktop:~# echo ${DISPLAY} :0.0 r...@dejunliu-desktop:~# xhost localhost localhost being added to access control list r

[Qemu-devel] Re: Help on "Could not initialize SDL - exiting"

2009-12-29 Thread Michael S. Tsirkin
No, I mean DISPLAY. On Sat, Dec 26, 2009 at 02:44:05PM -0300, Dejun.Liu wrote: > Hi, > > do u mean: > export SDL_VIDEODRIVER=x11 > ? > i hava set sdl video driver to x11. > > Steven Liu > > On Tue, 2009-12-29 at 12:04 +0200, Michael S. Tsirkin wrote: > > Most likely DISPLAY not set. > > > > O

[Qemu-devel] Re: Help on "Could not initialize SDL - exiting"

2009-12-29 Thread Dejun.Liu
Hi, do u mean: export SDL_VIDEODRIVER=x11 ? i hava set sdl video driver to x11. Steven Liu On Tue, 2009-12-29 at 12:04 +0200, Michael S. Tsirkin wrote: > Most likely DISPLAY not set. > > On Sat, Dec 26, 2009 at 07:40:01AM -0300, Dejun.Liu wrote: > > Hi, > > > > Im a newbie to qemu use. > > s

[Qemu-devel] Re: Help on "Could not initialize SDL - exiting"

2009-12-29 Thread Michael S. Tsirkin
Most likely DISPLAY not set. On Sat, Dec 26, 2009 at 07:40:01AM -0300, Dejun.Liu wrote: > Hi, > > Im a newbie to qemu use. > so i got a lot error!.. > > I build qemu from source with the version 0.10.3, > > But when i start qemu with the command below, i got the message > Could not in