Xonotic Forums
Anyone use Linux on a desktop/workstation system? - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Community (https://forums.xonotic.org/forumdisplay.php?fid=6)
+--- Forum: Off Topic (https://forums.xonotic.org/forumdisplay.php?fid=15)
+--- Thread: Anyone use Linux on a desktop/workstation system? (/showthread.php?tid=742)



Anyone use Linux on a desktop/workstation system? - tux9656 - 07-22-2010

I've been using the ck patch for a while. It does wonders for increasing the responsiveness of multitasking/multithreading. Anyone that uses Linux on a desktop/workstation should give it a try. I have noticed that some of my games get a 100 percent increase in frame rate when using this patch.

Link:
http://users.on.net/~ckolivas/kernel/


RE: Anyone use Linux on a desktop/workstation system? - divVerent - 07-23-2010

I wonder when a CDDL released signature will be made. A suggestion might be:

This signature is released under the CDDL. Any disagreement with me must be cleared out in my hometown.


RE: Anyone use Linux on a desktop/workstation system? - divVerent - 07-23-2010

On topic, BTW:

Ubuntu users can install a -ck patched kernel from binaries, like this:

apt-add-repository ppa:chogydan/ppa
apt-get install linux-ck linux-ck-headers-generic
cd /etc/grub.d
cp 10_linux 09_linux-ck
sed -i 's/-\*/-\*ck-\*/g' 09_linux-ck
update-grub
reboot
modprobe nvidia-current
reboot

(No idea why nvidia-current didn't load the first time)

I am currently trying that. I am not expecting higher fps though. To be expected is better behaviour of the game while compiling stuff in the background - something quite important for developers.

Just tested: I notice no fps decrease during a -j4 compile job on a my quadcore machine here. Not exactly a strong test, but still noticeably better than with CFS.