Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
USB-Anschluss Maus und X11
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
LinuxTom
l33t
l33t


Joined: 26 Mar 2006
Posts: 798

PostPosted: Wed Apr 23, 2008 7:02 am    Post subject: USB-Anschluss Maus und X11 Reply with quote

Hallo Allerseits,

irgend wie habe ich mir das einfacher vorgestellt eine Maus unter X11 an einen anderen USB-Port anzuschließen.

Ich habe in meiner xorg.conf schon vieles ausprobiert:
Code:
Section "ServerLayout"
   :
   InputDevice    "Mouse0" "CorePointer"
   :
EndSection
:
Section "InputDevice"
   Identifier  "Mouse0"
#   Driver      "mouse"
   Driver      "evdev"
#   Option      "CorePointer"
   Option       "Protocol" "auto"
#   Option       "Device" "/dev/input/mouse0"
#   Option       "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse"
#   Option      "Phys" "usb-0000:00:0a.0-5/input0"
   Option      "Phys" "usb-0000:00:0a.0-1/input0"
#   Option      "Dev Name" "Logitech USB Receiver"
#   Option       "ZAxisMapping" "4 5 6 7"
#   Option      "Resolution" "56"
#   Option      "Buttons"       "12"
   Option      "Emulate3Buttons" "true"
#        Option      "vendor" "1133"     #046d hex -> Logitech
#        Option      "product" "50458"   #c51a hex -> MX Revolution
EndSection


Aber nur das mit der Phys-Option klappt wirklich. Wieso? Ich habe nur diese eine USB-Maus dran.
Back to top
View user's profile Send private message
Disaronno
n00b
n00b


Joined: 13 Jan 2005
Posts: 41
Location: Germany; NRW

PostPosted: Wed Apr 23, 2008 9:31 am    Post subject: Reply with quote

Normalerweise musste nur Phys und Device anpassen. Und dann den Xorg neustarten. Mehr sollte nicht nötig sein.

Was gibt denn grep -e EE /var/log/Xorg.0.log aus ? Und wird das Input device wirklich aus 0 belassen? (cat /proc/bus/input/devices)
_________________
Ich habe Augen zum wegsehen, Ohren zum Weg hören und einen Mund zum schweigen.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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