Re: WaitForSomething(): select: Invalid argument

2013-05-09 Thread Felipe Contreras
Grant wrote: WaitForSomething(): select: Invalid argument https://lkml.org/lkml/2012/8/31/1 ? Thanks, Google didn't bring that up for me. So it's a kernel issue. I'm on 3.9-rc7. I'll pursue this further with the kernel guys if it happens on 3.9-rc8. I've only seen it once so far.

Re: WaitForSomething(): select: Invalid argument

2013-05-09 Thread Grant
WaitForSomething(): select: Invalid argument https://lkml.org/lkml/2012/8/31/1 ? Thanks, Google didn't bring that up for me. So it's a kernel issue. I'm on 3.9-rc7. I'll pursue this further with the kernel guys if it happens on 3.9-rc8. I've only seen it once so far. That is

Re: WaitForSomething(): select: Invalid argument

2013-05-09 Thread Alan Coopersmith
On 05/ 9/13 12:32 PM, Grant wrote: WaitForSomething(): select: Invalid argument https://lkml.org/lkml/2012/8/31/1 ? Thanks, Google didn't bring that up for me. So it's a kernel issue. I'm on 3.9-rc7. I'll pursue this further with the kernel guys if it happens on 3.9-rc8. I've only seen

Re: WaitForSomething(): select: Invalid argument

2013-05-09 Thread Dave Airlie
On Tue, Apr 23, 2013 at 4:57 AM, Grant emailgr...@gmail.com wrote: xorg crashed on my Gentoo system with the following in Xorg.0.log.old as I was posting something on Tumblr. Should I file a bug? can you attach the complete log? Dave. ___

Re: WaitForSomething(): select: Invalid argument

2013-05-09 Thread Dave Airlie
On Fri, May 10, 2013 at 12:43 PM, Grant emailgr...@gmail.com wrote: xorg crashed on my Gentoo system with the following in Xorg.0.log.old as I was posting something on Tumblr. Should I file a bug? can you attach the complete log? Sure, do we need to turn on any extra debugging? Nope I just

[PATCH] Filter out -l parameters when setting dependencies

2013-05-09 Thread Gustavo Noronha Silva
Newer make (Fedora 19) gets confused when it finds a -l parameter in a dependency, and tries to make it as a target, causing the build to fail. Signed-off-by: Gustavo Noronha Silva gustavo.noro...@collabora.com --- configure.ac| 2 +- fb/fb.h

Re: [PATCH] Filter out -l parameters when setting dependencies

2013-05-09 Thread Alan Coopersmith
On 05/ 8/13 03:57 PM, Gustavo Noronha Silva wrote: Newer make (Fedora 19) gets confused when it finds a -l parameter in a dependency, and tries to make it as a target, causing the build to fail. Signed-off-by: Gustavo Noronha Silva gustavo.noro...@collabora.com --- These files seem to be an

Re: WaitForSomething(): select: Invalid argument

2013-05-09 Thread Alan Coopersmith
On 05/ 9/13 12:32 PM, Grant wrote: WaitForSomething(): select: Invalid argument https://lkml.org/lkml/2012/8/31/1 ? Thanks, Google didn't bring that up for me. So it's a kernel issue. I'm on 3.9-rc7. I'll pursue this further with the kernel guys if it happens on 3.9-rc8. I've only seen

[PATCH] os: Reset input buffer's 'ignoreBytes' field

2013-05-09 Thread Robert Morell
If a client sends a request larger than maxBigRequestSize, the server is supposed to ignore it. Before commit cf88363d, the server would simply disconnect the client. After that commit, it attempts to gracefully ignore the request by remembering how long the client specified the request to be,

Re: [PATCH] os: Reset input buffer's 'ignoreBytes' field

2013-05-09 Thread Peter Hutterer
On Thu, May 09, 2013 at 01:09:02PM -0700, Robert Morell wrote: If a client sends a request larger than maxBigRequestSize, the server is supposed to ignore it. Before commit cf88363d, the server would simply disconnect the client. After that commit, it attempts to gracefully ignore the

[PATCH] dix: reset the OsBuffers after killing all clients

2013-05-09 Thread Peter Hutterer
==21860== 24 bytes in 1 blocks are still reachable in loss record 85 of 397 ==21860==at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==21860==by 0x61ED93: AllocateOutputBuffer (io.c:1037) ==21860==by 0x61E15A: WriteToClient (io.c:764) ==21860==by

Re: [stable pull req] cherry-pick VT switch and setdesired mode fixes

2013-05-09 Thread Matt Dew
Hi Dave, I just saw this email. I'll pull it tomorrow. (need sleep.) Matt On 05/05/2013 05:57 PM, Dave Airlie wrote: Hi Matt, some VT switch and one fail fix. I'll have more if I ever get any other patches into master. Dave. The following changes since commit

