Posts: 307
Threads: 18
Joined: Jan 2009
Reputation:
1
windows > shit ^^ but i dont know yet > somebody told me that 2008 is very good but i have no experience with it.
if i compare with linux....
disable sourcetv > you dont need it for public server and it gives more worse fpsmeter results.
compile a new kernel ^^ have fun > use the one of BehartesEtwas and use ur actuall .config.
when the server is full i think the mhz of the cpu is too low to manage the 1000 fps, try 500 fps with deactivating hres in the kernel under processor options > high resolution timer.
-peter
Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
well, the "trick" to avoid those kernel panics is to know which drivers you need for the boot process. the most probable problem is the HDD controller. this driver must be compiled into the kernel (not as module, i.e. make it [*] instead of [M]). also the file system driver for your root partition must be in the kernel. all other drivers probably can be a module, because once the kernel can access the disk and the root file system it can load modules.
virtually all linux distributors have to use another "trick" for their default kernel, because they cannot know which driver is required (the distro should run on any system). they compile all drivers as modules (the kernel would be way too big if they'd compile all into the kernel) and then place all modules into a so-called inititial ram disk ("initrd", "initramfs" or so). that ram disk is loaded by the boot loader (e.g. grub) together with the kernel, so the kernel can access the modules even before it can read the root file system. but this method is more complicated, because every distribution has it's own tools to create those initial ram disks.
so I recommend finding the required drivers and compiling them into the kernel. that way it will also be much easier to do kernel updates, because you don't need to create the initrd every time.
if you need help identifying the required drivers, post the output of lspci and your exact kernel version you intent to use.
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
04-20-2010, 06:23 PM
(This post was last modified: 04-20-2010, 06:24 PM by realchamp.)
I need SourceTV. My server can easily hold this. It's barely above 17% usage when the server is full - based on Windows.
Which kernel would you recommend?
Posts: 1,127
Threads: 22
Joined: Sep 2008
Reputation:
10
i would recommend 2.6.32-ck2 - i have achieved 997 stable fps
Slå den med jeres fiberforbindelser...
Posts: 105
Threads: 5
Joined: Nov 2008
Reputation:
0
Even at 17% core load, you can have very in stable FPS with Linux, its down to the buggy engine. Also I wouldn't say 2.3ghz is too low for a stable 1000fps, make sure you experiment with RT scheduling and idlers, they seem to affect peoples systems differently.