Mysz bluetooth - nie mam już pomys

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
Awatar użytkownika
xmaster
Junior Member
Posty: 558
Rejestracja: 13 stycznia 2009, 08:19
Lokalizacja: /dev/piotrków tryb.

Mysz bluetooth - nie mam juŻ pomysłów

Post autor: xmaster »

Witam
Linux Debian Lenny

Kod: Zaznacz cały

 #lsusb
Bus 001 Device 002: ID 413c:8140 Dell Computer Corp. Wireless 360 Bluetooth
xorg

Kod: Zaznacz cały

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Mouse1" "CorePointer"
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # ustawienia dla myszy bluetooth
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mouse1"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
Drugą myszkę "mouse1" sam dodałem, jak widać źle
I nie działa
Szukałem, szukałem ale nie znalazłem :(
Pomoże mi ktoś?
Awatar użytkownika
lis6502
Member
Posty: 1798
Rejestracja: 05 listopada 2008, 20:14
Lokalizacja: Miasto Szybowców

Post autor: lis6502 »

Czemu 'źle' dodałeś drugą mysz? Na moje oko to wszystko gra. Wrzuć loga z xorg'a.
Rzuć okiem http://www.teleost.org/docs/bluetooth-mouse-linux.html
ODPOWIEDZ