SRCDS Steam group


Server FPS locked at 125
#1
I'm using the command parameters (-tickrate 100 -fps_max 601) And the server will give me a steady 100tick, but checking the "stats" server fps keeps locked at 125.

How can i check the Hz of the timer frequency. Fedora Core Latest.

thanks guys.
Reply
#2
if you've never recompiled it will be set at 250Hz
Reply
#3
Alright
Reply
#4
FInd out what kernel you running using uname and then check the /usr/src directory.

/includes/asm-i386/param.h should have the Hz definer in it.
[Image: ggbarzc2.png]
Reply
#5
There's nothing in Usr/src, Running Fedora Core 4 64bit.
2.6.17-1.2142_FC4
Reply
#6
Okay, I found param.h

Quote:#ifndef HZ
#define HZ sysconf(_SC_CLK_TCK)
#endif

However, in include/asm-x86_64 (which i suppose it's running)

I found param.h in that and this could be the problem :
Quote:#ifndef HZ
#define HZ 100
#endif

100!!!!! How do I recompile with 1000 any quick tips?
Reply
#7
This is how it works on my Gentoo 32bit system...

# cd /usr/src/linux
# make menuconfig

You'll be given a menu driven system... Go to the following:

Proccesor Type and Features --> Timer Frequency --> 1000 Hz

Exit out, save your config than type:

# make

This will compile a new kernel for you underneath of arch/XXX/boot/bzImage

I think amd_64 will be where your XXX is... Copy that to your boot folder and change your bootloader to reflect the new kernel....
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)