Hi
I'm managed to run couterstrike with wine.
but its performance is worst. in winxp i'm getting about 100 fps everywhere,
but under wine its often fps counter get down to 30. it's terrible!
is there any way to fix this issue?
PS
sergey@sergey:~/c/games/cs-1.6$ wine --version
Wine 20040121
sergey@sergey:~/c/games/cs-1.6$ cat /proc/driver/nvidia/version
NVRM version: NVIDIA Linux x86 nvidia.o Kernel Module 1.0-5328 Wed Dec 17
13:54:51 PST 2003
GCC version: gcc version 3.3.2 20030908 (Debian prerelease)
sergey@sergey:~/c/games/cs-1.6$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Celeron(R) CPU 2.00GHz
stepping : 7
cpu MHz : 2019.928
cache size : 128 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
bogomips : 4023
sergey@sergey:~/c/games/cs-1.6$ cat /proc/meminfo
total: used: free: shared: buffers: cached:
Mem: 528093184 389582848 138510336 0 16502784 236580864
Swap: 509923328 139264 509784064
MemTotal: 515716 kB
MemFree: 135264 kB
MemShared: 0 kB
Buffers: 16116 kB
Cached: 230900 kB
SwapCached: 136 kB
Active: 207524 kB
Inactive: 142300 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 515716 kB
LowFree: 135264 kB
SwapTotal: 497972 kB
SwapFree: 497836 kB
sergey@sergey:~/c/games/cs-1.6$ cat cs.sh
#!/bin/sh
export __GL_FSAA_MODE=0
export __GL_SYNC_TO_VBLANK=0
export __GL_DEFAULT_LOG_ANISO=0
wine hl.exe -- hl.exe -game cstrike -console -noipx +exec crazy.cfg +connect cs
PPS pardon my english :-)
--
WBFH: -error
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config
Type: application/octet-stream
Size: 13552 bytes
Desc: not available
Url :
http://www.winehq.org/pipermail/wine-users/attachments/20040203/aa7d0140/config.obj
> 1.0-5328Probably won't make much difference, but driver version 1.0-5336 is out. Wine's performance with games isn't great now days, but the development team is working on some solutions to drastically improve it (Maybe by adding a wine kernel module). Ivan.