Re: [PATCH] dix: reset the OsBuffers after killing all clients

2013-05-09 Thread Dave Airlie
On Fri, May 10, 2013 at 9:44 AM, Peter Hutterer peter.hutte...@who-t.net wrote: ==21860== 24 bytes in 1 blocks are still reachable in loss record 85 of 397 ==21860==at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==21860==by 0x61ED93: AllocateOutputBuffer

Re: [PATCH 1/2] dix: don't overwrite proximity/focus classes

2013-05-09 Thread Dave Airlie
On Thu, May 9, 2013 at 2:30 PM, Peter Hutterer peter.hutte...@who-t.net wrote: InitPointerClassDeviceStruct/InitKeyboardDeviceStruct allocate a proximity/focus class, respectively. If a driver calls InitFocusClassDeviceStruct or InitProximityClassDeviceStruct beforehand, the previously

Re: [PATCH 2/2] input: print warnings if drivers don't initialize properly

2013-05-09 Thread Dave Airlie
On Thu, May 9, 2013 at 2:30 PM, Peter Hutterer peter.hutte...@who-t.net wrote: If drivers supply incorrect values don't just quietly return False, spew to the log so we can detect what's going on. All these cases are driver bugs and should be fixed immediately. Signed-off-by: Peter Hutterer

Re: [PATCH synaptics 1/2] Plug memory leak for option_string

2013-05-09 Thread Dave Airlie
On Thu, May 9, 2013 at 11:14 AM, Peter Hutterer peter.hutte...@who-t.net wrote: xf86SetStrOption() returns a strdup'd string that must be freed after use. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Reviewed-by: Dave Airlie airl...@redhat.com --- src/synaptics.c | 3 +++ 1 file

Re: [PATCH synaptics 2/2] Plug memory leak for priv-touch_axes

2013-05-09 Thread Dave Airlie
On Thu, May 9, 2013 at 11:14 AM, Peter Hutterer peter.hutte...@who-t.net wrote: Allocated in event_query_touch, was never freed. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Reviewed-by: Dave Airlie airl...@redhat.com ___

[PULL] memleaks, BigRequest fix, more warnings

2013-05-09 Thread Peter Hutterer
The following changes since commit 6993f8b459e25b1a7a0a03e209688a28ce6c2c56: Xi: free barrier code at reset time (2013-05-07 09:41:19 +1000) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith for you to fetch changes up to

Re: [PULL] memleaks, BigRequest fix, more warnings

2013-05-09 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Peter Hutterer (4): dix: delete all callbacks before reset dix: reset the OsBuffers after killing all clients dix: don't overwrite proximity/focus classes input: print warnings if drivers don't initialize properly

[Bug 64072] System Crash with Radeon HD 3670

2013-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64072 --- Comment #19 from Mathieu Tournier mathieutourn...@gmail.com --- (In reply to comment #18) (In reply to comment #15) X -retro command work, I see a grey sreen with a cursor that I can move. If I add -retro -pogo option, it starts and

[Bug 64072] System Crash with Radeon HD 3670

2013-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64072 --- Comment #20 from Mathieu Tournier mathieutourn...@gmail.com --- (In reply to comment #17) Can you try a fedora live cd. Just to rule out any ubuntu customization I will do it as soon as possible. But I don't understand this thing : ubuntu

[Bug 64072] System Crash with Radeon HD 3670

2013-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64072 --- Comment #21 from Mathieu Tournier mathieutourn...@gmail.com --- Created attachment 79050 -- https://bugs.freedesktop.org/attachment.cgi?id=79050action=edit startx file.log 21 -- You are receiving this mail because: You are the assignee

[Bug 64072] System Crash with Radeon HD 3670

2013-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64072 --- Comment #22 from Mathieu Tournier mathieutourn...@gmail.com --- Bug seems to be solved with linux 3.9 kernel ! Installing this package solved this bug :

Re: v2: improved swap/MSC-wait scheduling in DPMS-off state

2013-05-09 Thread Alex Deucher
On Wed, May 8, 2013 at 10:39 PM, Ilija Hadzic ilijahad...@gmail.com wrote: The following patch series is a version 2 of the patches sent about two weeks ago [1] with the objective to add full emulation of a running CRTC while the display is in DPMS-off state. This series addresses the

Re: [PATCH 03/13] drmmode: add drmmode_get_current_ust function

2013-05-09 Thread Richard Wilbur
Thanks, the new comment fits the function nicely. Good work! ___ xorg-driver-ati mailing list xorg-driver-ati@lists.x.org http://lists.x.org/mailman/listinfo/xorg-driver-ati