View previous topic :: View next topic |
Author |
Message |
polo54 n00b
Joined: 09 Aug 2004 Posts: 31 Location: Germany, Bielefeld
|
Posted: Wed Dec 15, 2004 5:32 pm Post subject: USB Maus Probleme |
|
|
Hallo
ich habe mir gestern fesch Gnome 2.8 emerged. Nun habe ich ein Problem, der X-Server hat meine Maus nciht gefuden, ich musste erst
/dev/input/mice
in die XF86.. eintragen.
Nun funzt meine Laptopmaus zwar aber meine USB Maus nicht mehr, sie bekommt auch keinen Saft, scheinen also die USB Anschluesse nicht wirklich zu funktionieren. Kann mir da vielleicht jemand helfen??
danke im Vorraus
PS: und bitte schritt fuer schritt und nicht so ein dann musst du bloß "FACHBEGRIFF" "FACHBEGRIFF" bin NOOB!! |
|
Back to top |
|
|
dakjo Veteran
Joined: 31 Jan 2004 Posts: 1544
|
Posted: Wed Dec 15, 2004 7:48 pm Post subject: |
|
|
Du hast zwei Mäuse, also zwei Devices also musst du auch zwei in der xorg.conf haben.
Code: |
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "Synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "event"
Option "LeftEdge" "60"
.....
.....
.....
Option "TouchpadOff" "0"
EndSection
|
_________________ 'Dieselben Naturkräfte, die uns ermöglichen, zu den Sternen zu fliegen, versetzen uns auch in die Lage, unseren Stern zu vernichten.' - Wernher von Braun
http://www.mpsna.de |
|
Back to top |
|
|
|
|
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
|
|