Geek Assault | 1 Feb 2003 19:27
Picon

X segfaulting all the time

I'm trying to get X running on a brand new NetBSD box. But .. it seems to
segfault basically everytime at the exact same place (InitOutput()).

Furthermore, nothing in the XFree log, except that the segfault always occurs
after setting some MTRR stuff ..
And there are plenty of unresolved symbols. They didn't used to be there, but
I've been trying to compile a more recent CVS version, and ..
Of course I'd be happy to provide more information, if someone would be so
kind to tell me how to get it out of that freaking box :)

I've been switching hd's and video cards, doing X -configure's and making up
XF86Config's, but things keep crashing at the same spot ..

Thx in advance

--> GDB <--
bash-2.05# X -xf86config XF86Config-ati 

XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: NetBSD/i386 1.6 [ELF] The NetBSD Foundation, Inc.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Feb  1 20:54:01 2003
(Continue reading)

Perry E. Metzger | 3 Feb 2003 17:34
Gravatar

XFree 4.3


It looks like the XFree 4.3 final push is under way -- we should make
sure we get as many of our patches to them as possible...

--

-- 
Perry E. Metzger		perry <at> piermont.com

Matthias Scheler | 9 Feb 2003 01:50
Picon
Favicon

Re: XFree 4.3

In article <87wukhnx00.fsf <at> snark.piermont.com>,
	"Perry E. Metzger" <perry <at> piermont.com> writes:
> It looks like the XFree 4.3 final push is under way -- we should make
> sure we get as many of our patches to them as possible...

Yes, you are right. But patches should be submitted as soon as possible
and not on the verge of a XFree86 release.

	Kind regards

--

-- 
Matthias Scheler                                  http://scheler.de/~matthias/

Matthias Scheler | 9 Feb 2003 01:54
Picon
Favicon

Re: X segfaulting all the time

In article <20030201182744.GA14195 <at> spartacus>,
	Geek Assault <geekassault <at> planetinternet.be> writes:
> I'm trying to get X running on a brand new NetBSD box. But .. it seems to
> segfault basically everytime at the exact same place (InitOutput()).

Where did you get these X11 binaries respectively source from? It looks
like something is terribly wrong with the driver module.

	Kind regards

--

-- 
Matthias Scheler                                  http://scheler.de/~matthias/

randal_m_bates | 10 Feb 2003 16:27
Favicon

?Simple? X-11 question...

Hello;

  This may or may not be do-able.  I would like to plop an image onto the root display - a 'splash' of sorts - as a
'windowless' object.  I've so far been able to create the image, but am unable to display it.

  I am attempting to use XPutImage onto DefaultRootWindow(MyWidget) (where MyWidget is a working widget in
my app).  The failure reported is that my GC is invalid.  (The GC was fine for creating the image - just not for
displaying it.)

  Would you happen to have a code snippet on hand that you could share?  Or, alternatively, a suggestion where I
might find such direction?

Thank you in advance!
Randal

----------------------------------------------------------------------
Ranman: Deep thoughts, shallow mind.  :)
e-mail: Randal_M_Bates <at> dom.com
----------------------------------------------------------------------

Matthias Scheler | 11 Feb 2003 08:23
Picon
Favicon

Re: ?Simple? X-11 question...

In article <m18iFq8-000hyUC <at> gdmssup01.vancpower.com>,
	randal_m_bates <at> dom.com writes:
> Or, alternatively, a suggestion where I might find such direction?

You should take a look at the source of "xsetroot" which are available
in the directory "xsrc/xc/programs/xsetroot" of NetBSD's X11 sources.

	Kind regards

--

-- 
Matthias Scheler                                  http://scheler.de/~matthias/

mel kravitz | 14 Feb 2003 17:43

XFree86-4.2.1 build with 1.6N

Anyone try installing 4.2.1 from ftp.netbsd.org
with -current(1.6N) and Netbsd.cf, Xthreads.h changes in place?
I seem to have a 'screwed up' font issue in any program running
in X, (xterm font, mozilla etc...).[alpha 164LX box]
-Mel

Matthias Scheler | 16 Feb 2003 14:16
Picon
Favicon

Re: XFree86-4.2.1 build with 1.6N

In article <1045241028.24742.5.camel <at> casey225>,
	mel kravitz <melk <at> switchpwr.com> writes:
> Anyone try installing 4.2.1 from ftp.netbsd.org
> with -current(1.6N) and Netbsd.cf, Xthreads.h changes in place?

It work's fine for me.

> I seem to have a 'screwed up' font issue in any program running
> in X, (xterm font, mozilla etc...).[alpha 164LX box]

NetBSD-i386 here. Is XFree86 4.2.x supported for NetBSD-alpha at all?
So far only i386, x86_64, macppc and cats use it by default.

	Kind regards

--

-- 
Matthias Scheler                                  http://scheler.de/~matthias/

Matthieu Herrb | 16 Feb 2003 16:16
Picon

fontconfig and /etc/font/ on NetBSD ?

Hi,

While preparing the XFree86 4.3 release for NetBSD I'm wondering what
to do about the new /etc/fonts directory introduced by Keith Packard's
'fontconfig' utility. In keith's mind this is meant to be used by more
than just the X server (printing application may also use it to get
their fonts for instance), hence the system wide location. 

Given that NetBSD is already setting UseSeparateConfDir to NO to avoid
installing things in /etc/X!1, should the fontconfig dir also be moved
to /usr/X11R6/etc/fonts on NetBSD ?

					Matthieu

Frederick Bruckman | 16 Feb 2003 16:48

Re: fontconfig and /etc/font/ on NetBSD ?

On Sun, 16 Feb 2003, Matthieu Herrb wrote:

> While preparing the XFree86 4.3 release for NetBSD I'm wondering what
> to do about the new /etc/fonts directory introduced by Keith Packard's
> 'fontconfig' utility. In keith's mind this is meant to be used by more
> than just the X server (printing application may also use it to get
> their fonts for instance), hence the system wide location.
>
> Given that NetBSD is already setting UseSeparateConfDir to NO to avoid
> installing things in /etc/X!1, should the fontconfig dir also be moved
> to /usr/X11R6/etc/fonts on NetBSD ?

I believe the reason we set UseSeperateConfDir to NO, is to avoid
increasing the size of /etc 10-fold, by filling it up with
app-defaults and other files not meant to be edited by the end user.
There's nothing wrong with adding a configuration file or two to /etc.
That's what /etc is for.

Frederick


Gmane