Package Details: linux-lqx 6.10.11.lqx1-1

Git Clone URL: https://aur.archlinux.org/linux-lqx.git (read-only, click to copy)
Package Base: linux-lqx
Description: The Linux Liquorix kernel and modules
Upstream URL: https://liquorix.net/
Keywords: bbr2 bfq futex pds proton zen
Licenses: GPL-2.0-only
Provides: UKSMD-BUILTIN, VHBA-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Submitter: akurei
Maintainer: sir_lucjan (damentz)
Last Packager: damentz
Votes: 160
Popularity: 1.30
First Submitted: 2011-08-08 16:08 (UTC)
Last Updated: 2024-09-20 17:12 (UTC)

Dependencies (19)

Required by (11)

Sources (3)

Pinned Comments

damentz commented on 2020-08-31 15:22 (UTC) (edited on 2021-12-21 18:25 (UTC) by damentz)

Official binaries of linux-lqx, linux-lqx-headers, and linux-lqx-docs are now available: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#liquorix

Signing key import instructions: sudo pacman-key --keyserver hkps://keyserver.ubuntu.com --recv-keys 9AE4078033F8024D && sudo pacman-key --lsign-key 9AE4078033F8024D

Latest Comments

« First ‹ Previous 1 .. 96 97 98 99 100 101 102 103 104 105 106 .. 121 Next › Last »

shivik commented on 2012-09-01 05:39 (UTC)

I kinda set a repo :) It's not the final thing.More of a proof of concept. Hosting sucks,cuts out randomly while you are downloading,so you have to run pacman -Syu until it downloads the whole thing. Initial set up was with package signing,but it pacman kept throwing errors,so I have to find info about how to do it the right way. Anyway here goes.Add the following to your /etc/pacman.conf: [liquorix] SigLevel = Never Server = http://liquorix.herobo.com/$arch Then run pacman -Syy to sync with new repo. Precompiled linux-lqx and nvidia-lqx.

shivik commented on 2012-08-31 16:21 (UTC)

Got it! Deleted my previous comment. Waiting for the build proccess to complete now.

shivik commented on 2012-08-31 06:19 (UTC)

I'll update in about 6 hours. Sorry guys - duty calls.

shivik commented on 2012-08-29 20:20 (UTC)

supercool :)

engelus commented on 2012-08-29 19:57 (UTC)

shivik thanks for your help if do what you said scaling works, also discovered that changing the value of /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor to ondemand also works :D and thanks again for your help

shivik commented on 2012-08-29 19:39 (UTC)

Very strange.I use powernow-k8(which is also built-in). Working out of the box. Can you try this(as root or sudo): 1.pacman -S cpupower 2.then edit /etc/conf.d/cpupower and uncomment governor='ondemand' 3.rc.d start cpupower (or /etc/rc.d/cpupower start) and check if scaling is working

engelus commented on 2012-08-29 11:37 (UTC)

Well the error for the module of vbox was that I havent installed virtualbox-source package, so problem resolved, sorry for that. --- I know cpu scaling is working because in stock when I log in the cpu are at 0.97 Ghz (I use conky for monitoring) my machine have an i3-350M @ 2,26 GHz, but when I log in in lqx the cpu are always at top GHz.

msx commented on 2012-08-29 11:32 (UTC)

@engelus: did you visit this forum post? https://bbs.archlinux.org/viewtopic.php?pid=1143526 May be I'm forgetting something or so, but following that instructions you shouldn't have any problem.

shivik commented on 2012-08-29 07:06 (UTC)

Hmm...everything is fine with your modules dir so vbox is _supposed_ to work... Does virtualbox work with the stock kernel? What errors do you get with lqx? As for cpu frequency scaling it should work out of the box with lqx for acpi-cpufreq. And you're right the governor is also in the kernel. So no need to load anything as module. LQX / srock kernel CONFIG_X86_ACPI_CPUFREQ=y / CONFIG_X86_ACPI_CPUFREQ=m Is scaling working on your machine or you are just concern,because you don't see acpi-cpufreq in lsmod?