freebsd --> mouse
Gex 22.03.2003 - 01:56 379 4
Gex
Oralapostel
|
also: ich hab mir grad freebsd 5.0 auf mein zweitsys aufgesetzt rennt eigentlich alles recht brav, xserver, gnome2, netzwerk - läuft alles prima. nur die maus macht probleme: bewegen lässt sie sich wunderbar, nur mit dem klicken haperts irgendwie. manchmal funktionierts absolut normal, manchmal überhaupt nicht, manchmal "klickt" sie einfach aus heiterem himmel, ohne dass ich irgendeine taste gedrückt halte, und im "startmenü" (oder wwi wie ich das nennen soll) geht gar nix mehr. da muss ich mit der tastatur durchnavigieren, weil das menü, wenn ich mit der maus darüberfahren will, auf seltsame weise immer wieder verschwindet. auch das klicken von icons auf dem desktop funktioniert nicht. anwählen geht noch, doppelklick nicht mehr. in der xf86config hab ich für die maus als treiber "mouse", protocol "sysmouse" device "/dev/sysmouse" angegeben, soweit ich mich erinnere... ich sitz grad am mainsys und hab die freebsd kistn schon ausgeschaltet, deshalb kann ich jetzt ned mehr nachschaun... plz help tia
|
Gex
Oralapostel
|
^^^ push kann mir niemand helfen?
|
Gex
Oralapostel
|
hier der entsprechende ausschnitt aus der XF86Config: # **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "sysmouse"
Option "Device" "/dev/sysmouse"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
--> kann mir da jemand sagen was ich machen soll? btw habe ich schon verschiedene ps/2 mäuse und eine serielle ausprobiert. immer dasselbe
|
blofeld
Bloody Newbie
|
|
Gex
Oralapostel
|
MEIN HELD!! wow das funktioniert! THX!
|