Hallo,
fürs Notebook habe ich mir aus Bequemlichkeit nun auch eine Maus zugelegt. Ich habe damit ein kleines Problem:
Bewege ich mich auf dem Desktop (E17), scheinen die Buttons ganz normal zu funktionieren. Öffne ich zB aterm, und will das Fenster mit der Maus und der linken Maustaste verschieben, indem ich das Fenster am oberen Rand nehme, klappt das Fenster zu, als ob ich 2x draufgeklickt hätte.
Bei Firefox verhält sich die Maus noch seltsamer. Will ich auf die oberen Links klicken, (zB FIle, Edit, Bookmarks...), erscheint das Menü aber nicht. Ich bewege mich mit der Maus über den Link, und der Link färbt sich blau, wie gewohnt. Nur, wenn ich drauf drücke, verschwindet die blaue Untermalung, und der Link kann aber nicht geklickt werden.
Ebenso verhält es sich bei den Toolbar-Bookmarks. Die normalen Links funktionieren, doch bei den Links, die als Verzeichnis auf weitere Links fungieren, passiert gar nichts, wenn ich draufklicke. Mit dem Mausradklick kann ich aber alle Links in diesen Verzeichnissen als Tabs öffnen.
Ebenso funktioniert das Rechte-Maustasten-Menü in Firefox mit der Maus nicht. Es sollte ja ein Menü erscheinen, mit "View Page Source, Back, usw....". Mit der Maus tut sich gar nichts. Die rechte Maustaste funktioniert zwar, aber das Menü erscheint einfach nicht. Im HTML-Editor Bluefish habe ich mit der rechten Maustaste keine Probleme. Hier ist es aber wiederum so, dass das Loslassen der linken Maustaste ein Optionsmenü eines Links wieder schließt, obwohl sonst das Menü offen bleibt. Es scheint so, als ob irgendwo eine Art "MouseRelease" gesetzt sein würde, und diese Funktion die Maus zum erneuten Klicken veranlasst, aber wo in der xorg könnte ich das Deaktivieren?
Ebenso interessant ist die Tatsache, dass ich mit der Maus die Tabs in FF nur mit Doppelklick schließen kann, und nicht mit Einzelklick, wie gewohnt.
Ich glaube an eine überempfindliche Einstellung der Maus, da sich der Mauszeiger auch ziemlich schnell bewegt, und die Tasten vielleicht auch deswegen zu sensibel reagieren. Ich wüsste aber nicht, welche Einstellungen ich bei USB Mouse in der xorg setzen könnte.
Ich dachte auch schon daran, dass es mit den synaptics-Einstellungen des Touchpads etwas zu tun haben könnte, aber ein Ändern der Einstellungen hat keine Auswirkungen auf die Maus. Ebensowenig wie das Laden diverser Module, die ich vorher in der xorg nicht geladen habe (evdev, mouse, vmmouse).
Hier meine aktuelle xorg:
Section "ServerLayout"
Identifier "X.Org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1024x768" LeftOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "SendCoreEvents"
# Serial Mouse not detected
InputDevice "USB Mouse" "SendCoreEvents"
InputDevice "Touchpad" "CorePointer"
Option "TwinView" "On"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Files"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/speedo"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
EndSection
Section "Module"
Load "ddc"
Load "vbe"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap"
Load "type1"
Load "freetype"
Load "record"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
# Option "XkbOptions" "grp:toggle,grp_led:scroll"
Option "XkbVariant" "nodeadkeys"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/misc/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
# Option "Buttons" "5"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "Device" "/dev/input/mouse1"
Option "LeftEdge" "1900"
Option "RightEdge" "5300"
Option "TopEdge" "1900"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0014"
Option "SHMConfig" "on"
EndSection
# Auto-generated by mkxf86config
Section "Monitor"
Identifier "Monitor0"
HorizSync 28.0 - 96.0
VertRefresh 50.0 - 75.0
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
#fuer Beamer
Section "Monitor"
Identifier "Beamer"
HorizSync 31.5-64.3
VertRefresh 60
Option "DPMS" "true"
EndSection
Section "Device"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
Identifier "Card0"
# The following line is auto-generated by x11-misc/mkxf86config
Driver "intel"
VendorName "All"
BoardName "All"
# BusID "PCI:1:0:0"
EndSection
#Einstellung fuer Beamer
Section "Screen"
Identifier "Screen1024x768"
Device "Card0"
Monitor "Beamer"
DefaultColorDepth 24
SubSection "Display"
Depth 24
# Modes "1280x800"
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800@60" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800@60" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x800@60" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Es handelt sich um eine optische Logtech-Maus, aber das spielt hier keine Roll schätz ich mal.