ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Valery V. Inozemtsev" <shrek@freesource.info>
To: community@altlinux.ru
Subject: Re: [Comm] USB mouse.
Date: Sun, 23 May 2004 17:52:31 +0400
Message-ID: <200405231752.32068.shrek@freesource.info> (raw)
In-Reply-To: <150698284.20040523203907@ngs.ru>

<skip>
> Всё закмечательно - USB mouse работает. Но зато, теперь не работает
> TouchPad (и мышь на PS/2).
>
>    Можно как-нибудь так подкрутить, чтобы и TouchPad работал и мышь в
> зависимсти от того куда её воткнули: в PS/2 или в USB.
>

конечно можно
-----------------------------------------------------------
Section "InputDevice"
    Identifier  "TrackPoint"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
    Option "Emulate3Buttons"
#    Option "EmulateWheel" "true"
#    Option "EmulateWheelButton" "2"
#    Option "ZAxisMapping" "4 5"
#    Option "Emulate3Timeout" "50"
EndSection

Section "InputDevice"
    Identifier  "USBMouse"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/usbmouse"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
#    #Option "ChordMiddle"
EndSection

Section "ServerLayout"
     ...
     ...
    InputDevice "TrackPoint" "AlwaysCore"
    InputDevice "USBMouse" "CorePointer"
    ...
EndSection
------------------------------------------------------------

т.е. прописываются две секции с мышами, в секции "ServerLayout" добавляется 
строка со второй мышью

<skip>
-- 
Valery V. Inozemtsev
	
	ftp://ftp.altlinux.ru/pub/people/shrek/
	

  reply	other threads:[~2004-05-23 13:52 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-23 10:59 [Comm] USB mouse. (сломался KDE) Ганжа К.И.
2004-05-23 11:30 ` Sergey Vlasov
2004-05-23 11:43   ` Re[2]: " Ганжа К.И.
2004-05-23 13:08     ` Vitaly Lipatov
2004-05-23 13:39       ` Re[4]: [Comm] USB mouse Ганжа К.И.
2004-05-23 13:52         ` Valery V. Inozemtsev [this message]
2004-05-23 14:02         ` Sergey Vlasov
2004-05-23 14:30           ` Re[2]: " Ганжа К.И.
2004-05-23 14:37             ` Valery V. Inozemtsev
2004-05-24  7:51           ` Re[2]: " Ганжа К.И.
2004-05-24  8:37             ` Vitaly Lipatov
2004-05-24 16:29               ` Re[4]: " Ганжа К.И.
2004-05-24 18:46                 ` Vitaly Lipatov
2004-05-25 15:16                   ` Re[6]: " Ганжа К.И.
2004-05-25 15:39                     ` Sergey Vlasov
2004-05-25 15:57                       ` Re[2]: " Ганжа К.И.
2004-05-25 18:09                     ` Re[6]: " Vitaly Lipatov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200405231752.32068.shrek@freesource.info \
    --to=shrek@freesource.info \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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