ERROR: nvidia-installer must be run as root

Asked by crashdisk2002

I downloaded the Nvidia video driver for Linux - Ubuntu from the Nvidia website. I double-clicked the icon on the desktop - type .bin not supported. I tried to run it in a terminal, but failed - ERROR: nvidia-installer must be run as root. Desktop effects could not be enabled. How do I install the driver?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xserver-xorg-driver-nv Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You dont need the driver from the nvidia site, There are packages and systems to install the driver for you.

The first thing to try is:

gksudo jockey-gtk

If the driver is offered to you, activate the recommended driver.

If not, if you can provide the output of:

lspci | grep -i vga

I can advise the packages to install to get your video drivers installed.

Revision history for this message
crashdisk2002 (crashdisk2002) said :
#2

The drivers are already installed, but the "Desktop effects could not be enabled"  Now what?

--- On Sun, 11/1/09, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #87930]: ERROR: nvidia-installer must be run as root
To: <email address hidden>
Date: Sunday, November 1, 2009, 11:40 AM

Your question #87930 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/87930

    Status: Open => Needs information

actionparsnip requested for more information:
You dont need the driver from the nvidia site, There are packages and
systems to install the driver for you.

The first thing to try is:

gksudo jockey-gtk

If the driver is offered to you, activate the recommended driver.

If not, if you can provide the output of:

lspci | grep -i vga

I can advise the packages to install to get your video drivers
installed.

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+question/87930

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Did you reboot? The drivers do not get activated immediately after installation.

Once rebooted run:

nvidia-settings

and you can configure your display as you wish.

Revision history for this message
crashdisk2002 (crashdisk2002) said :
#4

Yes, I restarted the computer when it prompted me to.  Still the same.  Cannot enable visual effects.
I went to SYSTEM>PREFERENCES>DISPLAY = "It appears that your graphics driver does not support the necessary extensions to use this tool.  Do you want to use your graphics driver vendor's tool instead?"  YES.
 I can't adjust the resolution or anything with this Vendor Tool.  And now there is this pink square on the top left of my screen that says "Unknown" and I can't get it to go away.  Now what?

--- On Mon, 11/2/09, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #87930]: ERROR: nvidia-installer must be run as root
To: <email address hidden>
Date: Monday, November 2, 2009, 12:27 AM

Your question #87930 on xserver-xorg-driver-nv in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

    Status: Open => Answered

actionparsnip proposed the following answer:
Did you reboot? The drivers do not get activated immediately after
installation.

Once rebooted run:

nvidia-settings

and you can configure your display as you wish.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930/+confirm?answer_id=2

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
crashdisk2002 (crashdisk2002) said :
#5

Got the pink square to go away, but still can't enable desktop effects...  Now what?

--- On Mon, 11/2/09, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #87930]: ERROR: nvidia-installer must be run as root
To: <email address hidden>
Date: Monday, November 2, 2009, 12:27 AM

Your question #87930 on xserver-xorg-driver-nv in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

    Status: Open => Answered

actionparsnip proposed the following answer:
Did you reboot? The drivers do not get activated immediately after
installation.

Once rebooted run:

nvidia-settings

and you can configure your display as you wish.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930/+confirm?answer_id=2

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Can you please provide the output of:

lspci | grep -i vga

We'll do this the manual way.

Revision history for this message
crashdisk2002 (crashdisk2002) said :
#7

Here's a screenshot... Is this correct?  I still can't enable effects.

--- On Tue, 11/3/09, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #87930]: ERROR: nvidia-installer must be run as root
To: <email address hidden>
Date: Tuesday, November 3, 2009, 1:30 PM

Your question #87930 on xserver-xorg-driver-nv in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

    Status: Open => Needs information

actionparsnip requested for more information:
Can you please provide the output of:

lspci | grep -i vga

We'll do this the manual way.

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

I dont need a screenshot, the command will output a single line of text

Once you give that I can get you moving.

Revision history for this message
crashdisk2002 (crashdisk2002) said :
#9

Did I do this correctly?  Is this what you need?

