ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] elantech touchpad стал криво работать
@ 2009-09-01 15:45 Denis G. Samsonenko
  2009-09-01 16:31 ` Andrey Rahmatullin
  0 siblings, 1 reply; 3+ messages in thread
From: Denis G. Samsonenko @ 2009-09-01 15:45 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

День добрый!
 
Перешёл на своём Eee PC 1000H с бранча 5.0 на p5 и словил такой глюк:
тачпад работает нормально до тех пор, пока пока рабочий стол KDE4.3 до
конца не прогрузится (включая приложения в трее). С момента, как всё
загрузилось, тачпад перестаёт реагировать на движение одним пальцем по
нему, т.е. мышиный курсор не двигается. При этом реакция на нажатие
кнопок есть, даже отрабатывает удар двумя и тремя пальцами, а также
скроллинг двумя пальцами. А вот на движение одним пальцем реакции
никакой. До этого в 5.0 всё работало нормально.

Если переключится на консоль, то там мышиный курсор двигается, когда
водишь пальцем по тачпаду. Правда не работают удары двумя и тремя
пальцами (но это и раньше не работало; кстати, а как включить в
консоли?).

Настройки тачпада у меня лежат в
файле /etc/hal/fdi/policy/20-x11-input-synaptics.fdi:

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
      <match key="input.product" contains="ETPS/2 Elantech">
        <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
        <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
        <merge key="input.x11_options.VertEdgeScroll" type="string">false</merge>
        <merge key="input.x11_options.HorizEdgeScroll" type="string">false</merge>
        <merge key="input.x11_options.TapButton2" type="string">2</merge>
        <merge key="input.x11_options.TapButton3" type="string">3</merge>
        <merge key="input.x11_options.SHMConfig" type="string">true</merge>
      </match>
    </match>
  </device>
</deviceinfo>


В чём может быть проблема?


$ uname -r
2.6.30-std-def-alt10

$ rpm -qa |grep xorg-server
xorg-server-control-1.3-alt1
xorg-server-1.6.3-alt1
xorg-server-common-1.6.3-alt1

Кусок Xorg.0.log:

...
(II) config/hal: Adding input device ETPS/2 Elantech Touchpad
(II) Synaptics touchpad driver version 1.1.3
(**) Option "Device" "/dev/input/event8"
(II) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144
(II) ETPS/2 Elantech Touchpad: y-axis range 8 - 760
(II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
(II) ETPS/2 Elantech Touchpad: finger width range 0 - 0
(II) ETPS/2 Elantech Touchpad: buttons: left right middle double triple
(**) Option "SHMConfig" "true"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "180"
(**) Option "VertEdgeScroll" "false"
(**) Option "HorizEdgeScroll" "false"
(**) Option "VertTwoFingerScroll" "true"
(**) Option "HorizTwoFingerScroll" "true"
(**) Option "TouchpadOff" "0"
(**) Option "RTCornerButton" "2"
(**) Option "RBCornerButton" "3"
(**) Option "TapButton1" "1"
(**) Option "TapButton2" "2"
(**) Option "TapButton3" "3"
(--) ETPS/2 Elantech Touchpad: touchpad found
(**) ETPS/2 Elantech Touchpad: always reports core events
(II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
(**) Option "AccelerationScheme" "lightweight"
(**) ETPS/2 Elantech Touchpad: (accel) selected scheme lightweight/2
(--) ETPS/2 Elantech Touchpad: touchpad found
...

-- 
Всего доброго,

Денис


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [sisyphus] elantech touchpad стал криво работать
  2009-09-01 15:45 [sisyphus] elantech touchpad стал криво работать Denis G. Samsonenko
@ 2009-09-01 16:31 ` Andrey Rahmatullin
  2009-09-01 17:19   ` Denis G. Samsonenko
  0 siblings, 1 reply; 3+ messages in thread
From: Andrey Rahmatullin @ 2009-09-01 16:31 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 586 bytes --]

On Tue, Sep 01, 2009 at 10:45:15PM +0700, Denis G. Samsonenko wrote:
> Перешёл на своём Eee PC 1000H с бранча 5.0 на p5 и словил такой глюк:
> тачпад работает нормально до тех пор, пока пока рабочий стол KDE4.3 до
> конца не прогрузится (включая приложения в трее). С момента, как всё
> загрузилось, тачпад перестаёт реагировать на движение одним пальцем по
> нему, т.е. мышиный курсор не двигается.
Снесите gsynaptics. Бага висит.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(6):

Стас, вот тебе фичреквест, Если Будет Нефиг Делать
		-- mike in #1202

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 489 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [sisyphus] elantech touchpad стал криво работать
  2009-09-01 16:31 ` Andrey Rahmatullin
@ 2009-09-01 17:19   ` Denis G. Samsonenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denis G. Samsonenko @ 2009-09-01 17:19 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Привет!

1 сентября 2009 г. 23:31 пользователь Andrey Rahmatullin написал:
> Снесите gsynaptics. Бага висит.

Помогло. Спасибо!

-- 
Всего доброго,

Денис.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-01 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-01 15:45 [sisyphus] elantech touchpad стал криво работать Denis G. Samsonenko
2009-09-01 16:31 ` Andrey Rahmatullin
2009-09-01 17:19   ` Denis G. Samsonenko

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git