ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] touchpad É íÙÛØ ÏÄÎÏ×ÒÅÍÅÎÎÏ
@ 2004-07-26 13:27 Kruchinin Pavel
  2004-07-26 13:33 ` [Comm] touchpad и Мышь одновременно Maxim Tyurin
  0 siblings, 1 reply; 5+ messages in thread
From: Kruchinin Pavel @ 2004-07-26 13:27 UTC (permalink / raw)
  To: Community

Добрый день!

Как можно заставить работать touchpad и мышь(USB) одновременно?
Так, чтобы при втыкании в разъем мыши (в ноутбук) она нормально
воспринималась ALT'ом (Compact 2.3)?

____________
Pavel Kruchinin.




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

* Re: [Comm] touchpad и Мышь одновременно
  2004-07-26 13:27 [Comm] touchpad É íÙÛØ ÏÄÎÏ×ÒÅÍÅÎÎÏ Kruchinin Pavel
@ 2004-07-26 13:33 ` Maxim Tyurin
  2004-07-26 13:46   ` [Comm] touchpad É íÙÛØ ÏÄÎÏ×ÒÅÍÅÎÎÏ Kruchinin Pavel
  2004-07-27 10:40   ` Kruchinin Pavel
  0 siblings, 2 replies; 5+ messages in thread
From: Maxim Tyurin @ 2004-07-26 13:33 UTC (permalink / raw)
  To: community

"Kruchinin Pavel" <P.Kruchinin@iserv.volga.ru> writes:

> Добрый день!
>
> Как можно заставить работать touchpad и мышь(USB) одновременно?
> Так, чтобы при втыкании в разъем мыши (в ноутбук) она нормально
> воспринималась ALT'ом (Compact 2.3)?

Элементарно. Оно так и работает.

Если тачпад уже работает

В /etc/X11/XF86Config-4
Дописываеш еще одну секцию мыши (для USB мыши).
Например
Section "InputDevice"

    Identifier  "TrackMan"
    Driver      "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/input/mice"
    Option "Buttons" "7"    
    Option "ZAxisMapping" "6 7"
EndSection

И в секции "ServerLayout" допиши ее как AlwaysCore

Section "ServerLayout"
    Identifier "layout1"
    Screen     "screen1"

    InputDevice "Touchpad" "CorePointer"
    InputDevice "TrackMan" "AlwaysCore"

    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


Тачпад должен быть CorePointer

-- 

With Best Regards, Maxim Tyurin
JID:	MrKooll@jabber.pibhe.com
			



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

