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

Bug#443292: Mouse: cannot open input pEvdev



Elimar Riesebieter wrote:
> On Thu, 20 Sep 2007 the mental interface of
> Brice Goglin told:
>
> [...]
>   
>> You could try git-bisect between current HEAD (almost exactly our
>> 1:1.2.0~git20070819-3) and the 1.1.5 tag.
>>
>> Grab the whole git tree with:
>>     git clone git://git.freedesktop.org/git/xorg/driver/xf86-input-evdev
>>
>> Then start bisecting it and tell git that HEAD is bad and 1.1.5 is good.
>>     git bisect start
>>     git bisect bad
>>     git bisect good xf86-input-evdev-1.1.5
>>     
>
> Now I am at
> Bisecting: 18 revisions left to test after this
> [23309b334c1fe892f7afa735d04569e210497dc3] Kill some more unused
> bits.
>
> How to follow up?
>   

$ ./autogen.sh
$ make
Then you should have a src/.libs/evdev_drv.so, copy it into
/usr/lib/xorg/modules/drivers/ and restart X.

During the build, you might need to do (just once)  
    apt-get build-dep xserver-xorg-input-evdev
and
    apt-get install xutils-dev

And then git bisect good or bad depending on whether it worked or not.

Brice





Reply to: