patch for ia64

2003-08-10 Thread Warren Turkal
This patch makes the radeon driver treat ia64 as a non-legacy architecture. This patch by Alex Williamson. xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile assumes ia64 should behave the same as i386 and allows random probing or I/O port space. In moving away from the legacy model, I

sparc pci patch

2003-08-11 Thread Warren Turkal
Here is a patch for sparc and PCI. --- xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile~2002-10-30 10:03:18.0 +0900 +++ xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile 2002-11-18 09:49:56.0 +0900 @@ -18,8 +18,8 @@ XCOMM Sparc SBUS driver and generic Linux

patch for ia64

2003-08-11 Thread Warren Turkal
This patch makes the radeon driver treat ia64 as a non-legacy architecture. This patch by Alex Williamson. xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile assumes ia64 should behave the same as i386 and allows random probing or I/O port space. In moving away from the legacy model, I

patch to disable vt switching on hurd

2003-08-14 Thread Warren Turkal
I cannot find any info about [EMAIL PROTECTED] on the xfree86.org website. Therefore, I will post this here. This patch is to disable vt switching on hurd as hurd does not support the VT_ACTIVATE ioctl. Once again, this patch comes from the debian patch set, and I simply ported it to the current

patch for sun type6 keyboard support from debian patches

2003-08-14 Thread Warren Turkal
This is a patch to add sun type6 keyboard support. It comed from the patches debian puts on the 4.3.0 source before building the packages. I think this type of info should be passed to the XFree86 core so that everyone who uses XFree86 can take advantage of this. Warren Turkal --- xc/programs

autotooling xrandr

2003-08-14 Thread Warren Turkal
to autotool X as a whole? If so, who do I contact? If not, I would like to start an effort if there is any interest upstream acceptance. It would definitely allow for an easier way to modularize the X source. Warren Turkal -- Treasurer, GOLUM, Inc. http://www.golum.org

NeedFunctionPrototypes and ANSI C

2003-08-14 Thread Warren Turkal
Is there an effort to get rid of NeedFunctionPrototypes and to convert function prototypes to ANSI style? If so, I would like to work on doing this for the xwininfo binary. My research indicates that X11R6.3+ require an ANSI compiler and that this type of conversion is desirable. Warren Turkal

patch for ia64 page size

2003-08-14 Thread Warren Turkal
Here is a patch for page size problems on ia64 and radeon. Patch by Chris Ahna: Fixes critical page size problems on ia64 architecture. See following URL for details: https://external-lists.valinux.com/archives/linux-ia64/2001-August/002037.html Comment by [EMAIL PROTECTED]: This probably

Re: autotooling xrandr

2003-08-14 Thread Warren Turkal
are probably going to assume that you will give up as others before you have. Harold Is there any chance of upstream acceptance of this type of work? A lot of the utility binaries should be pretty easy to break out the xc hierarchy. Warren Turkal -- Treasurer, GOLUM, Inc. http://www.golum.org

patch for ia64 page size

2003-08-14 Thread Warren Turkal
Here is a patch for page size problems on ia64 and radeon. Patch by Chris Ahna: Fixes critical page size problems on ia64 architecture. See following URL for details: https://external-lists.valinux.com/archives/linux-ia64/2001-August/002037.html Comment by [EMAIL PROTECTED]: This probably

Re: sparc pci patch

2003-08-14 Thread Warren Turkal
Egbert Eich wrote: Please put your patches into the bugzilla: http://bugs.xfree86.org Here they are likely to get lost. Egbert. Thanks, I hope the developers pay attention to the bugzilla. Warren Turkal -- Treasurer, GOLUM, Inc. http://www.golum.org

Re: patch for ia64 page size

2003-08-14 Thread Warren Turkal
Jakub Jelinek wrote: On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote: @@ -1003,6 +993,8 @@ break; } +r128_drm_page_size = getpagesize(); + sysconf (_SC_PAGESIZE) is the standardized way of querying page size. Jakub I didn't write this patch. Are you

Re: patch for ia64 page size

2003-08-25 Thread Warren Turkal
Mike A. Harris wrote: On Sun, 10 Aug 2003, Warren Turkal wrote: Date: Sun, 10 Aug 2003 19:06:58 -0500 From: Warren Turkal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii Subject: patch for ia64 page size Here is a patch for page

Re: XInput: The device type in XListInputDevices comes up again...

2003-08-30 Thread Warren Turkal
Bryan W. Headley wrote: No but you don't want to be a jerk and compete with somebody else. As if there were enough developers to go around that we'd steal each other's projects :-) Sometimes a little competition can improve the final product. Think lvm2 v. evms in the early 2.5 kernels.

synaptics lockups (was Re: radeon lockups ...)

2003-09-02 Thread Warren Turkal
Warren Turkal wrote: Michel Dänzer wrote: In that case it can hardly be an X problem. Sounds rather like the kernel (anything interesting in its output? Does the same thing happen with 2.4 kernels?) or hardware. I am testing 4.2.1 at this point to see if I come up with the same issues

