ssalman
Group: Members
Posts: 20
Joined: Aug. 2005 |
|
Posted: Aug. 26 2005,21:10 |
|
I’m having a bit of an annoying problem, and would really appreciate any help! I’m booting DSL within Win2000 using QEMU in run level 1 & 2 (text mode), and whenever I change the focus to another program in Windows and go back to the QEMU window, I can’t type anymore, and it acts like it has froze the Linux window, only closing the window and restarting QEMU (and so rebooting Linux) fixes the problem. This did not happen when I was using the X system, in X I could switch between windows and Linux seamlessly!
To my surprise QEMU is not the one freezing, when pressing Ctrl+Alt+1,2,3 QEMU responds and interact perfectly, but DSL stay frozen.
I tried two more images (the test Linux image that comes with QEMU and a NetBSD image) an both were able to switch focus with no problems, so I’m lead to believe it is a DSL problem? I have asked this question in another post, and got the answer that it is a known bug in QEMU, but my findings don’t point in that direction!
Have anybody had this problem before? Is there a solution for it?
Below is my dsl-windows.bat file:
Code Sample | START qemu\qemu.exe -L qemu/ -localtime -kernel linux24 -initrd minirt24.gz -hda KNOPPIX/knoppix -hdb qemu/harddisk -append "qemu frugal 1 nodchp quiet" -dummy-net CLS EXIT
|
|