Subject: Re: Strange X Problems.. !? :(
To: NetBSD Amiga <amiga@NetBSD.ORG>
From: Matthias Scheler <tron@lyssa.owl.de>
List: amiga
Date: 05/04/1995 22:26:11
    Hi Andreas,

you wrote in <199505041204.MAA02105@mirabella.ping.de>:
>  Doesn't seem to help.. You know a solution ?

This is the well known usleep()-bug in "libc".
Install the old 1.0 libraries (NOT in "/usr/lib") and replace
"/usr/local/X11R6/bin/X" by a script like this one:

#!/bin/sh
LD_LIBRARY_PATH=/where/1.0/libs/are:/usr/local/X11R6/lib
export LD_LIBRARY_PATH
exec /usr/local/X11R6/bin/Xdaniver $*

[I should put this message on a function key.]

-- 
Matthias Scheler
tron@lyssa.owl.de