Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Impressions of 2.6 kernel

  1. #1
    Senior Member
    Join Date
    Oct 2003
    Location
    Sydney, Australia
    Posts
    157

    Impressions of 2.6 kernel

    Hi All
    I finally got around to downloading and HD installing the latest Knoppix 3.4 with the 2.6.6 kernel.
    Obviously this is completely subjective, but somehow it does actually "feel" faster. In particular, the mouse seems much more responsive and moves faster than before.
    Has anybody else noticed any difference?

  2. #2
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338
    tearinghairout,

    Yes... I have...

    Having GKrellm running on the desktop, I see lots of things that have changed with the new kernel - mostly, I never see the CPU go over 30 to 40% usage, on average, it never goes above 12 to 15%...

    Programs tend to appear to run faster, even though the "window" pop-up seems to take a little longer - you get the "bouncing mouse cursor" a little longer than I felt in previous kernel releases...

    But, noticable change is in XBoing - the program now goes so fast, the sound is unrecognizable, and the game is completely unplayable - due to excessive speed. I've tried to change the program "speed" to its slowest setting, a 1, and it is still unplayable because it runs too fast. XBoing being a "clone" game of BrickOut (r) - you need to maintain the ball by using your paddle to keep it "breaking up" the bricks in a pattern above you, the ball, paddle, and the bricks, go so fast, you can't keep up with it... I've just settled to not playing the game, because of this, and chocked it up to the speed of the kernel - since I played the game with my old kernel v2.4.22 and it was fine, sounds were fine, and the playing was at a game speed of say, 6...

    Other than this, I think the speed is great... I am just worrying about it a little... Way back, in the days of ISA ( 8 bit cards ), if your processor ran too quickly, it could easilly "speed" by a card. It would send a communication to a card, but the speed was so quick, the card never "heard" a word, and thus, you would have device / communication problems. Not sure if this could be the "same" problem here, but, the speed could become an issue... ( just my thoughts )

    Ms. Cuddles

  3. #3
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981

    Re: Impressions of 2.6 kernel

    Quote Originally Posted by tearinghairout
    Hi All
    .... In particular, the mouse seems much more responsive and moves faster than before.
    Haven't been using 2.6; no built-in support for wheelmouse. I read somewhere of a workaround to get wheelmouse working but it's easier just to stick with the 2.4 kernel.

  4. #4
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Quote Originally Posted by Cuddles
    you get the "bouncing mouse cursor" a little longer than I felt in previous kernel releases...
    If I'm not mistaken thats just the KDE startup notification that is set by default for somethinhg like 30 seconds!

  5. #5
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338

    Re: Impressions of 2.6 kernel

    Quote Originally Posted by CrashedAgain
    Quote Originally Posted by tearinghairout
    Hi All
    .... In particular, the mouse seems much more responsive and moves faster than before.
    Haven't been using 2.6; no built-in support for wheelmouse. I read somewhere of a workaround to get wheelmouse working but it's easier just to stick with the 2.4 kernel.
    I have the kernel 2.6.6, and a mouse with the scroll wheel, and it works fine... And I think the mouse is setup, from the install, as a generic mouse too...

    Not sure on "technology" things at the time, is a wheel-mouse what I am talking about, or is it something that has more than one scroll-wheel? A friend has one, it can scroll both up and down, and side to side - mine only has the vertical. But it works fine in the new kernel...

    Clueless,
    Ms. Cuddles

  6. #6
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900

    Re: Impressions of 2.6 kernel

    Quote Originally Posted by CrashedAgain
    Quote Originally Posted by tearinghairout
    Hi All
    .... In particular, the mouse seems much more responsive and moves faster than before.
    Haven't been using 2.6; no built-in support for wheelmouse. I read somewhere of a workaround to get wheelmouse working but it's easier just to stick with the 2.4 kernel.
    Wheelmice work fine as it is not kernel related. Have a look at /etc/X11/XF86Config-4.

    This is for my USB mouse (with scrollwheel).

    Code:
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    	Option		"CorePointer"
    	Option		"Device"		"/dev/input/mice"
    	Option		"Protocol"		"ImPS/2"
    	Option		"Emulate3Buttons"	"true"
    	Option		"ZAxisMapping"		"4 5"
    EndSection
    $ uname -a
    Linux cromag 2.6.8-rc2 #2 Thu Jul 22 16:13:51 MDT 2004 i686 GNU/Linux

  7. #7
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    This thread is getting old, I should check more often!

    What are you doing different than me? Here is my XF86Config-4:
    Code:
    Section "InputDevice"
    	Identifier  "PS/2 Mouse"
    	Driver      "mouse"
    	Option      "Protocol" "auto"
    Option          "ZAxisMapping"          "4 5"
    	Option      "Device" "/dev/psaux"
    	Option      "Emulate3Buttons" "true"
    	Option      "Emulate3Timeout" "70"
    	Option	    "SendCoreEvents"  "true"
    EndSection
    When I boot with the 2.4 kernel, the scroll wheel works. When I boot with the 2.6 kernel, it does not. XFConfig is unchanged.
    I have also tried the suggestions in these threads:
    http://www.knoppix.net/forum/viewtop...ght=wheelmouse
    http://www.knoppix.net/forum/viewtop...ght=wheelmouse
    Mouse is a generic PS2 single scroll wheel mouse.

  8. #8
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Here's my /etc/X11/XF86Config-4. The key is:

    Option "Device" "/dev/input/mice"

    Code:
    Section "InputDevice"
            Identifier      "Configured Mouse"
            Driver          "mouse"
            Option          "CorePointer"
            Option          "Device"                "/dev/input/mice"
            Option          "Protocol"              "ImPS/2"
            Option          "Emulate3Buttons"       "true"
            Option          "ZAxisMapping"          "4 5"
    EndSection

  9. #9
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    Hmmmm. OK, I tried:
    Code:
    Section "InputDevice"
    	Identifier  "PS/2 Mouse"
    	Driver      "mouse"
    	Option      "Protocol" "auto"
    Option          "ZAxisMapping"          "4 5"
    #	Option      "Device" "/dev/psaux"
    	Option      "Device"  "/dev/input/mice" 
    	Option      "Emulate3Buttons" "true"
    	Option      "Emulate3Timeout" "70"
    	Option	    "SendCoreEvents"  "true"
    EndSection

    Result: Still no scroll wheel function with the 2.6 kernel but now the mouse is very jumpy & needed to be reconfigured slower.

    XF86Config already had:
    Code:
    Section "InputDevice"
            Identifier      "USB Mouse"
            Driver          "mouse"
            Option          "Device"                "/dev/input/mice"
    	Option		"SendCoreEvents"	"true"
            Option          "Protocol"              "IMPS/2"
            Option          "ZAxisMapping"          "4 5"
            Option          "Buttons"               "5"
    EndSection
    but I'm using a PS2 connection not USB. I don't think you can use 'device=' option twice
    ie not comment out the /dev/psaux line can you...maybe I'll try it, worst it can do is freeze up solid!

  10. #10
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    Didn't freeze up but still no scroll wheel either. It seems to be something with the 2.6 kernel; 2.4 works OK.

