Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2004 14:11:14 -0700
From:      Eric Anholt <eta@lclark.edu>
To:        j.e.drews@att.net
Cc:        freebsd-x11@freebsd.org
Subject:   Re: Xorg server gives errno 2
Message-ID:  <1086988274.30670.7.camel@leguin>
In-Reply-To: <061120041930.11865.40CA08470004DD3500002E5921587667559C990A9D0BD20AD206@att.net>
References:   <061120041930.11865.40CA08470004DD3500002E5921587667559C990A9D0BD20AD206@att.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2004-06-11 at 12:30, j.e.drews@att.net wrote:
> FreeBSD 5.2-CURRENT #0: Thu Jun 10 00:09:51 CDT 2004
> Computer: Powernotebooks C 3:16 Laptop
> Video Card: ATI Radeon M9 (9000 Mobility)
> port: x11-servers/xorg-server
> 
> 
> Hi:
> 
>  I uninstalled the XFree86-Server-4.3.0_14 and then installed the new
> xorg-server. I then ran pkgdb -F and made wrapper-1.0_3 point to the newly
> installed xorg-server. I ran Xorg -configure and it created a xorg.conf.new
> file. However when I ran X -xf86config /root/xorg.conf.new, I got this error:
> 
> execve failed for /usr/X11R6/bin/XFree86 (errno 2)
> 
> I looked in my /var/log/Xorg.0.log file and I found only this warning:

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*

(among others)

-- 
Eric Anholt                                eta@lclark.edu          
http://people.freebsd.org/~anholt/         anholt@FreeBSD.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1086988274.30670.7.camel>