Results 1 to 9 of 9
I installed Freebsd last night. I did all the easy do it for me options since I am not familiar with BSD yet. I must say this was the easiest ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-15-2005 #1
fresh freebsd install
I installed Freebsd last night. I did all the easy do it for me options since I am not familiar with BSD yet. I must say this was the easiest install ever. It only took about 15 min. at the most and I was in some window manager I have never seen but I managed to get to Mozilla and surf. That is all I had time for but I would like to change window managers. Can anybody tell me where to change window managers. There is a /etc/X11 but when I go there it is empty.
So far I am impressed with the speed.
MikeSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 02-15-2005 #2Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
Re: fresh freebsd install
It was probably twm.
Originally Posted by adrenaline
Originally Posted by adrenaline Then in this file add any window manager you'd like to start, ie "fluxbox" for fluxbox, "startkde" for KDE, "exec gnome-session" for Gnome, etc. You do, of course, have to have these installed first.Code:cd vi .xinitrc
This means you have not configured X yet. Do xorgcfg -textmode as root. Even if X is already working it's best to get it working with the right driver, etc.
Originally Posted by adrenaline
You're going to find you're gonna spend a lot of time configuring FreeBSD - it's not pre-configured for regular use like most Linux distros are.
Good luck, and tell me how it goes.
- 02-15-2005 #3
Re: fresh freebsd install
Thanks for the speedy reply.
Originally Posted by sether
I will definitely keep you informed.
I am at work and can't play with it till tonight. I am not scared of a little configuration. I use slackware too.
I am assuming I will have to use something called ports to get gnome or kde or windowmaker. I usually use windowmaker but I download kde and gnome libs. Will I get these from ports and if so can you give me a brief overview of what that is and how to use it.
Thanks
MikeSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 02-15-2005 #4
Re: fresh freebsd install
Ports is very intuitive and pretty easy to use. You first have to grab the ports tree and put it in /usr/. This can be done (initially it's the best way) by grabbing a tarballed snapshot from a freebsd ftp and untarring it in your /usr directory. From here, you use cvsup to update your tree. This is well documented on FBSD's site.
Originally Posted by adrenaline
To use ports, just cd to the directory of the port (e.g.: cd /usr/ports/shells/bash) and type make. Then su and make install. Bam. It resolves dependencies like portage (or rather...portage resolves dependencies like ports), so you'll get everything that you need.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 02-15-2005 #5Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
Yes, ports are indeed cool. Read this entire section:
http://www5.us.freebsd.org/doc/en_US...ook/ports.html
It well tell you a lot.
But for KDE or Gnome, it'll take a few hours to get those compiled, so use the package system:
orCode:pkg_add -r kde
as root.Code:pkg_add -r gnome
- 02-15-2005 #6Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
Re: fresh freebsd install
Using sysinstall might be easier:
Originally Posted by sarumont
Sysinstall Method
This method involves using sysinstall again to manually install the Ports Collection.
1.
As root, run sysinstall (/stand/sysinstall in FreeBSD versions older than 5.2) as shown below:
# sysinstall
2.
Scroll down and select Configure, press Enter.
3.
Scroll down and select Distributions, press Enter.
4.
Scroll down to ports, press Space.
5.
Scroll up to Exit, press Enter.
6.
Select your desired installation media, such as CDROM, FTP, and so on.
7.
Scroll up to Exit and press Enter.
8.
Press X to exit sysinstall.
- 02-15-2005 #7Do I need to do the ports thing before I get kde or can I get my windows managers then do the ports thing or is ports even a necessity? can I buld packages as I would in Linux?
Originally Posted by sether
Sether I printed out your flow chart I will try that tonight.
ThanksSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 02-15-2005 #8Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
Read the link I posted and you'll be well informed.
Originally Posted by adrenaline
Packages and Ports are two different systems for obtaining and installing software. You choose which one to use, but if you want to save time on large things like KDE, use a package for that.
- 02-15-2005 #9
OK I will read that tonight and I will get back to you.
Thanks Sether
MikeSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds


Reply With Quote
