Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Notebook mous-touch-pad kernel 2.6.3?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
NewB
Apprentice
Apprentice


Joined: 08 Feb 2004
Posts: 224

PostPosted: Sun Feb 29, 2004 4:59 pm    Post subject: Notebook mous-touch-pad kernel 2.6.3? Reply with quote

I changed kernel from 2.4 to 2.6.3 and i didn't changed my XF86Config.... but now my touch-mouse on the notebook doesn't work anymore.... the usbmouse works great...

what's the problem?
Back to top
View user's profile Send private message
mgraham76
n00b
n00b


Joined: 25 Feb 2004
Posts: 35
Location: Seneca, MO

PostPosted: Mon Mar 01, 2004 5:27 am    Post subject: Reply with quote

2.6 kernels change the way they receive mouse events (or something like that, I'm no friggin genius). Anyways, all you should need to do is

Code:
emerge synaptics


and then update your XF86Config. The important parts are to "Load "synaptics" and Input Device Section. Here's mine:

Code:
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Touchpad" "CorePointer"
        #InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "type1"
        Load  "speedo"
        Load  "freetype"
        Load  "synaptics"
        SubSection "extmod"
                Option "omit xfree-dga"
        EndSubSection
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "presario"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/psaux"
EndSection

Section "InputDevice"
        Identifier      "Touchpad"
        Driver          "synaptics"
        Option          "Device"        "/dev/psaux"
        Option          "Protocol"      "auto-dev"
        Option          "LeftEdge"      "1900"
        Option          "RightEdge"     "5400"
        Option          "TopEdge"       "1900"
        Option          "BottomEdge"    "4000"
        Option          "FingerLow"     "25"
        Option          "FingerHigh"    "30"
        Option          "MaxTapTime"    "180"
        Option          "MaxTapMove"    "220"
        Option          "VertScrollDelta" "100"
        Option          "MinSpeed"      "0.07"
        Option          "MaxSpeed"      "0.18"
        Option          "AccelFactor"   "0.0010"
        Option          "UpDownScrolling" "on"
        Option          "SHMConfig"     "on"
EndSection


Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon Mobility U1"
        BusID       "PCI:1:5:0"
        VideoRam        65536
        Option          "AGPMode" "4"
        Option          "EnablePageFlip" "on"
        Option         "AGPFastWrite" "on"
        #Option         "UseFBDev" "on"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    16
        SubSection "Display"
                Depth     16
                Modes   "1024x786 800x600"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection


That should return it to normal.

MG
Back to top
View user's profile Send private message
blackmax
n00b
n00b


Joined: 01 Mar 2004
Posts: 12

PostPosted: Sun Mar 07, 2004 12:30 pm    Post subject: Reply with quote

Hi, I also have a problem with the Synaptics touchpad and the same kernel, although it's totally different. I have a have a Compaq Presarrio 2100 laptop, and I'm using kernel 2.6.3 from the gentoo-dev-sources. The thing is the touchpad doesn't even get detected at boot. I compiled evdev and ps2 support into the kernel as per the instructions on the INSTALL file of the Synaptics driver.
The output from dmesg doesn't show any touchpad (dmesg | grep -i syn), and looking for something similar the only thing I found is a ps2 mouse found or something like that.
I tried every possible way of setting the mouse on the XF86Config file as per the posts on all the threads about the touchpad on these forums, and still I can't use it.
I also seem to have problems setting up my usb mouse, I can't get it working (I have hotplug installed and USB support compiled into the kernel).
On /dev/input/ I onlye have 'mice' and 'event0', if I 'cat' them, I can see that event0 is connected to the keyboard, and mice doesn't throw any output at all, not punching the keyboard or pressing the touchpad, nor moving the (plugged) usb mouse.
Any help would be greatly appreciated. Thanks.
Back to top
View user's profile Send private message
blackmax
n00b
n00b


Joined: 01 Mar 2004
Posts: 12

PostPosted: Sun Mar 07, 2004 3:20 pm    Post subject: Reply with quote

Well, I finally solved the problem changing the kernel (as someone else on another forum did too). I downloaded the mm sources (2.6.4-rc1-mm2) tweaked the kernel a litle bit for my hardware and got the touchpad detected, I have no idea what's different since I used and configured the same options as with the gentoo-dev-sources (2.6.3) kernel, but this time it worked.
Now I'm happily posting here from X with 3D acceleration (ATI IGP 320M) after having compiled like 20 times the kernel and XFree only once (thank god).
Back to top
View user's profile Send private message
caspar
Apprentice
Apprentice


Joined: 02 Mar 2003
Posts: 228
Location: 240 000 miles away from moon

PostPosted: Mon Mar 08, 2004 7:39 pm    Post subject: Reply with quote

Same problem here.
Took me long time to find this thread.
Smiliar one here https://forums.gentoo.org/viewtopic.php?t=145821&start=0&postdays=0&postorder=asc&highlight=.
_________________
"Dream as if you'll live forever. Live as if you'll die today."
Back to top
View user's profile Send private message
caspar
Apprentice
Apprentice


Joined: 02 Mar 2003
Posts: 228
Location: 240 000 miles away from moon

PostPosted: Mon Mar 08, 2004 8:12 pm    Post subject: Reply with quote

I cannot get it working. Even with the new kernel. Blackmax can you post your XFree86config and the relevant parts of your kernel conf please?
_________________
"Dream as if you'll live forever. Live as if you'll die today."
Back to top
View user's profile Send private message
caspar
Apprentice
Apprentice


Joined: 02 Mar 2003
Posts: 228
Location: 240 000 miles away from moon

PostPosted: Mon Mar 08, 2004 8:49 pm    Post subject: Reply with quote

Ok I got it.
Seems to be a bug.
For all Thinkpad R40 2722-3GG users. Look at
http://lkml.org/lkml/2004/2/3/158
and
https://forums.gentoo.org/viewtopic.php?p=936712

summarisation:
pass i8042.nomux to the kernel at boot time.
_________________
"Dream as if you'll live forever. Live as if you'll die today."
Back to top
View user's profile Send private message
blackmax
n00b
n00b


Joined: 01 Mar 2004
Posts: 12

PostPosted: Mon Mar 08, 2004 8:52 pm    Post subject: Reply with quote

Luckily I don't have that touchpad (or the bug at least). It sufficed to change the kernel. Thanks for the link and the tip anyway, I'm pretty sure it'll be helpful around here.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum