Posts: 16
Threads: 4
Joined: Aug 2006
Reputation:
0
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.
Posts: 728
Threads: 2
Joined: May 2006
Reputation:
0
if you've never recompiled it will be set at 250Hz
Posts: 88
Threads: 7
Joined: Jul 2006
Reputation:
0
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.
Posts: 16
Threads: 4
Joined: Aug 2006
Reputation:
0
There's nothing in Usr/src, Running Fedora Core 4 64bit.
2.6.17-1.2142_FC4
Posts: 4
Threads: 0
Joined: Nov 2006
Reputation:
0
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....