Package Details: linux-ck 6.11.10-1

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Package Base: linux-ck
Description: The Linux kernel and modules with ck's hrtimer patches
Upstream URL: https://wiki.archlinux.org/index.php/Linux-ck
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 459
Popularity: 0.22
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-26 13:15 (UTC)

Dependencies (14)

Required by (7)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 289 290 291 292 293 294 295 296 297 298 299 .. 308 Next › Last »

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.

Det commented on 2011-09-23 07:41 (UTC)

@karabaja4, nouveau can be kind of buggy anyway. The mainline kernel works fine?

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

Is anybody else having strange "choppy" video playback when using nouveau (nvidia card) and (s)mplayer with -ck?

graysky commented on 2011-09-22 19:51 (UTC)

@lynix - I put an announcement in the forum thread and as well on the wiki, but you are correct, the URL users need to place in /etc/pacman.conf for the repo is now: [repo-ck] Server = http://repo-ck.com/$arch

lynix commented on 2011-09-22 13:13 (UTC)

Thanks, graysky! :) Just for those (like me) that wonder why there is no update in the repo: new url ^^

graysky commented on 2011-09-21 23:57 (UTC)

@justin - Thanks. Updated to 3.0.4-2 which includes the live code for BFQ. PKG built for me just fine. Enjoy you CK junkies!