Re: [Linuxwacom-devel] Cintiq 24HD

2011-10-05 Thread Peter Hutterer
On Tue, Oct 04, 2011 at 06:00:28PM -0700, Jason Gerecke wrote: I'm working on adding support for the recently-announced Cintiq 24HD. It's pretty straightforward, but there are two interesting bits that I'd like some guidance on. Firstly, the 24HD has three hardware control buttons along the

Re: [Linuxwacom-devel] [PATCH v3] First version of Button Image setting

2011-10-05 Thread Eduard Hasenleithner
Hi 2011/10/5 Peter Hutterer peter.hutte...@who-t.net: On Sun, Oct 02, 2011 at 02:14:56PM +0200, Eduard Hasenleithner wrote: The LED extensions in the wacom kernel driver are scheduled for inclusion into linux-3.2. This commit provides a first demonstration on how the OLED part of new

Re: [Linuxwacom-devel] Cintiq 24HD

2011-10-05 Thread Alexia Death
On Wed, Oct 5, 2011 at 10:19 AM, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Oct 04, 2011 at 06:00:28PM -0700, Jason Gerecke wrote: For the X driver, we run into a backwards-compatibility problem (...unless we go the lame route with ABS_WHEEL). While XI2 provides up to 36 valuators,

Re: [Linuxwacom-devel] Cintiq 24HD

2011-10-05 Thread Alexia Death
On Wed, Oct 5, 2011 at 11:22 AM, Alexia Death alexiade...@gmail.com wrote: From my cursory look at GDK code long ago having more valuators is unlikely to break anything. They just wont be used/supported until software gets updated. Breaking the assumptions about the first five however is most

Re: [Linuxwacom-devel] [PATCH v3] First version of Button Image setting

2011-10-05 Thread Peter Hutterer
On Wed, Oct 05, 2011 at 10:10:11AM +0200, Eduard Hasenleithner wrote: Hi 2011/10/5 Peter Hutterer peter.hutte...@who-t.net: On Sun, Oct 02, 2011 at 02:14:56PM +0200, Eduard Hasenleithner wrote: The LED extensions in the wacom kernel driver are scheduled for inclusion into linux-3.2. This

Re: [Linuxwacom-devel] [PATCH v3] First version of Button Image setting

2011-10-05 Thread Eduard Hasenleithner
Hi, I'm just commenting on one point for now: 2011/10/5 Peter Hutterer peter.hutte...@who-t.net: Just for the record: No, I don't think we have a performance problem when always setting all the pixmaps at once. It is just that I did not figure out yet on how to blank the pixmaps in-server.

Re: [Linuxwacom-devel] [PATCH v3] First version of Button Image setting

2011-10-05 Thread Peter Hutterer
On Wed, Oct 05, 2011 at 10:51:39AM +0200, Eduard Hasenleithner wrote: Hi, I'm just commenting on one point for now: 2011/10/5 Peter Hutterer peter.hutte...@who-t.net: Just for the record: No, I don't think we have a performance problem when always setting all the pixmaps at once. It is

Re: [Linuxwacom-devel] [PATCH v3] First version of Button Image setting

2011-10-05 Thread Eduard Hasenleithner
2011/10/5 Peter Hutterer peter.hutte...@who-t.net: On Wed, Oct 05, 2011 at 10:51:39AM +0200, Eduard Hasenleithner wrote: Hi, I'm just commenting on one point for now: 2011/10/5 Peter Hutterer peter.hutte...@who-t.net: Just for the record: No, I don't think we have a performance problem

Re: [Linuxwacom-devel] Cintiq 24HD

2011-10-05 Thread Jason Gerecke
On Tue, Oct 4, 2011 at 7:22 PM, Chris Bagwell ch...@cnpbagwell.com wrote: On Tue, Oct 4, 2011 at 8:00 PM, Jason Gerecke killert...@gmail.com wrote: I'm working on adding support for the recently-announced Cintiq 24HD. It's pretty straightforward, but there are two interesting bits that I'd

Re: [Linuxwacom-devel] Cintiq 24HD

2011-10-05 Thread Jason Gerecke
On Wed, Oct 5, 2011 at 1:22 AM, Alexia Death alexiade...@gmail.com wrote: On Wed, Oct 5, 2011 at 4:00 AM, Jason Gerecke killert...@gmail.com wrote: For the X driver, we run into a backwards-compatibility problem (...unless we go the lame route with ABS_WHEEL). While XI2 provides up to 36

Re: [Linuxwacom-devel] Cintiq 24HD

2011-10-05 Thread Chris Bagwell
On Wed, Oct 5, 2011 at 1:17 PM, Jason Gerecke killert...@gmail.com wrote: On Tue, Oct 4, 2011 at 7:22 PM, Chris Bagwell ch...@cnpbagwell.com wrote: On Tue, Oct 4, 2011 at 8:00 PM, Jason Gerecke killert...@gmail.com wrote: I'm working on adding support for the recently-announced Cintiq 24HD.

Re: [Linuxwacom-devel] [PATCH v3] First version of Button Image setting

2011-10-05 Thread Peter Hutterer
On Wed, Oct 05, 2011 at 12:28:04PM +0200, Eduard Hasenleithner wrote: 2011/10/5 Peter Hutterer peter.hutte...@who-t.net: On Wed, Oct 05, 2011 at 10:51:39AM +0200, Eduard Hasenleithner wrote: Hi, I'm just commenting on one point for now: 2011/10/5 Peter Hutterer

Re: [Linuxwacom-devel] Cintiq 24HD

2011-10-05 Thread Jason Gerecke
On Wed, Oct 5, 2011 at 12:09 PM, Jason Gerecke killert...@gmail.com wrote: On Wed, Oct 5, 2011 at 1:22 AM, Alexia Death alexiade...@gmail.com wrote: On Wed, Oct 5, 2011 at 4:00 AM, Jason Gerecke killert...@gmail.com wrote: For the X driver, we run into a backwards-compatibility problem