11-10-2009, 08:53 AM
(11-10-2009, 07:27 AM)dualcore1289 Wrote: What version of linux do you have? I do believe that the latest ubuntu linux has a 1000hz kernel if im not mistaken, and possibly some others.
I have the default tickless Debian 5 kernel for 64 bit systems.
Code:
$ cat /etc/debian_version
5.0.1
Code:
$ uname -r
2.6.26-2-amd64
Code:
$ grep HZ /boot/config-2.6.26-2-amd64
CONFIG_NO_HZ=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
Why do you mention Hz? I thought we were talking about FPS.
Could you elaborate on your statement that custom kernel is required for 1000 FPS.