Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[FAQ] - Domande varie sull'installazione
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Nightfall82
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2004
Posts: 85
Location: Treviso, Italy

PostPosted: Mon Apr 19, 2004 1:59 pm    Post subject: [FAQ] - Domande varie sull'installazione Reply with quote

Vorrei installare Gentoo sul mio pc usando Gentoo Minimal CD 2004.0, Stage1 e genkernel (con kernel gentoo-dev-sources). Questi sono i miei dubbi:

1) Ho un AthlonXP 2000+, vorrei sapere quali settaggi delle variabili CHOST & c. mi consigliate. Ho trovato le seguenti

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"

ma mi sembra che nello stage3, in make.conf compaia anche qualcosa di simile a

USE="3dnow, mmx" ???

Non è un po' troppo -O3? Non è più sicuro -O2?
E infine, devo settare MAKEOPTS?

2) Perché nell'handbook c'è il paragrafo "Configuring the USE variable"? Devo forse settare in qualche modo questa variabile prima di installare Gentoo?

3) Ho sentito parlare di bootstrap-2.6.sh. Lo devo usare o seguo l'handbook che parla solo di bootstrap.sh? Premetto che l'ultima volta che ho provato a installare da stage1 con gentoo-dev-sources, non molto dopo aver lanciato bootstrap.sh il tutto si impiantava compilando ncurses... Boooh.

4) Sempre nell'handbook, si legge: "If you have altered the CHOST setting in /etc/make.conf previously, you need to reinitialize some variables in order for gcc to work fast: source /etc/profile"
Ma questo lo devo fare prima o dopo aver lanciato bootstrap.sh?

5) Ho un'adsl a consumo, vale a dire che pago i minuti che resto connesso. Se ho ben capito, facendo x es. emerge --fetchonly system, gentoo dovrebbe scaricare uno dopo l'altro i pacchetti necessari. Dopodiché, se mi disconnetto e lancio emerge system, gentoo userà i pacchetti scaricati precedentemente?

6) Ho una ATI Radeon 9000 come scheda video, e nel paragrafo Installing Extra Modules, non capisco se devo installare ati-drivers, ati-drivers-extra, o xfree-drm. Help!

Ringrazio anticipatamente tutti coloro che mi aiuteranno.
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Apr 19, 2004 2:27 pm    Post subject: Re: [HELPME!] - Domande varie sull'installazione Reply with quote

Nightfall82 wrote:
Vorrei installare Gentoo sul mio pc usando Gentoo Minimal CD 2004.0, Stage1 e genkernel (con kernel gentoo-dev-sources). Questi sono i miei dubbi:

1) Ho un AthlonXP 2000+, vorrei sapere quali settaggi delle variabili CHOST & c. mi consigliate. Ho trovato le seguenti

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"

ma mi sembra che nello stage3, in make.conf compaia anche qualcosa di simile a

USE="3dnow, mmx" ???

Non è un po' troppo -O3? Non è più sicuro -O2?


Io uso tranquillamente -O3, se vuoi stare in una botte di ferro usa pure -O2

Nightfall82 wrote:

E infine, devo settare MAKEOPTS?


Su monoprocessore credo che sia facoltativo.

Nightfall82 wrote:

2) Perché nell'handbook c'è il paragrafo "Configuring the USE variable"? Devo forse settare in qualche modo questa variabile prima di installare Gentoo?


Dipende da quello che vuoi. Se non la configuri usa le impostazioni di default.

Nightfall82 wrote:

3) Ho sentito parlare di bootstrap-2.6.sh. Lo devo usare o seguo l'handbook che parla solo di bootstrap.sh? Premetto che l'ultima volta che ho provato a installare da stage1 con gentoo-dev-sources, non molto dopo aver lanciato bootstrap.sh il tutto si impiantava compilando ncurses... Boooh.


Non so perché ti si impiantava e non conosco il bootstrap-2.6.sh. Se usi bootstrap.sh fai l'installzione con il 2.4.x e poi ti compilerai il 2.6 a fine installazione. A meno di problemi di driver strani (sata etc.) dovrebbe andar bene lo stesso.

Nightfall82 wrote:

4) Sempre nell'handbook, si legge: "If you have altered the CHOST setting in /etc/make.conf previously, you need to reinitialize some variables in order for gcc to work fast: source /etc/profile"
Ma questo lo devo fare prima o dopo aver lanciato bootstrap.sh?


Prima. Altrimenti compileresti il bootstrap con le CFLAGS default

Nightfall82 wrote:

5) Ho un'adsl a consumo, vale a dire che pago i minuti che resto connesso. Se ho ben capito, facendo x es. emerge --fetchonly system, gentoo dovrebbe scaricare uno dopo l'altro i pacchetti necessari. Dopodiché, se mi disconnetto e lancio emerge system, gentoo userà i pacchetti scaricati precedentemente?


Si

Nightfall82 wrote:

6) Ho una ATI Radeon 9000 come scheda video, e nel paragrafo Installing Extra Modules, non capisco se devo installare ati-drivers, ati-drivers-extra, o xfree-drm. Help!


Boh, ci sono vari topic in merito. Dai un occhiata a quelli, tanto hai tempo tra il bootstrap e l'emerge system :-P
_________________
Ciao da me!
Back to top
View user's profile Send private message
xchris
Advocate
Advocate


Joined: 10 Jul 2003
Posts: 2824

PostPosted: Mon Apr 19, 2004 2:42 pm    Post subject: Reply with quote

direi che in fase di compilazione iniziale e' buona norma mettere

MAKEOPTS=-j2 (x monoproc)


la regola generale sempre valida e' num_cpu+1.

Magari quando il sistema e' up potresti anche mettere -j1 (equivalente a non mettere nulla) per lasciare un po' di fiato alla macchina mentre la stai usando per altro.

In fase di prima installazione pero' questo non e' necessario e andrei di -j2.(almeno velocizzi di un pochino)

ciao
_________________
while True:Gentoo()
Back to top
View user's profile Send private message
Nightfall82
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2004
Posts: 85
Location: Treviso, Italy

PostPosted: Mon Apr 19, 2004 9:08 pm    Post subject: Re: [HELPME!] - Domande varie sull'installazione Reply with quote

Quote:

Non so perché ti si impiantava e non conosco il bootstrap-2.6.sh. Se usi bootstrap.sh fai l'installzione con il 2.4.x e poi ti compilerai il 2.6 a fine installazione.


Perché dovrei usare il 2.4.x?
Io vorrei usare gentoo-dev-sources con genkernel... non è possibile?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31470
Location: here

PostPosted: Mon Apr 19, 2004 9:24 pm    Post subject: Re: [HELPME!] - Domande varie sull'installazione Reply with quote

Nightfall82 wrote:
Perché dovrei usare il 2.4.x?
Io vorrei usare gentoo-dev-sources con genkernel... non è possibile?

Io ho installato diverse gentoo con il 2.6 e nessun problema.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
MyZelF
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 2010
Location: Venice, Italy

PostPosted: Mon Apr 19, 2004 10:42 pm    Post subject: Reply with quote

Segui le direttive dell'handbook per quanto riguarda il bootstrap. Al momento dell'installazione dei sorgenti del kernel potrai scegliere quelli che preferisci, compresi quelli della serie 2.6.x.
_________________
"Larry the Cow was a bit frustrated at the current state of Linux Distributions..."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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