Irrlicht Engine – A free open source 3d engine
Apparently this is easier to use/install than ogre 3D
Irrlicht Engine – A free open source 3d engine.
Again, more to come!
Apparently this is easier to use/install than ogre 3D
Irrlicht Engine – A free open source 3d engine.
Again, more to come!

Have been looking online for quiete a while for a reliable and simple 3D Rendering Engine to deploy at the University I work at. Apparently Ogre 3D is the right solution for this. From testimonials it seems easy enough to use and is compatible with several systems including Maya and 3D Studio Max. Other supported systems are Google SketchUp, Blender, Wings 3D, LightWave, RenderMonkey, and others…
Here is the homepage of the project:
http://www.ogre3d.org/
And here is a list of exporters for your favourite 3D Modelling Software:
http://www.ogre3d.org/wiki/index.php/OGRE_Exporters
It will be tested shortly!
More Coming on this!
Happy rendering!
Nice article on backing up xen domains here:
http://www.johnandcailin.com/blog/john/backing-your-xen-domains
enjoy
Have been looking for a while for a decent howto/tutorial on mythtv on xen, and finally I crashe donto this one. I have not yet tried it, but it seems promising!
http://netti.nic.fi/~icewood/mythtv/index.php
Happy xen-ing!
On the Linux Machine
Install X on your system (example for Debian)
apt-get install xserver-xorg-core xorg
apt-get install gdm (or xdm/kdm)
apt-get install fluxbox (or gnome/kde)
apt-get install firefox (or iceweasel if you get an error)
reboot
Just in case run
dpkg-reconfigure xserver-xorg
On the Windows Machine
Download Xming and install it.
Download Putty and save it to disk.
Configure Xming
Launch XLaunch (Start, Programs, XMing) and at the Display settings dialog box, select Multiple windows and set the Display number as 0. Click on Next until Finish.
Configure PuTTY
Start PuTTY.
In the PuTTY Configuration section, on the left panel, select Connection → SSH → X11
On the right panel, click on the Enable X11 forwarding checkbox
Set the X display location as :0.0
Click on Session option on the left panel.
Enter the hostname or IP address in the Host Name textbox
Save the session.
Troubleshooting
xf86PciVideoInfo is not set
Could not get primary PCI info
waiting for X server to begin accepting connections
giving up.
xinit: Connection reset by peer (errno 104): unable to connect to X server
xinit: No such process (errno 3): Server error.
Solution:
a workaround to start only INDIVIDUAL APPS
http://www.breitenlee.net/index.php?option=com_content&view=article&id=33:xlib-putty-x11-proxy-wrong-authentication-protocol-attempted&catid=16:linux-howto&Itemid=54
Quick solution:
mkdir /dev/pts
mount -t devpts /dev/ptmx /dev/pts
add the above code to run on bootup and make the file executable
Other solutions:
chmod 666 /dev/ptmx
chmod 666 /dev/null