Page 1 of 2 12 LastLast

Similar Threads

  1. How do I install kernel source and config/compile kernel??
    By cfish in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 04-25-2005, 07:31 AM
  2. First impressions of Knoppix 3.8 (CeBit Edition)
    By eco2geek in forum The Lounge
    Replies: 13
    Last Post: 03-29-2005, 03:14 PM
  3. knoppix hdd impressions
    By fm78 in forum General Support
    Replies: 3
    Last Post: 01-15-2004, 04:22 PM
  4. general impressions
    By mikehallsted in forum General Support
    Replies: 1
    Last Post: 07-15-2003, 03:55 AM
  5. Modified kernel results in Kernel Panic - No init found.
    By tji in forum Customising & Remastering
    Replies: 4
    Last Post: 06-12-2003, 06:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Juniper Networks EX3300 EX3300-48P 48-Port Gigabit PoE+ Switch picture

Juniper Networks EX3300 EX3300-48P 48-Port Gigabit PoE+ Switch

$37.11



Juniper EX4300-48P 48 Port PoE Gigabit Network Switch - COMES WITH DUAL POWER picture

Juniper EX4300-48P 48 Port PoE Gigabit Network Switch - COMES WITH DUAL POWER

$325.00



Juniper EX3300-48P 48-Port 10/100/1000BASE-T (48 PoE+ ports) with 4 SFP+ picture

Juniper EX3300-48P 48-Port 10/100/1000BASE-T (48 PoE+ ports) with 4 SFP+

$74.00



JUNIPER EX3400-48P 48x 1GB PoE+ RJ-45 4x 10GB SFP+ 2x 40GB QSFP+, DUAL AC POWER picture

JUNIPER EX3400-48P 48x 1GB PoE+ RJ-45 4x 10GB SFP+ 2x 40GB QSFP+, DUAL AC POWER

$168.00



Juniper Networks EX3300 EX3300-48P 48-Port Gigabit PoE+ Switch picture

Juniper Networks EX3300 EX3300-48P 48-Port Gigabit PoE+ Switch

$59.95



Juniper Networks SRX320-POE 6-Port Service Gateway Security Appliance Tested picture

Juniper Networks SRX320-POE 6-Port Service Gateway Security Appliance Tested

$149.99



Juniper SRX320 8-Port Security Services Gateway Appliance w/ Rack Ears picture

Juniper SRX320 8-Port Security Services Gateway Appliance w/ Rack Ears

$99.97



Juniper EX4200-48PX 48-PORT 10/100/1000BASET PoE Ethernet Switch picture

Juniper EX4200-48PX 48-PORT 10/100/1000BASET PoE Ethernet Switch

$38.39



Juniper EX 4300 EX4300-48P Gigabit Network Switch JunOS 21.4R3-S7 48 Port PoE picture

Juniper EX 4300 EX4300-48P Gigabit Network Switch JunOS 21.4R3-S7 48 Port PoE

$249.00



Juniper Networks EX3300 EX3300-48P PoE+ 48-Port 4x SFP Gigabyte Ethernet Switch picture

Juniper Networks EX3300 EX3300-48P PoE+ 48-Port 4x SFP Gigabyte Ethernet Switch

$59.99