From owner-freebsd-questions Tue Mar 20 15:58:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cpqdl380-7.wac.com (mail.lodinet.com [206.151.38.7]) by hub.freebsd.org (Postfix) with ESMTP id 0ECF237B73C for ; Tue, 20 Mar 2001 15:58:46 -0800 (PST) (envelope-from josh@corp.wac.com) Received: from CJ7 (unverified [206.151.38.12]) by cpqdl380-7.wac.com (Rockliffe SMTPRA 4.5.4) with SMTP id ; Tue, 20 Mar 2001 15:58:46 -0800 From: "Josh Benton" To: "'Jonathan Chen'" , "'Guangrui Fu'" Cc: Subject: RE: XFree86-4.0.3 can not resolve symbols on FreeBSD Date: Tue, 20 Mar 2001 15:58:26 -0800 Message-ID: <000b01c0b199$a8097a80$0c2697ce@CJ7> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20010321095333.B64369@itouchnz.itouch> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having this same problem. I finally gave up on xf86cfg and went through xf86config (text based). X comes up fine now. It appears that 'X -configure'/xf86cfg are broken. If anyone having problems configuring XFree86-4.x with xf86cfg, try xf86config. --Josh -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jonathan Chen Sent: Tuesday, March 20, 2001 1:54 PM To: Guangrui Fu Cc: freebsd-questions@freebsd.org Subject: Re: XFree86-4.0.3 can not resolve symbols on FreeBSD [Please don't remove Cc: freebsd-questions] On Tue, Mar 20, 2001 at 01:35:05PM -0800, Guangrui Fu wrote: > Hi, > > I download XFree86-4.tar from > freebsd.org/pub/FreeBSD/branch/-current/ports/x11. > then I run "make all" and "make install". > basically it checked and downloaded XFree86-4.0.2 and > 4.0.2-4.0.3-diff. and recompiled and linked everthing. > > then I run " X -configure", and then it failed and > complained about all those unresolved symbols. > > how did you do the installation? [ cvsup'd latest ports tree] # cd /usr/ports/x11/XFree86-4 # make # make install Put in a copy of a working XF86Config into /etc/X11 (see attached copy). Make sure the /usr/X11R6/bin/X points to XFree86. In addition to the config file, you also need to add the following to /boot/loader.conf: agp_load="YES This will load the agp.ko module automatically when you next boot up. However, if you don't want to reboot you can run: # kldload agp.ko Then: # startx Hope this helps. -- Jonathan Chen ---------------------------------------------------------------------- "You can get farther with a kind word and a gun than you can with a kind word alone" - Al Capone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message