| |
| |
| |
|
Page: 1 2
Comments:
<0> www.tvbistro.com !!! tv from all over the world for free :) <1> ugh <2> i get a segfault with cirruss logic driver on a resoltion change in windows xp <2> signal 11 <2> anyone had similar problems? <3> try asking on users forum <4> does youtube work for anyone on win xp as a guest OS <4> so.... <4> just in case my comment got lost in the glob notice spam <4> does youtube work for anyone on win xp as a guest OS <5> you got all the needed plugins + junk instaleld? <4> i think you only need flash <4> and flash seems to be working fine <6> works on win2k (flash video). <4> does youtube work for you specifically? <4> all i get is the black screen saying "loading"
<6> yes <6> as a guest in qemu - trying it with audio now... <4> hmmm ok thanks dignome <5> j00d one question why whoudl you want too <5> there is flash for linux and bsd <4> of course i know that <4> but testing the limits of qemu is what interests me lately <2> i just figured out the bug i think <2> has to do with the inviisble wall patch <4> i just patched for that last night <4> seems to work for me <2> j00d: the patch works great <2> but it has issues with resolution changes <2> i think <2> grabbing and resolution changes combined <7> gnite <2> i find that if i ungrab, and then the resolution changes <2> i get a segfault <2> but if the window keeps grab <2> resolution changes work fine <3> run it in gdb and figure out where it breaks an the backtrace to that <2> malc_: yeah the binary is stripped <3> DraX: build unstripped one <2> i've been meaning to <2> but i've been lazy about it :/ <6> DraX: if you have the old build directory - it should be in qemu-x.x.x/i386-softmmu/ <2> yup i do <2> 0x281877d0 in SDL_ResetCursor () from /usr/local/lib/libSDL-1.1.so.7 <2> yup <2> let me paste the thread apply all bt somewhere <2> http://rafb.net/paste/results/7CswZh81.html <6> try upgrading your sdl library. <6> if you can... <2> bleh, that's the newest version in ports <2> i don't want to build it outside of ports <2> 1.2.9 <6> hm. qemu has linked against an old sdl library then... <2> no <2> 1.1.7 is 1.2.9 <2> it's a weird freebsd-ism <6> ok <2> the ports infastructure for sdl is very weird <2> for strange backwards compatability reasons <2> that no one can ever give me a straight answer on <3> DraX: is SDL stripped too? <2> no <3> there are only two possible ways why SDL_ResetCursor can fail, and second can be ruled out <2> what are the two? <3> so it appears SDL_cursor points to garbage for whatever reason <3> second being memset <3> but in that case the error would have been in memset on SDL_ResetCursor per se <2> well maybe if the cursor is not on the screen when the resize happens <2> it's returning a null pointer or somesuch <3> it's not null, otherwise there would have been no crash <3> the code is guarded <2> ok <2> maybe then it's just outside of the sdl screen. <2> and it can't handle that <3> this does not make any sense <2> it only happens if i ungrab
<2> which is why i think it has to do with the mouse being outside of the screen <2> or something like that <8> hi all <8> I try to expand the raw img size , it did expand , but now my win xp dosnt boot any more <6> how did you expand it? <6> followed this: http://kidsquid.com/cgi-bin/moin.cgi/FrequentlyAskedQuestions#head-b46370d3ad030e6c1712338f0e5112228c51212a <6> ? <8> hmm <8> I use copy /b <6> ah - windows host... never tried it there. <8> yes <8> also I run qemu on windows <8> in this dd where is the image name? <6> in that guide it's parameter to of= <6> but that is for *nix. <8> k <8> I see <8> I can copy the img to nix, I will try it <8> thanx <3> /quit <9> how does the qemu arm host boot? does it read from a particular place on disk like a pc does, or can you get it to load an image directly from the host dist and jumb to an arbitrary entry point? <9> s/arm host/arm target/ <10> i'm booting with the -kernel and -initrd options <10> and the initrd mounts a filesystem over the network <10> but typical root nfs should work <9> err.. I'm talking about an arbitrary, non-linux img. i.e., one I wrote myself. <10> I just wanted to experiment with initrd <10> OS you wrote yourself? <9> well..you could hardly call it an OS <10> ah well cool anyway <10> not sure if you could still use the -kernel and -initrd options or if they are too linux specific <9> but the the question could be posed with any OS as an example. For example, how would I boot VxWorks, or some random os? <10> but afaik (and i'm no expert) that is the only way to use the arm host <10> the arm host has no ide controller yet <10> at least not in 0.8.1 <10> and I don't work on the project, so I can't say why <9> I'm not concerned about that, unless that prevents me from booting <6> in cvs it has a scsi controller ... but there is no firmware for booting "random os" <9> dignome: so it can only boot an arm linux kernel? <6> yes. all the development targets are meant for testing with the linux kernel. <6> you can still hack the code to boot other stuff though. someone had palmos booting with it i believe. <6> balrog_kun ? perhaps it was him <9> it's hard enough to write an OS; I don't want to hack the emulator too. <6> did you ever look in hw/arm_boot.c ? <9> seems like I did, but that was the last time I had free time to do it, which was long enough ago that I can't remember anything about it <9> ok, well, it looks like it just loads the kernel to 0x10000 and then jumps to it <11> hi <11> is anyone here? <10> yeah <11> can you help me with my qemu problem (or at least try)? <10> sure, ask <11> well first a question... whats the vpc format qemu-img can convert to used by? <10> is this the cvs version? <11> how do i find out? <6> vpc = microsoft's virtual pc that they bought out from some other company... <11> i'm trying to convert a raw image into vpc format <11> i'm using qemu 0.8.0 (i think) on windows xp <11> but when i run the command it says: qemu-img: Formatting not supported for file format 'raw' <10> i'm not sure why you want to use vpc format if you don't know what it is <10> why not qcow? <11> i had an idea and i just wanted to confirm that it was for virtual pc <11> i thought i'd try virtual pc since microsoft is giving it away now <6> probably won't boot if the guest os on the image is a recent version of windows like 2k or xp. <11> the guest os on the image is haiku (beos recreation project) <6> if it worked that is. can you paste the line you used with qemu-img <11> qemu-img convert -f raw haiku.img -O vpc haiku.vhd <6> it must not be a supported conversion type... <11> it lists it as supported when i do qemu-img /? <10> i was surprised to see it there <10> no mention in the man page <6> you can probably convert from vpc to raw or some other image format <11> i'm trying to convert from raw to vpc
Return to
#qemu or Go to some related
logs:
#php cb3rob vpn grub-install invalid block device #linux remove nvidia-kernel-legacy colinux debian already installed
openvz Error inserting Operation not permitted #linux double size xmms slow #ai
|
|