On Sun, Sep 4, 2011 at 1:26 PM, Camaleón <noela...@gmail.com> wrote:

> On Sat, 03 Sep 2011 23:26:27 -0300, David Roguin wrote:
>
> > I've succesfully installed Debian (wheezy) on a Macbook pro 8,1 and now
> > the hard part is to make the hardware to work nicely ;) Currently, the
> > touchpad works as a mouse with only one button and I'm trying to fix
> > that following the wiki (http://wiki.debian.org/MacBookPro). I've
> > installed mtrack (https://github.com/BlueDragonX/xf86-input-mtrack) as
> > suggested, but It's not working properly, I'm not even sure if Xorg is
> > loading the mtrack driver.
>
> Did you also configure Xorg to use that driver?
>

Yeap, I'm using the basic configuration proposed by the authors. Here's the
content of /etc/X11/xorg.conf
Section "InputClass"
    MatchIsTouchpad "on"
    Identifier      "Touchpads"
    Driver          "mtrack"
EndSection


> > I was looking for any pointer to check if the module is being loaded or
> > if any error is being thrown.
>
> I would check Xorg's log ("grep -i mtrack /var/log/Xorg.0.log") because I
> guess that driver it should be part of the Xorg's stack and not loaded as
> standalone module.
>

There's nothing related to mtrack on the X log, I'm not even sure if X is
parsing that conf file.

Cheers,
-- 
David

Reply via email to