ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] synaptics & scroll
@ 2008-11-17  6:43 Alexey Sidorov
  2008-11-18  8:46 ` Ivan A. Melnikov
  0 siblings, 1 reply; 10+ messages in thread
From: Alexey Sidorov @ 2008-11-17  6:43 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Здравствуйте.
Ноут Dell 500
По умолчанию тачпад в иксах не был прописан вообще. Все работало.
Поставил synaptics
Section "InputDevice"
         Identifier "Synaptics Touchpad"
         Driver "synaptics"
         Option "SendCoreEvents" "true"
         Option "Device" "/dev/psaux"
         Option "Protocol" "auto-dev"
         Option "TapButton1" "0"
         Option "TapButton2" "0"
         Option "TapButton3" "0"
         Option "MinSpeed" "0.8"
EndSection

Перестали работать вертикальный и горизонтальный скроллинг.
Попробовал добавить
         Option "UpDownScrolling" "true"
         Option "LeftRightScrolling" "true"
         Option "HorizScrollDelta" "0"
         Option "VertScrollDelta" "0"
не помогает.
Что ещё можно предпринять?


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

* Re: [sisyphus] synaptics & scroll
  2008-11-17  6:43 [sisyphus] synaptics & scroll Alexey Sidorov
@ 2008-11-18  8:46 ` Ivan A. Melnikov
  2008-11-18  9:07   ` Alexey Sidorov
  2008-11-19 19:52   ` Sergey Shilov
  0 siblings, 2 replies; 10+ messages in thread
From: Ivan A. Melnikov @ 2008-11-18  8:46 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Monday 17 November 2008 09:43:16 Alexey Sidorov wrote:
[...]
>
> Перестали работать вертикальный и горизонтальный скроллинг.
> Попробовал добавить
>          Option "UpDownScrolling" "true"
>          Option "LeftRightScrolling" "true"
>          Option "HorizScrollDelta" "0"
>          Option "VertScrollDelta" "0"
> не помогает.
>

Столкнулся с подобной проблемой на Toshiba Satellite A300. Был прописан 
synaptics, но после последнего dist-upgrade отвалился горизонтальный и 
вертикальный скроллинг.

$ uname -a
Linux deimos 2.6.27-std-def-alt2 #1 SMP Mon Nov 10 17:46:03 UTC 2008 x86_64 
GNU/Linux
$ rpm -qa xorg-drv-synaptics
xorg-drv-synaptics-0.99.1-alt1

Долго не разбирался, откатился до xorg-drv-synaptics-0.15.2-alt1, скроллинг 
вернулся.

-- 
Best regards,
Ivan A. Melnikov <iv@altlinux.org>

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

* Re: [sisyphus] synaptics & scroll
  2008-11-18  8:46 ` Ivan A. Melnikov
@ 2008-11-18  9:07   ` Alexey Sidorov
  2008-11-19 19:52   ` Sergey Shilov
  1 sibling, 0 replies; 10+ messages in thread
From: Alexey Sidorov @ 2008-11-18  9:07 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Ivan A. Melnikov пишет:
> On Monday 17 November 2008 09:43:16 Alexey Sidorov wrote:
> [...]
>> Перестали работать вертикальный и горизонтальный скроллинг.
>> Попробовал добавить
>>          Option "UpDownScrolling" "true"
>>          Option "LeftRightScrolling" "true"
>>          Option "HorizScrollDelta" "0"
>>          Option "VertScrollDelta" "0"
>> не помогает.
>>
> 
> Столкнулся с подобной проблемой на Toshiba Satellite A300. Был прописан 
> synaptics, но после последнего dist-upgrade отвалился горизонтальный и 
> вертикальный скроллинг.
> 
> $ uname -a
> Linux deimos 2.6.27-std-def-alt2 #1 SMP Mon Nov 10 17:46:03 UTC 2008 x86_64 
> GNU/Linux
> $ rpm -qa xorg-drv-synaptics
> xorg-drv-synaptics-0.99.1-alt1
> 
> Долго не разбирался, откатился до xorg-drv-synaptics-0.15.2-alt1, скроллинг 
> вернулся.
> 
не, не помогает. правда
alex:alex ~$ uname -a 
      Linux alexnote 2.6.26-wks-smp-alt5 #1 SMP PREEMPT Fri Oct 17 15:10:17 UTC 2008 i686 GNU/Linux

-- 
Alexey Sidorov
	mailto:alex@reutman.ru
	JID: alex@reutman.ru
	ICQ: 5052225


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

* Re: [sisyphus] synaptics & scroll
  2008-11-18  8:46 ` Ivan A. Melnikov
  2008-11-18  9:07   ` Alexey Sidorov
@ 2008-11-19 19:52   ` Sergey Shilov
  2008-11-19 22:21     ` Sergey Shilov
  2008-11-20  6:50     ` Dmitriy Kruglikov
  1 sibling, 2 replies; 10+ messages in thread
