Results 1 to 6 of 6

Thread: error message from nvidia GUI: "run nvidia-xconfig as root"

  1. #1
    Join Date
    Mar 2007
    Beans
    334

    error message from nvidia GUI: "run nvidia-xconfig as root"

    Gents:

    Jaunty hosed my entire nv-driver setup removing a working 190.xx setup. Now I have NO installed NV driver and running the nv-gui get a message:

    run nvidia-xconfig as root

    What does it mean and how do I do this: I have tried dloading the listed nv190.47 drivers using package-manager. but nothing happens.

  2. #2
    Join Date
    Jul 2008
    Location
    /home/konqueror7
    Beans
    Hidden!

    Re: error message from nvidia GUI: "run nvidia-xconfig as root"

    Code:
    sudo nvidia-xconfig
    There is nothing either good or bad, but thinking makes it so. - W. Shakespeare

    Linux User #484611 | Ubuntu User #26153 | Blog

  3. #3
    Join Date
    Mar 2007
    Beans
    334

    Re: error message from nvidia GUI: "run nvidia-xconfig as root"

    Quote Originally Posted by konqueror7 View Post
    Code:
    sudo nvidia-xconfig
    Sure I've done that ... and always get:

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

    I have no idea what "that" means ... or what action(s) it implies/requests/requires.

  4. #4
    Join Date
    Jul 2008
    Location
    /home/konqueror7
    Beans
    Hidden!

    Re: error message from nvidia GUI: "run nvidia-xconfig as root"

    this command will setup your xorg.conf to be 'nvidia compatible' so to say...after you've done that, the effects would only be applied after X has been restarted...

    for an overview, here how i install my nvidia driver...
    Code:
    sudo apt-get install linux-headers-`uname -r` build-essential gcc gcc-3.4 xserver-xorg-dev
    sudo apt-get --purge remove nvidia-glx nvidia-settings nvidia-kernel-common
    sudo rm /etc/init.d/nvidia-*
    sudo /etc/init.d/gdm stop
    sudo sh NVIDIA-*
    sudo nvidia-xconfig --add-argb-glx-visuals
    sudo /etc/init.d/gdm start
    this is assuming you are working in the current directory of the nvidia driver...hope it helped...
    Last edited by konqueror7; November 11th, 2009 at 08:04 PM.
    There is nothing either good or bad, but thinking makes it so. - W. Shakespeare

    Linux User #484611 | Ubuntu User #26153 | Blog

  5. #5
    Join Date
    Mar 2007
    Beans
    334

    Re: error message from nvidia GUI: "run nvidia-xconfig as root"

    Quote Originally Posted by konqueror7 View Post
    this command will setup your xorg.conf to be 'nvidia compatible' so to say...after you've done that, the effects would only be applied after X has been restarted...

    for an overview, here how i install my nvidia driver...
    Code:
    sudo apt-get install linux-headers-`uname -r` build-essential gcc gcc-3.4 xserver-xorg-dev
    sudo apt-get --purge remove nvidia-glx nvidia-settings nvidia-kernel-common
    sudo rm /etc/init.d/nvidia-*
    sudo /etc/init.d/gdm stop
    sudo sh NVIDIA-*
    sudo nvidia-xconfig --add-argb-glx-visuals
    sudo /etc/init.d/gdm start
    this is assuming you are working in the current directory of the nvidia driver...hope it helped...
    On the bad-side.... all your commands fail to execute or return "null"!!!

    On the good side... after miserably failing, "Jaunty system(?)" has automagically and unobserved installed the proper 190.xx driver and nvidia gui.

    On the weird side.... I did --- NOTHING OF VALUE -- to recover from the disaster of losing driver+xserver+??. I might as well have sprinkled hot chicken_blood over the tower.

  6. #6
    Join Date
    Jul 2008
    Location
    /home/konqueror7
    Beans
    Hidden!

    Re: error message from nvidia GUI: "run nvidia-xconfig as root"

    Quote Originally Posted by nss0000 View Post
    On the bad-side.... all your commands fail to execute or return "null"!!!

    On the good side... after miserably failing, "Jaunty system(?)" has automagically and unobserved installed the proper 190.xx driver and nvidia gui.

    On the weird side.... I did --- NOTHING OF VALUE -- to recover from the disaster of losing driver+xserver+??. I might as well have sprinkled hot chicken_blood over the tower.
    my command are meant to be a preparation and also the installation in which i would assume that the nvidia driver from the nvidia site is already there. so returning null or nothing in some commands can happen. but this is the way i install my drivers. i suggest you just install the latest driver in the repos, and do the nvidia-xconfig and restart...
    There is nothing either good or bad, but thinking makes it so. - W. Shakespeare

    Linux User #484611 | Ubuntu User #26153 | Blog

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
  •