trying to install the drivers for nvidia geforce 9800 gt, have down-loaded and installed but i get following 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.
this means nothing.
any help would be appriciated, but an idiots step by step guide would be better as i dont even understand the “as Root” part
Running as root means running the command as “superuser” (Administrator in Windowesian). This is usually achieved by issuing su before launching the command. “Su” will ask you for your superuser password. Restarting the X server simply means shutting down the GUI; the most elegant and correct way to do it would be to log out (as if switching user) and simply log back in.
Now, if by any chance nvidia-xconfig doesn’t behave as expected, you could try running sax2 -r from a console. IIRC it has to be run as superuser too.
You can do the “easy” way or the “hard” way. I find that the “hard” way is not that hard, it is actually very easy (if you are comfortable with typing commands).
thanks for the replies
opened gnome terminal and got the following
jamie@linux-b7a7:~> su
Password:
linux-b7a7:/home/jamie # nvidia-xconvig
bash: nvidia-xconvig: command not found
linux-b7a7:/home/jamie #
realised i had spelt wrong ie:convig instead of config
tryed all sugestions however it seems i am no further forward.
i can not can not change compiz fusion from the basic set up as though i am running a very basic system but i believe this comp is up to the task
ben@SuSeLinux:~> sax2 -r -m 0=nvidia
bash: sax2: command not found
Hmmm what’s the gcc, make and kernel-sources? I hope this doesn’t mean starting Yast again, I think I’ll quit before I go through that again!
ben2talk adjusted his/her AFB on Sunday 10 May 2009 07:36 to write:
>
> cybertaz;1891859 Wrote:
>> did you look at the instructions in the link I posted?
>>
>> What about this:
>> sax2 -r -m 0=nvidia
>>
>> You will also need the gcc, make and kernel-sources (make sure the
>> source version matches your installed kernel)
>
> ben@SuSeLinux:~> sax2 -r -m 0=nvidia
> bash: sax2: command not found
are you logged in as root on a term in runlevel 3?
if the :
ben@SuSeLinux:~> sax2 -r -m 0=nvidia
is a direct paste then you are trying to run sax2 as user not root which
does not compute
HTH