Re: [Gimp-developer] Painting with xinput device strange behavior

2010-03-02 Thread Sam Lin
afterall I fixed it by posting Button event with valuators in driver



於 2010年02月28日 20:59, Sam Lin 提到:
> yes I tried git version and it works nice with disabling event-history.
> but still can't find how to make the driver work under enabling 
> event-history.
>
> Thanks,
>
> Sam
>
> 於 2010年02月28日 20:01, Alexia Death 提到:
>> History buffer is triggered on high loads when tablet produces more
>> events than can be handled. I think motion buffer is not the same as
>> history buffer. all I can recommend is to try git gimp and play with
>> the history buffer switch in the gimpc file to see if my guess is
>> right.
>>
>> On Sun, Feb 28, 2010 at 2:18 AM, Sam Lin  wrote:
>>> I checked wacom driver and can't found anything noticable.
>>> Both wacom and my driver set motion buffer size 0.
>>>
>>> I noticed that the strange behavior happens with relative high cpu 
>>> load.
>>>
>>> Sam
>>>
>>> 於 2010年02月26日 16:08, Alexia Death 提到:
 On Fri, Feb 26, 2010 at 9:09 AM, Sam Lin   wrote:

> Hi Alexia,
>
> I don't know much about the history buffer filling.
> Would you please share some doc on how to fill it in driver ?
>
>
 Im not a diver developr so I dont have the information you need... You
 can take look at how wacom does it. Las I checked they did it right.

>>>
>>
>>
>

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Painting with xinput device strange behavior

2010-02-28 Thread Sam Lin
yes I tried git version and it works nice with disabling event-history.
but still can't find how to make the driver work under enabling 
event-history.

Thanks,

Sam

於 2010年02月28日 20:01, Alexia Death 提到:
> History buffer is triggered on high loads when tablet produces more
> events than can be handled. I think motion buffer is not the same as
> history buffer. all I can recommend is to try git gimp and play with
> the history buffer switch in the gimpc file to see if my guess is
> right.
>
> On Sun, Feb 28, 2010 at 2:18 AM, Sam Lin  wrote:
>
>> I checked wacom driver and can't found anything noticable.
>> Both wacom and my driver set motion buffer size 0.
>>
>> I noticed that the strange behavior happens with relative high cpu load.
>>
>> Sam
>>
>> 於 2010年02月26日 16:08, Alexia Death 提到:
>>  
>>> On Fri, Feb 26, 2010 at 9:09 AM, Sam Lin   wrote:
>>>
>>>
 Hi Alexia,

 I don't know much about the history buffer filling.
 Would you please share some doc on how to fill it in driver ?


  
>>> Im not a diver developr so I dont have the information you need... You
>>> can take look at how wacom does it. Las I checked they did it right.
>>>
>>>
>>
>>  
>
>
>

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Painting with xinput device strange behavior

2010-02-27 Thread Sam Lin
I checked wacom driver and can't found anything noticable.
Both wacom and my driver set motion buffer size 0.

I noticed that the strange behavior happens with relative high cpu load.

Sam

於 2010年02月26日 16:08, Alexia Death 提到:
> On Fri, Feb 26, 2010 at 9:09 AM, Sam Lin  wrote:
>
>> Hi Alexia,
>>
>> I don't know much about the history buffer filling.
>> Would you please share some doc on how to fill it in driver ?
>>
>>  
> Im not a diver developr so I dont have the information you need... You
> can take look at how wacom does it. Las I checked they did it right.
>

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] Painting with xinput device strange behavior

2010-02-25 Thread Sam Lin
Hi All,

I'm writing a diditizer driver and so far it works nice on xournal and 
inkscape.
When I use it with gimp (enable Extended Input Device, pressure 
sensitive) the brush parint stroke wrongly linked to left-top.

screenshot:
http://www.itrs.idv.tw/~itrs/tmp/Screenshot.jpg

Would you please give some hints ?

Sam

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer