public inbox for gentoo-user-fr@lists.gentoo.org
 help / color / mirror / Atom feed
From: Gwenn <gentoo-ml@grumly.info>
To: gentoo-user-fr@lists.gentoo.org
Subject: Re: [gentoo-user-fr] Udev , synaptics, xorg et compagnie ...
Date: Sat, 12 May 2007 16:23:43 +0200	[thread overview]
Message-ID: <20070512162343.7743bb3c@arkose.lan> (raw)
In-Reply-To: <fd4d96a70705120320v4be1d852p349771310fbcc279@mail.gmail.com>


> j'utilise une souris externe (une logitech v500) mais que je ne
> branche pas en permanence. Je ne sais pas comment la déclarer dans
> xorg pour qu'elle soit reconnue "à chaud". Le flag
> "AllowMouseOpenFail" ne fonctionne pas.

Pour la souris externe, j'utilise /dev/input/mice :
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
EndSection

Pour le pad :
Section "InputDevice"
        Identifier      "Pad0"
        Driver          "synaptics"
        Option          "Device" "/dev/input/mouse0"
        Option          "Protocol" "auto-dev"
EndSection

Et dans la section ServerLayout j'ai ça :
        InputDevice    "Pad0" "CorePointer"
        InputDevice    "Mouse0" "SendCoreEvents"

> De plus, UDEV passe son temps
> à faire passer mon touchpad de /dev/input/event4
> à /dev/input/event5 ... du coup, une fois sur 2, mon serveur X ne
> démarre pas !

Si ça ne fonctionne pas avec ce qu'il y a au-dessus, tu devras
probablement créer des règles udev pour donner un nom fixe au device de
ton pad.

-- 
Gwenn
--
gentoo-user-fr@gentoo.org mailing list



      parent reply	other threads:[~2007-05-12 14:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-12 10:20 [gentoo-user-fr] Udev , synaptics, xorg et compagnie Greenduck-O-rama
2007-05-12 10:49 ` kolinux
2007-05-12 11:46   ` Greenduck-O-rama
2007-05-12 12:04     ` kolinux
2007-05-12 14:23 ` Gwenn [this message]

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=20070512162343.7743bb3c@arkose.lan \
    --to=gentoo-ml@grumly.info \
    --cc=gentoo-user-fr@lists.gentoo.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox