Date: Thu, 14 Dec 1995 22:11:36 -0700 From: Steve Passe <smp@csn.net> To: questions@freefall.freebsd.org Cc: deborah@microunity.com Subject: Summary: Re: can I run XFree86 on FreeBSD 2.0.5 from a mounted filesystem? Message-ID: <199512150511.WAA25082@clem.systemsix.com>
next in thread | raw e-mail | index | archive | help
Hi, >- - make a link on the server from usr/X11R6/bin/X to usr/X11R6/bin/XF86_Mach64 > (all of my machines are identical, and have ATI Mach64 graphics) you can use different cards in each machine by having a '.xserverrc' file that looks like: exec /usr/X11R6/bin/<cardSpecificDriver> this should be in the home direcrtory of the person starting X11 check the /usr/X11R6/bin/startx script for details. >- - I ran xf86config on the one machine which has XFree86 installed, then > put a copy of the XF86Config file it created into > usr/X11R6/lib/X11/XF86Config on the server. > (Again, I can do this since all my machines are identical). you can have machine specific XF86Config files by either placing them in /etc (which is searched for first) or appending the machine's network name to the one in /usr/X11R6/lib/X11 (which is searched for 2nd), see the XF86Config man page for details. -- Steve Passe | powered by smp@csn.net | FreeBSD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512150511.WAA25082>