[SOLVED] vaio sve1112m1eb touchpad

Najmniejsze, najsłabsze, ale coraz bardziej popularne...
divoff
Piegowaty Guziec
Piegowaty Guziec
Posty: 20
Rejestracja: 04 sty 2011, 16:04
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64

[SOLVED] vaio sve1112m1eb touchpad

Post autor: divoff »

Witam!

Po instalacji Ubuntu na laptopie sony vaio sve1112m1eb nie działa mi prawidłowo touchpad. Brak prawego kliknięcia, oraz przy stuknięciu kursor lekko ucieka. Ma ktoś pomysł jak można to naprawić ?

Pozdrawiam
Ostatnio zmieniony 13 sty 2013, 23:29 przez divoff, łącznie zmieniany 1 raz.
bear7
Przyjaciel
Przyjaciel
Posty: 6686
Rejestracja: 20 sty 2009, 23:12
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Inne
Architektura: x86_64
Lokalizacja: pwd

Re: vaio sve1112m1eb touchpad

Post autor: bear7 »

Odpal terminal a w nim polecenie:

Kod: Zaznacz cały

sudo gedit /etc/default/grub
I spróbuj linię:

Kod: Zaznacz cały

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
zastąpić poniższą:

Kod: Zaznacz cały

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.reset i8042.nomux i8042.nopnp i8042.noloop"
Zapisz plik i na koniec w terminalu wykonaj polecenie:

Kod: Zaznacz cały

sudo update-grub2
O pomoc pytaj a forum, a nie przez PW.
divoff
Piegowaty Guziec
Piegowaty Guziec
Posty: 20
Rejestracja: 04 sty 2011, 16:04
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64

Re: vaio sve1112m1eb touchpad

Post autor: divoff »

niestety nie pomogło :/
bear7
Przyjaciel
Przyjaciel
Posty: 6686
Rejestracja: 20 sty 2009, 23:12
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Inne
Architektura: x86_64
Lokalizacja: pwd

Re: vaio sve1112m1eb touchpad

Post autor: bear7 »

Pokaż wyniki poleceń:

Kod: Zaznacz cały

lsusb
xinput list
lsmod
dmesg | egrep 'touchpad|synaptics'
O pomoc pytaj a forum, a nie przez PW.
divoff
Piegowaty Guziec
Piegowaty Guziec
Posty: 20
Rejestracja: 04 sty 2011, 16:04
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64

Re: vaio sve1112m1eb touchpad

Post autor: divoff »

Kod: Zaznacz cały

div0ff@div0ff:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 003: ID 5986:02d3 Acer, Inc 
Bus 004 Device 003: ID 0489:e036 Foxconn / Hon Hai 
div0ff@div0ff:~$ xinput list
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPad              	id=12	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Sony Vaio Keys                          	id=8	[slave  keyboard (3)]
    ↳ Power Button                            	id=9	[slave  keyboard (3)]
    ↳ USB2.0 Camera                           	id=10	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=11	[slave  keyboard (3)]
div0ff@div0ff:~$ lsmod
Module                  Size  Used by
rfcomm                 47604  12 
vesafb                 13844  1 
bnep                   18281  2 
parport_pc             32866  0 
ppdev                  17113  0 
joydev                 17693  0 
snd_hda_codec_realtek   224173  1 
uvcvideo               72627  0 
videodev               98259  1 uvcvideo
v4l2_compat_ioctl32    17128  1 videodev
snd_hda_codec_hdmi     32474  1 
psmouse                97485  0 
serio_raw              13211  0 
snd_hda_intel          33773  5 
k10temp                13166  0 
snd_hda_codec         127706  3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
i2c_piix4              13301  0 
snd_hwdep              17764  1 snd_hda_codec
snd_pcm                97275  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
ath3k                  12961  0 
btusb                  18332  2 
bluetooth             180153  24 rfcomm,bnep,ath3k,btusb
snd_seq_midi           13324  0 
snd_rawmidi            30748  1 snd_seq_midi
snd_seq_midi_event     14899  1 snd_seq_midi
arc4                   12529  2 
snd_seq                61929  2 snd_seq_midi,snd_seq_midi_event
ath9k                 132428  0 
snd_timer              29990  2 snd_pcm,snd_seq
mac80211              506862  1 ath9k
snd_seq_device         14540  3 snd_seq_midi,snd_rawmidi,snd_seq
fglrx                3264017  123 
sony_laptop            45393  0 
video                  19596  0 
ath9k_common           14053  1 ath9k
ath9k_hw              411196  2 ath9k,ath9k_common
ath                    24067  3 ath9k,ath9k_common,ath9k_hw
cfg80211              205774  3 ath9k,mac80211,ath
rts_pstor             445241  0 
snd                    79041  20 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
mac_hid                13253  0 
soundcore              15091  1 snd
snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
lp                     17799  0 
parport                46562  3 parport_pc,ppdev,lp
r8169                  62154  0 
div0ff@div0ff:~$ dmesg | egrep 'touchpad|synaptics'
[   12.990678] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x127c00

-- 13 sty 2013 22:16 --

Ok już udało mi się pozbyć problemu z uciekającym kursorem :D
tu jest rozwiązanie http://askubuntu.com/questions/128023/s ... vity-issue
Pozostaje jeszcze kwestia prawego przycisku :/

-- 13 sty 2013 22:51 --

przycisk też znalazłem :)
After searching I found one useful tip to reenable the right click but even with that 12.04 is a major step backward from where I was with the patched driver.

Here is what I did:

1. Create 51-clickpad.conf in /etc/X11/xorg.conf.d directory. Note that xorg.conf.d directory did not exist for me on 12.04 as it did in previous versions so I had to make the directory.
2. Put the following lines in 51-clickpad.conf
Quote:
Section "InputClass"
Identifier "Default clickpad buttons"
MatchDriver "synaptics"
Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"

#Next 3 items added just for the HP Mini to better control the clickpad
Option "LockedDrags" "1"
Option "BottomEdge" "4000"
Option "AreaBottomEdge" "4445"

EndSection
3. Logout / Login for changes to take effect.

The SoftButtonAreas fixes the right click. The BottomEdge items mask off the bottom of the clickpad so the button will not act like the rest of the clickpad when dragging your finger on it.

I had to add LockedDrags which I hate, because I can no longer left click with my thumb and drag with pointer finger. The sensitivity is all messed up so locked drags is my only solution if I stay with Ubuntu. I keep threating to change to SUSE but I like all the rest of Ubuntu better. The hardware support for Netbooks and laptops with clickpads has been bad for years now.
ODPOWIEDZ

Wróć do „Netbooki i ultrabooki”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 47 gości