poopstain@poopstain-desktop:~$ lspci | grep -i vga
01:04.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
poopstain@poopstain-desktop:~$

--- On Tue, 11/3/09, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #87930]: ERROR: nvidia-installer must be run as root
To: <email address hidden>
Date: Tuesday, November 3, 2009, 1:30 PM

Your question #87930 on xserver-xorg-driver-nv in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

    Status: Open => Needs information

actionparsnip requested for more information:
Can you please provide the output of:

lspci | grep -i vga

We'll do this the manual way.

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10

sudo apt-get --purge remove nvidia*; sudo apt-get --purge autoremove; sudo apt-get clean; sudo apt-get update; sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf_old

Then reboot

You should now be using the default driver.

You can now run:

sudo apt-get install nvidia-173-modaliases nvidia-glx-173

Which will install the driver for your card.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

You can then reboot to get the driver loaded and all ok.

Revision history for this message
crashdisk2002 (crashdisk2002) said :
#12

X-server is already running on display :0 Would you like to run X-server on another display? y/n
poopstain@poopstain-desktop:~$ sudo apt-get install nvidia-173-modaliases nvidia-glx-173
[sudo] password for poopstain:
Nothing happened. It won't let me type my password.
Desktop effects cannot be enabled. What now?

--- On Wed, 11/4/09, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #87930]: ERROR: nvidia-installer must be run as root
To: <email address hidden>
Date: Wednesday, November 4, 2009, 12:59 PM

Your question #87930 on xserver-xorg-driver-nv in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

    Status: Open => Answered

actionparsnip proposed the following answer:
sudo apt-get --purge remove nvidia*; sudo apt-get --purge autoremove;
sudo apt-get clean; sudo apt-get update; sudo mv /etc/X11/xorg.conf
/etc/X11/xorg.conf_old

Then reboot

You should now be using the default driver.

You can now run:

sudo apt-get install nvidia-173-modaliases nvidia-glx-173

Which will install the driver for your card.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930/+confirm?answer_id=9

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#13

The password is beikng inputted, there is just no screen reaction. This is to hide the length of passwords from prying eyes

Revision history for this message
crashdisk2002 (crashdisk2002) said :
#14

Ubuntu is running in low graphics mode.
The following error was encountered. You may need to upgrade your configuration to solve this.
(EE) Failed to load module "nvidia" (module does not exist, 0)
(EE) No drivers available.

Terminal -
poopstain@poopstain-desktop:~$ sudo apt-get install nvidia-173-modaliases nvidia-glx-173
[sudo] password for poopstain:
poopstain@poopstain-desktop:~$

Nothing happened! Still can't enable graphics! What now?

--- On Wed, 11/4/09, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #87930]: ERROR: nvidia-installer must be run as root
To: <email address hidden>
Date: Wednesday, November 4, 2009, 12:59 PM

Your question #87930 on xserver-xorg-driver-nv in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

    Status: Open => Answered

actionparsnip proposed the following answer:
sudo apt-get --purge remove nvidia*; sudo apt-get --purge autoremove;
sudo apt-get clean; sudo apt-get update; sudo mv /etc/X11/xorg.conf
/etc/X11/xorg.conf_old

Then reboot

You should now be using the default driver.

You can now run:

sudo apt-get install nvidia-173-modaliases nvidia-glx-173

Which will install the driver for your card.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930/+confirm?answer_id=9

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
crashdisk2002 (crashdisk2002) said :
#15

poopstain@poopstain-desktop:~$ sudo apt-get install nvidia-173-modaliases nvidia-glx-173
[sudo] password for poopstain:
poopstain@poopstain-desktop:~$
poopstain@poopstain-desktop:~$

Nothing happened.  what now?

--- On Wed, 11/4/09, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #87930]: ERROR: nvidia-installer must be run as root
To: <email address hidden>
Date: Wednesday, November 4, 2009, 1:35 PM

Your question #87930 on xserver-xorg-driver-nv in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

    Status: Open => Answered

