Dell Mini 10v Forum for all discussions and support on the Dell Mini 1011, also known as the Mini 10v. If your question is regarding Mac OS X, please use the Mini 10v Mac OS X forum.

Reply
 
LinkBack Thread Tools Display Modes
  (#1) Old
Junior Member
 
Posts: 19
Join Date: Jun 2009
Question 10v Linux trackpad driver - 06-16-2009, 09:50 PM

Hi,

today i got my mini 10v

when i played with the original dell Ubuntu 8.xx installation i noticed that in the areas of the mousebuttons, the sensitivity of the trackpad was disabled for cursor moving.

I thought thats wonderful and and the touchpad worked like a treat for me.


Later i installed ubuntu 9.04 but unfortunately it doesn't behave like that any more. Holding and draging is nearly impossible now.

so please ...
could someone who still has dells preinstalled Ubuntu, please take a look in the /etc/X11/xorg.conf to see if there are any synaptics settings?

And post them for me?

Or point me to the drivers if they are availible? or teach me the right way to configure the synaptics pad in ubuntu?
Reply With Quote
  (#2) Old
Junior Member
 
Posts: 1
Join Date: Jun 2009
Default Same problem - 06-17-2009, 04:41 PM

I installed UNR 9.04 and have the same problem. How can I reconfigure the touchpad to not respond near the mouse buttons?


Mini 10v - Atom 1.6 - 1 GB RAM - 120 GB HD - Camera - Obsidian Black - Ubuntu Netbook Remix 9.04
Reply With Quote
  (#3) Old
Junior Member
 
Posts: 10
Join Date: May 2009
Default 06-18-2009, 10:29 PM

I have just received my 10v, here is my xorg.conf touchpad section:

######################################
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
#Option "MovementBottomEdge" "4300"
EndSection
########################################

Maybe it can help
Reply With Quote
  (#4) Old
Junior Member
 
Posts: 19
Join Date: Jun 2009
Default 06-22-2009, 11:59 PM

I am still struggling with that problem.

I made it better by activating horizontal scrolling.

This places a virtual scrollbar on the bottom edge of the touchpad and also disables cursor movement events on the bottom edge - there where the mousebuttons are.

That helps a little bit and doubleclick on icons is now possible. But cick'n'drag is still a nightmare.

try in Terminal:
Code:
xinput --set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Edge Scrolling" 8 1 1 0
Reply With Quote
  (#5) Old
Junior Member
 
Posts: 19
Join Date: Jun 2009
Default 06-23-2009, 03:29 PM

Thank yo all so far.

could someone who has Dells default Ubuntu installed on his mini 10v, please run the following from shell and post the result for me?

Code:
xinput list-props "SynPS/2 Synaptics TouchPad"
Reply With Quote
  (#6) Old
Junior Member
 
Posts: 1
Join Date: Jun 2009
Default 06-24-2009, 03:55 PM

The result of that is as follows:root@mescanne:/etc# xinput list "Synaptics Touchpad"
"Synaptics Touchpad" id=4 [XExtensionPointer]
Num_buttons is 12
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is 0
Max_value is -1
Resolution is 3
Axis 1 :
Min_value is 0
Max_value is -1
Resolution is 1

Please let me know this may be useful in configuring Ubuntu properly!

thanks

Mark
Reply With Quote
  (#7) Old
Junior Member
 
Posts: 10
Join Date: May 2009
Default 06-27-2009, 11:58 AM

kadi did you find a solution? yesterday i installed UNR and started struggling with the trackpad :-P

I even tought that dell could have used a customized synaptics driver, but the deb package in the dell repository is for lpia architecture and the are no sources.
Reply With Quote
  (#8) Old
Junior Member
 
Posts: 2
Join Date: Jun 2009
Default 06-27-2009, 12:21 PM

the track pad on the 10v with 9.04 works just fine as long as you are pressing down on the absolute botton left of the pad before you use a second finger to move whatever it is you have grabbed

Takes a few moments practice, but once mastered it makes the 10v's pad one of the better I have use on a netbook - certainly a lot better than the one the Aspire One.
Reply With Quote
  (#9) Old
Junior Member
 
Posts: 19
Join Date: Jun 2009
Default 06-29-2009, 09:16 AM

I would like to know if dell has a custom Synaptics driver or if theres a way to configure synaptics the way like dells does.

I dont know if xinput list-props is a feature of more recent xorg versions like in ubuntu jaunty. Does it work in 8.04?

@mescanne: have you tryed it and it did not work? Theres a difference between "list" and "list-props".

Code:
xxxxx@mini10v:~$ xinput list-props "SynPS/2 Synaptics TouchPad"
Device 'SynPS/2 Synaptics TouchPad':
    Device Enabled (109):        1
    Synaptics Edges (256):        1632, 5312, 1575, 4281
    Synaptics Finger (257):        24, 29, 255
    Synaptics Tap Time (258):        180
    Synaptics Tap Move (259):        221
    Synaptics Tap Durations (260):        180, 180, 100
    Synaptics Tap FastTap (261):        0
    Synaptics Middle Button Timeout (262):        75
    Synaptics Two-Finger Pressure (263):        280
    Synaptics Scrolling Distance (264):        100, 100
    Synaptics Edge Scrolling (265):        1, 1, 0
    Synaptics Two-Finger Scrolling (266):        1, 0
    Synaptics Edge Motion Pressure (267):        29, 159
    Synaptics Edge Motion Speed (268):        1, 401
    Synaptics Edge Motion Always (269):        0
    Synaptics Button Scrolling (270):        1, 1
    Synaptics Button Scrolling Repeat (271):        1, 1
    Synaptics Button Scrolling Time (272):        100
    Synaptics Off (273):        0
    Synaptics Guestmouse Off (274):        0
    Synaptics Locked Drags (275):        0
    Synaptics Locked Drags Timeout (276):        5000
    Synaptics Tap Action (277):        2, 3, 0, 0, 1, 2, 3
    Synaptics Click Action (278):        1, 1, 1
    Synaptics Circular Scrolling (279):        0
    Synaptics Circular Scrolling Trigger (280):        0
    Synaptics Circular Pad (281):        0
    Synaptics Palm Detection (282):        0
    Synaptics Palm Dimensions (283):        10, 199
    Synaptics Pressure Motion (284):        29, 159
    Synaptics Grab Event Device (285):        1
Reply With Quote
  (#10) Old
Junior Member
 
Posts: 2
Join Date: Jul 2009
Default 07-10-2009, 12:59 AM

Has anyone found a solution to this yet? Please don't force me to use windows
Reply With Quote
Reply

« First day with my new 10V | What king of memory do I need to get to upgrade my mini 10v to 2 gb »
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.mydellmini.com/forum/dell-mini-10v/9552-10v-linux-trackpad-driver.html
Posted By For Type Date
[ubuntu] Dell Mini 10v Touchpad - Ubuntu Forums This thread Refback 08-22-2009 01:47 AM
[ubuntu] Dell Mini 10v Touchpad - Ubuntu Forums This thread Refback 08-12-2009 07:14 PM
[ubuntu] Dell Mini 10v Touchpad - Ubuntu Forums This thread Refback 08-09-2009 03:52 AM
[ubuntu] Dell Mini 10v Touchpad - Ubuntu Forums This thread Refback 08-08-2009 08:35 AM

Copyright © 2008-2011 MyDellMini.com.