unable to install XFree86

2007-10-10 Thread williamkow

# cd /usr/ports/x11/XFree86
# make install.
==  XFree86-3.3.6_11 is marked as broken: Does not build on FreeBSD =6.x.
*** Error code 1

Is that means, the XFree86 should not install and run on my newly 
installed FreeBSD 6.2-Release ?



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unable to install XFree86

2007-10-10 Thread Akshay Kawale
No. Instead of XFree86, you should use the X.org X server.
The meta-port for it is available at: /usr/ports/x11/xorg.

- Akshay


- Original Message 
From: williamkow [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org freebsd-questions@freebsd.org
Sent: Wednesday, October 10, 2007 12:23:26 AM
Subject: unable to install XFree86

# cd /usr/ports/x11/XFree86
# make install.
==  XFree86-3.3.6_11 is marked as broken: Does not build on FreeBSD =6.x.
*** Error code 1

Is that means, the XFree86 should not install and run on my newly 
installed FreeBSD 6.2-Release ?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]







   

Building a website is a piece of cake. Yahoo! Small Business gives you all the 
tools to get online.
http://smallbusiness.yahoo.com/webhosting
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unable to install XFree86

2007-10-10 Thread John Murphy
On Wed, 10 Oct 2007 15:23:26 +0800
williamkow [EMAIL PROTECTED] wrote:

 # cd /usr/ports/x11/XFree86
 # make install.
 ==  XFree86-3.3.6_11 is marked as broken: Does not build on FreeBSD =6.x.
 *** Error code 1
 
 Is that means, the XFree86 should not install and run on my newly 
 installed FreeBSD 6.2-Release ?

Yes. You need to install xorg instead. You can use pkg_add -r xorg
which would be quicker than building the port. It's explained very
well in the handbook, which also tells how to configure it when
the install has finished:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-install.html

There's also a section (5.7.3.1) on enabling The KDE Display Manager:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html

-- 
Thanks, John. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


offline installation of Xorg - Re: unable to install XFree86

2007-10-10 Thread williamkow

   How can I install Xorg, if there is no internet connection ? I means
   offline installation of Xorg ?
   I got a lot error codes, relating to accessing the http sites. Please
   advise. Thank you.
   __
   
   John Murphy wrote:

On Wed, 10 Oct 2007 15:23:26 +0800
williamkow [1][EMAIL PROTECTED] wrote:



# cd /usr/ports/x11/XFree86
# make install.
==  XFree86-3.3.6_11 is marked as broken: Does not build on FreeBSD =6.x.
*** Error code 1

Is that means, the XFree86 should not install and run on my newly
installed FreeBSD 6.2-Release ?


Yes. You need to install xorg instead. You can use pkg_add -r xorg
which would be quicker than building the port. It's explained very
well in the handbook, which also tells how to configure it when
the install has finished:

[2]http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-install.html

There's also a section (5.7.3.1) on enabling The KDE Display Manager:

[3]http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html

References

   1. mailto:[EMAIL PROTECTED]
   2. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-install.html
   3. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: offline installation of Xorg - Re: unable to install XFree86

2007-10-10 Thread John Murphy
On Wed, 10 Oct 2007 18:37:26 +0800
williamkow [EMAIL PROTECTED] wrote:

 
How can I install Xorg, if there is no internet connection ? I means
offline installation of Xorg ?
I got a lot error codes, relating to accessing the http sites. Please
advise. Thank you.

Presuming you have the install disk 1:

Log in as root and type sysinstall

Down arrow to Configure and press enter

Down arrow to Distributions, press enter

Down arrow all the way to X.Org, press enter

Select the parts of the distribution set you require in a similar way.

Press the tab key to switch between the selections and the OK box.
When you're happy with your selections up arrow to Exit which will
take you back to the previous page. Press enter again and you should
then be able to choose the installation media.

It is harder to describe than to do.

-- 
Thanks, John.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]