PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 27, 2012, 04:56:03 PM


Login with username, password and session length


Pages: [1] 2   Go Down
  Print  
Author Topic: Samsung N210 Touchpad tap  (Read 1494 times)
OMSkates
Hero Member
*****
Offline Offline

Posts: 2265



« on: September 11, 2011, 07:51:33 PM »

Just installed PCLinuxOS Phinx 2011 fully updated on a Samsung N210 netbook.  Tried all possible solutions here:http://www.pclinuxos.com/forum/index.php/topic,93782.msg788377.html#msg788377 and still no tap click on touchpad.  Any ideas?
Logged
T6
Super Villain
******
Online Online

Posts: 17005


i can rest now :D


« Reply #1 on: September 11, 2011, 08:29:16 PM »

what kernel do you have? 2.6.38?

did you deleted the file first?  then did you tried the third solution?
Logged

"It pays to keep an open mind, but not so open your brains fall out."

Carl Sagan
OMSkates
Hero Member
*****
Offline Offline

Posts: 2265



« Reply #2 on: September 11, 2011, 08:37:57 PM »

what kernel do you have? 2.6.38?

did you deleted the file first?  then did you tried the third solution?

Yes, running 2.6.38bfs.   I deleted the file before creating a new one.  I also deleted the file and boot up without creating a new one.  Maybe I'll try again with 3rd solution just to make sure and report back.

Still need to map volume buttons & others with acme
Logged
T6
Super Villain
******
Online Online

Posts: 17005


i can rest now :D


« Reply #3 on: September 11, 2011, 08:40:08 PM »

that file has no relation with the acme stuff, acme is useful only if you use gnome, if you use kde, it complicates things
Logged

"It pays to keep an open mind, but not so open your brains fall out."

Carl Sagan
OMSkates
Hero Member
*****
Offline Offline

Posts: 2265



« Reply #4 on: September 11, 2011, 10:15:56 PM »

that file has no relation with the acme stuff, acme is useful only if you use gnome, if you use kde, it complicates things
Xfce 4.8 in this case.

Logged
OMSkates
Hero Member
*****
Offline Offline

Posts: 2265



« Reply #5 on: September 11, 2011, 10:54:02 PM »


did you deleted the file first?  then did you tried the third solution?
OK, I deleted the file > pasted solution 3 > saved as 50-synaptics.conf in /etc/X11/xorg.conf.d > reboot > Still NO tap enabled.

The touch pad works marvelously well as is, my sis can live without tap click.

I'd like to get volume shortcuts working; Fn-left and Fn-right should toggle volume for alsa mixer.  Will have to look for a way to map that.
Logged
T6
Super Villain
******
Online Online

Posts: 17005


i can rest now :D


« Reply #6 on: September 12, 2011, 08:51:21 AM »

 Undecided

i don't understand why you have this problem

what video card do you have?
Logged

"It pays to keep an open mind, but not so open your brains fall out."

Carl Sagan
OMSkates
Hero Member
*****
Offline Offline

Posts: 2265



« Reply #7 on: September 12, 2011, 10:07:52 AM »

Undecided

i don't understand why you have this problem

what video card do you have?
Me neither.

Intel N10 Family Integrated Graphics Controller
‎  Intel(R) Atom(TM) CPU N450   @ 1.66GHz (sees 2 CPUs)
 ‎   SynPS/2 Synaptics TouchPad

Logged
T6
Super Villain
******
Online Online

Posts: 17005


i can rest now :D


« Reply #8 on: September 12, 2011, 03:38:33 PM »

you are doing everything right, don't know what else to do here  Sad
Logged

"It pays to keep an open mind, but not so open your brains fall out."

Carl Sagan
OMSkates
Hero Member
*****
Offline Offline

Posts: 2265



« Reply #9 on: September 12, 2011, 11:01:40 PM »

Thanks for the replies T6 Smiley  I'm going to leave as is for now.  My sis says that she doesn't really care to use the tap anyway Roll Eyes  All else is working great Grin
Logged
pags
Hero Member
*****
Offline Offline

Posts: 1951


Keep it clean.


« Reply #10 on: September 13, 2011, 07:53:36 AM »


did you deleted the file first?  then did you tried the third solution?
OK, I deleted the file > pasted solution 3 > saved as 50-synaptics.conf in /etc/X11/xorg.conf.d > reboot > Still NO tap enabled.

The touch pad works marvelously well as is, my sis can live without tap click.

I'd like to get volume shortcuts working; Fn-left and Fn-right should toggle volume for alsa mixer.  Will have to look for a way to map that.

