Re: [XFree86] moving from XF86 4.4.0 - 3.3.6 ... how is this done?

2005-07-08 Thread Tyler Retzlaff

Deleting xf4.x is easy obviously just rm -rf /usr/X11R6/*

If you want xf3.x you can probably update netbsd xsrc to the 2.0  
branch and build it yourself.

NetBSD has both xf3 and xf4 in their anoncvs xsrc module.

xsrc/xfree/xc (xf4)
xsrc/xc (xf3)

Of course xf3 requires some fiddling to build since src/x11 never  
supported it.


Tyler

On 05/07/2005, at 6:38 PM, Christoper 'Han' Tucker wrote:


Hi there. I'm a regular unix user and I'm accustomed to X working
wonderfully. But I have an old Thinkpad 755CX laptop with the WD  
chipset

that will not run the version of X windows that comes with NetBSD 2.0.

I perused the XFree86 site and found that version3.3.6 supports my
chipset.

How can I replace my 4.4.0 Xfree86 version with the older one?

Thanks for any help

- Chris
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] moving from XF86 4.4.0 - 3.3.6 ... how is this done?

2005-07-08 Thread Tyler Retzlaff

Most NetBSD people use pkgsrc.  By default xpkgwedge is enabled
which causes X11 packages to be installed to /usr/pkg.

I would expect most of the apps wouldn't work anyway if they were
linked against xf4 libs.

But yes, anything hand built you should know about.  But why hand
build when you can use pkgsrc!?

Tyler

On 09/07/2005, at 3:16 AM, Mark Vojkovich wrote:


On Fri, 8 Jul 2005, Tyler Retzlaff wrote:



Deleting xf4.x is easy obviously just rm -rf /usr/X11R6/*



   Don't do that!  You'll delete all the X11 apps that came
with your distribution.  Only a handful of the apps in the
bin directory were supplied by XFree86.


Mark.




If you want xf3.x you can probably update netbsd xsrc to the 2.0
branch and build it yourself.
NetBSD has both xf3 and xf4 in their anoncvs xsrc module.

xsrc/xfree/xc (xf4)
xsrc/xc (xf3)

Of course xf3 requires some fiddling to build since src/x11 never
supported it.

Tyler

On 05/07/2005, at 6:38 PM, Christoper 'Han' Tucker wrote:



Hi there. I'm a regular unix user and I'm accustomed to X working
wonderfully. But I have an old Thinkpad 755CX laptop with the WD
chipset
that will not run the version of X windows that comes with NetBSD  
2.0.


I perused the XFree86 site and found that version3.3.6 supports my
chipset.

How can I replace my 4.4.0 Xfree86 version with the older one?

Thanks for any help

- Chris
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86




___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] make World CROSSCOMPILEDIR

2005-06-18 Thread Tyler Retzlaff
Cross builds using the imake infrastructure doesn't work.  I'm not  
sure it ever has?


On 17/06/2005, at 5:08 PM, kentropy wrote:


Hello,
This is my second post.
I didn't get answers to the first maybe I've miss some details.

I am trying to cross compile Xfree86
I need to build all with my own toolchain
i586-unknown-linux-gnu-gcc
instead of the host gcc

I am trying with this call
$ make World CROSSCOMPILEDIR=/opt/mytoolchain/bin

or
$ make World CC=i586-unknown-linux-gnu-gcc

But I always get build errors.
How should I do ?
Please help
TIA

/kentropy




6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero!
Scaricalo su INTERNET GRATIS 6X http://www.libero.it



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


xf86Io.c, libos.a GetTimeInMillis() change.

2004-07-13 Thread Tyler Retzlaff
Just want to confirm something,

xc/programs/Xserver/hw/xfree86/common/xf86Io.c,v 3.58 has had
GetTimeInMillis() removed from it, the commit message doesn't
say anything specific about it but is the copy of GetTimeInMillis()
from libos.a the one that linked into the XFree86 server from now on?

Please cc me in I'm not a subscriber.

Thanks

-- 

Tyler R. Retzlaff
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


trivial patch for startx.cpp

2004-02-12 Thread Tyler Retzlaff
Everywhere else XCOMM start at col 0 except for startx.cpp (change
since xf43).  Request that the following trivial patch be applied 
to make startx.cpp XCOMM usage consistent with the rest of tree.

Thanks!

Index: startx.cpp
===
RCS file: /cvs/xc/programs/xinit/startx.cpp,v
retrieving revision 3.18
diff -u -p -r3.18 startx.cpp
--- startx.cpp  22 Aug 2003 19:27:33 -  3.18
+++ startx.cpp  13 Feb 2004 06:28:27 -
@@ -82,7 +82,7 @@ fi
 whoseargs=client
 while [ x$1 != x ]; do
 case $1 in
-XCOMM '' required to prevent cpp from treating /* as a C comment.
+XCOMM '' required to prevent cpp from treating /* as a C comment.
 /''*|\./''*)
if [ $whoseargs = client ]; then
if [ x$clientargs = x ]; then

-- 

Tyler R. Retzlaff [EMAIL PROTECTED] http://www.NetBSD.org
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


bsd_mouse.c - small patch

2004-02-06 Thread Tyler Retzlaff
Don't place tokens after #endif preprocessor directive.

Index: bsd_mouse.c
===
RCS file:
/cvs/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_mouse.c,v
retrieving revision 1.27
diff -u -p -r1.27 bsd_mouse.c
--- bsd_mouse.c 17 Jan 2004 15:20:05 -  1.27
+++ bsd_mouse.c 6 Feb 2004 06:55:48 -
@@ -378,7 +378,7 @@ FindDevice(InputInfoPtr pInfo, const cha
 }
 return *pdev;
 }
-#endif (__OpenBSD__)
+#endif /* (__OpenBSD__) */
 
 #ifdef WSCONS_SUPPORT
 #define NUMEVENTS 64


