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
  •  


A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory picture

Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory

$54.99



Corsair Vengeance RGB PRO 32GB (2 x 16GB) PC4-25600 (DDR4-3200) Memory... picture

Corsair Vengeance RGB PRO 32GB (2 x 16GB) PC4-25600 (DDR4-3200) Memory...

$50.00



Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3 picture

Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3

$22.45



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$23.95



HyperX Predator Kit Of 4 HX430C15PB2K4/16 Memory DDR4 16GB  (4x4GB) picture

HyperX Predator Kit Of 4 HX430C15PB2K4/16 Memory DDR4 16GB (4x4GB)

$42.99



Samsung 16GB (4x4GB) 1Rx8 PC3-12800U 1600Mhz DDR3 RAM Memory M378B5273DH0-CK0 picture

Samsung 16GB (4x4GB) 1Rx8 PC3-12800U 1600Mhz DDR3 RAM Memory M378B5273DH0-CK0

$14.00



A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G picture

A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G

$13.99



Samsung 32GB PC4-2933Y-R 2Rx4 DDR4 ECC REG RDIMM Memory M393A4K40CB2-CVFBY M4-3 picture

Samsung 32GB PC4-2933Y-R 2Rx4 DDR4 ECC REG RDIMM Memory M393A4K40CB2-CVFBY M4-3

$42.99



G.SKILL TridentZ Neo RGB 32GB (2x16GB) 3600 MHz F4-3600C18D-32GTZN picture

G.SKILL TridentZ Neo RGB 32GB (2x16GB) 3600 MHz F4-3600C18D-32GTZN

$60.00