But... windows OS was mandatory fror me so
few days ago i istalled colinux to run Linux from the Win2000
if some one other is it is interessed in, it is quite simple :
but please consider that i am not a Linux expertand the following tips are only the stps i have undertaken to run IRRLICHT on my Linux partition from Win2000.
If some one would like to try this i suggest to take the following tips in conjunction with the colinux manuals that is suitable for more general PC configurations.
IU have An hard disk 0, with win200 installed
and an other hard disk with LINUX installed.
downloaded:
colinux 0.7xxx
xming 6.9xx for win2000 or upper versions for XP
double click on coLinux-0.7.3.exe (a new directory is generated in c:\colinux i have put it there as it isd the default)
double click on xming_xyz_setup.exe
colinux 0.7xx use a file.conf to setup the sistem
so it easy to run a preinstalled linux, just setup the example.conf :
Code: Select all
# File contains the root file system.
# Download and extract preconfigured file from SF "Images for 2.6".
cobd0="\Device\Harddisk1\Partition1"
Code: Select all
# Tell kernel the name of root device (mostly /dev/cobd0,
# /dev/cobd/0 on Gentoo)
# This parameter will be forward to Linux kernel.
root=/dev/cobd0
(colinux use cobf files to map driver for linux )
then:
no access to graphic card is allowed and xorg must not be started.Linux has no access to PC hardware as windos was there before
a little change to inittab file would be of help to avoid startin xorg
vi /etc/inittab
and change
id:5:initdefault:
to
id:3:initdefault:
(I have not made this change , in my case the system try to start x take some error and drop X, in colinux 0.6xx this gave a system halt also in windows but , in my case (colinux 0.7xx) i have not noticed it at all)
to run colinux from a dos console i have run this command:
c:\colinux\colinux-daemon.exe "@c:\colinux\archpart.conf"
(archpart.conf is my modified conf file .)
now a Linux console is suppose to popup in a window
just enter linux with user and password
our aim now is to run Irrlicht but how without xorg
some of you will remember about xming this is an X server that run on windows
it is like having X11 on the windows and access to the graphic server is supposed by network
a running network is mandatory:
colinux already has a configuration and could see window
try ping to the window IP
to find the windows IP "ifconfig" on a dos console
then from the Linux console just try to ping windows
if it does not ack
stop linux network and restart.. on Archlinux distro:
/etc/rc.d/network stop
then
/etc/rc.d/network start
in my case i see some error but then it works
if it still does not run ... well i do not know what to do more.
else{
run xming from windows (Xlaunch.exe) i have radio checked multiple windows
in Linux console run:
xterm -display windowsIP:0.0
ex : xterm 156.12.9.34:0.0
this tell to run xterm throug the window server listening on that IP.
a xterm (hope) will popup in windows and
from this xterm i have succeded in compiling the examples for Linux
and rrunning them.
The sistemis is very slow but can be improuved.
hope it could of help
Cheers