Date: Tue, 20 Mar 2001 15:58:26 -0800 From: "Josh Benton" <josh@corp.wac.com> To: "'Jonathan Chen'" <jonathan.chen@itouch.co.nz>, "'Guangrui Fu'" <guangruifu@yahoo.com> Cc: <freebsd-questions@freebsd.org> Subject: RE: XFree86-4.0.3 can not resolve symbols on FreeBSD Message-ID: <000b01c0b199$a8097a80$0c2697ce@CJ7> In-Reply-To: <20010321095333.B64369@itouchnz.itouch>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jonathan.chen@itouch.co.nz> ---------------------------------------------------------------------- "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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01c0b199$a8097a80$0c2697ce>