Re: [ANNOUNCE] xf86-video-intel 2.99.904

2013-10-16 Thread Chris Wilson
On Tue, Oct 15, 2013 at 11:24:46PM +0200, Łukasz Maśko wrote: Dnia czwartek, 10 października 2013 16:28:28 Chris Wilson pisze: On Thu, Oct 10, 2013 at 04:27:20PM +0200, Łukasz Maśko wrote: Dnia środa, 9 października 2013 17:24:19 Chris Wilson pisze: Snapshot 2.99.904 (2013-10-09)

Compositing between a window and a subwindow

2013-10-16 Thread Dave Butler
I was wondering if it is possible to do translucency and alpha transparency (same thing?) between a window and its re-parented parent window via a compositing window manager. I have tried to use xcompmgr and compiz. xcompmgr seems to refuse to composite render windows that don't have the root

Re: Calibration on xf86-input-wacom with more then 4 points?

2013-10-16 Thread Peter Hutterer
On Wed, Oct 16, 2013 at 02:59:12PM -0400, Lyude wrote: Hello, I recently got my hands on a Lenovo ThinkPad Helix, and in addition to it's multitouch screen, it also features a built in wacom digitizer. It works pretty well for Linux for the most part, but overall the calibration (especially

Re: [PULL: xserver master] misc. bug fixes cleanups, including CVE-2013-4396

2013-10-16 Thread Keith Packard
Alan Coopersmith alan.coopersm...@oracle.com writes: Alan Coopersmith (4): Skip damage calls if DamageCreate fails in exa functions Seems like this is going to break stuff badly when this happens. Is there some way to recover from this allocation failure? --

Re: [PATCH 3/3] Float fbconfigs exchange patch [3/3], (req. MESA patch) Update use of __DRI_ATTRIB_RENDER_TYPE.

2013-10-16 Thread Ian Romanick
On 10/15/2013 10:41 AM, Ian Romanick wrote: On 07/15/2013 08:06 AM, Tomasz Lis wrote: From: Tomasz Lis tomasz@intel.com diff --git a/glx/glxcmds.c b/glx/glxcmds.c index 5b7a628..716e60c 100644 --- a/glx/glxcmds.c +++ b/glx/glxcmds.c @@ -1400,6 +1400,7 @@ DoCreatePbuffer(ClientPtr

[PATCH 1/7] sync: compress two if statements

2013-10-16 Thread Peter Hutterer
No functional changes, just merges a and == condition into a = condition. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Xext/sync.c | 51 +++ 1 file changed, 19 insertions(+), 32 deletions(-) diff --git a/Xext/sync.c b/Xext/sync.c

[PATCH 2/7] sync: always call BracketValues when recalculating upper/lower brackets

2013-10-16 Thread Peter Hutterer
Both ServertimeBracketValues and IdleTimeBracketValues copy the value into there SysCounter privates. Call it for a NULL set as well, so we don't end up with stale pointers and we can remove the block/wakeup handlers. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Xext/sync.c | 5

[PATCH 3/7] sync: supply the counter from IdleTimeBlockHandler

2013-10-16 Thread Peter Hutterer
The main idletime counter has an initialized deviceid, might as well be supplying it properly. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Xext/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/sync.c b/Xext/sync.c index eaf0637..f8eb02a 100644 ---

[PATCH 4/7] dix: provide accessor methods for the last device event time

2013-10-16 Thread Peter Hutterer
And now that we have the accessors, localize it. No functional changes, just preparing for a future change. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Xext/saver.c| 6 ++ Xext/sync.c | 2 +- dix/events.c| 41 ++---

[PATCH 5/7] sync: if the idle time was reset, force alarms to trigger (#70476)

2013-10-16 Thread Peter Hutterer
The time between the idle reset and the IdleTimeWakeupHandler to be called is indeterminate. Clients with an PositiveTransition or NegativeTransition alarm on a low threshold may miss an alarm. Work around this by keeping a reset flag for each device. When the WakeupHandler triggers and the reset

[PATCH 6/7] sync: always set the brackets (#59644)

2013-10-16 Thread Peter Hutterer
The current code sets bracket_greater to the first trigger after the current value, and bracket_less to the last trigger before the current value. For example, the idle timer with three negative and three positive transitions would set this: nt1 nt2 nt3

[PATCH 7/7] sync: split updating and triggering a counter up

2013-10-16 Thread Peter Hutterer
Now that the brackets are always the nearest change points (regardless of transition) we need to update the counters whenever we check for any updates. Otherwise we end up with a situation where counter-value is out of date and an alarm doesn't trigger because we're still using the value from

[Bug 70518] Graphical Trouble with AMD Radeon HD 8240

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70518 --- Comment #1 from Alex Deucher ag...@yahoo.com --- Please attach your xorg log and dmesg output. Pastebins can disappear. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 70518] Graphical Trouble with AMD Radeon HD 8240

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70518 --- Comment #2 from Alex Deucher ag...@yahoo.com --- You are using the generic modesetting X driver rather than the xf86-video-ati driver. It looks like the version of xf86-video-ati you have installed does not contain support for kabini. You

[Bug 70518] Graphical Trouble with AMD Radeon HD 8240

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70518 --- Comment #3 from Quentin quentin.garnie...@gmail.com --- Created attachment 87749 -- https://bugs.freedesktop.org/attachment.cgi?id=87749action=edit My dmesg -- You are receiving this mail because: You are the assignee for the bug.

[Bug 70518] Graphical Trouble with AMD Radeon HD 8240

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70518 --- Comment #4 from Quentin quentin.garnie...@gmail.com --- Created attachment 87751 -- https://bugs.freedesktop.org/attachment.cgi?id=87751action=edit My Xorg log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 70518] Graphical Trouble with AMD Radeon HD 8240

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70518 --- Comment #5 from Quentin quentin.garnie...@gmail.com --- Thanks Alex for your help , I hope the radeon driver will include my card.. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 70518] Graphical Trouble with AMD Radeon HD 8240

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70518 --- Comment #6 from Alex Deucher ag...@yahoo.com --- (In reply to comment #5) Thanks Alex for your help , I hope the radeon driver will include my card.. It already includes support for your card. You just need a newer version of the driver.

[Bug 70518] Graphical Trouble with AMD Radeon HD 8240

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70518 --- Comment #7 from Quentin quentin.garnie...@gmail.com --- Thanks again Alex ;) -- You are receiving this mail because: You are the assignee for the bug. ___ xorg-driver-ati mailing list