[Intrepid] mouse properties regression : no touchpad tab

Bug #278736 reported by ®om
4
Affects Status Importance Assigned to Milestone
xorg-server (Ubuntu)
New
Low
Unassigned

Bug Description

In hardy, there was a third tab "touchpad" where it was possible to disable touchpad :
http://img353.imageshack.us/img353/4955/screenshot1hx6.png

Some people seems to have this tab in intrepid, but I haven't (while I had it in hardy).

Revision history for this message
®om (rom1v) wrote :

My xorg.conf :

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
 DefaultDepth 24
EndSection

Section "Module"
 Load "glx"
 Disable "dri2"
EndSection

Section "Device"
 Identifier "Configured Video Device"
 Driver "nvidia"
 Option "NoLogo" "True"
EndSection

Changed in gnome-control-center:
importance: Undecided → Low
Revision history for this message
®om (rom1v) wrote :

I don't think it's a gnome-control-center problem, I added this to xorg.conf :

Section "InputDevice"
 Identifier "Synaptics Touchpad"
 Driver "synaptics"
 Option "SendCoreEvents" "true"
 Option "Device" "/dev/psaux"
 Option "Protocol" "auto-dev"
 Option "HorizScrollDelta" "0"
 Option "MaxTapTime" "0"
 Option "SHMConfig" "true"
EndSection

and synclient can't configure it

$ synclient touchpadOff=1
Can't access shared memory area. SHMConfig disabled?

A kernel problem?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.