From: Sergey Shilov @ 2008-11-19 19:52 UTC (permalink / raw)
  To: sisyphus

On Tuesday 18 November 2008 10:46:09 Ivan A. Melnikov wrote:

> Столкнулся с подобной проблемой на Toshiba Satellite A300. Был прописан
> synaptics, но после последнего dist-upgrade отвалился горизонтальный и
> вертикальный скроллинг.
Таки да :-(

> $ uname -a
> Linux deimos 2.6.27-std-def-alt2 #1 SMP Mon Nov 10 17:46:03 UTC 2008 x86_64
> GNU/Linux
> $ rpm -qa xorg-drv-synaptics
> xorg-drv-synaptics-0.99.1-alt1
Аналогично

Плохо без прокрутки.

-- 
С уважением
Сергей Шилов.

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

* Re: [sisyphus] synaptics & scroll
  2008-11-19 19:52   ` Sergey Shilov
@ 2008-11-19 22:21     ` Sergey Shilov
  2008-11-20  4:28       ` Alexey Sidorov
  2008-11-20  6:50     ` Dmitriy Kruglikov
  1 sibling, 1 reply; 10+ messages in thread
From: Sergey Shilov @ 2008-11-19 22:21 UTC (permalink / raw)
  To: sisyphus

On Wednesday 19 November 2008 21:52:39 Sergey Shilov wrote:
> On Tuesday 18 November 2008 10:46:09 Ivan A. Melnikov wrote:
> > Столкнулся с подобной проблемой на Toshiba Satellite A300. Был прописан
> > synaptics, но после последнего dist-upgrade отвалился горизонтальный и
> > вертикальный скроллинг.
>
> Таки да :-(
Вылечилось включением (выключенного ранее) input-hotplug
    Option         "AutoAddDevices"     "true"
и дальше по известному рецепту...

-- 
С уважением
Сергей Шилов.

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

* Re: [sisyphus] synaptics & scroll
  2008-11-19 22:21     ` Sergey Shilov
@ 2008-11-20  4:28       ` Alexey Sidorov
  2008-11-20  7:12         ` Sergey Shilov
  0 siblings, 1 reply; 10+ messages in thread
From: Alexey Sidorov @ 2008-11-20  4:28 UTC (permalink / raw)
  To: hsvhome, ALT Linux Sisyphus discussions

Sergey Shilov пишет:
> On Wednesday 19 November 2008 21:52:39 Sergey Shilov wrote:
>> On Tuesday 18 November 2008 10:46:09 Ivan A. Melnikov wrote:
>>> Столкнулся с подобной проблемой на Toshiba Satellite A300. Был прописан
>>> synaptics, но после последнего dist-upgrade отвалился горизонтальный и
>>> вертикальный скроллинг.
>> Таки да :-(
> Вылечилось включением (выключенного ранее) input-hotplug
>     Option         "AutoAddDevices"     "true"
> и дальше по известному рецепту...
> 

Какому рецепту?


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

* Re: [sisyphus] synaptics & scroll
  2008-11-19 19:52   ` Sergey Shilov
  2008-11-19 22:21     ` Sergey Shilov
@ 2008-11-20  6:50     ` Dmitriy Kruglikov
  1 sibling, 0 replies; 10+ messages in thread
From: Dmitriy Kruglikov @ 2008-11-20  6:50 UTC (permalink / raw)
  To: hsvhome, ALT Linux Sisyphus discussions

19 ноября 2008 г. 21:52 пользователь Sergey Shilov  написал:

>
> Плохо без прокрутки.
>
Я то же грустил некоторое время, пока случайно не "потянул" по тачпаду
сразу двумя пальцами в вертикальном направлении ...
И получилось ...

Попробуйте ...
Для справок:
Section "InputDevice"
        Identifier  "Synaptics Touchpad"
        Driver      "synaptics"
        Option      "SendCoreEvents"    "true"
        Option      "Device"            "/dev/psaux"
        Option      "Protocol"          "auto-dev"
        Option      "HorizScrollDelta"  "0"
        Option      "TapButton1"        "1"
        Option      "TapButton2"        "2"
        Option      "TapButton3"        "3"
        Option      "VertScrollDelta"   "100"
        Option      "HorizScrollDelta"  "100"
        Option      "FingerLow"         "25"
        Option      "FingerHigh"        "30"
        Option      "MaxTapTime"        "180"
        Option      "MaxTapMove"        "220"
        Option      "MinSpeed"          "0.09"
        Option      "MaxSpeed"          "0.18"
        Option      "AccelFactor"       "0.015"
        Option      "HorizEdgeScroll"   "true"
        Option      "SHMConfig"         "on"
EndSection

-- 
Как правильно задавать вопросы:
http://maddog.sitengine.ru/smart-question-ru.html

Помогает:
http://search.altlinux.org

Best regards,
 Dmitriy L. Kruglikov
 Dmitriy.Kruglikov_at_gmail_dot_com
 DKR6-RIPE
 DKR6-UANIC
 XMPP: Dmitriy.Kruglikov_at_gmail_dot_com

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

* Re: [sisyphus] synaptics & scroll
  2008-11-20  4:28       ` Alexey Sidorov
@ 2008-11-20  7:12         ` Sergey Shilov
  2008-11-20  7:53           ` Alexey Sidorov
  0 siblings, 1 reply; 10+ messages in thread
From: Sergey Shilov @ 2008-11-20  7:12 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

В сообщении от 20 ноября 2008 Alexey Sidorov написал(a):
> Sergey Shilov пишет:
> > On Wednesday 19 November 2008 21:52:39 Sergey Shilov wrote:
> >> On Tuesday 18 November 2008 10:46:09 Ivan A. Melnikov wrote:
> >>> Столкнулся с подобной проблемой на Toshiba Satellite A300. Был прописан
> >>> synaptics, но после последнего dist-upgrade отвалился горизонтальный и
> >>> вертикальный скроллинг.
> >> Таки да :-(
> > Вылечилось включением (выключенного ранее) input-hotplug
> >     Option         "AutoAddDevices"     "true"
> > и дальше по известному рецепту...
> > 
> 
> Какому рецепту?
> 

http://www.freesource.info/wiki/AltLinux/Sisyphus/CoreSystem/Xorg&
Перевод устройств ввода на input-hotplug

 
---
С уважением
С.Шилов


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

* Re: [sisyphus] synaptics & scroll
  2008-11-20  7:12         ` Sergey Shilov
@ 2008-11-20  7:53           ` Alexey Sidorov
  2008-11-20  9:05             ` Sergey Shilov
  0 siblings, 1 reply; 10+ messages in thread
From: Alexey Sidorov @ 2008-11-20  7:53 UTC (permalink / raw)
  To: hsvhome, ALT Linux Sisyphus discussions

Sergey Shilov пишет:
> 
> http://www.freesource.info/wiki/AltLinux/Sisyphus/CoreSystem/Xorg&
> Перевод устройств ввода на input-hotplug
> 
Дык так у меня было вначале. скролл работал, но
Понадобилось отключить тапы на тачпад + изменить скорость перемещения.
Затем собственно и поставил synaptics

-- 
Alexey Sidorov
	mailto:alex@reutman.ru
	JID: alex@reutman.ru
	ICQ: 5052225


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

* Re: [sisyphus] synaptics & scroll
  2008-11-20  7:53           ` Alexey Sidorov
@ 2008-11-20  9:05             ` Sergey Shilov
  0 siblings, 0 replies; 10+ messages in thread
From: Sergey Shilov @ 2008-11-20  9:05 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

В сообщении от 20 ноября 2008 Alexey Sidorov написал(a):

> > http://www.freesource.info/wiki/AltLinux/Sisyphus/CoreSystem/Xorg&
> > Перевод устройств ввода на input-hotplug
> > 
> Дык так у меня было вначале. скролл работал, но
> Понадобилось отключить тапы на тачпад + изменить скорость перемещения.
> Затем собственно и поставил synaptics
Который  содержит пример HAL политики для дальнйшей "кустомизации"
/usr/share/hal/fdi/policy/20thirdparty/20-x11-input-synaptics.fdi 

О чем в  "man synaptics" :-) и сказано:

NOTES
       There  is an example hal policy file in ${sourcecode}/fdi/11-x11-synap-
       tics.fdi which will enable the driver based on the information  if  the
       hardware  is available. Feel free to copy it to /etc/hal/fdi/policy and
       customize it to your needs. You can pass custom options to  the  driver
       using  x11_options  properties. Note that this requires xorg-server-1.5
       or higher.



---
С уважением
С.Шилов


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

end of thread, other threads:[~2008-11-20  9:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-17  6:43 [sisyphus] synaptics & scroll Alexey Sidorov
2008-11-18  8:46 ` Ivan A. Melnikov
2008-11-18  9:07   ` Alexey Sidorov
2008-11-19 19:52   ` Sergey Shilov
2008-11-19 22:21     ` Sergey Shilov
2008-11-20  4:28       ` Alexey Sidorov
2008-11-20  7:12         ` Sergey Shilov
2008-11-20  7:53           ` Alexey Sidorov
2008-11-20  9:05             ` Sergey Shilov
2008-11-20  6:50     ` Dmitriy Kruglikov

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