I&#39;ve been at it this weekend to. After a *lot* of fooling around I finally got it working.<br><br>The downside is (indeed), you *do* need an X environment. <br><br>I&#39;m using CentOS 5<br>What I did was install Wine (I&#39;m running version 1.0). I&#39;m using vnc to startup the X environment on the server (used this manual: <a href="http://bobpeers.com/linux/vnc.php">http://bobpeers.com/linux/vnc.php</a>). On my windows client I use tightvnc (<a href="http://www.tightvnc.com/">http://www.tightvnc.com/</a>).<br>
<br>I&#39;ve been having a lot of trouble because my server didn&#39;t understand the openGL driver CoD:WaW needs. (running glxinfo (in the shell on the server) told me that).<br>After a lot of searching I installed de mesa3d drivers (<a href="http://www.mesa3d.org">www.mesa3d.org</a>). Now finally glxinfo works.<br>
<br>My start script looks like this:<br><br>LD_LIBRARY_PATH=&quot;/usr/local/games/mesa/Mesa-7.2/lib&quot;<br>cd /usr/local/games/sources/cod5/<br>wine CoDWaWmp.exe +set dedicated 2 +set net_ip <a href="http://www.1stsop.nl">www.1stsop.nl</a> +set net_port 28962 +set ui_maxclients 22 +exec server.cfg +exec maprotation.cfg +map_rotate<br>
<br>the library stuff is my way to get those mesa libraries in.<br><br>Remember, I am definitly *not* a linux expert. Maybe it can be done in a much better way, but it works. For the time being (until linux bins come out) it&#39;s fine by me.<br>
<br>Hope this helps.<br><br>Greetings!<br><br>Walker<br><a href="http://www.1stsop.nl">www.1stsop.nl</a><br>