+++ Irrlicht/CIrrDeviceLinux.cpp.orig 2005-12-02 16:01:58.215600455 +0100 --- Irrlicht/CIrrDeviceLinux.cpp 2005-12-02 16:02:21.488297080 +0100 @@ -481,7 +481,7 @@ // create an XImage for the software renderer //(thx to Nadav for some clues on how to do that!) - if (DriverType == video::EDT_SOFTWARE) + if ((DriverType == video::EDT_SOFTWARE)||(DriverType == video::EDT_SOFTWARE2)) { int pixmaps;