Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Alternative Performance Kernel for Debian

Share your HowTo, Documentation, Tips and Tricks. Not for support questions!.
Post Reply
Message
Author
sir fer
Posts: 923
Joined: 2008-09-10 18:49
Location: Auckland

Re: Alternative Performance Kernel for Debian

#16 Post by sir fer »

After that stoush I just had to try it.

Very nice work damentz. 8)

User avatar
Soul Singin'
Posts: 1605
Joined: 2008-12-21 07:02

Re: Alternative Performance Kernel for Debian

#17 Post by Soul Singin' »

sir fer wrote:After that stoush I just had to try it.
Do you realize that the "stoush" was about Con Kolivas' BFS scheduler? Do you realize that the version that you tried does NOT use the BFS scheduler? All you tried was a collection of patches to the standard kernel.

I do not object to the distribution of a kernel with an untested scheduler, so long as the user is warned that the scheduler is untested.

Damentz did not provide any such warnings however. Instead he claimed that:
damentz wrote: BFS is very stable
Such statements are completely irresponsible and I strongly object to his actions.
.

sir fer
Posts: 923
Joined: 2008-09-10 18:49
Location: Auckland

Re: Alternative Performance Kernel for Debian

#18 Post by sir fer »

Settle petal, yes I realise all that...

It was the first i'd even heard of the liquorix kernel so I would have tried it no matter what

thanks for the link re:BFS tho

User avatar
dbbolton
Posts: 2129
Joined: 2007-06-20 08:17
Location: Iapetus

Re: Alternative Performance Kernel for Debian

#19 Post by dbbolton »

I tried this kernel the other day. One thing I didn't understand: I added a deb-src line and downloaded the source so could change the arch and remove some crap that I knew I wouldn't need and didn't want to have loaded (ipv6, bluetooth, webcam driver, etc), and menuconfig showed the timer frequency at 250 MHz.
GitHub | zsh docs in Letter PDF
Telemachus wrote:Put down the CGI.

damentz
Posts: 43
Joined: 2009-09-14 03:01

Re: Alternative Performance Kernel for Debian

#20 Post by damentz »

dbbolton wrote:I tried this kernel the other day. One thing I didn't understand: I added a deb-src line and downloaded the source so could change the arch and remove some crap that I knew I wouldn't need and didn't want to have loaded (ipv6, bluetooth, webcam driver, etc), and menuconfig showed the timer frequency at 250 MHz.
The timer is set to 864hz, you didn't apply the patch set to your standard kernel in order to have access to the hundreds of extra kernel options you can fiddle with :)

I created a sources folder at http://liquorix.net/sources . You can check the raw configuration and you should get identical results compared with this:

Code: Select all

$ cat /boot/config-2.6.31-0.dmz.8-liquorix-amd64 | grep CONFIG_HZ
# CONFIG_HZ_100 is not set
# CONFIG_HZ_108 is not set
# CONFIG_HZ_144 is not set
# CONFIG_HZ_216 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
# CONFIG_HZ_432 is not set
CONFIG_HZ_864=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=864
Last edited by damentz on 2009-09-22 01:56, edited 1 time in total.

User avatar
mzilikazi
Forum Account
Forum Account
Posts: 3282
Joined: 2004-09-16 02:14
Location: Colorado Springs, CO

Re: Alternative Performance Kernel for Debian

#21 Post by mzilikazi »

Well I tried the liquorix kernel and then my goldfish died so I removed it. ;)

Actually it works fine although I don't notice any obvious performance gains. I don't run alot of services on boot and don't use KDE either (which when compared to LXDE takes days and days to load). Everything is crisp and snappy but this is all just user perception.
Debian Sid Laptops:
AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 / 1.5G
Intel(R) Pentium(R) Dual CPU T2390 @ 1.86GHz / 3G

gnudude
Posts: 1684
Joined: 2009-04-05 17:30
Location: gone....

Re: Alternative Performance Kernel for Debian

#22 Post by gnudude »

I don't notice any obvious performance gains.

User avatar
AdrianTM
Posts: 2499
Joined: 2004-09-19 01:08

Re: Alternative Performance Kernel for Debian

#23 Post by AdrianTM »

mzilikazi wrote:Well I tried the liquorix kernel and then my goldfish died so I removed it. ;)

Actually it works fine although I don't notice any obvious performance gains. I don't run alot of services on boot and don't use KDE either (which when compared to LXDE takes days and days to load). Everything is crisp and snappy but this is all just user perception.
Actually this is a misunderstanding, a new scheduler (especially one focused on the desktop) won't make programs start faster (they actually might even slow down) the purpose of such scheduler is to make the whole experience smoother and the computer more responsive which in some cases reduces the actual performance of some pieces of software.
Ubuntu hate is a mental derangement.

damentz
Posts: 43
Joined: 2009-09-14 03:01

Re: Alternative Performance Kernel for Debian

#24 Post by damentz »

AdrianTM wrote:Actually this is a misunderstanding, a new scheduler (especially one focused on the desktop) won't make programs start faster (they actually might even slow down) the purpose of such scheduler is to make the whole experience smoother and the computer more responsive which in some cases reduces the actual performance of some pieces of software.
Ah, but more than the scheduler is tweaked here - BFQ is used as the disk scheduler with a patch to drain the NCQ queue on the disk hardware, reducing sync latencies that most desktop applications need to stay responsive during high disk load.

