Thx for your nice response anton, well, i'm not from the US hehe, i live in venezuela but i am portuguese.anton123 wrote:Hi Gokudan,
I am also a newbie but based on my guess, you should check this out first:
http://gentoo-wiki.com/Safe_Cflags
For your Core 2 Duo this may be the right choices:
32 bit profile (x86)
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
64 bit profile (amd64)
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"
Can anyone else please clarify what the best match is? By the way Gokudan, which city are you from?
I never said that was a distro, i said that's what i meant with it....and i think your first comment was not very polite, so you will be treated like you treat others, and i'm maybe a newbie at linux but not a newbie in things related with technology and forums...idella4 wrote:yes ok. So that's what a distro is.
I think my Core 2 Duo is 64bits since on intel website says it is compatible with Intel® 64 technology that takes advantage of 64bits OS's when they come out (Vista 64 for example), but i have a little question, since it is Intel Arch instead of AMD, shouldn't i be using the i64 distro instead of the amd64? or i64 is just for itanium processors?anton123 wrote:Hey Gokudan,
Thanks for the reply. Personally, I have tried the Gentoo 2006.1 live CD which i in my opinion was the best released version. Both, 2007.0 and 2008.0-r1 seem to have problems. I don't know why that is happening. Anyhow, I live in Toronto, Canada. Do you have any friends living in Toronto? My email, cristianxanton@gmail.com
By the way, if your Core 2 Duo is 32 bit architecture, go for x86 otherwise go for x86_64 or still try x86 Gentoo on it.
Thanks!

CoD 2 on wine 1.0-rc1 work fine but sound is of lower quality than on Windows.Gokudan wrote:CoD 2, CS Source, NWN2, Diablo 2 and some other games and of course the future Diablo 3

Use the manual stage3 tarball method. You're quite lucky to have a bootable system using the GTK installer (or the CLI-based installer), they are absolutely horrible.Gokudan wrote:Omg...
I downloaded the Live 2008-r1 CD and tried using GTK+ installer and of course it finished, i have a booting system but in X.11 (i guess how it is called right?), of course it didn't detected my wlan adapter and for a weird reason the user i created was not there, it just does not exist :S.
What can i do now? can i boot again with the Live CD and do a fresh install via terminal or i need to use a Minimal CD to do the stage 3 tarball installation method?
I appreciate all help and tips.
Thanks.
BR's
GD.
I'll do as you say man, btw, is stage 3 tarball networkless? or can it be networkless? since i have wifi all around the house and no possibility of unpluggin the dsl modem and connect it to me laptop...my dad,sister, niece would kill me lol..ShinyThings wrote:Use the manual stage3 tarball method. You're quite lucky to have a bootable system using the GTK installer (or the CLI-based installer), they are absolutely horrible.Gokudan wrote:Omg...
I downloaded the Live 2008-r1 CD and tried using GTK+ installer and of course it finished, i have a booting system but in X.11 (i guess how it is called right?), of course it didn't detected my wlan adapter and for a weird reason the user i created was not there, it just does not exist :S.
What can i do now? can i boot again with the Live CD and do a fresh install via terminal or i need to use a Minimal CD to do the stage 3 tarball installation method?
I appreciate all help and tips.
Thanks.
BR's
GD.

You have to be root to modify your user details.Gokudan wrote:Well i was able to finish the networkless installation of amd64 and i am able to boot and see the command line, but of course there's no GUI, i tried su to root but it says permission denied, i tried the solution "gpasswd -a username wheel" but it says "gpasswd: Permission denied" also tried "usermod -G users, wheel username" but no good either, as it says "-bash: usermod: command not found" ..
when i type groups at prompt i only see:
users myusername
Any thoughts?
BR's
GD
I did set a root password, that's why i'm trying to login as root, but, in the faq of su to root problems they say i need to have at least one user as part of the wheel group, in order to be able to su to root, and they gave the 2 solutions i tried with no luck.ShinyThings wrote:You have to be root to modify your user details.Gokudan wrote:Well i was able to finish the networkless installation of amd64 and i am able to boot and see the command line, but of course there's no GUI, i tried su to root but it says permission denied, i tried the solution "gpasswd -a username wheel" but it says "gpasswd: Permission denied" also tried "usermod -G users, wheel username" but no good either, as it says "-bash: usermod: command not found" ..
when i type groups at prompt i only see:
users myusername
Any thoughts?
BR's
GD
So, did you set a root password during the install? If so, just logout from your user account and login as root. Then, set up your regular user with the permissions and groups desired.
If you did not, you will have to chroot in (using the LiveCD) and type passwd to set the root password. Then, proceed as I said above.
For the GUI, look here. Start with the The X Server Configuration HOWTO. If you have an nvidia or ATI graphics card, check out those guides too. After all of that, you can look at the guides for the DE/WM of your choice. However, if you're going with a simple Window Manager, you can probably just emerge it and add it to your .xinitrc (assuming that's how you want to use X11). You could also enable graphical login with a display manager like xdm. I can't really help you with that, I've never done it.