* Re: [Comm] touchpad É íÙÛØ ÏÄÎÏ×ÒÅÍÅÎÎÏ
  2004-07-26 13:33 ` [Comm] touchpad и Мышь одновременно Maxim Tyurin
@ 2004-07-26 13:46   ` Kruchinin Pavel
  2004-07-27 10:40   ` Kruchinin Pavel
  1 sibling, 0 replies; 5+ messages in thread
From: Kruchinin Pavel @ 2004-07-26 13:46 UTC (permalink / raw)
  To: community

Спасибо!

----- Original Message ----- 
From: "Maxim Tyurin" <mrkooll@tdr.pibhe.com>
To: <community@altlinux.ru>
Sent: Monday, July 26, 2004 6:33 PM
Subject: Re: [Comm] touchpad и Мышь одновременно


> "Kruchinin Pavel" <P.Kruchinin@iserv.volga.ru> writes:
>
> > Добрый день!
> >
> > Как можно заставить работать touchpad и мышь(USB)
одновременно?
> > Так, чтобы при втыкании в разъем мыши (в ноутбук) она
нормально
> > воспринималась ALT'ом (Compact 2.3)?
>
> Элементарно. Оно так и работает.
>
> Если тачпад уже работает
>



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

* Re: [Comm] touchpad É íÙÛØ ÏÄÎÏ×ÒÅÍÅÎÎÏ
  2004-07-26 13:33 ` [Comm] touchpad и Мышь одновременно Maxim Tyurin
  2004-07-26 13:46   ` [Comm] touchpad É íÙÛØ ÏÄÎÏ×ÒÅÍÅÎÎÏ Kruchinin Pavel
@ 2004-07-27 10:40   ` Kruchinin Pavel
  2004-07-27 11:19     ` Re[2]: [Comm] touchpad и Мышь одновременно Ганжа К.И.
  1 sibling, 1 reply; 5+ messages in thread
From: Kruchinin Pavel @ 2004-07-27 10:40 UTC (permalink / raw)
  To: community

Sorry за настойчивость.

> > Как можно заставить работать touchpad и мышь(USB)
одновременно?
> Элементарно. Оно так и работает.
>
> Если тачпад уже работает
>
Сделал все именно так как указано в письме (ниже),
теперь работает мышь, но не работает ТачПад ((.

....
> В /etc/X11/XF86Config-4
> Дописываеш еще одну секцию мыши (для USB мыши).
> Например
> Section "InputDevice"
>
>     Identifier  "TrackMan"
>     Driver      "mouse"
>     Option "Protocol"    "ExplorerPS/2"
>     Option "Device"      "/dev/input/mice"
>     Option "Buttons" "7"
>     Option "ZAxisMapping" "6 7"
> EndSection
>
> И в секции "ServerLayout" допиши ее как AlwaysCore
>
> Section "ServerLayout"
>     Identifier "layout1"
>     Screen     "screen1"
>
>     InputDevice "Touchpad" "CorePointer"
>     InputDevice "TrackMan" "AlwaysCore"
>
>     InputDevice "Keyboard1" "CoreKeyboard"
> EndSection
>



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

* Re[2]: [Comm] touchpad и Мышь одновременно
  2004-07-27 10:40   ` Kruchinin Pavel
@ 2004-07-27 11:19     ` Ганжа К.И.
  0 siblings, 0 replies; 5+ messages in thread
From: Ганжа К.И. @ 2004-07-27 11:19 UTC (permalink / raw)
  To: Kruchinin Pavel

> Sorry за настойчивость.

Посмотрите  мои конфиги. Мыши USB и PS/2 и TochPad работают совместно.
Одно  неудобство,  которое я пока не смог победить - USB мышь работает
только  если включение компьютера производится с уже воткнутой мышкой.
Если  мышь  попытаться  воткнуть  во включенный ноут, она не работает.
Лечится только перезапуском X-ов.

    Вот фрагменты соответствующих записей в XF86Config-4:

 Section "InputDevice"

     Identifier "Mouse1"
     Driver "mouse"
     Option "Protocol" "PS/2"
     Option "Device" "/dev/psaux"
     Option "Emulate3Buttons"
     Option "Emulate3Timeout" "50"

 # ChordMiddle is an option for some 3-button Logitech mice

 # Option "ChordMiddle"

 EndSection

 Section "InputDevice"
     Identifier "Mouse2"
     Driver "mouse"
     Option "Protocol" "IMPS/2"
     Option "Device" "/dev/input/mice"
     Option "Emulate3Buttons"
     Option "Emulate3Timeout" "50"
     Option "ZAxisMapping" "4 5"
 EndSection

 ....

 Section "ServerLayout"
     Identifier "layout1"
     Screen "screen1"

     InputDevice "Mouse1" "CorePointer"
     InputDevice "Mouse2" "SendCoreEvents"

     InputDevice "Keyboard1" "CoreKeyboard"
 EndSection

-- 
   С уважением
   инженер-конструктор "PS-Electro"
   Ганжа Константин
   Новосибирск 
   mailto:ganzha@ngs.ru



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

end of thread, other threads:[~2004-07-27 11:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-26 13:27 [Comm] touchpad É íÙÛØ ÏÄÎÏ×ÒÅÍÅÎÎÏ Kruchinin Pavel
2004-07-26 13:33 ` [Comm] touchpad и Мышь одновременно Maxim Tyurin
2004-07-26 13:46   ` [Comm] touchpad É íÙÛØ ÏÄÎÏ×ÒÅÍÅÎÎÏ Kruchinin Pavel
2004-07-27 10:40   ` Kruchinin Pavel
2004-07-27 11:19     ` Re[2]: [Comm] touchpad и Мышь одновременно Ганжа К.И.

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