Thanks

-- 

Tyler R. Retzlaff [EMAIL PROTECTED] http://www.NetBSD.org
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


xfree86/etc installed files

2004-01-07 Thread Tyler Retzlaff
In xfree86/etc sun.termcap and sun.terminfo files are installed for
non SunArchitecture.  What purpose do these serve if any?  Or are they
relics that have been carried along ~forever?

Thanks
-- 

Tyler R. Retzlaff [EMAIL PROTECTED] http://www.NetBSD.org
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: static libXfont woes on sh3

2003-12-31 Thread Tyler Retzlaff
On Wed, Dec 31, 2003 at 05:35:55PM -0500, David Dawes wrote:
 On Wed, Dec 31, 2003 at 02:30:16AM +1100, Tyler Retzlaff wrote:
 I've been trying to build a 3rd party Xserver but have run into some
 difficulty when trying to link two xfree86 libraries to it (libXfont
 and libdix)
 
 During the link I'm getting warnings about multiple definitions of
 various symbols defined in libXfont and in libdix (output below).  The
 curious thing is this only happens if I try to link the Xserver w/ a
 static libXfont.
 
 The functions in miscutil.o are normally provided elsewhere by the X
 server.  so the linker shouldn't be pulling it in.  Either it is getting
 pulled in because one or more of those functions isn't provided elsewhere,
 or because the linker semantics are odd.

Ok, but how do I work around it, I've re-ordered my link line to
basically be libdix.a libXfont.a ..rest of archives.. So the only
thing that could be pulling in the second copy of the symbols is dix
itself.  Since they are provided by libdix I am therefore confused why
they are pulled in.

I am also still not sure why this only occurs w/ static libXfont
since I use the same X server for another platform that has shared
libs and it does not occur.

 
 The only function I don't see a warning for is register_fpe_functions().
 I can't find anything in the current source tree that refers to it.
 Maybe something in your other X server does?

My X server doesn't.

