Linux installationForum: DSL Embedded Topic: Linux installation started by: alfille Posted by alfille on July 11 2005,15:45
I've noticed a few problems with the linux embedded implementation.1. The zip file creates KNOPPIX/KNOPPIX while the install script refers to knoppix/knoppix. I just rename to lower case. 2. the install script and qemu/qemu must be made executable 3. Xinerama and mouse are incompatible 4. The (proprietary but free) qemu accelerator makes a huge difference. A. You have to get the qemu sources B. You have to get the accelerator (kqemu) and untar as a subdir of the qemu source C. ./configure and make install D. probably should add the kemu install script to the DSL startup script (it starts the kernel module and makes sure the character device is created). Paul Posted by roberts on July 12 2005,21:23
You are spot on right. If you unzip in windows everthing is executeable, but within Linux not so. Anyway, got it fixed in time for 1.3. Thanks for sharing.Now, I got to update the change log... Robert Posted by alfille on Sep. 06 2005,16:41
Time for an update:DSL 1.4 1. File names and permissions fixed. 2. Xinerama still broken unless you do the following: export SDL_VIDEO_X11_DGAMOUSE=0 So my dsl-linux.sh looks like:
The reference is:< Qemu-devel > |