LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 02-27-2007, 10:41 AM   #1
derzok
Member
 
Registered: Aug 2004
Location: Ohio
Distribution: Debian, Slackware
Posts: 58

Rep: Reputation: 15
configuring a scroll wheel for a touchpad


I am using a toshiba satellite 2415-S205 with linux slackware 11 (2.6) and I would like to install something that allows me to use mouse gestures with the touchpad. I would like a strip down the right hand side of the mouse pad to be interpreted as a scroll wheel so that when I move my finger up and down that part of the pad, it scrolls whatever window is on the screen.

Does anyone know what the best way to do this is?
 
Old 02-27-2007, 01:07 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
If your touchpad supports the Synaptics driver (the one on my Toshiba 5105-s607 does), you can set this in your xorg.conf:

Code:
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 1600 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Synaptics" "CorePointer"
    InputDevice    "Mouse0" "CorePointer"
EndSection
.
.
.
Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "no"
        Option      "ShmConfig" "on"
        Option      "MaxTapTime" "0"
        Option      "TapButton1" "0"
        Option      "TapButton2" "0"
        Option      "TapButton3" "0"
        Option      "HorizScrollDelta" "0"
EndSection
I also disable the tap buttons above to prevent accidentally clicking on something when my palm hovers over the touchpad while typing, and the horizontal scroll which can be annoying. For more information on the function, 'man synaptics'.
 
  


Reply



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
Laptop touchpad scroll wheel does not work after upgrading to Suse 10.1 John Dory SUSE / openSUSE 1 11-04-2006 05:09 PM
Scroll wheel mdkusr Slackware 5 12-22-2005 11:40 PM
Touchpad scroll-wheel under Ubuntu 5.10 Breezy on Toshiba Satellite 2410 cpbl Linux - Hardware 1 12-06-2005 04:43 AM
4d wheel mouse - scroll wheel no worky CamelofCamelot Linux - Hardware 1 10-28-2004 08:33 PM
Scroll on Touchpad davidkaye Linux - Laptop and Netbook 1 04-27-2004 01:52 PM

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

All times are GMT -5. The time now is 11:48 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