This document contains the procedure to run X server on coLinux console window. The software such as Cygwin, Xming, and VNC Viewer is not required. The testing coLinux is used. CentOS 5.5 is used for guest Linux.
[Contents]
[See also]
Download coLinux-0.7.7.exe from "Browse Cooperative Linux Files on SourceForge.net".
Moreover, download the following three files from http://www.henrynestler.com/colinux/testing/cofb-2.6.26.8/20100509/.
Run the downloaded file coLinux-0.7.7.exe to install it. The check on "Root Filesystem Image Download" is removed on the screen of "Choose Components" under the installation.
Installing the testing coLinux in the environment where you installed coLinux-0.7.7.exe.
In a windows command prompt, run the following commands:
cd /d "C:\Program Files\coLinux" colinux-daemon --remove-driver
"C:\Program Files\coLinux" depends on your coLinux install folder.
You can get the following files from your downloaded files.
vmlinux
linux.sys and many exe files
vmlinux-modules.tar.gz
In a windows command prompt, run the following commands:
cd /d "C:\Program Files\coLinux" colinux-daemon --install-driver
Download coLinux-install-tool-20100528.zip from the link on
"Installation Tool for coLinux".
Unpack coLinux-install-tool-20100528.zip
and create bootable disk image file of CentOS by using this tool.
Delete "-t nt" from the following line in co-boot.bat:
start colinux-daemon %P% -t nt
Start CentOS with co-boot.bat and log in as root user.
Install X server with command as follows.
yum -y install xorg-x11-server-Xorg xorg-x11-drv-fbdev xorg-x11-xinit xterm
Download xorg.conf-cent5-20100609.txt
and copy to /etc/X11/xorg.conf file.
Run xinit command to start X server.
If you want to change the resolution to 800x600,
change the value of Modes to ":800x600": in /etc/X11/xorg.conf as follows:
Section "Screen" Itentifier "Default Screen" SubSection "Display" Depth 24 Modes "800x600" EndSubSection EndSection
|