Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mac scrolling with gentoo? [TO A DEGREE]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
quickshiftin
Guru
Guru


Joined: 27 Jul 2004
Posts: 345
Location: Denver, CO

PostPosted: Sun Jul 16, 2006 6:58 pm    Post subject: mac scrolling with gentoo? [TO A DEGREE] Reply with quote

does anybody know if gentoo supports the scroll functionality with the touchpad in the same fashion osx does? that is if you have 2 fingers on the touch pad scrolling is enabled anywhere on the pad, in any direction (you mac guys know what im talking about :>).

-quickshiftin


Last edited by quickshiftin on Wed Sep 06, 2006 10:17 pm; edited 1 time in total
Back to top
View user's profile Send private message
glowworm
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jun 2005
Posts: 85

PostPosted: Mon Jul 17, 2006 11:30 am    Post subject: Reply with quote

hehe, yeah I saw this the other day on my sister in laws Mac. Quite a nice feature.

Synaptic touchpads do it too, but you drag your finger up/down the right side of the touchpad. (Button 4/5) and across the bottom to scroll left/right (button 6/7)

*Some* models also support two finger taps but this is interpreted as a middle button click. a three finger tap is a right button click while a one button tap is a left button.
_________________
2.6.18-gentoo-r1 x86
Core2Duo E6300 on an Intel DG965WH M/B
NVidia 7600GT / AIGLX / KDE / Beryl CVS
Back to top
View user's profile Send private message
quickshiftin
Guru
Guru


Joined: 27 Jul 2004
Posts: 345
Location: Denver, CO

PostPosted: Mon Jul 17, 2006 2:46 pm    Post subject: Reply with quote

i know about this feature from my days with gentoo on an ibm laptop; this is what im used to from my p3 windows laptop days as well; but the 2 finger touch system on the mac is really *slick*. i was hoping to find someone whose got it working with gentoo...
no matter, i will still be loading gentoo onto my g4 power book on a new 7200rpm drive :wink:
anybody ever comes across a hack for this, just hollar!

-quickshiftin
Back to top
View user's profile Send private message
Shadow Skill
Veteran
Veteran


Joined: 04 Dec 2004
Posts: 1023

PostPosted: Tue Jul 18, 2006 8:56 am    Post subject: Reply with quote

This can indeed be rigged to a degree with touchpads in Gentoo I do what glowworm described.

Does anyone know how to turn this behavior off?
_________________
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.

"First there was nothing, so the lord gave us light. There was still nothing, but at least you could see it."
Back to top
View user's profile Send private message
quickshiftin
Guru
Guru


Joined: 27 Jul 2004
Posts: 345
Location: Denver, CO

PostPosted: Wed Sep 06, 2006 10:16 pm    Post subject: Reply with quote

i have finally gotten around to installing synaptics which sits on top of the appletouch driver in the case of my powerbook.
surprisingly i must report that in addition to the function which allows scrolling along the right side of the touchpad and across the bottom; scrolling similar to the mac is supported as well.

2 fingers can be placed on the pad and then moved to drag, but honestly its not as smooth and responsive as in osx. also i dont know if this is available on all touchpads (thinking probly just the macs :wink: ) i often would have to make several attempts to get the feature to work. so im just using the standard synaptics scrolling features along the sides of the pad. i dont mind this at all because as i mentioned i used this setup back in the day on my p4 and p3 windows laptops.

i have to say though the 2 finger feature on the mac is definately got a slight edge in cool and in usability. im sure synaptics will get it smoothed out after a while.

also i have configured the 2 finger and 3 finger taps to emulate right and middle button clicks respectively. this comes in very handy on the mac laptop with only one mouse button and this is much better than the alt + mouse button right click in osx so all together id say linux and osx are about even here.

as far as enabling or disabling the features you can configure synaptics in /etc/X11/xorg.conf
here is a reference on the gentoo wiki.

lastly i want to mention that for other powerbook users, using the settings from that guide in the wiki did not turn out so well; i found some documentation on my system for the apple touch driver which actually had suggestions for synaptics settings and with a little tweaking its working great.
here is the name of the file on my system
/usr/src/linux-2.6.17-gentoo-r4/Documentation/input/appletouch.txt

and the command i used to find it
Code:
$locate appletouch | grep -i doc


EDIT:

ok, i couldnt help myself; the options which control the 2 finger features are:
VertTwoFingerScroll
HorizTwoFingerScroll


lastly here is my config for the 12" powerbook (excerpt from xorg.conf)

Code:
 Section "InputDevice"
   Identifier "Synaptics TouchPad"
   Option         "SendCoreEvents" "true"
   Driver       "synaptics"
   Option       "Device"        "/dev/input/mouse2"
   Option       "Protocol"      "auto-dev"
   Option       "LeftEdge"      "0"
   Option       "RightEdge"     "850"
   Option       "TopEdge"       "0"
   Option       "BottomEdge"    "645"
   Option       "FingerLow"     "0"
   Option       "FingerHigh"    "30"
   Option       "MaxTapTime"    "100"
   Option       "MaxTapMove"    "20"
#   Option        "VertTwoFingerScroll" "true"
#   Option        "HorizTwoFingerScroll" "true"
   Option        "PalmDetect" "false"
#   Option        "PalmMinWidth" "5"
#   Option        "PalmMinZ"  "100"
   Option        "VertEdgeScroll" "true"
   Option       "VertScrollDelta" "30"
   Option       "MinSpeed"      ".4"
   Option       "MaxSpeed"      "1"
   Option       "AccelFactor"   ".02"
   Option       "SHMConfig"     "on"
   Option        "GuestMouseOff" "false"
   Option        "Emulate3Buttons" "on"
   Option        "TapButton2" "3"
   Option        "TapButton3" "2"
   Option        "RTCornerButton" "3"
  EndSection
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things 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