Chris wrote:
>With the workaround from above I'm still facing the same problem.
1. The workaround is an addition to, not a replacement for, your
"Synaptics Touchpad" section. Ergo no need for the EmulateWheel nor
EmulateWheelButton lines in the "ConfiguredMouse" section, but these
should remain in the "Synaptics Touchpad" section.
2. You should have both "Configured Mouse" and "Synaptics Touchpad"
listed in the ServerLayout section.
Here's my /etc/X11/xorg.conf for my Dell Inspiron 1520:
# Andrew Oakley's xorg.conf for Ubuntu Hardy Alpha 3/4 on Dell Inspiron
1520
Section "Module"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "SendCoreEvents" "true"
Option "CorePointer"
Driver "mouse"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
Option "SHMConfig" "true"
EndSection
Section "Device"
Identifier "Configured Video Device"
# Workaround Intel 965 Compiz driver window border bug - use EXA
Option "EXANoComposite" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
--
[Hardy] External mouse on laptop will only double-click
https://bugs.launchpad.net/bugs/188351
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs