touchpad settings reset after suspend/resume

Bug #663255 reported by subdir
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
xserver-xorg-input-synaptics (Ubuntu)
Incomplete
Low
Unassigned

Bug Description

Binary package hint: xorg

I have the problem that is similar to one described here:
https://bugs.launchpad.net/bugs/292861

This is the diff between 'synclient -l' output before and after suspend

--- before.synclient 2010-10-19 16:47:56.853661280 +0400
+++ after.synclient 2010-10-19 16:58:50.502040421 +0400
@@ -6,12 +6,12 @@
     FingerLow = 12
     FingerHigh = 14
     FingerPress = 127
- MaxTapTime = 325
+ MaxTapTime = 180
     MaxTapMove = 56
     MaxDoubleTapTime = 180
     SingleTapTimeout = 180
     ClickTime = 100
- FastTaps = 1
+ FastTaps = 0
     EmulateMidButtonTime = 75
     EmulateTwoFingerMinZ = 139
     EmulateTwoFingerMinW = 7

FastTaps and MaxTapTime settings are (the only) settings I changed manually in gpointing-device-settings.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xorg 1:7.5+6ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
Architecture: i386
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1366x768
 edid-base64:
DRM.card0.VGA.1:
 status: connected
 enabled: disabled
 dpms: Off
 modes:
 edid-base64:
Date: Tue Oct 19 16:53:47 2010
DkmsStatus:
 r5u870, 0.11.5, 2.6.32-25-generic, i686: installed
 virtualbox-ose, 3.2.8, 2.6.32-25-generic, i686: installed
 virtualbox-ose, 3.2.8, 2.6.35-22-generic, i686: installed
InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
MachineType: Sony Corporation VGN-TZ3RXN_B
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-25-generic root=UUID=7884ba9f-7d34-4c56-9abb-b949905467dc ro vga=792 splash quiet quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: xorg
dmi.bios.date: 02/07/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: R0091N7
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrR0091N7:bd02/07/2008:svnSonyCorporation:pnVGN-TZ3RXN_B:pvrJ003A9CE:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VGN-TZ3RXN_B
dmi.product.version: J003A9CE
dmi.sys.vendor: Sony Corporation
system:
 distro: Ubuntu
 codename: maverick
 architecture: i686
 kernel: 2.6.32-25-generic

Revision history for this message
subdir (subdir) wrote :
description: updated
Bryce Harrington (bryce)
affects: xorg (Ubuntu) → xserver-xorg-input-synaptics (Ubuntu)
Gursimran singh (simar)
Changed in xserver-xorg-input-synaptics (Ubuntu):
importance: Undecided → Low
Gursimran singh (simar)
Changed in xserver-xorg-input-synaptics (Ubuntu):
importance: Low → Undecided
Bryce Harrington (bryce)
tags: added: lucid
Revision history for this message
Gursimran singh (simar) wrote :

Hi Alexey,

Thanks for reporting the bug and making ubuntu better.
  Is the bug present in maverick.

Refer this for help https://wiki.ubuntu.com/DebuggingTouchpadDetection.

Changed in xserver-xorg-input-synaptics (Ubuntu):
status: New → Incomplete
importance: Undecided → Low
Revision history for this message
subdir (subdir) wrote : Re: [Bug 663255] Re: touchpad settings reset after suspend/resume
Download full text (3.7 KiB)

Hi,

Yes, the bug is present in maverick with latest updates.

On Fri, Nov 26, 2010 at 7:13 PM, Gursimran singh Mohar
<email address hidden>wrote:

> Hi Alexey,
>
> Thanks for reporting the bug and making ubuntu better.
> Is the bug present in maverick.
>
> Refer this for help https://wiki.ubuntu.com/DebuggingTouchpadDetection.
>
> ** Changed in: xserver-xorg-input-synaptics (Ubuntu)
> Status: New => Incomplete
>
> ** Changed in: xserver-xorg-input-synaptics (Ubuntu)
> Importance: Undecided => Low
>
> --
> touchpad settings reset after suspend/resume
> https://bugs.launchpad.net/bugs/663255
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “xserver-xorg-input-synaptics” package in Ubuntu: Incomplete
>
> Bug description:
> Binary package hint: xorg
>
> I have the problem that is similar to one described here:
> https://bugs.launchpad.net/bugs/292861
>
> This is the diff between 'synclient -l' output before and after suspend
>
> --- before.synclient 2010-10-19 16:47:56.853661280 +0400
> +++ after.synclient 2010-10-19 16:58:50.502040421 +0400
> @@ -6,12 +6,12 @@
> FingerLow = 12
> FingerHigh = 14
> FingerPress = 127
> - MaxTapTime = 325
> + MaxTapTime = 180
> MaxTapMove = 56
> MaxDoubleTapTime = 180
> SingleTapTimeout = 180
> ClickTime = 100
> - FastTaps = 1
> + FastTaps = 0
> EmulateMidButtonTime = 75
> EmulateTwoFingerMinZ = 139
> EmulateTwoFingerMinW = 7
>
> FastTaps and MaxTapTime settings are (the only) settings I changed manually
> in gpointing-device-settings.
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: xorg 1:7.5+6ubuntu3
> ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
> Uname: Linux 2.6.32-25-generic i686
> Architecture: i386
> DRM.card0.LVDS.1:
> status: connected
> enabled: enabled
> dpms: On
> modes: 1366x768
> edid-base64:
> DRM.card0.VGA.1:
> status: connected
> enabled: disabled
> dpms: Off
> modes:
> edid-base64:
> Date: Tue Oct 19 16:53:47 2010
> DkmsStatus:
> r5u870, 0.11.5, 2.6.32-25-generic, i686: installed
> virtualbox-ose, 3.2.8, 2.6.32-25-generic, i686: installed
> virtualbox-ose, 3.2.8, 2.6.35-22-generic, i686: installed
> InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386
> (20100816.1)
> MachineType: Sony Corporation VGN-TZ3RXN_B
> PccardctlIdent:
> Socket 0:
> no product info available
> PccardctlStatus:
> Socket 0:
> no card
> ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-25-generic
> root=UUID=7884ba9f-7d34-4c56-9abb-b949905467dc ro vga=792 splash quiet quiet
> splash
> ProcEnviron:
> PATH=(custom, user)
> LANG=en_US.utf8
> SHELL=/bin/bash
> SourcePackage: xorg
> dmi.bios.date: 02/07/2008
> dmi.bios.vendor: Phoenix Technologies LTD
> dmi.bios.version: R0091N7
> dmi.board.asset.tag: N/A
> dmi.board.name: VAIO
> dmi.board.vendor: Sony Corporation
> dmi.board.version: N/A
> dmi.chassis.type: 10
> dmi.chassis.vendor: Sony Corporation
> dmi.chassis.version: N/A
> dmi.modalias:
...

Read more...

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.