Mausrad will ums verrecken nich gehn :(

Finalspace

Well-Known Member
Tach,

hab gestern fbsd 5.2.1 frisch installed, hatte es die ganze zeit nru noch halb zerstört auf platte liegen :p
Alles wie gewohnt installiert und xf86 mit textmode konfiguriert.
System installed, ich log mich ein... startx und bin in kde... läuft wunderbar.

Hab dann hier im forum nach ner mausrad solution gesucht und was gefunden.
Daraufhin hab ich die XF86Config gesichert und mit den neuen einstellungen versehen, das maus device sieht so aus:

Code:
Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	"Protocol" "Auto"
	Option	"Emulate3Buttons"
	Option	"Device" "/dev/sysmouse"
      Option      "Buttons" "7"
      Option      "ZAxisMapping" "4 5"
      Option      "Resolution" "256"
EndSection

Danach xserver frisch gestartet und getestet, siehe da mausrad geht.
Dann nochma gebootet, was in windoof gemacht und wieder zu bsd,
X Server gestartet, kde startet... und mausrad geht nicht mehr :p

Keine ahnung was da schief gelaufen ist.
Hat da wer ne ahnung ?

Hier ist sogar noch die rc.conf

Code:
# -- sysinstall generated deltas -- # Tue Sep  7 21:48:45 2004
# Created: Tue Sep  7 21:48:45 2004
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter="192.168.0.1"
hostname="final.encorex"
ifconfig_em0="inet 192.168.0.200  netmask 255.255.255.0"
linux_enable="YES"
moused_enable="NO"
moused_flags="-z4 -I /var/run/moused.psm0.pid"
moused_port="/dev/mse0"
moused_type="auto"
usbd_enable="YES"
# This file now contains just the overrides from /etc/defaults/rc.conf.
# Please make all changes to this file, not to /etc/defaults/rc.conf.

# Enable network daemons for user convenience.
# Created: Tue Sep  7 19:59:26 2004
# -- sysinstall generated deltas -- # Tue Sep  7 19:59:26 2004
saver="blank"
font8x8="iso-8x8"
font8x14="iso-8x14"
font8x16="iso-8x16"
scrnmap="NO"
keyrate="fast"
keymap="german.cp850"
# This file now contains just the overrides from /etc/defaults/rc.conf.
# Please make all changes to this file, not to /etc/defaults/rc.conf.

# Enable network daemons for user convenience.
# Created: Wed Sep  8 12:24:09 2004

Ah, maus ist me Logitech MX 510 USB.
 
Last edited:
Logitech Wheel Mouse (USB)

Meine Logitech Wheel Mouse hängt auch am USB, besitzt aber nur 2 Tasten und ein Rädchen ;'(

aber vielleicht hilft Dir meine Konfiguration: :o

/etc/X11/XF86Config - Maus-Abschnitt:
Code:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping"  "4 5"
EndSection

/etc/rc.conf - abgekürzt:
Code:
# Konsole
keymap="swissgerman.iso"
sendmail_enable="NO"
linux_enable="YES"
usbd_enable="YES"

Meiner Ansicht nach braucht es für eine USB-Maus keinen Eintrag in /etc/rc.conf!
 
Also ich hab freebsd neu installed... und zaxismapping 4 5 und resolution 256 eingestellt.
Jetzt gehts soweit immer :)

Lag wahrscheinlich auch an dem mouse daemon :p

mina-san, arigatou goizaimasu!
 
Back
Top