ALT Linux hardware support
 help / color / mirror / Atom feed
From: "Valery V. Inozemtsev" <shrek@freesource.info>
To: community@altlinux.ru
Subject: [Hardware] Re: [Comm] Горячее подключение USB мыши
Date: Sun, 10 Oct 2004 20:37:38 +0400
Message-ID: <200410102037.39204.shrek@freesource.info> (raw)
In-Reply-To: <416953B2.4030402@altlinux.ru>


[-- Attachment #1.1: Type: text/plain, Size: 1361 bytes --]

> >>Есть ноутбук ASUS L1400. На нём установлен Compact+Сизиф. Хотелось бы
> >>настроить автоматическое подключение USB мыши на ходу в KDE. По
> >>умолчанию ноутбук воспринимает TouchPad. Что нужно для этого сделать?
> >
> >Установить и включить hotplug.
>
> Вроде, установлен и запущен. Нужно ли что-нибудь дополнительно
> конфигурировать?

/etc/X11/XF86Config-4
---------------------------------------------------------
Section "ServerFlags"
        AllowMouseOpenFail
        ...
EndSection

Section "InputDevice"
    Identifier  "TrackPoint"
    Driver      "mouse"
    Option      "Protocol"              "PS/2"
    Option      "Device"                "/dev/psaux"
    Option      "Emulate3Buttons"
    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      "SendCoreEvents"
EndSection

Section "ServerLayout"
    ...
    InputDevice "TrackPoint"    "CorePointer"
    InputDevice "USBMouse"      "SendCoreEvents"
    ...
EndSection

-- 
Valery V. Inozemtsev

Powered by ALT Linux Sisyphus (20040930)
ftp://ftp.altlinux.ru/pub/people/shrek/

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

[-- Attachment #2: Type: text/plain, Size: 145 bytes --]

_______________________________________________
Community mailing list
Community@altlinux.ru
https://lists.altlinux.ru/mailman/listinfo/community

       reply	other threads:[~2004-10-10 16:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-10 16:37     ` Valery V. Inozemtsev [this message]
2004-10-12 10:06               ` [Hardware] " Michael Shigorin
2004-10-12 12:04                 ` Sergey Vlasov
2004-10-12 14:28                   ` Anton Farygin
2004-10-12 15:16                     ` [Comm] " Sergey Vlasov
2004-10-12 15:22                       ` Anton Farygin

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=200410102037.39204.shrek@freesource.info \
    --to=shrek@freesource.info \
    --cc=community@altlinux.ru \
    --cc=hardware@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 hardware support

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/hardware/0 hardware/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 hardware hardware/ http://lore.altlinux.org/hardware \
		hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
	public-inbox-index hardware

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.hardware


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git