More sdk stuff

2003-09-09 Thread Warren Turkal
Is there any documentation other than reading Imake to figure out what gets included in the sdk...I am working on autotooling some of X, and maybe I would like to know how this sdk is currently constructed. Warren Turkal -- President, GOLUM, Inc. http://www.golum.org

Re: ansifying xwininfo.c

2003-09-09 Thread Warren Turkal
Warren Turkal wrote: Here is a patch ansifying xwininfo.c. I diffed the executable after the changes to the executable from before the changes, and they were the same. I have opened a bug report at http://bugzilla.xfree86.org/show_bug.cgi?id=677 Warren Turkal -- President, GOLUM, Inc. http

Re: ansifying xwininfo.c

2003-09-09 Thread Warren Turkal
. It will make some other projects I am working on go smoother. Thanks, Warren Turkal -- President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: Audio in X11

2003-09-10 Thread Warren Turkal
Fred Heitkamp wrote: I was wondering. Was there ever an effort to make a network independent audio extension for X11? (forgive my terminology if it's wrong.) For example, if I am logged on from a remote terminal and want to play an MP3 from the distant machine on the remote terminal, is

RE: ansifying xwininfo.c

2003-09-10 Thread Warren Turkal
Alexander Stohr wrote: i have no reason to object to such patches. it was done in 100 kB sized tarballs for the XFree86 tree in the past and worked well that way. So who applies these patches then? I don't have CVS write, nor do I want it at this point. Warren Turkal -- President, GOLUM

synaptics relicensing

2003-09-14 Thread Warren Turkal
I opened my email today and got another response, and I got in touch with the developer whose email bounced. The totals for now are. no reply: S. Lehner [EMAIL PROTECTED] contacted: Henry Davies reviewing license approved: Stefan Gmeiner tentative Bruce Kall C. Scott Ananian Helwig Felger

pkg-config support for libs

2003-09-17 Thread Warren Turkal
I see that there are some libs in the cvs with pkg-config support. Will patches be accepted that add this support for other libs as well? Warren -- President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED]

new patch for pkg-config in libX11 - much shorter

2003-09-19 Thread Warren Turkal
I found that I don't need some of the stuff I had in the patch. Here is a new patch representing that knowledge. diff -r -u3 -N xc/lib/X11/Imakefile 017_x11-pkg-config-enable.diff/xc/lib X11/Imakefile --- xc/lib/X11/Imakefile2002-11-25 20:31:23.0 -0600 +++ xc/lib/X11/Imakefile

Re: pkg-config support for libs

2003-09-20 Thread Warren Turkal
David Dawes wrote: I can only recall one case in my own experience where an autotooled program had a problem concerning X-related libs. Ironically those were exactly the libs that had pkgconfig support. The autotool and pkgconfig combination didn't know where to look for the needed .pc

Re: pkg-config support for libs

2003-09-22 Thread Warren Turkal
was following what is already in your cvs in xc/lib/Xft/). The point was to get pkg-config support. I will not deny that there was probably a better way to extract the info from imake. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

Re: pkg-config support for libs

2003-09-23 Thread Warren Turkal
. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

simple patch for certain configs

2003-09-25 Thread Warren Turkal
is NO, and BuildGLXLibrary is NO. --- xc/lib/X11/Imakefile.orig 2003-02-20 11:41:45.0 -0500 +++ xc/lib/X11/Imakefile2003-02-20 11:41:48.0 -0500 @@ -1087,5 +1087,7 @@ #else all:: +depend:: + BuildIncludes($(HEADERS),IncSubdir,..) #endif -- Warren Turkal President

using externally built libs (Xcursor, Xrender, Xft)

2003-09-25 Thread Warren Turkal
Here is another patch from the Debian project. It comes in 3 parts. I basically allows XFree86 to build using an externally built libs. http://bugs.xfree86.org/show_bug.cgi?id=741 It wouldn't let me classify into multiple libraries...so I just associated it with other. wt -- Warren Turkal

Re: simple patch for certain configs

2003-09-25 Thread Warren Turkal
David Dawes wrote: That just fixes one of the symptoms of IHaveSubdirs being defined in this case when it shouldn't be. The others remain. I'll commit a patch that fixes it properly. Thanks, David :-D -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

of manpages and names

2003-12-10 Thread Warren Turkal
file to be xterm.1x instead. How would one accomplish this? Is there some Imake #define that can be set? Thanks a lot, wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman

Re: of manpages and names

2003-12-10 Thread Warren Turkal
Thomas Dickey wrote: That's ManSuffix, which is set in several files under config/cf Thanks very much. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

[PATCH] documentation fix addition for config/cf/README

2003-12-10 Thread Warren Turkal
for universal extensions ExtensionOSDefines -D's for additional extensions FontCompilerFlags flags for bdftosnf -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org

Re: [PATCH] documentation fix addition for config/cf/README

2003-12-10 Thread Warren Turkal
Warren Turkal wrote: I moved the GzipCmd to get it in alphabetical order. I also added documentation for DriverManSuffix. This is an update of the previous. In addition to what is done in the last patch (this patch includes it), I also documented DriverManDir and MiscManDir. wt

