Re: [PATCH xf86-video-savage] Disable EXA acceleration for now

2019-02-15 Thread Kevin Brace
Hi Connor, I was originally thinking of releasing xf86-video-savage Version 2.4 on Thursday, but you intervened just a day before the release. If you can figure the issue out in a few business days, that will be nice, but otherwise, I think there should be a new release with EXA disabled. I can

Re: [PATCH xf86-video-savage] Disable EXA acceleration for now

2019-02-15 Thread Connor Behan via xorg-devel
On 2019-02-13 03:36 PM, Kevin Brace wrote: >> Date: Wed, 13 Feb 2019 14:03:02 -0500 >> From: Connor Behan >> To: xorg-devel@lists.x.org >> Subject: Re: [PATCH xf86-video-savage] Disable EXA acceleration for >> now >> Message-ID: >> Content-Type: text/plain; charset="utf-8" >> >> >> On

Re: xf86EnableIO & ExtendedEnabled vs. the input thread

2019-02-15 Thread Alan Coopersmith via xorg-devel
On 01/31/19 07:23 AM, Adam Jackson wrote: On Wed, 2019-01-23 at 14:22 -0800, Alan Coopersmith wrote: Is there any reason we just don't drop ExtendedEnabled altogether and just always pass the calls through to the kernel? That'd leave us still needing to call xf86EnableIO() in the input thread

[ANNOUNCE] xf86-video-tdfx 1.5.0

2019-02-15 Thread Kevin Brace
This is a maintenance release of 3dfx DDX for X.Org X Server. The DDX compiles cleanly without compilation warnings on X Server 1.19.6. Kevin Brace Brace Computer Laboratory blog https://bracecomputerlab.com -- Alan Coopersmith (4): configure: Drop AM_MAINTAINER_MODE autogen.sh:

[ANNOUNCE] xf86-video-chips 1.4.0

2019-02-15 Thread Kevin Brace
This is a bug fix release of Chips & Technologies DDX for X.Org X Server. There was an X Server crash bug with the Version 1.3 and older code when the code was converted for a newer vgaHW ABI. This affects devices older than the HiQVideo generation. This release fixes this particular issue.

Re: xorg Digest, Vol 163, Issue 8

2019-02-15 Thread Chris Sorenson via xorg
On 02/15/2019 11:48 AM, akshay chavan wrote: Hi, Nedit's "version" option shows the following information: NEdit 5.6 Jul 5, 2010 Built on: Win32, x86-64, GNU C Built at: Jun 30 2015, 16:55:01    With Motif: (Untested) 2.3.4 [@(#)Motif Version 2.3.4] Running Motif: 2.3 [unknown]   

Re: 2019 X.Org Board of Directors Elections Nomination period is NOW

2019-02-15 Thread Wentland, Harry
Since we haven't seen an onslaught of nominations we've decided to extend the nomination period for another two weeks. Please consider nominating yourself or anyone else you think would be a suitable candidate. This is your chance to help steer the future of X.Org and serve the community.

[ANNOUNCE] xcursor-themes 1.0.6

2019-02-15 Thread Alan Coopersmith via xorg-announce
This is a default set of cursor themes for use with libXcursor, originally created for the XFree86 Project, and now shipped as part of the X.Org software distribution. This release adds some symlinks to the whiteglass cursor theme to provide additional cursor names that gnome-shell expects, so

Re: xorg Digest, Vol 163, Issue 8

2019-02-15 Thread Chris Sorenson via xorg
Message: 1 Date: Mon, 11 Feb 2019 18:14:27 + (UTC) From: akshay chavan To: "xorg@lists.x.org" Subject: Problems using an X-Window application on Cygwin Message-ID: <844242032.1743315.1549908867...@mail.yahoo.com> Content-Type: text/plain; charset="utf-8" Hi, I have installed a X-Window

[ANNOUNCE] xcursor-themes 1.0.6

2019-02-15 Thread Alan Coopersmith via xorg
This is a default set of cursor themes for use with libXcursor, originally created for the XFree86 Project, and now shipped as part of the X.Org software distribution. This release adds some symlinks to the whiteglass cursor theme to provide additional cursor names that gnome-shell expects, so

[PATCH xf86-video-trident 1/2] Rename trident_accel.c to tgui_xaa.c

2019-02-15 Thread Kevin Brace
From: Kevin Brace Signed-off-by: Kevin Brace --- src/Makefile.am | 2 +- src/tgui_xaa.c | 671 src/trident_accel.c | 671 3 files changed, 672 insertions(+), 672 deletions(-)

[PATCH xf86-video-trident 2/2] Tab to spaces conversion for tgui_xaa.c

2019-02-15 Thread Kevin Brace
Signed-off-by: Kevin Brace --- src/tgui_xaa.c | 545 +++-- 1 file changed, 293 insertions(+), 252 deletions(-) diff --git a/src/tgui_xaa.c b/src/tgui_xaa.c index f47fab4..fd6f32d 100644 --- a/src/tgui_xaa.c +++ b/src/tgui_xaa.c @@ -20,7 +20,7