Package Base Details: linux-ck

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 461
Popularity: 0.97
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-03-16 18:02 (UTC)

Latest Comments

« First ‹ Previous 1 .. 286 287 288 289 290 291 292 293 294 295 296 .. 305 Next › Last »

graysky commented on 2011-09-30 20:04 (UTC)

@feilen - yeah, I posted to his blog with the data that corroborated his observations; read the latest entry for a link to the data if you have an interest. I will pull it from the PKGBUILD and update shortly.

feilen commented on 2011-09-30 17:12 (UTC)

In case anyone's wondering, Kolivas says that the skiplists actually reduce performance. 410 got higher perfomance from a bug, but 406 stable seems more ideal at the moment.

graysky commented on 2011-09-28 07:46 (UTC)

Added an option to compile in CK's testing patch for BFS v0.411 which includes skiplist queuing. For additional information, see: http://ck-hack.blogspot.com/2011/09/bfs-0411-test-with-skiplists.html

graysky commented on 2011-09-25 23:48 (UTC)

Added an option to compile in CK's testing patch for BFS v0.410 which includes skiplist queuing. For additional information, see: http://ck-hack.blogspot.com/2011/09/bfs-0410-test-with-skiplists.html Since this code is considered testing, I will not include it in the repo packages until CK certifies it as stable.

Det commented on 2011-09-25 09:23 (UTC)

@karabaja4, the BFQ patch gets in nontheless. The config option to actually use it doesn't.

karabaja4 commented on 2011-09-24 22:53 (UTC)

Oh. I thought setting $_BFQ_enable_ = "n" does so that kernel is not even patched with BFQ. So, BFQ patch is always applied, but only enabled as default if $_BFQ_enable_ = "y"?

graysky commented on 2011-09-24 19:50 (UTC)

@kara - sure does. Only if $_BFQ_enable_ = "y"

karabaja4 commented on 2011-09-24 19:35 (UTC)

graysky: doesn't this code in the PKGBUILD enable bfq as default scheduler? ### Optionally enable BFQ as the default io scheduler [[ $_BFQ_enable_ = "y" ]] && sed -i -e '/CONFIG_DEFAULT_IOSCHED/ s,cfq,bfq,' \ -i -e s'/CONFIG_DEFAULT_CFQ=y/# CONFIG_DEFAULT_CFQ is not set\nCONFIG_DEFAULT_BFQ=y/' ./.config

graysky commented on 2011-09-24 01:17 (UTC)

Just released 3.0.4-3 to fix an error on my part in the PKGBUILD from 3.0.4-2 which caused the BFQ I/O scheduler to be enabled by default rather than CFQ which is the Arch default. Thanks to sossi for pointing this little error out to me.

karabaja4 commented on 2011-09-23 09:11 (UTC)

Yeah, mainline works fine... also on mainline with binary nvidia driver, xv and -ck work fine together, but vdpau and -ck choke and stutter when resizing the video from fullscreen and back. Seems like -ck has some video decoding problems with nvidia.