[Patch] Debian manpage locations

2003-12-12 Thread Warren Turkal
FSUseSyslog YES +# define DriverManSuffix 4x +# define DriverManDir $(MANSOURCEPATH)4 + +# define MiscManSuffix 7x +# define MiscManDir$(MANSOURCEPATH)7 + /* * * -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

Debian patches

2003-12-12 Thread Warren Turkal
with this problem even when I searched closed bugs. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Debian patches

2003-12-14 Thread Warren Turkal
with this problem even when I searched closed bugs. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: [Patch] Debian manpage locations

2003-12-18 Thread Warren Turkal
David Dawes wrote: On Fri, Dec 12, 2003 at 09:57:39AM -0600, Warren Turkal wrote: This changes the configuration, only for Debian, such that the manpages end up in the right places with the right names. I would be wonderful if this could be committed so this happens automatically for people

Re: [PATCH] documentation fix addition for config/cf/README

2003-12-19 Thread Warren Turkal
David Dawes wrote: On Wed, Dec 10, 2003 at 10:51:40PM -0600, Warren Turkal wrote: Can you re-send without the white space mangling? David I don't know what I did. Here it is again. It applies to 4.3.901. I am hoping it applies to HEAD also. wt --- ../../../xc-old/config/cf/README2003

support for riscpc keycodes

2003-12-19 Thread Warren Turkal
@@ -7,7 +7,7 @@ #define IHaveSubdirs -DATAFILES = README amiga ataritt fujitsu hp ibm macintosh sony sun \ +DATAFILES = README amiga ataritt fujitsu hp ibm macintosh riscpc sony sun \ xfree86 xfree98 powerpcps2 aliases SUBDIRS = digital sgi -- Warren Turkal

Re: support for riscpc keycodes

2003-12-19 Thread Warren Turkal
David Dawes wrote: Our preferred method is to remap them internally. What do you mean by internally? Where can I find information that would help me do this in a way that would be optimal for you? wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

Re: [PATCH] documentation fix addition for config/cf/README

2003-12-20 Thread Warren Turkal
David Dawes wrote: It still fails in the same way. Tabs have been converted to spaces, either by your mailer or because you cut'n'pasted it. Try sending it as an attachment. done wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org--- ../../../xc-old/config/cf/README 2003-04-25

small build fix for Arm arch

2003-12-23 Thread Warren Turkal
The patch here makes the build system not assume that all arm systems are using netbsd. This was pulled from the Debian patch set. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org$Id: 301_not_all_arm_boxes_run_netbsd.diff 834 2003-12-10 07:13:21Z wt $ This patch by Michel

Re: building X11 in separate pieces

2004-01-08 Thread Warren Turkal
. Is it able to say build the whole tree with an externally built libX11? Is so, how would I tell it to do that? wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo

Re: building X11 in separate pieces

2004-01-08 Thread Warren Turkal
Mario Klebsch wrote: You cannot get anything worse than a compiler error. :-) BTW, what is your intention? I wanna use the freedesktop.org xlib with the XFree86 source tree. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

Re: Docs on writing an extension

2004-01-10 Thread Warren Turkal
Suzy Deffeyes wrote: Is appendix C of xlib.ps a good source? http://cvsweb.xfree86.org/cvsweb/xc/doc/hardcopy/X11/xlib.PS.gz IMO, this reference is not very detailed and needs significant expansion to be a useful resource. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

Re: C++ code in Xfree86?

2004-01-10 Thread Warren Turkal
Suresh Chandra Mannava wrote: Is there any C++ code in Xfree86-4.2.0 source? I believe that GLU or something else GL related may have c++ code. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED

Re: building X11 in separate pieces

2004-01-10 Thread Warren Turkal
://freedesktop.org/cgi-bin/viewcvs.cgi/?cvsroot=xlibs. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: building X11 in separate pieces

2004-01-10 Thread Warren Turkal
Mario Klebsch wrote: Am Samstag, 10.01.04 um 13:40 Uhr schrieb Warren Turkal: I never understood why so many people consider these autotools easier to use than the imake system. Imake (or to be precise, the config files included with X11) knows everything about the local X11 installation

Re: building X11 in separate pieces

2004-01-10 Thread Warren Turkal
these people a long time to make it work properly other than for the trivial case of different Linux configurations, e.g., where the difficult autoconf checks are glossed over by hardcoding things. I believe that we have it working in all gcc based build environments that it can. wt -- Warren

Re: porting xfree86 to new processor platform

2004-01-11 Thread Warren Turkal
Suresh Chandra Mannava wrote: *snip* here are my queries on porting xfree86 to this platform. We are going to cross-compile xfree86-4.2.0. Why not 4.3 or the release candidate? *snip* wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

Re: porting xfree86 to new processor platform

2004-01-12 Thread Warren Turkal
will be happy to port that because, I read Xfree86 cross-compile system has been changed after the release of 4.2.0. I would try it if I were you. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED