From owner-freebsd-x11@FreeBSD.ORG Fri Jun 11 22:43:27 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2BC516A4CE for ; Fri, 11 Jun 2004 22:43:27 +0000 (GMT) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5357C43D46 for ; Fri, 11 Jun 2004 22:43:27 +0000 (GMT) (envelope-from j.e.drews@att.net) Received: from 204.127.135.75 ([204.127.135.75]) by worldnet.att.net (mtiwmhc11) with SMTP id <200406112243231110086sene>; Fri, 11 Jun 2004 22:43:23 +0000 Received: from [64.105.56.145] by 204.127.135.75; Fri, 11 Jun 2004 22:43:19 +0000 From: j.e.drews@att.net To: freebsd-x11@freebsd.org Date: Fri, 11 Jun 2004 22:43:19 +0000 Message-Id: <061120042243.15754.40CA3586000EEFA800003D8A21604666489C990A9D0BD20AD206@att.net> X-Mailer: AT&T Message Center Version 1 (May 27 2004) X-Authenticated-Sender: ai5lLmRyZXdzQGF0dC5uZXQ= Subject: Re: Xorg server gives errno 2 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2004 22:43:27 -0000 FreeBSD 5.2-CURRENT #1: Fri Jun 11 16:40:42 CDT 2004 Hi Eric (and Others): I applied the patch that Greg suggested: http://bsd-unix.org/wrapper.diff to the x11/wrapper/Makefile. I now have X running and I configured it using Xorg -configure. I get direct rendering: Yes. My glxgears is: 8995 frames in 5.0 seconds = 1799.000 FPS 9014 frames in 5.0 seconds = 1802.800 FPS 8995 frames in 5.0 seconds = 1799.000 FPS which is slightly slower than the ~1850 fps I had with XFree86. All in all the resolution is good and there are no "mouse trails" or pixel remanents. I did get these repeat messages on tty0 (the terminal I started X on): Entity 'ns_graphs' not defined Entity 'ns_graphs' not defined Entity 'ns_graphs' not defined I have the same entries as you in /usr/X11R6/bin/ bash-2.05b$ ls -l /usr/X11R6/bin/X* lrwxr-xr-x 1 root wheel 25 Jun 11 17:12 /usr/X11R6/bin/X -> /usr/X11R6/bin/Xwrapper-4 lrwxr-xr-x 1 root wheel 4 Jun 11 17:11 /usr/X11R6/bin/X.bck -> Xorg -rwxr-xr-x 1 root wheel 27494 May 31 10:15 /usr/X11R6/bin/Xmark -rwxr-xr-x 1 root wheel 1605055 Jun 11 17:11 /usr/X11R6/bin/Xorg -r-sr-xr-x 1 root wheel 5076 Jun 11 17:12 /usr/X11R6/bin/Xwrapper-4 Thanks so much for your help, Jonathan > Apparently your X link is still pointing at XFree86? You should have > > root@anholt:xfree86/drivers/ati# ll /usr/X11R6/bin/X* > lrwxr-xr-x 1 root wheel 25 Jun 11 14:07 /usr/X11R6/bin/X@ -> > /usr/X11R6/bin/Xwrapper-4 > -rwxr-xr-x 1 root wheel 1595918 Jun 10 00:37 /usr/X11R6/bin/Xorg* > -r-sr-xr-x 1 root wheel 5076 Jun 11 14:07 /usr/X11R6/bin/Xwrapper-4*