Hi, I have a Dell 1400 laptop. The touchpad can implement most
functions except vertical scrolling, horizontal scrolling and dragging
(not only in firefox, and also other applications).
I have followed this guide
http://gentoo-wiki.com/HARDWARE_Synaptics_Touchpad, but still can't
fix the problem.
Hi,
> You should change your server-layout to something like
>
> Section "ServerLayout"
> Identifier "Layout0"
> Screen "Screen1"
> InputDevice "Keyboard1" "CoreKeyboard"
> InputDevice "Touchpad" "CorePointer"
> Option "AIGLX" "true
> EndSection
>
I have changed it, but after I restart X, I found it doesn't work, yet.
>
--
wcw
--
gentoo-user@lists.gentoo.org mailing list
03-28-2008, 07:28 AM
Mick
touchpad can't scroll
On Friday 28 March 2008, Chuanwen Wu wrote:
> Hi,
>
> > You should change your server-layout to something like
> >
> > Section "ServerLayout"
> > Identifier "Layout0"
> > Screen "Screen1"
> > InputDevice "Keyboard1" "CoreKeyboard"
> > InputDevice "Touchpad" "CorePointer"
> > Option "AIGLX" "true
> > EndSection
>
> I have changed it, but after I restart X, I found it doesn't work, yet.
This is what I have in mine under ServerLayout:
===================================
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse1" "AlwaysCore"
===================================
And this is what I have under InputDevice:
===================================
Section "InputDevice"
Identifier "Mouse0"
Driver "synaptics"
Option "Protocol" "SynPS/2"
Option "InputFashion" "Mouse"
Option "Device" "/dev/input/mice"
Option "Name" "SynPS/2 Synaptics TouchPad"
Option "SHMConfig" "on"
Option "Vendor" "0002"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "True"
Option "Buttons" "3"
EndSection
So, you may want to replace your "/dev/input/mouse1" for mice and see if that
fixes things.
--
Regards,
Mick
03-30-2008, 06:37 AM
"Chuanwen Wu"
touchpad can't scroll
On Fri, Mar 28, 2008 at 4:28 PM, Mick <michaelkintzios@gmail.com> wrote:
>
> On Friday 28 March 2008, Chuanwen Wu wrote:
> > Hi,
> >
> > > You should change your server-layout to something like
> > >
> > > Section "ServerLayout"
> > > Identifier "Layout0"
> > > Screen "Screen1"
> > > InputDevice "Keyboard1" "CoreKeyboard"
> > > InputDevice "Touchpad" "CorePointer"
> > > Option "AIGLX" "true
> > > EndSection
> >
> > I have changed it, but after I restart X, I found it doesn't work, yet.
>
> This is what I have in mine under ServerLayout:
> ===================================
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Keyboard0" "CoreKeyboard"
> InputDevice "Mouse1" "AlwaysCore"
> ===================================
>
> And this is what I have under InputDevice:
> ===================================
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "synaptics"
> Option "Protocol" "SynPS/2"
> Option "InputFashion" "Mouse"
>
> Option "Device" "/dev/input/mice"
> Option "Name" "SynPS/2 Synaptics TouchPad"
> Option "SHMConfig" "on"
> Option "Vendor" "0002"
> Option "ZAxisMapping" "4 5"
> Option "Emulate3Buttons" "True"
> Option "Buttons" "3"
> EndSection
>
> Section "Input Device"
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "IMPS/2"
> Option "InputFashion" "Mouse"
>
> Option "Device" "/dev/input/mice"
> Option "Name" "GenPS/2 Genius Mouse"
> Option "Vendor" "0002"
> Option "ZAxisMapping" "4 5"
> Option "Emulate3Buttons" "False"
> Option "Buttons" "9"
> EndSection
> ===================================
>
> So, you may want to replace your "/dev/input/mouse1" for mice and see if that
> fixes things.
Still can't fix the problem.
> --
> Regards,
> Mick
>
--
wcw
--
gentoo-user@lists.gentoo.org mailing list
03-30-2008, 07:19 AM
Mick
touchpad can't scroll
On Sunday 30 March 2008, Chuanwen Wu wrote:
> On Fri, Mar 28, 2008 at 4:28 PM, Mick <michaelkintzios@gmail.com> wrote:
> > So, you may want to replace your "/dev/input/mouse1" for mice and see if
> > that fixes things.
>
> Still can't fix the problem.
Hmm, what does xorg.0.log spit back out? I assume that you have all the
necessary built in your kernel and or emerged (e.g.
x11-drivers/xf86-input-evdev)?
--
Regards,
Mick
03-30-2008, 03:32 PM
"Chuanwen Wu"
touchpad can't scroll
On Sun, Mar 30, 2008 at 3:19 PM, Mick <michaelkintzios@gmail.com> wrote:
> On Sunday 30 March 2008, Chuanwen Wu wrote:
> > On Fri, Mar 28, 2008 at 4:28 PM, Mick <michaelkintzios@gmail.com> wrote:
>
>
> > > So, you may want to replace your "/dev/input/mouse1" for mice and see if
> > > that fixes things.
> >
> > Still can't fix the problem.
>
> Hmm, what does xorg.0.log spit back out? I assume that you have all the
> necessary built in your kernel and or emerged (e.g.
> x11-drivers/xf86-input-evdev)?
>
I have CONFIG_INPUT_EVDEV=y in my kernel config.
and have this line:
INPUT_DEVICES="keyboard mouse evdev synaptics"
in my make.conf
And the last line in the Xorg.0.log is:
(II) 3rd Button detected: disabling emulate3Button
so, doest it indicate the problem?
Best regards,
--
wcw
--
gentoo-user@lists.gentoo.org mailing list