* [Comm] Не работает скроллинг
@ 2005-04-25 14:26 Павел У
2005-04-25 14:43 ` Michael Isachenkov
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Павел У @ 2005-04-25 14:26 UTC (permalink / raw)
To: community
Мышь PS/2
Скроллинг не работает. Как исправить?
Фрагмент XF86Config-4:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Не работает скроллинг
2005-04-25 14:26 [Comm] Не работает скроллинг Павел У
@ 2005-04-25 14:43 ` Michael Isachenkov
2005-04-25 14:46 ` Alexey Rusakov
2005-04-25 18:28 ` Sergey Kuznetsov
2 siblings, 0 replies; 6+ messages in thread
From: Michael Isachenkov @ 2005-04-25 14:43 UTC (permalink / raw)
To: community
>> Option "Protocol" "PS/2"
Option "Protocol" "ImPS/2"
--
Best regards, Michael Isachenkov
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Не работает скроллинг
2005-04-25 14:26 [Comm] Не работает скроллинг Павел У
2005-04-25 14:43 ` Michael Isachenkov
@ 2005-04-25 14:46 ` Alexey Rusakov
2005-04-25 18:28 ` Sergey Kuznetsov
2 siblings, 0 replies; 6+ messages in thread
From: Alexey Rusakov @ 2005-04-25 14:46 UTC (permalink / raw)
To: community
On 25.04.2005 18:26, Павел У wrote:
> Мышь PS/2
> Скроллинг не работает. Как исправить?
> Фрагмент XF86Config-4:
>
> Section "InputDevice"
>
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "PS/2"
> Option "Device" "/dev/mouse"
> Option "ZAxisMapping" "4 5"
>
> EndSection
RTFM, STFW...
PS/2 -> IMPS/2 либо ExplorerPS/2, в общем. По вкусу.
--
Alexey "Ktirf" Rusakov
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Не работает скроллинг
2005-04-25 14:26 [Comm] Не работает скроллинг Павел У
2005-04-25 14:43 ` Michael Isachenkov
2005-04-25 14:46 ` Alexey Rusakov
@ 2005-04-25 18:28 ` Sergey Kuznetsov
2005-04-25 20:42 ` Павел У
2005-04-26 0:11 ` Arsen_Kirillov
2 siblings, 2 replies; 6+ messages in thread
From: Sergey Kuznetsov @ 2005-04-25 18:28 UTC (permalink / raw)
To: community
Здравствуйте!
Mon, 25 Apr 2005 17:26:18 +0300 Павел У <gogadze_alt@mail.ru> писал:
> Мышь PS/2
> Скроллинг не работает. Как исправить?
> Фрагмент XF86Config-4:
>
> Section "InputDevice"
>
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "PS/2"
> Option "Device" "/dev/mouse"
> Option "ZAxisMapping" "4 5"
AFAIK, для колесной мыши выставляется протокол IMPS/2.
С уважением,
Сергей
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Не работает скроллинг
2005-04-25 18:28 ` Sergey Kuznetsov
@ 2005-04-25 20:42 ` Павел У
2005-04-26 0:11 ` Arsen_Kirillov
1 sibling, 0 replies; 6+ messages in thread
From: Павел У @ 2005-04-25 20:42 UTC (permalink / raw)
To: community
В сообщении от Понедельник 25 Апрель 2005 21:28 Sergey Kuznetsov написал(a):
> Здравствуйте!
>
> Mon, 25 Apr 2005 17:26:18 +0300 Павел У <gogadze_alt@mail.ru> писал:
> > Мышь PS/2
> > Скроллинг не работает. Как исправить?
> > Фрагмент XF86Config-4:
> >
> > Section "InputDevice"
> >
> > Identifier "Mouse1"
> > Driver "mouse"
> > Option "Protocol" "PS/2"
> > Option "Device" "/dev/mouse"
> > Option "ZAxisMapping" "4 5"
>
> AFAIK, для колесной мыши выставляется протокол IMPS/2.
Спасибо, работает.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Не работает скроллинг
2005-04-25 18:28 ` Sergey Kuznetsov
2005-04-25 20:42 ` Павел У
@ 2005-04-26 0:11 ` Arsen_Kirillov
1 sibling, 0 replies; 6+ messages in thread
From: Arsen_Kirillov @ 2005-04-26 0:11 UTC (permalink / raw)
To: community
Sergey Kuznetsov пишет:
>>Мышь PS/2
>>Скроллинг не работает. Как исправить?
>>Фрагмент XF86Config-4:
>>
>>Section "InputDevice"
>>
>> Identifier "Mouse1"
>> Driver "mouse"
>> Option "Protocol" "PS/2"
>> Option "Device" "/dev/mouse"
>> Option "ZAxisMapping" "4 5"
>>
>>
>
>AFAIK, для колесной мыши выставляется протокол IMPS/2.
>
>
Может подскажите что делать, если при указании этого протокола указатель
начинает "скакать" при резких движениях мыши?
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-04-26 0:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-25 14:26 [Comm] Не работает скроллинг Павел У
2005-04-25 14:43 ` Michael Isachenkov
2005-04-25 14:46 ` Alexey Rusakov
2005-04-25 18:28 ` Sergey Kuznetsov
2005-04-25 20:42 ` Павел У
2005-04-26 0:11 ` Arsen_Kirillov
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git