* [sisyphus] kernel-image-std-smp-2.6.18-alt4 и события нажатия кнопок мыши
@ 2007-02-28 20:19 Sergei O. Naumov
2007-03-01 17:04 ` Sergey Vlasov
0 siblings, 1 reply; 5+ messages in thread
From: Sergei O. Naumov @ 2007-02-28 20:19 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Господа:
после переезда на ядра std-smp со старый ядер std26-up замечана странная
особенность в поведении мыши. А именно, нажатие на лапку инициирует не одно
событие, а целых 2-3 или даже 4 бывает. Причем интервал между этими событиями
весьма мал. В результате приложения в десктопе запускаются по 2-3 и даже 4
раза.
Перегружаем на старое ядро - эффект пропадает. Первый раз заметил это в
std-smp-2.6.18-alt3, но в -alt4 эффект, по моему даже усилился.
Лечение есть?
--
Сергей
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] kernel-image-std-smp-2.6.18-alt4 и события нажатия кнопок мыши
2007-02-28 20:19 [sisyphus] kernel-image-std-smp-2.6.18-alt4 и события нажатия кнопок мыши Sergei O. Naumov
@ 2007-03-01 17:04 ` Sergey Vlasov
2007-03-03 11:34 ` Sergei O. Naumov
0 siblings, 1 reply; 5+ messages in thread
From: Sergey Vlasov @ 2007-03-01 17:04 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 603 bytes --]
On Wed, Feb 28, 2007 at 11:19:17PM +0300, Sergei O. Naumov wrote:
> после переезда на ядра std-smp со старый ядер std26-up замечана странная
> особенность в поведении мыши. А именно, нажатие на лапку инициирует не одно
> событие, а целых 2-3 или даже 4 бывает. Причем интервал между этими событиями
> весьма мал. В результате приложения в десктопе запускаются по 2-3 и даже 4
> раза.
>
> Перегружаем на старое ядро - эффект пропадает. Первый раз заметил это в
> std-smp-2.6.18-alt3, но в -alt4 эффект, по моему даже усилился.
Странно. А что за мышь и как при этом выглядит xorg.conf?
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] kernel-image-std-smp-2.6.18-alt4 и события нажатия кнопок мыши
2007-03-01 17:04 ` Sergey Vlasov
@ 2007-03-03 11:34 ` Sergei O. Naumov
2007-03-03 12:51 ` Хихин Руслан
2007-03-03 16:25 ` Sergey Vlasov
0 siblings, 2 replies; 5+ messages in thread
From: Sergei O. Naumov @ 2007-03-03 11:34 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 870 bytes --]
В сообщении от Четверг 01 марта 2007 Sergey Vlasov написал(a):
> > после переезда на ядра std-smp со старый ядер std26-up замечана странная
> > особенность в поведении мыши. А именно, нажатие на лапку инициирует не
> > одно событие, а целых 2-3 или даже 4 бывает. Причем интервал между этими
> > событиями весьма мал. В результате приложения в десктопе запускаются по
> > 2-3 и даже 4 раза.
> >
> > Перегружаем на старое ядро - эффект пропадает. Первый раз заметил это в
> > std-smp-2.6.18-alt3, но в -alt4 эффект, по моему даже усилился.
>
> Странно. А что за мышь
Logitech (модель нигде не написана :-))
> и как при этом выглядит xorg.conf?
В аттаче. Но забавно то, что убрав одну из мышей и поставив второй протокол
IMPS/2 насильно, эффект вроде бы исчез. Конфиг в неисправленном виде, однако,
действительно корректно отрабатывался на std26-up.
--
Сергей
[-- Attachment #2: xorg.conf.vaio --]
[-- Type: text/plain, Size: 3861 bytes --]
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen at Device0" 0 0
Screen "Screen at Device1" 0 0
Option "AIGLX" "true"
Option "Clone" "off"
InputDevice "Synaptics" "AlwaysCore"
# InputDevice "mouse1" "SendCoreEvents"
InputDevice "mouse2" "SendCoreEvents"
InputDevice "ru_yawerty" "CoreKeyboard"
EndSection
Section "Files"
FontPath "unix/:-1"
EndSection
Section "Module"
Load "i2c"
Load "ddc"
Load "dbe"
Load "glx"
Load "dri"
Load "bitmap"
Load "extmod"
Load "type1"
Load "freetype"
Load "vbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "InputDevice"
Identifier "ru_yawerty"
Driver "kbd"
# Option "XkbLayout" "us,ru"
# Option "XkbOptions" "grp:rctrl_toggle"
# Option "XkbVariant" ",phonetic"
Option "XkbModel" "pc105"
Option "XkvLayout" "en_US"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "0.5"
Option "AccelFactor" "0.01"
Option "EdgeMotionMinSpeed" "15"
Option "EdgeMotionMaxSpeed" "15"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
Option "SHMConfig" "on"
EndSection
Section "InputDevice"
Identifier "mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
#"PS/2 Mouse"
EndSection
Section "InputDevice"
Identifier "mouse2"
Driver "mouse"
Option "Device" "/dev/input/mice"
#"KYE NetScroll Eye"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor at Device0"
Gamma 0.70 0.70 0.70
DisplaySize 463 260
EndSection
Section "Monitor"
Identifier "Monitor at Device1"
EndSection
Section "Device"
Identifier "Generic VESA compatible|0"
Driver "i810"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
Option "NoDDC"
EndSection
Section "Device"
Identifier "Generic VESA compatible|1"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen at Device0"
Device "Generic VESA compatible|0"
Monitor "Monitor at Device0"
DefaultDepth 16
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
Modes "1366x768" "1280x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1366x768" "1280x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1366x768" "1280x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen at Device1"
Device "Generic VESA compatible|1"
Monitor "Monitor at Device1"
DefaultDepth 16
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "DRI"
Group "xgrp"
Mode 0660
EndSection
Section "Extensions"
Option "Composite" "true"
EndSection
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] kernel-image-std-smp-2.6.18-alt4 и события нажатия кнопок мыши
2007-03-03 11:34 ` Sergei O. Naumov
@ 2007-03-03 12:51 ` Хихин Руслан
2007-03-03 16:25 ` Sergey Vlasov
1 sibling, 0 replies; 5+ messages in thread
From: Хихин Руслан @ 2007-03-03 12:51 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 255 bytes --]
Здравствуйте Sergei O. Naumov
В сообщении от 3 марта 2007 Sergei O. Naumov написал(a):
> Logitech (модель нигде не написана :-))
Это никак не связано ?
http://lists.altlinux.org/pipermail/sisyphus/2007-March/094190.html
--
С уважением Хихин Руслан
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] kernel-image-std-smp-2.6.18-alt4 и события нажатия кнопок мыши
2007-03-03 11:34 ` Sergei O. Naumov
2007-03-03 12:51 ` Хихин Руслан
@ 2007-03-03 16:25 ` Sergey Vlasov
1 sibling, 0 replies; 5+ messages in thread
From: Sergey Vlasov @ 2007-03-03 16:25 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 1860 bytes --]
On Sat, Mar 03, 2007 at 02:34:53PM +0300, Sergei O. Naumov wrote:
> В сообщении от Четверг 01 марта 2007 Sergey Vlasov написал(a):
>
> > > после переезда на ядра std-smp со старый ядер std26-up замечана странная
> > > особенность в поведении мыши. А именно, нажатие на лапку инициирует не
> > > одно событие, а целых 2-3 или даже 4 бывает. Причем интервал между этими
> > > событиями весьма мал. В результате приложения в десктопе запускаются по
> > > 2-3 и даже 4 раза.
> > >
> > > Перегружаем на старое ядро - эффект пропадает. Первый раз заметил это в
> > > std-smp-2.6.18-alt3, но в -alt4 эффект, по моему даже усилился.
> >
> > Странно. А что за мышь
>
> Logitech (модель нигде не написана :-))
>
> > и как при этом выглядит xorg.conf?
>
> В аттаче. Но забавно то, что убрав одну из мышей и поставив второй протокол
> IMPS/2 насильно, эффект вроде бы исчез. Конфиг в неисправленном виде, однако,
> действительно корректно отрабатывался на std26-up.
Т.е., mouse1 там тоже было раскомментировано? Тогда и должно было
глючить описанным образом; почему работало - непонятно.
Запись для /dev/input/mice в любом случае должна быть одна - это
устройство, в которое передаются события от всех подключенных мышей.
Исколючением может быть разве что драйвер synaptics (и то только
потому, что он на самом деле работает не через /dev/input/mice, а
через /dev/input/event*, несмотря на запись в xorg.conf).
> Section "ServerLayout"
> Identifier "Default Layout"
> Screen "Screen at Device0" 0 0
> Screen "Screen at Device1" 0 0
> Option "AIGLX" "true"
> Option "Clone" "off"
> InputDevice "Synaptics" "AlwaysCore"
> # InputDevice "mouse1" "SendCoreEvents"
> InputDevice "mouse2" "SendCoreEvents"
> InputDevice "ru_yawerty" "CoreKeyboard"
> EndSection
[...]
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-03-03 16:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-28 20:19 [sisyphus] kernel-image-std-smp-2.6.18-alt4 и события нажатия кнопок мыши Sergei O. Naumov
2007-03-01 17:04 ` Sergey Vlasov
2007-03-03 11:34 ` Sergei O. Naumov
2007-03-03 12:51 ` Хихин Руслан
2007-03-03 16:25 ` Sergey Vlasov
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