LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-26-2007, 06:05 PM   #1
aquilolumen
Member
 
Registered: Jul 2005
Distribution: slackware
Posts: 43

Rep: Reputation: 15
thinkpad trackpoint doesn't work


hi,

slackware on a thinkpad x60s; trackpoint has never worked for me, but a USB scrolling mouse does. i've read through just about every thread pertaining to trackpoints (i think) and have tried the most promising variations. here are the relevant parts of my xorg.conf:


Code:
Section "InputDevice"  # <-- Trackpoint troubles        
 Identifier   "Mouse1"
 Driver       "mouse"
 Option       "Protocol"     "PS/2"
 Option       "Device"       "/dev/psaux"
 Option       "ZAxisMapping" "4 5" # <-- don't know if these extra
 Option       "Buttons"      "5"    # buttons are needed
Endsection

Section "InputDevice"  # <-- USB mouse, works perfectly, scrolling and all
 Identifier   "Mouse2"
 Driver       "mouse"
 Option       "Protocol"     "IMPS/2"
 Option       "Device"       "/dev/mouse"
 Option       "ZAxisMapping" "4 5"
 Option       "Buttons"      "5"
 Option       "resolution"   "200"
Endsection

Section "ServerLayout" # <-- read a post that said to do this
 Identifier "Simple Layout"
 Screen "Screen 1"
 InputDevice "Mouse1" "Corepointer"      # <-- for the trackpoint
 InputDevice "Mouse2" "SendCoreEvents"   # <-- for the USB mouse
 InputDevice "Keyboard1" "Corekeyboard"
EndSection
any ideas on how to make the trackpoint work (without disabling the USB mouse)?

thanks in advance.

Last edited by aquilolumen; 07-26-2007 at 06:09 PM.
 
Old 07-27-2007, 08:50 PM   #2
tellef
LQ Newbie
 
Registered: Aug 2005
Location: Norway
Distribution: Slackware & Debian.
Posts: 23

Rep: Reputation: 15
Have you enabled everything you need regarding udev/hal, etc?
Here is a snippet from my xorg.conf - I have a thinkpad-T60, and the pointer and the touchpad work as they should.

####################

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

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

###########################
 
Old 07-27-2007, 09:48 PM   #3
wayno
Member
 
Registered: May 2007
Location: Brisbane, Australia
Distribution: Fedora 8/9, Xandros (eeepc)
Posts: 110
Blog Entries: 1

Rep: Reputation: 15
I've got a Thinkpad R52 and just let the Fedora install the trackpoint automatically. This is what is in my xorg.conf.
Code:
Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
EndSection
 
Old 07-27-2007, 11:38 PM   #4
aquilolumen
Member
 
Registered: Jul 2005
Distribution: slackware
Posts: 43

Original Poster
Rep: Reputation: 15
it must have been the "/dev/input/mice" part. today i found out about the new slack 12.0, installed that, and the trackpoint worked right off the bat. it looked like the new xorg.conf had "/dev/input/mice" too, so that must've been the trick.

*correction*

no, actually, it was adding the 'Option "CorePointer'" and 'Option "SendCoreEvents"' under each InputDevice that did the trick. my original xorgconf didn't actually have "/dev/input/mice".


thanks guys!

Last edited by aquilolumen; 07-28-2007 at 06:44 PM.
 
  


Reply

Tags
mouse, thinkpad, trackpoint, xorgconf



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trackpoint in EnduraPro External USB Keyboard Doesn't Work ajkessel Linux - Hardware 0 04-25-2007 07:28 PM
Trackpoint Thinkpad R40 Kanotix 2005-4 aking469 Linux - Laptop and Netbook 0 05-24-2006 11:25 AM
Trackpoint erratic on ThinkPad R31 2656-6FU & SuSE 9.1 James_Knott Linux - Laptop and Netbook 1 06-16-2004 08:37 AM
thinkpad trackpoint and Mandrake 10 deuce868 Mandriva 0 03-13-2004 11:03 PM
Thinkpad R31 Keyboard and trackpoint ricesteam Linux - Laptop and Netbook 0 01-24-2004 12:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 11:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration