RE: XWarpPointer seems doesn't work properly.

2013-01-25 Thread Asano, Yasushi
> I checked again, this time a bit different setup to make sure and both > git > master and 1.12.4 work fine here. You'll have to debug this (though I > recommend to check git master first to make sure it hasn't acidentally > been > fixed). > > If the event coordinates are correct but the sprite d

RE: XWarpPointer seems doesn't work properly.

2013-01-25 Thread Asano, Yasushi
> -Original Message- > From: xorg-bounces+yasushi.asano=jp.fujitsu@lists.x.org > [mailto:xorg-bounces+yasushi.asano=jp.fujitsu@lists.x.org] On > Behalf Of Thomas Lubking > Sent: Thursday, January 24, 2013 8:46 PM > To: xorg@lists.x.org > Subject: Re: XWarpPointer seems doesn't work

bug id=57303

2013-01-25 Thread Dennis Clarke
Looks like I ran headlong into bug id=57303. following the same process I have been on for a week or so now I do the following : aster $ rm -rf xorg/ aster $ rm -rf /opt/xorg/* aster $ mkdir -p xorg/util aster $ CONFFLAGS=\-\-with\-udev\-rules\-dir\=/opt/xorg/udev aster $ export CONFFLAGS aste

bug id=57303

2013-01-25 Thread Dennis Clarke
Looks like I ran headlong into bug id=57303. following the same process I have been on for a week or so now I do the following : aster $ rm -rf xorg/ aster $ rm -rf /opt/xorg/* aster $ mkdir -p xorg/util aster $ CONFFLAGS=\-\-with\-udev\-rules\-dir\=/opt/xorg/udev aster $ export CONFFLAGS aster

Re: bug id=57303

2013-01-25 Thread Alan Coopersmith
On 01/25/13 01:28 PM, Dennis Clarke wrote: > build.sh: error processing module/component: "driver/xf86-video-ark" > > Looks like I need mibstore.h and based on the bug report it lives at : > > http://www.opensource.apple.com/source/X11server/X11server-85/kdrive/xorg-server-1.6.0/mi/mibstore.h >

Re: bug id=57303

2013-01-25 Thread Dennis Clarke
> On 01/25/13 01:28 PM, Dennis Clarke wrote: > > build.sh: error processing module/component: "driver/xf86-video-ark" > > > > Looks like I need mibstore.h and based on the bug report it lives at > : > > > > http://www.opensource.apple.com/source/X11server/X11server-85/kdrive/xorg-server-1.6.

Re: bug id=57303

2013-01-25 Thread Dennis Clarke
> > Any chance to make a change and push it back into the git repo to > get passed this ? > > Nope. Better for you to edit the list of modules you pass the build > script to > not try to build drivers no one can maintain any more since the > hardware hasn't > been seen in a decade or two.

Re: bug id=57303

2013-01-25 Thread Peter Hutterer
On Fri, Jan 25, 2013 at 07:02:54PM -0500, Dennis Clarke wrote: > > > > On 01/25/13 01:28 PM, Dennis Clarke wrote: > > > build.sh: error processing module/component: "driver/xf86-video-ark" > > > > > > Looks like I need mibstore.h and based on the bug report it lives at > > : > > > > > > http

Re: bug id=57303

2013-01-25 Thread Peter Hutterer
On Fri, Jan 25, 2013 at 07:22:15PM -0500, Dennis Clarke wrote: > > > > Any chance to make a change and push it back into the git repo to > > get passed this ? > > > > Nope. Better for you to edit the list of modules you pass the build > > script to > > not try to build drivers no one can ma

Re: bug id=57303

2013-01-25 Thread Dennis Clarke
> > because this won't be the last change that breaks this module and if we > don't have anyone who actually runs and maintains this driver, any work > spent on it is wasted. > Fair enough. I only want the NVidia and ATI Radeon drivers at the moment anyways and should comment out everything el

Re: bug id=57303

2013-01-25 Thread Alan Coopersmith
On 01/25/13 04:02 PM, Dennis Clarke wrote: > > >> On 01/25/13 01:28 PM, Dennis Clarke wrote: >>> build.sh: error processing module/component: "driver/xf86-video-ark" >>> >>> Looks like I need mibstore.h and based on the bug report it lives at >> : >>> >>> http://www.opensource.apple.com/source

Re: bug id=57303

2013-01-25 Thread Dennis Clarke
> > build.sh takes a --modfile arg listing all the modules you want to build. awesome. I looked in there and saw the tseng driver for an IBM PS/2 from 1994 I think. Not needed. Well, at the moment the only trouble spot I seem to hit was something called a newport driver, so I commented tha

Re: bug id=57303

2013-01-25 Thread Peter Hutterer
On Fri, Jan 25, 2013 at 07:50:51PM -0500, Dennis Clarke wrote: > > > > > > build.sh takes a --modfile arg listing all the modules you want to build. > > awesome. > > I looked in there and saw the tseng driver for an IBM PS/2 from 1994 I think. > Not needed. > > Well, at the moment the only

Re: bug id=57303

2013-01-25 Thread Alan Coopersmith
On 01/25/13 06:44 PM, Peter Hutterer wrote: > On Fri, Jan 25, 2013 at 07:50:51PM -0500, Dennis Clarke wrote: >> >> >>> >>> build.sh takes a --modfile arg listing all the modules you want to build. >> >> awesome. >> >> I looked in there and saw the tseng driver for an IBM PS/2 from 1994 I >> think.

Re: bug id=57303

2013-01-25 Thread Dennis Clarke
> > Fire off a rebuild and see : > > aster $ ./util/modular/build.sh --clone --autoresume built.modules /opt/xorg > > Building to run Linux / x86_64 () > > Fri Jan 25 19:46:35 EST 2013 > > Skipping util module component macros... > > skipping means it didn't build it, so judging by the output yo