You are not logged in.

#26 2007-10-16 22:31:57

MarinvHs
Member
From: Curitiba, PR, Brazil
Registered: 2007-10-15
Posts: 47

Re: Configuring Network

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 tongue

Offline

#27 2007-10-17 00:42:12

MarinvHs
Member
From: Curitiba, PR, Brazil
Registered: 2007-10-15
Posts: 47

Re: Configuring Network

Ok everything is good now , Im with gnome already big_smile

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
EndSection

Any tips or anything I should change?

I have put vga=791 already in grub

Offline

#28 2007-10-17 02:00:01

k_odoma
Member
Registered: 2007-06-14
Posts: 18

Re: Configuring Network

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

#29 2007-10-17 12:22:30

MarinvHs
Member
From: Curitiba, PR, Brazil
Registered: 2007-10-15
Posts: 47

Re: Configuring Network

Thanks a lot for all that helped me, I'm now with ArchLinux xD

Offline

#30 2007-10-17 12:23:07

MarinvHs
Member
From: Curitiba, PR, Brazil
Registered: 2007-10-15
Posts: 47

Re: Configuring Network

k_odoma wrote:

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.

I solved the problem already, thanks for the help big_smile

Offline

Board footer

Powered by FluxBB