Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Nvidia GeForce 8200 driver problems on Ubuntu 11.04?

  1. #1
    Join Date
    May 2011
    Beans
    9

    Nvidia GeForce 8200 driver problems on Ubuntu 11.04?

    I recently installed Ubuntu 11.04 on my Emachine Er1402-05, Wireless works fine, but not the grahics Emachine Er1402-05 has a nVidia GeForce 8200 graphics card.

    The problem is that after installation it only support resolution upto 1024x768, while my LCD has native resolution at 1600x900.

    I have installed the most recent nvidia driver
    $sudo apt-get install nvidia-current

    However, I was not able to config it:
    $ sudo nvidia-xconfig
    sudo: nvidia-xconfig: command not found

    I was not able to install the package.
    $ sudo apt-get install nvidia-xconfig
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package nvidia-xconfig

    Here is relevant info:

    $ lspci | grep VGA
    02:00.0 VGA compatible controller: nVidia Corporation C77 [GeForce 8200] (rev a2)


    Here is the content of my xorg.conf.

    $ cat /etc/X11/xorg.conf

    Section "Device"
    Identifier "Default Device"
    Option "NoLogo" "True"
    EndSection


    Any help would be appreciated.

    Regards,
    Jim

  2. #2
    Join Date
    Apr 2009
    Location
    Aotearoha
    Beans
    2,659
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Nvidia GeForce 8200 driver problems on Ubuntu 11.04?

    The nvidia-xconfig is part of the nvidia driver package.
    It should be installed into /usr/bin/..
    I have never directly used nvidia-xconfig in >2 yrs of nvidia & HTPC.

    Have you rebooted/restarted the X server after nvidia install ?
    Can you run nvidia-settings (after reboot) ?
    Can you select your required screen resolution/video mode ?

    glxinfo
    vdpauinfo

    Post your
    /var/log/Xorg.0.log file as an attachment..

  3. #3
    Join Date
    May 2011
    Beans
    9

    Re: Nvidia GeForce 8200 driver problems on Ubuntu 11.04?

    Have you rebooted/restarted the X server after nvidia install ?
    Yes.

    Can you run nvidia-settings (after reboot) ?
    Yes. But it gives the warning message: "You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server."
    However, I am not able to install and run nvidia-xconfig
    $ sudo nvidia-xconfig
    sudo: nvidia-xconfig: command not found

    Can you select your required screen resolution/video mode ?
    Nope. The highest availbe is 1024x768, while my LCD is 1600x900

    Thanks

  4. #4
    Join Date
    Apr 2009
    Location
    Aotearoha
    Beans
    2,659
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Nvidia GeForce 8200 driver problems on Ubuntu 11.04?

    where is the /var/log/Xorg.0.log file......

    So the nvidia X server can not start..

    Run this in terminal
    dmesg | grep nouveau

    Have a search in dmesg output for anything to do with video VGA etc...

  5. #5
    Join Date
    May 2011
    Beans
    9

    Re: Nvidia GeForce 8200 driver problems on Ubuntu 11.04?

    The following command returns empty:
    $ dmesg | grep nouveau

    Now I am able to tun the nvidia-xconfig command:
    $ sudo nvidia-xconfig
    Using X configuration file: "/etc/X11/xorg.conf".

    VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
    Device section "Default Device" must have a Driver line.

    Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
    New X configuration file written to '/etc/X11/xorg.conf'

    Here is the content of the configuration file:
    $ cat /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 270.41.06 (buildmeister@swio-display-x86-rhel47-07.nvidia.com) Mon Apr 18 15:15:12 PDT 2011

    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    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"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    The problem is that I am still stuck with 1024x768 resolution.

  6. #6
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Nvidia GeForce 8200 driver problems on Ubuntu 11.04?

    Try:

    Code:
    gksudo nvidia-settings

  7. #7
    Join Date
    May 2011
    Beans
    9

    Re: Nvidia GeForce 8200 driver problems on Ubuntu 11.04?

    I have tried nvidia-settings. However, in the configuration panel, the drop down list of resolution does not go to 1600x900. It does not recognize my LCD monitor correctly, and the max resolution only goes to 1360x768.

  8. #8
    Join Date
    May 2011
    Beans
    9

    Re: Nvidia GeForce 8200 driver problems on Ubuntu 11.04?

    After I changed the resolution to 1360x768 in nvidia-settings, things gets even worse.
    After rebooting, the resolution is changed to 640x480, and I can not go any resolution higher than that.

    Regards,
    Jim

  9. #9
    Join Date
    Apr 2009
    Location
    Aotearoha
    Beans
    2,659
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Nvidia GeForce 8200 driver problems on Ubuntu 11.04?

    Please post the file /var/log/Xorg.0.log (as attachment)....

    Your video card is not new so any old driver should fine..
    You could try using an old driver version like 175.xx.xx..

  10. #10
    Join Date
    May 2011
    Beans
    9

    Re: Nvidia GeForce 8200 driver problems on Ubuntu 11.04?

    Attached is /var/log/Xorg.0.log .

    How do I revert to an older driver version like 175.xx.xx. ?

    In the "Additional Drivers" panel, I only see two choices: version 173 and current version for nvidia card.
    I am using the current version.

Page 1 of 2 12 LastLast

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
  •