That could be it, just a guess.

Penguin Skinner
Posts: 709
Joined: 2005-09-15 20:37
Location: North by Northwest

Re: Alternative Performance Kernel for Debian

#25 Post by Penguin Skinner »

If anyone else is interested in particular configuration differences between the standard Debian kernel and damentz's Liquorix kernel, here's a side-by-side comparison of the respective .config files (generated with 'comm' and 'sort', as I find large diffs to be annoying to read) --

http://pastebin.com/f6205cdfb

Please note that I was using the .config file for the Debian 2.6.30 kernel currently in testing, so some things may not be a true apples-to-apples comparison.

User avatar
alpha-dog
Posts: 49
Joined: 2009-09-24 17:10

Re: Alternative Performance Kernel for Debian

#26 Post by alpha-dog »

I've install your liquorix kernel, but I'm still only able to get 2D with the fglrx-driver. Is it still not able to get 3D?
I removed xserver-xorg-core, installed flgrx-driver and fglrx-control then ran aticonfig --intial.
Thanks for any help

damentz
Posts: 43
Joined: 2009-09-14 03:01

Re: Alternative Performance Kernel for Debian

#27 Post by damentz »

I don't think fglrx has ever supported the newest stable kernel before - try the version from my past branch; instructions to accessing that branch are on a blog post of mine here -> http://transient-inode.blogspot.com/200 ... es_20.html

Phoronix' forums may have something, but it takes work to sift through all the noise (FUD and just angry postings with no substance) to find the patches.

DeepDayze
Posts: 10
Joined: 2006-12-22 18:37

Re: Alternative Performance Kernel for Debian

#28 Post by DeepDayze »

Great job damentz on your kernels and I know you don't ever let your userbase down. If I find a problem I'd let you know and from your track record you resolved the issues.

As for all the attacks on damentz, I feel they are totally unwarranted and the admin agrees with this.

gnudude
Posts: 1684
Joined: 2009-04-05 17:30
Location: gone....

Re: Alternative Performance Kernel for Debian

#29 Post by gnudude »

welcome to debian user forums :wink:

this aint your mommas crap brown forums...

DeepDayze
Posts: 10
Joined: 2006-12-22 18:37

Re: Alternative Performance Kernel for Debian

#30 Post by DeepDayze »

gnudude wrote:welcome to debian user forums :wink:

this aint your mommas crap brown forums...

LOL I don't care much for the brown dog myself ;)

Debian Sid user here :)

gnudude
Posts: 1684
Joined: 2009-04-05 17:30
Location: gone....

Re: Alternative Performance Kernel for Debian

#31 Post by gnudude »

DeepDayze wrote: Debian Sid user here
sidux isnt sid.... :wink:

User avatar
Soul Singin'
Posts: 1605
Joined: 2008-12-21 07:02

Re: Alternative Performance Kernel for Debian

#32 Post by Soul Singin' »

DeepDayze wrote:As for all the attacks on damentz, I feel they are totally unwarranted and the admin agrees with this.
Of course it LOOKS unwarranted.

He removed the objectionable material and then he used a hot-linked image to insert profanity into my post: :roll:


EDIT and UPDATE: And then he switched the image back to cover his tracks. :roll:
.
Last edited by Soul Singin' on 2009-09-27 19:40, edited 1 time in total.

damentz
Posts: 43
Joined: 2009-09-14 03:01

Re: Alternative Performance Kernel for Debian

#33 Post by damentz »

gnudude wrote:
DeepDayze wrote: Debian Sid user here
sidux isnt sid.... :wink:
sidux is Debian sid with a better (actually questionable according to what you prefer) default configuration and package selection with the desktop user in mind. The developers also try to temporarily fix packages that arrive in debian Sid which might have broken many of their user's installations.

What you asserted it similar to saying, Linux Mint is not Ubuntu, although with a few commands with apt-get, and a few gtkrc theme modifications, you will be using stock Ubuntu.

The trick is that both of those distributions depend highly on their distribution base's repository always functioning and doing the work for them - they just change some cosmetics, default configuration, and default package selection.

jalu
Posts: 1389
Joined: 2008-11-19 23:26

Re: Alternative Performance Kernel for Debian

#34 Post by jalu »

sidux socks :lol:

gnudude
Posts: 1684
Joined: 2009-04-05 17:30
Location: gone....

Re: Alternative Performance Kernel for Debian

#35 Post by gnudude »

hey if you want to dance off topic then lets do a jig...
sidux is Debian sid
uh no....sidux doesn't even use a debian kernel but rather their own kernel...and you aren't suppose to use some tools that debian specifically suggests to use...no dfsg...etc....

sidux is based on debian sid....sidux is debian sid based...sidux is binary compatible with sid....but sidux is not sid....
The developers also try to temporarily fix packages that arrive in debian Sid
that would make it NOT sid then...right...
similar to saying, Linux Mint is not Ubuntu
actually clem uses a number of specific tools that he has wrote for mint....but who is talking about mint...

I guess linspire is also debian sid....xandros.....ubuntu....all debian sid....and...well....everything is debian sid....glad we cleared that up...

Post Reply