Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Prefs!?!?!?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Kiroku6
Apprentice
Apprentice


Joined: 14 Feb 2004
Posts: 283
Location: unknown some hard drive on some server

PostPosted: Mon May 03, 2004 9:14 pm    Post subject: Prefs!?!?!? Reply with quote

I am setting up linux for the second time (i know that may sound weird, but i have no idea what kernel or filesystems to use. I would like to know what you would reccomend. I would like to try Reiser4, but am not confident enough in my abilities yet. Sorry for this newbish thread, i am rather excited, my computer is almost done (i ordered the last parts on sunday).
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Mon May 03, 2004 9:40 pm    Post subject: Reply with quote

Maybe if you could sum those up for us, we could give you a few pointers.
I'd stay off reiser4 for the time being - it isn't final yet, and you don't want to hose your filesystem 99% through the install ;-)
Other than that - take a 2.6.x kernel, it rocks.
mm-sources or gaming-sources if you want to do multimedia or games, and go with reiser3.6 for now.
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
Kiroku6
Apprentice
Apprentice


Joined: 14 Feb 2004
Posts: 283
Location: unknown some hard drive on some server

PostPosted: Mon May 03, 2004 9:46 pm    Post subject: Reply with quote

For fs, do reiser3.6? or reiserfs? Also, what source (gentoo, gaming) should i use (sorry for not specifying). I dont know the advantages/disadvantages of them. What do you need me to sum up?
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Mon May 03, 2004 10:10 pm    Post subject: Reply with quote

I can't make much of what you're saying here - relax, and read it again.

What you might sum up are the specs of this new system you want to run gentoo on, of course.
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
Kiroku6
Apprentice
Apprentice


Joined: 14 Feb 2004
Posts: 283
Location: unknown some hard drive on some server

PostPosted: Mon May 03, 2004 10:33 pm    Post subject: Reply with quote

Sorry, trying to say too much without thinking about it lol...


Ok,
My new system will be...
Koolance PC2-650 Liquid Cooled
Gigabyte GA7NNXP w/ 3200+ proc
OCZ Enhanced Bandwidth 512mb (soon to be 1gig) Ram
Enermax 475-P PSU
Gainward Nvidia GeForce FX5900XT (128mb)

That is all i can think of, I also plan on using 2 monitors, if that effects anything.


thanks,
Kikiyo
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Mon May 03, 2004 10:39 pm    Post subject: Reply with quote

Will you be using one HD or several ?
More than one HD is strongly recommended if you want speeeed (and most people do ;-))

There is not that much to configure if you'll be using an Athlon system (as I am inferring this will be).
Just use the proper compile flags for the Athlon:
Code:
-mcpu=athlon-xp -fpipe -O2 (or possibly 3) -fPIC

and there are several more you can try, but I'd go for stable first, experiment later ;-)

Don't fret - it'll be good!
Messing around with kernel options, re-doing the install 5 times...
Consider it a learning processs - which it obviously is.
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
Kiroku6
Apprentice
Apprentice


Joined: 14 Feb 2004
Posts: 283
Location: unknown some hard drive on some server

PostPosted: Mon May 03, 2004 10:49 pm    Post subject: Reply with quote

I am thinking about buying another hd (i have a WD SATA 120GB). But not sure.
Back to top
View user's profile Send private message
Kiroku6
Apprentice
Apprentice


Joined: 14 Feb 2004
Posts: 283
Location: unknown some hard drive on some server

PostPosted: Tue May 04, 2004 1:02 am    Post subject: Reply with quote

Well what File System and Sources should i use? If i use Reiser3.6 do i just type, mkreiser3.6 or is it mkreiserfs? Also, as i said before, what sources should i use (ie. Gentoo-sources, Vanilla-sources, etc.)
If this doesnt make much sense sorry,
Kikiyo
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Tue May 04, 2004 1:25 am    Post subject: Reply with quote

Reiser-3.6 = reiserfs, so don't be confused, just go for reiserfs!
Sources: mm-sources or gentoo-dev-sources

Cflags can certainly be tweaked on a athlon-xp system as well, I use:
Code:
CFLAGS="-march=athlon-xp -mmmx -msse -m3dnow -O2 -pipe -fomit-frame-pointer -finline-functions -falign-jumps=16 -falign-loops=16 -falign-functions=64 -funroll-loops -ftracer -mfpmath=387"

These are safe, sound and tested flags.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
Kiroku6
Apprentice
Apprentice


Joined: 14 Feb 2004
Posts: 283
Location: unknown some hard drive on some server

PostPosted: Tue May 04, 2004 2:09 am    Post subject: Reply with quote

Thanks, is it possible to change my filesystem (upgrade to reiser4). Also, why do you reccomend those sources? (just out of curiosity.)
Should i make my boot partion ext2 or 3 or should i make it reiser too?
Back to top
View user's profile Send private message
Kiroku6
Apprentice
Apprentice


Joined: 14 Feb 2004
Posts: 283
Location: unknown some hard drive on some server

PostPosted: Tue May 04, 2004 3:32 am    Post subject: Reply with quote

By the way, if it makes a difference, im going to be using Enlightenment.
_________________
WOOOOOO! GENTOO!!!!!
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Fri May 07, 2004 7:18 pm    Post subject: Reply with quote

Kiroku6 wrote:
Thanks, is it possible to change my filesystem (upgrade to reiser4). Also, why do you reccomend those sources? (just out of curiosity.)
Should i make my boot partion ext2 or 3 or should i make it reiser too?

Sorry to get back yo you this late. No you cannot easily convert filesystems (except between ext2 and ext3). If you want to change you have to backup your files, reformat and copy over the backup.

I recommend mm-sources or gentoo-dev-sources because they are optimized and have security patches. Also they are well tested and should be stable. A good start then. Later, if you want to play around you can also try love-sources, or if you want Reiser4 lokean-sources.

I would make the boot partition ext2, no need for a journalling filesystem there.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum