ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] USB мыши и клавиатуры в иксах - feature request
@ 2005-05-02  9:53 Olvin
  2005-05-02 14:42 ` [sisyphus] " Michael Shigorin
  2005-05-02 15:41 ` [sisyphus] " Sergey Vlasov
  0 siblings, 2 replies; 3+ messages in thread
From: Olvin @ 2005-05-02  9:53 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Хотелось бы, чтобы в конфиг иксов вставлялись строчки, позволяющие 
использовать только что приобретённые сабжи без переконфигурирования 
иксов, несмотря на то, что при установке системы использовалось PS/2 
оборудование. в общем, что-то вроде:

Section "InputDevice"
     Identifier  "Mouse1"
     Driver      "mouse"
     Option "Protocol"    "IMPS/2"
     Option "Device"      "/dev/mouse"
     Option "ZAxisMapping" "4 5"
EndSection

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

Section "ServerLayout"
     Identifier "layout1"
     Screen     "screen1"
     InputDevice "Mouse1" "CorePointer"
     InputDevice "Mouse2" "SendCoreEvents"
     InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Это я про SendCoreEvents. При использовании PS/2 оно не мешает, но очень 
поможет при смене мыши или подключении ещё одной (бывает нужно).


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

* [sisyphus] Re: USB мыши и клавиатуры в иксах - feature request
  2005-05-02  9:53 [sisyphus] USB мыши и клавиатуры в иксах - feature request Olvin
@ 2005-05-02 14:42 ` Michael Shigorin
  2005-05-02 15:41 ` [sisyphus] " Sergey Vlasov
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Shigorin @ 2005-05-02 14:42 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Mon, May 02, 2005 at 12:53:34PM +0300, Olvin wrote:
> Хотелось бы, чтобы в конфиг иксов вставлялись строчки,
> позволяющие использовать только что приобретённые сабжи без
> переконфигурирования иксов, несмотря на то, что при установке
> системы использовалось PS/2 оборудование.

Это лучше в bugzilla на... ммм... наверное, install3.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [sisyphus] USB мыши и клавиатуры в иксах - feature request
  2005-05-02  9:53 [sisyphus] USB мыши и клавиатуры в иксах - feature request Olvin
  2005-05-02 14:42 ` [sisyphus] " Michael Shigorin
@ 2005-05-02 15:41 ` Sergey Vlasov
  1 sibling, 0 replies; 3+ messages in thread
From: Sergey Vlasov @ 2005-05-02 15:41 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 1489 bytes --]

On Mon, May 02, 2005 at 12:53:34PM +0300, Olvin wrote:
> Хотелось бы, чтобы в конфиг иксов вставлялись строчки, позволяющие 
> использовать только что приобретённые сабжи без переконфигурирования 
> иксов, несмотря на то, что при установке системы использовалось PS/2 
> оборудование. в общем, что-то вроде:
> 
> Section "InputDevice"
>     Identifier  "Mouse1"
>     Driver      "mouse"
>     Option "Protocol"    "IMPS/2"
>     Option "Device"      "/dev/mouse"
>     Option "ZAxisMapping" "4 5"
> EndSection
> 
> Section "InputDevice"
>     Identifier  "Mouse2"
>     Driver      "mouse"
>     Option "Protocol"    "IMPS/2"
>     Option "Device"      "/dev/input/mice"
>     Option "ZAxisMapping" "4 5"
> EndSection
> 
> Section "ServerLayout"
>     Identifier "layout1"
>     Screen     "screen1"
>     InputDevice "Mouse1" "CorePointer"
>     InputDevice "Mouse2" "SendCoreEvents"
>     InputDevice "Keyboard1" "CoreKeyboard"
> EndSection
> 
> Это я про SendCoreEvents. При использовании PS/2 оно не мешает, но очень 
> поможет при смене мыши или подключении ещё одной (бывает нужно).

Отдельно настраивать мыши PS/2 и USB в xorg.conf нужно только при
использовании ядер 2.4.x.  В 2.6.x /dev/psaux и /dev/input/mice - одно
и то же (события от PS/2, в отличие от 2.4.x, теперь обрабатываются в
input subsystem, как и от USB), поэтому добавление и /dev/psaux, и
/dev/input/mice в xorg.conf не нужно и даже вредно (события начинают
дублироваться).

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2005-05-02 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-02  9:53 [sisyphus] USB мыши и клавиатуры в иксах - feature request Olvin
2005-05-02 14:42 ` [sisyphus] " Michael Shigorin
2005-05-02 15:41 ` [sisyphus] " 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