[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mouse doesn't work on iBook G4 after sleep in Sid



On Fri, Mar 28, 2008 at 01:50:01PM +0100, Wolfgang Pfeiffer wrote:
> On Fri, Mar 28 2008, at 10:45 +0100, Gaudenz Steinlin wrote:
> > > On Tuesday 25 March 2008, Denís Fernández Cabrera wrote:
> > > > Hello,
> > > >
> > > > I dist-upgraded, last weekend, to the lastest version of Sid on the
> > > > repositories for my iBook G4 (summer 2005). Generally, it works very
> > > > well (it did fix several bugs that I was suffering till now), but I
> > > > mouse support after suspension doesn't.
> > > >
> > > > After suspending the system (e.g. by closing the lid) it resumes
> > > > correctly, but the mouse is useless. It won't move or receive any
> > > > clicks, and restarting X doesn't help. I have to do a full system
> > > > restart for the mouse to work again.
> > 
> > I also see this occasionally. 
> 
> 
> I never (knocking on wood :) saw that with this version (seen via 
> 'git describe'):

Do you mean that you saw it with other kernel versions or did you never
experience this bug? Do you use the synaptics driver in X? What version
of xserver-xorg-input-synaptics do you have installed? Can you post the
relevant bits of your xorg.conf?

I have xserver-xorg-input-synaptics 0.14.7~git20070706-2 and this is my
config:


Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard_._Trackpad-mouse"
#	Option		"Protocol"		"auto-dev"
	Option          "LeftEdge"              "0"
	Option          "RightEdge"             "850"
	Option          "TopEdge"               "0"
	Option          "BottomEdge"            "645"
	Option          "MinSpeed"              "0.4"
	Option          "MaxSpeed"              "1"
	Option          "AccelFactor"           "0.02"
	Option          "FingerLow"             "0"
	Option          "FingerHigh"            "30"
	Option          "MaxTapMove"            "20"
	Option          "MaxTapTime"            "100"
	Option          "HorizScrollDelta"      "0"
	Option          "VertScrollDelta"       "20"
	Option		"VertTwoFingerScroll"	"1"
	Option          "SHMConfig"             "on"
EndSection

Gaudenz

-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~


Reply to: