[ANNOUNCE] editres 1.0.6

2013-01-12 Thread Alan Coopersmith
Editres is a tool that allows users and application developers to view the full widget hierarchy of any X Toolkit (Xt) application that speaks the Editres protocol. This minor maintenance release cleans up the build configuration scripts, including making them compatible with automake-1.13, which

[ANNOUNCE] showfont 1.0.4

2013-01-12 Thread Alan Coopersmith
showfont displays data about a font from an X font server. The information shown includes font information, font properties, character metrics, and character bitmaps. This minor maintenance release includes general cleanups, including making the build configuration scripts compatible with

[ANNOUNCE] xconsole 1.0.5

2013-01-12 Thread Alan Coopersmith
xconsole displays in a X11 window the messages which are usually sent to /dev/console This minor maintenance release includes several years of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (8):

[ANNOUNCE] xditview 1.0.3

2013-01-12 Thread Alan Coopersmith
xditview lets you view dits in X instead of dots. No, wait, that doesn't sound rightlets dig way back in here, oh yes, it says here that xditview displays ditroff output on an X display. (Like you remembered what it does. Or have ever used it.) This minor maintenance release includes

Re: [PATCH 2/2] randr: cleanup provider properly

2013-01-12 Thread Knut Petersen
On 11.01.2013 00:02, Peter Hutterer wrote: On Wed, Jan 09, 2013 at 01:14:55PM +1000, Dave Airlie wrote: From: Dave Airlie airl...@redhat.com So in the cold plug server shutdown case, we reap the resources before we call CloseScreen handlers, so the config-randr_provider is a dangling pointer

[PATCH mga] Restrict kernel driver matching to g200 server chips

2013-01-12 Thread Julien Cristau
Otherwise we might catch devices handled by matroxfb, not the mgag200 kms driver. Debian bug#697532 Reported-by: olafbuddenha...@gmx.net Signed-off-by: Julien Cristau jcris...@debian.org --- src/mga_driver.c | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff

[PATCH] xvfb: add randr support

2013-01-12 Thread Mike Frysinger
From: Lambros Lambrou lambroslamb...@google.com Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=26391 Signed-off-by: Lambros Lambrou lambroslamb...@google.com Signed-off-by: Mike Frysinger vap...@gentoo.org --- hw/vfb/InitOutput.c | 145 1

Re: [PATCH libXt 2/2] Use AM_CPPFLAGS instead of INCLUDES

2013-01-12 Thread Alan Coopersmith
On 01/ 3/13 01:16 AM, Thierry Reding wrote: Recent versions of automake deprecate the INCLUDES variable. The same effect can be achieved by using AM_CPPFLAGS instead, which is also automake's recommendation. Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com and pushed to git master:

Re: [PATCH libX11 0/2] Mend some XIM design issues.

