Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 39

Thread: how to install NVidia drivers ?

  1. #21
    Join Date
    Mar 2007
    Location
    Portsmouth, UK
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: how to install NVidia drivers ?

    I'm not quite following you.

    Are you saying that in nvidia-settings, it lists the resolution you want, and you can click "Save to X configuration File", but it doesn't change the resolution?

  2. #22
    Join Date
    Mar 2012
    Beans
    49

    Re: how to install NVidia drivers ?

    Quote Originally Posted by Grenage View Post
    I'm not quite following you.

    Are you saying that in nvidia-settings, it lists the resolution you want, and you can click "Save to X configuration File", but it doesn't change the resolution?
    i mean if i go to the nvidia-settings i can see that the settings are ok, but i didn't made "Save"... now i saved and create the xorg file.
    now pc is in rebooting....

  3. #23
    Join Date
    Mar 2012
    Beans
    49

    Re: how to install NVidia drivers ?

    no way...i will take some screenshot

  4. #24
    Join Date
    Mar 2012
    Beans
    49

    Re: how to install NVidia drivers ?

    look nvidia-settings
    Attached Images Attached Images

  5. #25
    Join Date
    Mar 2007
    Location
    Portsmouth, UK
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: how to install NVidia drivers ?

    It looks like it might be the right resolution now, but I find it hard to tell. Is it?

  6. #26
    Join Date
    Mar 2012
    Beans
    49

    Re: how to install NVidia drivers ?

    Quote Originally Posted by Grenage View Post
    It looks like it might be the right resolution now, but I find it hard to tell. Is it?
    i don't understand what you mean...
    the right resolution for me is the one you can see HERE, screenshot named "no_driver.png" ....
    now this isn't right resolution...
    Last edited by overkill22; March 9th, 2012 at 02:19 PM.

  7. #27
    Join Date
    Mar 2012
    Beans
    49

    Re: how to install NVidia drivers ?

    it seems that xrandr has some problem after installing nvidia drivers... it doesn't found LVDS...

  8. #28
    Join Date
    Mar 2007
    Location
    Portsmouth, UK
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: how to install NVidia drivers ?

    It looks like the proprietary driver doesn't work with xrandr so well, although others may have input.

    Can you post a copy of your /etc/X11/xorg.conf, and also the model/make of your netbook?

  9. #29
    Join Date
    Mar 2012
    Beans
    49

    Re: how to install NVidia drivers ?

    Quote Originally Posted by Grenage View Post
    It looks like the proprietary driver doesn't work with xrandr so well, although others may have input.

    Can you post a copy of your /etc/X11/xorg.conf, and also the model/make of your netbook?
    pc is compaq mini 311 model 311c-1025EL.

    xorg.conf

    Code:
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings:  version 280.13  (buildd@rothera)  Fri Aug  5 12:28:41 UTC 2011
    
    
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
        Option         "Xinerama" "0"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "Monitor"
    
        # HorizSync source: edid, VertRefresh source: edid
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "AUO"
        HorizSync       30.0 - 75.0
        VertRefresh     60.0
        Option         "DPMS"
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "ION"
    EndSection
    
    Section "Screen"
    
    # Removed Option "metamodes" "nvidia-auto-select +0+0"
    # Removed Option "metamodes" "1366x768 +0+0"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "TwinView" "0"
        Option         "metamodes" "nvidia-auto-select +0+0"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    oter information in attachment
    Attached Files Attached Files

  10. #30
    Join Date
    Mar 2007
    Location
    Portsmouth, UK
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: how to install NVidia drivers ?

    Try replacing that.

    Code:
    gksu gedit /etc/X11/xorg.conf
    Remove what's there, and paste in:

    Code:
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "AUO"
        HorizSync       30.0 - 75.0
        VertRefresh     60.0
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "ION"
    EndSection
    
    Section "Screen"
        Identifier "Screen0"
        Device "Device0"
        Monitor "Monitor0"
        DefaultDepth 24
        SubSection "Display"
            Depth 24
            Modes "1366x768"
        EndSubSection
    EndSection

Page 3 of 4 FirstFirst 1234 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •