Ми явно съм порядъчно тъп. Пробвах с всички съвети по-горе, инсталирах и други драйвери. Все същото: 640/480...
А тоя xorg.conf така и не можах да го намеря къде е. Още по-малко знам как да го отворя и какво да пиша в него...и изобщо той ли е решението на проблема...
Та ако нямой мисли да помага моля да е с код и подробно...
Благодаря на всеки отзовал се:)
Ми не си тъп 

 И аз се мъчих първоначално и това го измъдрих:
Отвараяш една конзола и вътре пишеш (Това по-тъмното са командите, които въвеждащ):
sudo su -//Тука си пишеш паролата на твоя user.
nano /etc/X11/xorg.conf//Сега пействаш следното и после даваш CTRL-X и после Y, за да се запишат промените.
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@palmer)  Sun Feb  1 20:21:04 UTC 2009
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0     
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection                                   
Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"           
    FontPath        "/usr/share/fonts/X11/100dpi"         
    FontPath        "/usr/share/fonts/X11/75dpi"           
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "built-ins"                                       
EndSection                                                           
Section "Module"
    Load           "extmod"
    Load           "dri"   
    Load           "record"
    Load           "dbe"   
    Load           "glx"   
    Load           "dri2" 
EndSection                 
Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection                       
Section "InputDevice"
    Identifier     "Keyboard0"                                                                                               
    Driver         "kbd"                                                                                                     
EndSection                                                                                                                   
Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7" 
EndSection                                   
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-1"   
    HorizSync       28.0 - 100.0
    VertRefresh     60         
EndSection                     
Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        #Option     "DualHead"                  # [<bool>]
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV44A [GeForce 6200]"
    BusID          "PCI:1:0:0"
EndSection
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6200"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1280x1024_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
С този ред 
Option         "metamodes" "1280x1024_60 +0+0" определяш резолюцията и честотоата на опресняване - в случая 1280x1024 на 60 херца. По-нагоре има още един ред 
VertRefresh     60  - и него може да го оправиш, но мисля,че при собственическия драйвера на Nvidia той не се използва. Реда 
BusID          "PCI:1:0:0" по-добре го коментирай (сложи му един # отпред), понеже не знам каква ти е видеокартата. Накрая за по-сигурно рестартирай компютъра.