2013-01-12 Thread Matt Dew
Hi Egbert, I'm using ibus instead of scim so I can't really test. (trying to switch between ibus and scim in the past has caused me massive headaches, so I'm not real gung-ho to do that again) I tried switching between two xterms and I don't see the problem (again, with ibus). However,

Re: [PATCH mga] Restrict kernel driver matching to g200 server chips

2013-01-12 Thread Dave Airlie
On Sun, Jan 13, 2013 at 12:50 AM, Julien Cristau jcris...@debian.org wrote: Otherwise we might catch devices handled by matroxfb, not the mgag200 kms driver. Debian bug#697532 Reported-by: olafbuddenha...@gmx.net Signed-off-by: Julien Cristau jcris...@debian.org Reviewed-by: Dave Airlie

Re: [PATCH mga] Restrict kernel driver matching to g200 server chips

2013-01-12 Thread Julien Cristau
On Sun, Jan 13, 2013 at 07:58:01 +1000, Dave Airlie wrote: On Sun, Jan 13, 2013 at 12:50 AM, Julien Cristau jcris...@debian.org wrote: Otherwise we might catch devices handled by matroxfb, not the mgag200 kms driver. Debian bug#697532 Reported-by: olafbuddenha...@gmx.net

Preparing for automake 1.14

2013-01-12 Thread Alan Coopersmith
The recent release of automake-1.13 carried out the removal of macros like AM_CONFIG_HEADER that we'd cleaned out of almost all our configure scripts a while ago (at least in git, though not all of them got tarballs released), and announced what's coming in the next round:

[PATCH:makedepend] Convert INCLUDES to AM_CPPFLAGS in preparation for automake-1.14 obsoletion

2013-01-12 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- Makefile.am |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d1b0ce7..30e0a0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,6 @@ bin_PROGRAMS = makedepend -INCLUDES

[PATCH:xfsinfo] Print normalized version for X.Org servers, the way xdpyinfo does

2013-01-12 Thread Alan Coopersmith
Results in output like: vendor string:X.Org Foundation vendor release number: 10102000 X.Org xfs version: 1.1.2 Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- xfsinfo.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/xfsinfo.c b/xfsinfo.c index

Re: Preparing for automake 1.14

2013-01-12 Thread Gaetan Nadon
On 13-01-12 05:48 PM, Alan Coopersmith wrote: The recent release of automake-1.13 carried out the removal of macros like AM_CONFIG_HEADER that we'd cleaned out of almost all our configure scripts a while ago (at least in git, though not all of them got tarballs released), and announced what's

[ANNOUNCE] editres 1.0.6

2013-01-12 Thread Alan Coopersmith
Editres is a tool that allows users and application developers to view the full widget hierarchy of any X Toolkit (Xt) application that speaks the Editres protocol. This minor maintenance release cleans up the build configuration scripts, including making them compatible with automake-1.13, which

[ANNOUNCE] viewres 1.0.4

2013-01-12 Thread Alan Coopersmith
viewres displays a tree showing the widget class hierarchy of the Athena Widget Set (libXaw). This minor maintenance release includes general cleanups, including making the build configuration scripts compatible with automake-1.13, which errors out on the old AM_CONFIG_HEADER macro. Alan

[ANNOUNCE] xditview 1.0.3

2013-01-12 Thread Alan Coopersmith
xditview lets you view dits in X instead of dots. No, wait, that doesn't sound rightlets dig way back in here, oh yes, it says here that xditview displays ditroff output on an X display. (Like you remembered what it does. Or have ever used it.) This minor maintenance release includes

[ANNOUNCE] xedit 1.2.1

2013-01-12 Thread Alan Coopersmith
Xedit is a graphical text editor for X with a lisp-interpreter embedded. This minor maintenance release includes several years of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (3): Fix builds

[ANNOUNCE] xgc 1.0.4

2013-01-12 Thread Alan Coopersmith
xgc is an Xaw-based graphics demo that shows/tests various features of the X11 core protocol graphics primitives. This minor maintenance release includes several years of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13.

[ANNOUNCE] xmag 1.0.5

2013-01-12 Thread Alan Coopersmith
xmag displays a magnified snapshot of a portion of an X11 screen. This minor maintenance release includes general cleanups, including making the build configuration scripts compatible with automake-1.13, which errors out on the old AM_CONFIG_HEADER macro. Alan Coopersmith (3): Remove

[ANNOUNCE] xmessage 1.0.4

2013-01-12 Thread Alan Coopersmith
xmessage displays a message or query in a window. This minor maintenance release includes several years of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (2): config: Add missing

[Bug 59291] New: Mathematica crashes when scrolling

2013-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59291 Priority: medium Bug ID: 59291 Assignee: xorg-driver-ati@lists.x.org Summary: Mathematica crashes when scrolling QA Contact: xorg-t...@lists.x.org Severity: normal Classification:

[Bug 59211] Radeon FireGL RV630 black screen after bootup, incorrect modesetting

2013-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59211 --- Comment #5 from Esther kadje...@yahoo.com --- Created attachment 72919 -- https://bugs.freedesktop.org/attachment.cgi?id=72919action=edit xorg log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59211] Radeon FireGL RV630 black screen after bootup, incorrect modesetting

2013-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59211 --- Comment #6 from Esther kadje...@yahoo.com --- After rewriting the xorg.conf file, the system now boots into the Xubuntu login screen. The xorg.conf file forces a 1440x900 resolution. The xorg log still reports that the display is still trying

[Bug 59211] Radeon FireGL RV630 black screen after bootup, incorrect modesetting

2013-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59211 --- Comment #7 from Esther kadje...@yahoo.com --- Created attachment 72921 -- https://bugs.freedesktop.org/attachment.cgi?id=72921action=edit xorg conf -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59211] Radeon FireGL RV630 black screen after bootup, incorrect modesetting

2013-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59211 --- Comment #8 from Esther kadje...@yahoo.com --- Created attachment 72922 -- https://bugs.freedesktop.org/attachment.cgi?id=72922action=edit dmesg -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59291] Mathematica crashes when scrolling

2013-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59291 --- Comment #1 from Alex Deucher ag...@yahoo.com --- Please attach your xorg log, glxinfo output, and dmesg output. What version of mesa are you using? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59211] Radeon FireGL RV630 black screen after bootup, incorrect modesetting

2013-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59211 --- Comment #9 from Alex Deucher ag...@yahoo.com --- Does it work correctly if you remove your xorg.conf altogether? The monitor is providing the 1400x1050 mode. If it indeed doesn't support it, we should add a quirk for your monitor to ignore

[Bug 59291] Mathematica crashes when scrolling

2013-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59291 --- Comment #2 from Till Matthiesen high.entr...@web.de --- Created attachment 72927 -- https://bugs.freedesktop.org/attachment.cgi?id=72927action=edit xorg log Hi Alex, thanks for looking into this. Before the questions arises (yes, it's

[Bug 59291] Mathematica crashes when scrolling

2013-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59291 --- Comment #3 from Till Matthiesen high.entr...@web.de --- Created attachment 72928 -- https://bugs.freedesktop.org/attachment.cgi?id=72928action=edit glxinfo output -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59291] Mathematica crashes when scrolling

2013-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59291 --- Comment #4 from Till Matthiesen high.entr...@web.de --- Created attachment 72929 -- https://bugs.freedesktop.org/attachment.cgi?id=72929action=edit dmesg output -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59291] Mathematica crashes when scrolling

2013-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59291 --- Comment #5 from Alex Deucher ag...@yahoo.com --- Can you run the program in GDB and get a backtrace and attach that as well? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59291] Mathematica crashes when scrolling

2013-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59291 --- Comment #6 from Till Matthiesen high.entr...@web.de --- Created attachment 72933 -- https://bugs.freedesktop.org/attachment.cgi?id=72933action=edit gdb backtrace No symbol tables available. -- You are receiving this mail because: You are