LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   Steam-cs 99 Fps (https://www.linuxquestions.org/questions/linux-games-33/steam-cs-99-fps-137521/)

samhob 01-22-2004 01:54 PM

Steam-cs 99 Fps
 
Hello !

i got steam running on winex cvs ( no hacks needed only install steam )
and i get 50 - 70 fps , but Heres a tip to get 99 fps :

start steam than start a vxterm , su and type :

ps -ax | grep wineserver

take the first number of the wineserver line it is the pid .. and type :

renice (pidnumber) 15 ( without () )


and magiccc 99 fps !

my system :

Debian testing cvswinex
512 mb ram athlon 2400+
geforce 4 mx 440

GlaDiaC 01-25-2004 08:06 AM

why don't you use

pgrep wineserver

and it is
renice <priority> <pid>

SYNOPSIS
renice priority [[-p] pid ...] [[-g] pgrp ...] [[-u] user ...]

renice <priority> 15

example

renice 7434 15

samhob 01-25-2004 09:22 AM

yes sorry thats it


All times are GMT -5. The time now is 11:46 AM.