actionparsnip proposed the following answer:
The password is beikng inputted, there is just no screen reaction. This
is to hide the length of passwords from prying eyes

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930/+confirm?answer_id=12

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
crashdisk2002 (crashdisk2002) said :
#16

Ok. I ran -
sudo apt-get --purge remove nvidia*; sudo apt-get --purge autoremove;
sudo apt-get clean; sudo apt-get update; sudo mv /etc/X11/xorg.conf
/etc/X11/xorg.conf_old
Then I rebooted and ran -
sudo apt-get install nvidia-173-modaliases nvidia-glx-173
When y/n was prompted, I chose yes. After program finished I rebooted.
Cannot enable desktop effects. What now?

--- On Wed, 11/4/09, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #87930]: ERROR: nvidia-installer must be run as root
To: <email address hidden>
Date: Wednesday, November 4, 2009, 12:59 PM

Your question #87930 on xserver-xorg-driver-nv in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

    Status: Open => Answered

actionparsnip proposed the following answer:
sudo apt-get --purge remove nvidia*; sudo apt-get --purge autoremove;
sudo apt-get clean; sudo apt-get update; sudo mv /etc/X11/xorg.conf
/etc/X11/xorg.conf_old

Then reboot

You should now be using the default driver.

You can now run:

sudo apt-get install nvidia-173-modaliases nvidia-glx-173

Which will install the driver for your card.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930/+confirm?answer_id=9

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#17

Wow nice multiple post of the same thing. The 173 is the driver which supports your card.

All I can suggest is you run:

sudo nvidia-xconfig

Then restart x with alt+k+print screen

If that doesnt work I am stumped.

Revision history for this message
crashdisk2002 (crashdisk2002) said :
#18

OK. I ran sudo nvidia-xconfig.
Nothing happened.
What do you mean, "Then restart x with  alt+k+print screen"?
I restarted the computer and nothing happened. There was no code to screen shot. What now genius?

--- On Thu, 11/5/09, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #87930]: ERROR: nvidia-installer must be run as root
To: <email address hidden>
Date: Thursday, November 5, 2009, 12:19 AM

Your question #87930 on xserver-xorg-driver-nv in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

    Status: Open => Answered

actionparsnip proposed the following answer:
Wow nice multiple post of the same thing. The 173 is the driver which
supports your card.

All I can suggest is you run:

sudo nvidia-xconfig

Then restart x with  alt+k+print screen

If that doesnt work I am stumped.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930/+confirm?answer_id=16

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#19

Read above, I said I am stumped

And lose the "genius" attitude, its not very becoming

Revision history for this message
crashdisk2002 (crashdisk2002) said :
#20

You're the one with the attitude who ccan't fihure this out. Don't get snippy with me!

--- On Thu, 11/5/09, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #87930]: ERROR: nvidia-installer must be run as root
To: <email address hidden>
Date: Thursday, November 5, 2009, 4:54 AM

Your question #87930 on xserver-xorg-driver-nv in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

    Status: Open => Answered

actionparsnip proposed the following answer:
Read above, I said I am stumped

And lose the "genius" attitude, its not very becoming

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930/+confirm?answer_id=18

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#21

On review, I fail to see the attitude I have given. I have given (albeit failed) constructive advice. I just didn't appreciate the genius bit, it sounded crass.

Maybe someone else can advise

Revision history for this message
crashdisk2002 (crashdisk2002) said :
#22

No thank you.  You've made my choice easy.  I've purchased Windows 7.  And it runs flawlessly! Bye, Bye, now.

--- On Thu, 11/5/09, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #87930]: ERROR: nvidia-installer must be run as root
To: <email address hidden>
Date: Thursday, November 5, 2009, 6:00 PM

Your question #87930 on xserver-xorg-driver-nv in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-nv/+question/87930

actionparsnip posted a new comment:
On review, I fail to see the attitude I have given. I have given (albeit
failed) constructive advice. I just didn't appreciate the genius bit, it
sounded crass.

Maybe someone else can advise

--
You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#23

Your money, enjoy

Can you help with this problem?

Provide an answer of your own, or ask crashdisk2002 for more information if necessary.

To post a message you must log in.