m0n0 n00b
Joined: 03 Jan 2005 Posts: 34
|
Posted: Thu Jan 06, 2005 10:21 pm Post subject: Cant move around window in fluxbox - touchpad |
|
|
Hi!
Im running xorg and have synaptics activated, it works fine moving around the mouse and dubbelclick on the window list to hide it etc.
But the problem is that i cant move around the window with the mouse, it's just fixed at the corner. Is there something i missing in the config file? or something else? im using fluxbox...
This i my part of config file
In modules:
Load "synaptics"
Section "InputDevice"
Identifier "Synaptics Mouse"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
Option "Repeater" "/dev/ps2mouse"
EndSection
/m0n0 |
|