Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

So I did this at the weekend...

  • 24-07-2011 6:45am
    #1
    Registered Users, Registered Users 2 Posts: 634 ✭✭✭


    Click on image to enlarge:

    WNNYyl.jpg

    Anyone else compiled the 3.0 kernel? While we're at it, what are your custom compile tips?

    I just set the processor type as Core 2, pick full pre-emption for low latency desktop, deselect amateur radio and embedded device support. What cool things can you do for a desktop kernel?

    Also, why is my memory showing as 2.8GB, when I have 3GB in the memory slots?

    .


Comments

  • Closed Accounts Posts: 5,082 ✭✭✭Pygmalion


    OSI wrote: »
    I usually change the process scheduler frequency to 1000Hz as well as setting the processor features to match that of my CPU as well.

    Is 1000Hz not the default for 64-bit systems?


  • Registered Users, Registered Users 2 Posts: 1,931 ✭✭✭PrzemoF


    loldog wrote: »
    [..]
    Anyone else compiled the 3.0 kernel? While we're at it, what are your custom compile tips?
    [..]
    .
    I'm doing it almost everytime there is a new version in the git repo, but I'm still on rc7 now.

    You're using menuconfig, xconfig or standard distro .config file?

    I removed almost everything that is not used on my laptop from the config. It doesn't spped up the kernel, but it definitely does speed up compiling.

    3.0 is just a number, but I hope it will be an occasion to talk/write more about linux in different media.


  • Registered Users, Registered Users 2 Posts: 634 ✭✭✭loldog


    OSI wrote: »

    What does 'free' show as total RAM in the terminal?

    free shows this:
    total       used       free     shared    buffers     cached
    Mem:       2959208    2903052      56156          0     126588    1612304
    -/+ buffers/cache:    1164160    1795048
    Swap:       514076       1428     512648
    
    free -m shows this:
    total       used       free     shared    buffers     cached
    Mem:          2889       2831         58          0        123       1574
    -/+ buffers/cache:       1132       1757
    Swap:          502          1        500
    
    I'm not really to clear on what all that means.
    PrzemoF wrote:

    You're using menuconfig, xconfig or standard distro .config file?

    I copy in the Ubuntu standard config from /boot and then open it with menuconfig, then make the few small changes I think will improve performance or reduce compile time.

    .


Advertisement