Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[MOUSE] souri et touchpad (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Mon Feb 06, 2006 9:30 pm    Post subject: [MOUSE] souri et touchpad (résolu) Reply with quote

bonjour a tous

j'ai un protable avec un touchpad et je branche en plus une souris en usb
le touchpad fonctionne bien aussi bien dans la consol et dans l'interface graphique
par rappar a ma souris usb qui elle ne fonctionne dans les 2 interface.elle comme bien detecté et recoconu comme quand je fait
Code:
cat /dev/input/mice

elle reagit bien

voici mon xorg.conf
Code:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse" "CorePointer"
        InputDevice    "TouchPad Mouse" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "BlankTime"  "5"  # L'écran devient noir après 5 minutes$
        Option         "StandbyTime"  "10"  # Met l'écran en pause après 10 min$
        Option         "SuspendTime"  "20"  # Suspend l'écran après 20 minutes.
        Option         "OffTime"  "30"  # Extinction complète après 30 minutes.

EndSection
...
Section "InputDevice"
        Identifier  "Mouse"
        Driver      "synaptics"
        Option      "AlwaysCore"
        Option      "Protocol" "auto-dev"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier  "TouchPad Mouse"
        Driver      "synaptics"
        Option      "AlwaysCore"
        Option      "Protocol" "auto-dev"
        Option      "Device" "/dev/input/mouse0"
#       Option      "ZAxisMapping" "4 5"
EndSection

et le fichier /etc/conf.d/gpm
Code:

#MOUSE=ps2
MOUSE=imps2
#MOUSEDEV=/dev/psaux
MOUSEDEV=/dev/input/mice


et dans la console s'est toujours le touchpad et pas la souri usb

je n'arrive pas à résoudre ce probleme
quelqu'un n'a pas une ideé pour résoudre se probleme??


Last edited by lermit on Mon Feb 06, 2006 10:56 pm; edited 1 time in total
Back to top
View user's profile Send private message
blasserre
Veteran
Veteran


Joined: 10 Feb 2004
Posts: 1362
Location: Lille, Vlaanderen

PostPosted: Mon Feb 06, 2006 9:37 pm    Post subject: Re: [MOUSE] souri et touchpad Reply with quote

lermit wrote:
ma souris usb qui elle ne fonctionne dans les 2 interface.elle comme bien detecté et recoconu comme quand
(...)
je n'arrive pas à résoudre ce probleme
quelqu'un n'a pas une ideé pour résoudre se probleme??

quel problème ? :?
_________________
benj

technicien professionnel, ascendant winner
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Mon Feb 06, 2006 9:46 pm    Post subject: Reply with quote

s'est simple quand je veu bouger le pointeur avec la souri il ne bouge pas
Back to top
View user's profile Send private message
blasserre
Veteran
Veteran


Joined: 10 Feb 2004
Posts: 1362
Location: Lille, Vlaanderen

PostPosted: Mon Feb 06, 2006 10:03 pm    Post subject: Reply with quote

lermit wrote:
s'est simple quand je veu bouger le pointeur avec la souri il ne bouge pas

le cat /dev/input/mice te donne quelque chose en console avec le TP et pas avec la souris USB ?
_________________
benj

technicien professionnel, ascendant winner
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Mon Feb 06, 2006 10:10 pm    Post subject: Reply with quote

oups j'avai oublié de verifier
tout et ok dans le mode consol sa souri fonctionne.et la touchpad aussi.
j'ai plus que le probleme dans l'interphace graphique.
Back to top
View user's profile Send private message
blasserre
Veteran
Veteran


Joined: 10 Feb 2004
Posts: 1362
Location: Lille, Vlaanderen

PostPosted: Mon Feb 06, 2006 10:21 pm    Post subject: Reply with quote

lermit wrote:
oups j'avai oublié de verifier
tout et ok dans le mode consol sa souri fonctionne.et la touchpad aussi.
j'ai plus que le probleme dans l'interphace graphique.

'vais tourner chèvre moi !

essaye ça (ta souris USB n'utilise à mon avis pas le même driver que ton TP)
Code:
Section "InputDevice"
        Identifier  "Mouse"
        Driver      "mouse"
        Option      "AlwaysCore"
        Option      "Protocol" "auto-dev"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
EndSection

_________________
benj

technicien professionnel, ascendant winner
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Mon Feb 06, 2006 10:26 pm    Post subject: Reply with quote

ho que je suis bête pfff

merci encor
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Mon Feb 06, 2006 10:46 pm    Post subject: Reply with quote

j'ai des probleme quand je lance le serveur X maintenant
Code:


Using vt 7

(EE) Mouse: Unknown protocol "auto-dev"
(EE) PreInit failed for input device "Mouse"
Synaptics DeviceInit called
SynapticsCtrl called.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Multiple symbols for level 4/group 1 on key <LSGT>
>                   Using backslash, ignoring brokenbar
> Warning:          Symbol map for key <LSGT> redefined
>                   Using last definition for conflicting fields
Errors from xkbcomp are not fatal to the X server
Synaptics DeviceOn called
No core pointer

Fatal server error:
failed to initialize core devices

Please consult the The X.Org Foundation support
         at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.
Back to top
View user's profile Send private message
blasserre
Veteran
Veteran


Joined: 10 Feb 2004
Posts: 1362
Location: Lille, Vlaanderen

PostPosted: Mon Feb 06, 2006 10:51 pm    Post subject: Reply with quote

lermit wrote:
(EE) Mouse: Unknown protocol "auto-dev"
(EE) PreInit failed for input device "Mouse"

je me disais bien que c'était louche ton truc ....
remplace auto-dev par auto dans ton xorg.conf
_________________
benj

technicien professionnel, ascendant winner
Back to top
View user's profile Send private message
lermit
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 141

PostPosted: Mon Feb 06, 2006 10:52 pm    Post subject: Reply with quote

ok le probleme est resolut
Code:
Option      "Protocol" "auto-dev"

Code:
Option      "Protocol" "IMPS/2"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum