How can i disable RDTSC_FREQUENCY?
I'm using Ubuntu 10.04 64Bit
I'm using Ubuntu 10.04 64Bit
RDTSC_FREQUENCY to 'disabled'.
|
How can i disable RDTSC_FREQUENCY?
I'm using Ubuntu 10.04 64Bit
10-19-2011, 05:48 PM
start your server like this:
Code: RDTSC_FREQUENCY=disabled ./srcds_run <put normal parameters here> this will not work, if you start your server directly in a screen session (i.e. "screen RDTSC_FREQUENCY=disabled ./srcds_run ..." will not work), you have to put the start command in a small shell script instead and start that shell script inside the screen session. but, why do you want to disable it? I don't think it is a good idea... using RDTSC is a good improvement for the engine.
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!) Do not ask technical questions via PM!
10-19-2011, 05:56 PM
Thanks. Just want to test a little.
|
« Next Oldest | Next Newest »
|