Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mouse Bluetooth Logitech non va [Risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Wed Jan 23, 2008 10:19 am    Post subject: Mouse Bluetooth Logitech non va [Risolto] Reply with quote

Ho un Dell Travel Mouse (che poi è un Logitech) con connessione Bluetooth.
Il mouse viene riconosciuto all'avvio del sistema; ho inserito questa riga
Code:
HIDD_OPTIONS="--connect <enter here your bluetooth mouse address>"
in /etc/conf.d/bluetooth come suggerito in questa guida, ed infatti viene rilevato correttamente:
Code:
candell canduc # hidd --show
00:07:61:9C:86:2E Logitech         (3) Button Mouse [046d:b006] connected
Il mouse viene mappato su /dev/input/mouse2:
Code:
candell canduc # candell canduc # cat /dev/input/mouse2

      ÿü(õ(
õ(î(õ(õ(ð(õ(õ( ò8ÿû8þû8þþþ þý÷úÿ
                                              ÿúúö
...eccetera.

Ma non riesco a farlo andare lo stesso...questa la mia configurazione di xorg.conf per il touchpad del mio portatile e per il mouse bluetooth:
Code:
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Mouse1" "AlwaysCore"
EndSection

Section "InputDevice"
   Identifier     "Mouse0"
   Driver         "synaptics"
   Option         "Protocol" "auto-dev"
   Option         "Device" "/dev/input/mouse1"
   Option       "LeftEdge"      "1700"
   Option       "RightEdge"     "5300"
   Option       "TopEdge"       "1700"
   Option       "BottomEdge"    "4200"
   Option       "FingerLow"     "25"
   Option       "FingerHigh"    "30"
   Option       "MaxTapTime"    "180"
   Option       "MaxTapMove"    "220"
   Option       "VertScrollDelta" "100"
   Option       "MinSpeed"        "0.09"
   Option       "MaxSpeed"        "0.18"
   Option       "AccelFactor"     "0.0015"
   Option       "SHMConfig"       "on"
   Option       "TapButton2"      "2"
EndSection

Section "InputDevice"
        Identifier "Mouse1"
        Option      "Name" "Bluetooth Dell Travel Mouse"
        Driver     "evdev"
        Option    "Device" "/dev/input/mouse2"
        Option    "Protocol" "auto"
        Option    "Buttons" "5"
        Option    "ZAxisMapping" "4 5"
        Option    "SendCoreEvents" "true"
EndSection

Ho visto sul forum che può essere un problema temporale di creazione del device mouse2, visto che l'avvio della periferica bluetooth integrata nel mio portatile, avveniva dopo l'avvio di gdm...ma anche spostando l'avvio del bluetooth nel runlevel di boot, non cambia nulla.
Allora, cosa c'è che non va?
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)


Last edited by canduc17 on Mon Jan 28, 2008 5:06 pm; edited 1 time in total
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Thu Jan 24, 2008 9:20 pm    Post subject: Reply with quote

Il problema è nella configurazione di xorg, perchè con gpm il mouse funziona benissimo!
Ecco il file /var/log/Xorg.0.log che dice:
Code:
...
(--) Mouse0 touchpad found
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(II) evdev brain: Rescanning devices (1).
(EE) PreInit returned NULL for "Mouse1"
(EE) No Input driver matching `mouse'
(II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) Mouse0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Mouse0 touchpad found
(II) evdev brain: Rescanning devices (2).
(II) evdev brain: Rescanning devices (3).
SynapticsCtrl called.
Any ideas?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EDIT:
Ho chiesto sul forum internazionale e sono riuscito a risolvere...il post di riferimento è qui.
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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