Any further ideas?
 
 David
 -- 
 David Dawes X-Oz Technologies
 www.XFree86.org/~dawes  www.x-oz.com
 ___
 Devel mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/devel

-- 

Tyler R. Retzlaff [EMAIL PROTECTED] http://www.NetBSD.org
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


static libXfont woes on sh3

2003-12-30 Thread Tyler Retzlaff
I've been trying to build a 3rd party Xserver but have run into some
difficulty when trying to link two xfree86 libraries to it (libXfont
and libdix)

During the link I'm getting warnings about multiple definitions of
various symbols defined in libXfont and in libdix (output below).  The
curious thing is this only happens if I try to link the Xserver w/ a
static libXfont.

The machine I am working with is an sh3 for which I don't currently
have support for shared libs.  However, the same problem can be
duplicated when linking the Xsun Xserver by linking it against a
static libXfont instead of shared.

1) What exactly is going on here and why doesn't it blow up like this
   when linking a shared version of libXfont?
2) How might I deal with this problem, so I can actually get my 
   Xserver up and running?

Thanks!

/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)(.data+0x0): 
multiple definition of `serverGeneration'
/x/obj/sh3el//usr/src/x11/Xserver/dix/libdix.a(globals.o)(.data+0x50): first defined 
here
/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)(.text+0x78): 
In function `CopyISOLatin1Lowered':
: multiple definition of `CopyISOLatin1Lowered'
/x/obj/sh3el//usr/src/x11/Xserver/dix/libdix.a(dixutils.o)(.text+0x78): first defined 
here
/var/tools/shle--netbsdelf/bin/ld: Warning: size of symbol `CopyISOLatin1Lowered' 
changed from 96 in /x/obj/sh3el//usr/src/x11/Xserver/dix/libdix.a(dixutils.o) to 102 
in /x/obj/sh3el//usr/src/x11/Xserver/dix/libdix.a(dixutils.o)
/x/obj/sh3el//usr/src/x11/Xserver/os/libos.a(utils.o)(.text+0x1350): In function 
`Xfree':
: multiple definition of `Xfree'
/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)(.text+0x44): 
first defined here
/x/obj/sh3el//usr/src/x11/Xserver/os/libos.a(utils.o)(.text+0x12a4): In function 
`Xrealloc':
: multiple definition of `Xrealloc'
/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)(.text+0x18): 
first defined here
/var/tools/shle--netbsdelf/bin/ld: Warning: size of symbol `Xrealloc' changed from 44 
in /x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o) to
 116 in /x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)
/x/obj/sh3el//usr/src/x11/Xserver/os/libos.a(utils.o)(.text+0x121c): In function 
`Xcalloc':
: multiple definition of `Xcalloc'
/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)(.text+0x60): 
first defined here
/var/tools/shle--netbsdelf/bin/ld: Warning: size of symbol `Xcalloc' changed from 24 
in /x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o) to 
56 in /x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)
/x/obj/sh3el//usr/src/x11/Xserver/os/libos.a(utils.o)(.text+0x1198): In function 
`Xalloc':
: multiple definition of `Xalloc'
/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)(.text+0x0): 
first defined here
/var/tools/shle--netbsdelf/bin/ld: Warning: size of symbol `Xalloc' changed from 24 in 
/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o) to 7
2 in /x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


[XFree86] Xft.h freetype includes qn.

2003-10-25 Thread Tyler Retzlaff
Just a quick sanity check to see if I've hosed my X11 headers.  If I want to
use Xft.h X11/Xft/Xft.h must I add -I /usr/X11R6/include/X11/freetype2 for
the freetype/freetype.h?  Or should it be unnecessary?

Just for some background I'm seeing this:

/usr/X11R6/include/X11/Xft/Xft.h:35
:31: freetype/freetype.h: No such file or directory

Where freetype/freetype.h is actually in X11/freetype2 not X11/.


Thanks
-- 

Tyler R. Retzlaff [EMAIL PROTECTED] http://www.NetBSD.org
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86