Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Synaptics touchpad on KDE

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
5 posts • Page 1 of 1
Author
Message
Luy
n00b
n00b
User avatar
Posts: 4
Joined: Wed Feb 22, 2006 11:25 am

Synaptics touchpad on KDE

  • Quote

Post by Luy » Wed Feb 22, 2006 10:57 pm


A Sony Vaio PCG-K33 with a synaptics touchpad. It is working only the ordinary function (as mouse). I am trying to startup the advanced functions with out succes. :evil:

Code: Select all

# cat /proc/bus/input/devices

I: Bus=0010 Vendor=104d Product=0000 Version=0000
N: Name="Sony Vaio Jogdial"
P: Phys=
S: Sysfs=/class/input/input0
H: Handlers=mouse0 event0
B: EV=7
B: KEY=40000 0 0 0 0 0 0 0 0
B: REL=100

I: Bus=0010 Vendor=104d Product=0000 Version=0000
N: Name="Sony Vaio Keys"
P: Phys=
S: Sysfs=/class/input/input1
H: Handlers=kbd event1
B: EV=3
B: KEY=1f ffff0000 0 20000 100000 0 2 0 0 100400 0 40300400 0 0 0 0

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/class/input/input2
H: Handlers=kbd event2
B: EV=40001
B: SND=6

I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input3
H: Handlers=kbd event3
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0008 Version=0000
N: Name="PS/2 Mouse"
P: Phys=isa0060/serio1/input1
S: Sysfs=/class/input/input4
H: Handlers=mouse1 event4
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0011 Vendor=0002 Product=0008 Version=7321
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input5
H: Handlers=mouse2 event5
B: EV=f
B: KEY=420 0 70000 0 0 0 0 0 0 0 0
B: REL=3
B: ABS=1000003

/etc/X11/xorg.conf
...
Load "synaptics"
...
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
# device is usually a symbolic link to the real device
Option "Device" "/dev/touchpad"
Option "Protocol" "auto-dev"
#Option "SendCoreEvents" "true"
#Option "Device" "/dev/psaux"
#Option "HorizScrollDelta" "0"
Option "LeftEdge" "2000"
Option "RightEdge" "5000"
Option "TopEdge" "2000"
Option "BottomEdge" "4000"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.5"
Option "AccelFactor" "0.02"
Option "SHMConfig" "on"
#Option "Repeater" "/dev/ps2mouse"
EndSection
...
Section "ServerLayout"
Identifier "Main Layout"
Screen "Default Screen"
InputDevice "PS/2 Mouse" "CorePointer"
#InputDevice "PS/2 Mouse" "AlwaysCore"
#InputDevice "Synaptics Touchpad" "SendCoreEvents"
#InputDevice "Synaptics Touchpad" "AlwaysCore"
InputDevice "Synaptics Touchpad" "Corepointer"
#InputDevice "Mouse USB"
InputDevice "AT Translated Set 2 keyboard" "CoreKeyboard"
EndSection

Code: Select all

#ls -l /dev/touchpad
lrwxrwxrwx  1 root root 12 Feb 22 18:47 /dev/touchpad -> input/event2

#uname -a
Linux norrell 2.6.15-gentoo-r1 #11 SMP PREEMPT Tue Feb 21 07:46:47 UTC 2006 i686 Mobile Intel(R) Pentium(R) 4 CPU 3.06GHz GenuineIntel GNU/Linux

#grep "EVDEV" /usr/src/linux/.config
CONFIG_INPUT_EVDEV=y

#cat /dev/input/event2
(show the touchpad action)

#cat /dev/input/event5
(show the touchpad action)

#cat /dev/psaux
(show the touchpad action)

I have emerge synaptics and ksynaptics.
Them adjusting the parameter in xorg.conf or the touchpad at control center result nothing.

and no more ideas?!?!?!? :?:
Top
asbud
n00b
n00b
Posts: 60
Joined: Tue Jan 11, 2005 3:59 am

  • Quote

Post by asbud » Thu Feb 23, 2006 7:23 am

what doesn't it do, the sliders at the the sides and bottom and the right/left/middle click on the pad?
On my touchpad, all I did was add the driver in xorg.conf and it works perfectly. All the other lines that the wiki says to add I left out. Maybe try commenting out all those lines and seee what happens, it seems to have found the edges and such for me...
Top
Luy
n00b
n00b
User avatar
Posts: 4
Joined: Wed Feb 22, 2006 11:25 am

  • Quote

Post by Luy » Thu Feb 23, 2006 4:10 pm

I disable the PS/2Mouse and remain working (before not), and coment all the slider options and SHMconfig. It start working with the default configuration. Than putting the README.alps.gz configuration (only) I get a better result, but I must not have SHMConfig on.

Then the synaptics driver now is working good.

But the KDE interfece (ksynaptic) doesn't adjust any parameter. Something else I forget?
Top
asbud
n00b
n00b
Posts: 60
Joined: Tue Jan 11, 2005 3:59 am

  • Quote

Post by asbud » Fri Feb 24, 2006 6:16 pm

I think you have done most of everything I did, though I never realy used the ksynaptic interface to change anything. I generally find that KDE apps like ksynaptic and knetwork and the like don't actually do anything. Your best bet is probably trying to alter your xorg.conf as appropriate to achieve the results you want from the touchpad.
Top
Luy
n00b
n00b
User avatar
Posts: 4
Joined: Wed Feb 22, 2006 11:25 am

  • Quote

Post by Luy » Wed Mar 01, 2006 12:13 pm

Thank you for your help :D
Top
Post Reply

5 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy