On Tue, Oct 15, 2002 at 02:05:53PM +0000, Tom wrote:
> I would like to help, but could u explain me the steps? ;o)
> How can i build static X?

In your host.conf (if I remember correctly, it could also be host.def) you
can configure for building a static XFree86.  

> how can i attach to the running process? (gdb)

After it's crashed, you ssh into the machine, use ps or top to find the pid
of the running static XFree86.  Then you do:

gdb /path/to/the/static/XFree86/that/you/run pid
(gdb) bt

That last command will generate a backtrace and this should give you more
information about where the server is hanging.

> I tried the dri.sourceforge.net drivers, but i have a blank screen..

We could try to diagnose this if you want to.

-- 
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to