You are not logged in.
Ok man, thanks a lot for your fast reply and greatful help, finally got my problem solved.
I'll change what you suggested and try going on with installing Xorg etc with pacman 
Offline
Ok everything is good now , Im with gnome already 
The only problem I have now is my resolution..its 640x480 and I can't make it bigger, the only 2 options I have are 320x240 and 640x480
this is what shows up in my xorg
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection
Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV34 [GeForce FX 5500]"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSectionAny tips or anything I should change?
I have put vga=791 already in grub
Offline
You're going to have to put something like this into xorg.conf:
Subsection "Display"
        Depth       24
        # Specify the resolutions you want to use.
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
EndSubsection
It'll depend of course on what resolution you want. I believe vga=791 only affects the console, not X.
Offline
Thanks a lot for all that helped me, I'm now with ArchLinux xD
Offline
You're going to have to put something like this into xorg.conf:
Subsection "Display"
Depth 24
# Specify the resolutions you want to use.
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsectionIt'll depend of course on what resolution you want. I believe vga=791 only affects the console, not X.
I solved the problem already, thanks for the help 
Offline