Hello, I just installed Counter strike 1.6 on ubuntu 9.04 with wine and it run but i have mutch lag. i created also a .sh starter file with this: Code: #!/bin/bash WINEDEBUG=fixme-all wine C:/Program\ Files/Steam/Steam.exe -fullscreen \ -width 1024 -height 768 -applaunch 220 \ -heapsize 512000 +map_background none "$@" but when i run it nothing happend. Can somebody help me ?