
its not too bad with a little patience... using the handbook and some help on the forums i was able to get gentoo up and running using command line (used 2007.0 livecd but gui didnt work due to lack of ati drivers so i just hit alt-f1 and switched to command line).maartenlambrecht wrote:Thanks NeddySeagoon
I'm going to give it a try!
First I'll download the minimal cd and read the manual. Tomorrow I will do the install.
I don't have mirc any more so I will post my (future) questions in a topic on this site.
See you there!
You could have used X during the installation process by manually modifying the configuration to [post=4069188]use the vesa driver[/post] instead.wangzilla wrote:its not too bad with a little patience... using the handbook and some help on the forums i was able to get gentoo up and running using command line (used 2007.0 livecd but gui didnt work due to lack of ati drivers so i just hit alt-f1 and switched to command line).

ya, tru, but i feel i learned a little more this waydesultory wrote:You could have used X during the installation process by manually modifying the configuration to [post=4069188]use the vesa driver[/post] instead.wangzilla wrote:its not too bad with a little patience... using the handbook and some help on the forums i was able to get gentoo up and running using command line (used 2007.0 livecd but gui didnt work due to lack of ati drivers so i just hit alt-f1 and switched to command line).




Code: Select all
emerge --syncCode: Select all
emerge system -e
To update the set of software that the package manager is aware of (known by various references, most commonly the portage tree or simply the tree), run emerge --sync (there are exceptions to this, but you need be concerned with them yet). To update the software installed on the system with respect to the software that the package manager is aware of, run emerge -avuND world (the options respectively expand to --ask --verbose --update --newuse and --deep).Silver FOX wrote:I thought the command to update the system was:
emerge --ask (to ask first) --deep(to include dependences) --newuse (when you change the USE´s) world.
Could you tell me the diference?

Code: Select all
emerge --emptytree system
Code: Select all
...emerging app-text/libpaper-1.1.20...


Code: Select all
merge --sync
emerge world -uDNav


No, the LiveDVD does not provide the right versions. The files expected by emerge and the ones in /usr/portage/distfiles are not the same and far too many files in distfiles are missing. In fact I cannot find all of them even on distfiles.gentoo.org. For example, to build X11, emerge tries to fetch randrproto-1.2.0.tar.bz2, but the only versions available are 1.2.1 and 1.2.2.NeddySeagoon wrote:wildhorse,
As I have said, the installer CD/DVD provides the versions of things that were current at the time the snapshot on which the installer is based was made. Thats the same as any binary distro and its as close as Gentoo gets to providing binaries.