That solution (#3) seems to be missing some keywords...

From the thread:
Quote
...
      #Option  "Device"        "/dev/input/mouse0"
        Option  "Protocol"      "auto-dev"
  LeftEdge=120
   RightEdge=830
   TopEdge=120
   BottomEdge=650     
        Option  "FingerLow"     "25"             
        Option  "FingerHigh"    "30"             
...

Try:
Quote
...
  #Option  "Device"        "/dev/input/mouse0"
  Option  "Protocol"      "auto-dev"
  Option LeftEdge=120
  Option RightEdge=830
  Option TopEdge=120
  Option BottomEdge=650     
  Option  "FingerLow"     "25"             
  Option  "FingerHigh"    "30"             
...
Logged
OMSkates
Hero Member
*****
Offline Offline

Posts: 2265



« Reply #11 on: September 14, 2011, 02:34:27 AM »

Thanks pags,   I modified and tried again that solution with no luck.  She seems quite content without tap on that netbook.  Now I have a gorgeous new install of Summer Fairy on her 15" Sony Vaio PCG-7D2L and am struggling with getting tap to work on THIS laptop, LOL.  Trying to fix on my own before making a post, wait, I sort of just did LOL. 
Logged
pags
Hero Member
*****
Offline Offline

Posts: 1951


Keep it clean.


« Reply #12 on: September 14, 2011, 08:00:15 AM »

No problem.

I made a mistake, however (sorry  Embarrassed)...

The correct format (that works for me) is:
Code:
        Option  "LeftEdge"      "120"
        Option  "RightEdge"     "830"
        Option  "TopEdge"       "120"
        Option  "BottomEdge"    "650"

...this time, I did a copy/paste from my /etc/X11/xorg.conf.d/10-synaptics.conf file...

The whole thing looks like this:
Code:
[jpaglia@core2pclinux ~]$ cat /etc/X11/xorg.conf.d/10-synaptics.conf
Section "InputClass"
    Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        #Option  "Device"        "/dev/input/mouse0"
        Option  "Protocol"      "auto-dev"
        Option  "LeftEdge"      "120"
        Option  "RightEdge"     "830"
        Option  "TopEdge"       "120"
        Option  "BottomEdge"    "650"
        Option  "FingerLow"     "25"
        Option  "FingerHigh"    "30"
        Option  "MaxTapTime"    "180"
        Option  "MaxTapMove"    "220"
        Option  "VertScrollDelta" "100"
        Option  "MinSpeed"      "0.20"
        Option  "MaxSpeed"      "1.00"
        Option  "AccelFactor" "0.15"
        Option  "SHMConfig"     "1"
        Option  "VertTwoFingerScroll"   "1"
        Option  "HorizTwoFingerScroll"  "1"
        Option  "VertEdgeScroll"        "1"
        Option  "HorizEdgeScroll"       "1"
        Option  "TapButton1"            "1"
        Option  "TapButton2"            "2"
        Option  "TapButton3"            "3"
EndSection
Notice the Option keyword, and the quoted value pairs...

I really need to stop trusted my memory  Angry

It failed me many times during school, and it continues to do so now... Shocked
Logged
Ɗα√ϵς§
Global Moderator
Hero Member
*****
Offline Offline

Posts: 5450

PCLinuxOS: A revolution in personal computing


« Reply #13 on: October 05, 2011, 02:20:00 PM »

I just tried the above solution to get the touchpad on my NC10 working, I never bothered before as I prefer to plug in a mouse. As it happens, the four lines that were added were the ones that caused it not to work properly, without them it worked nicely!
Logged

PCLinuxOS has no wealthy sponsors and can only survive with your donations! Don't wait it might be too late.

Running PCLOS on Athlon II/250 with 2Gb Ram using ASUS M2N68-AM Plus Mobo with Nvidia GF7600GT graphics, and Samsung NC10 Netbook
Texstar
Administrator
Super Villain
*****
Offline Offline

Posts: 11805



« Reply #14 on: October 05, 2011, 02:29:34 PM »

I just tried the above solution to get the touchpad on my NC10 working, I never bothered before as I prefer to plug in a mouse. As it happens, the four lines that were added were the ones that caused it not to work properly, without them it worked nicely!


You removed:

        Option  "LeftEdge"      "120"
        Option  "RightEdge"     "830"
        Option  "TopEdge"       "120"
        Option  "BottomEdge"    "650"

Correct?
Logged

Follow the development of PCLinuxOS on Twitter
Help fund the PCLinuxOS project!

"I'm not so good on advice, can I interest you in a sarcastic reply?"
Pages: [1] 2   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM