ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

ubuntu nvidia help



just installed ubuntu great
trying to install nvidia drivers not so good it no work :(

change session to failsafe terminal login su -
then navigate to where the .run file is
i type sh then the filename and it says not found what am i doing wrong ??
 
  2004 1.2 Dynamique
Theres a beginners magazine you can buy and it tells you how to set it up properley step by step
 
hmm maybe another time i can get the magazine. im just messing around waiting for a call back with an activation code for some of our software so thought id give it a go
 

KDF

  Audi TT Stronic
just installed ubuntu great
trying to install nvidia drivers not so good it no work :(

change session to failsafe terminal login su -
then navigate to where the .run file is
i type sh then the filename and it says not found what am i doing wrong ??

Dont even need to go to the nvidia site !

Click

System/Administration/Restricted Drivers Manager

Tick the box that says Nvidia, click ok


Your done.. Also, just use apt-get to install beryl.
 
  Trophy #267
prob got the filename wrong as post #1 poss capitalised nix cares about that unlike the mr Gates offerings ;)
tip. sh [then press 1st letter of script] and then tab will autocomplete it

edit: ubuntu is a great distro for nix n00bs. had a fair few attempts with fedora / rh amongst others but instantly took to ubuntu
 
yeah thats the thing i have been using dos/windows daily since some time in 91 so i now only know windows once i went graphical i got lazy lol
 
  Punto/Clio GTT
so hows ubuntu then?

i really am tempted to try it, only thing putting me off is that i have no idea how it works, what the layouts like, whether my hardwares compatable, whether its buggy, etc etc
 

KDF

  Audi TT Stronic
Try the live CD, wont touch your windows OS (or your hard drive for that matter) but will give you a fully working desktop. It will run a little slow compared to if you installed it (after all it is running from a CD !)
 
blue screen with a box made from hyroglyphics

saying
failed to start the x server (your graphical interface) it is likely that its not set up correctly. would you like to view the x server output to diagnose the problem
 
  Trophy #267
reboot but open the grub menu and select a kernel with repair option iirc and boot to a cmd prompt. then issue
sudo dpkg-reconfigure xserver-xorg
That opens up a config box which asks you to reenter gfx card setting which will get you a gui back
 

KDF

  Audi TT Stronic
Code:
its trying to load the nvidia drivers but cant find them at best guess.

okay do it the harder way. Download the nvidia drivers from their website and remember where you saved the file. now do the following

ctrl+alt+F1 and log in using your account. Im going to assume you saved the file to your desktop (if you saved it somewhere else you will need to change the commands below)

if your stuck in a console and cant get the nvidia drivers use this command ! This will get you the x86 driver (let me know if thats the wrong for your archtecture ?) Copy the WHOLE of below not just the first line !
Code:
cd ~/Desktop/ && wget 
http://us.download.nvidia.com/XFree86/Linux-x86/100.14.11/NVIDIA-Linux-x86-100.14.11-pkg1.run

Stop X11

Code:
sudo /etc/init.d/gdm stop

now lets make the nvidia installer executable.

Code:
chmod +x ~/Desktop/NVIDIA*.run

install a few things to build the kernel driver

Code:
sudo apt-get install build-essentials

install the nvidia driver

Code:
sudo sh ~/Desktop/NVIDIA*.run

and follow the onscreen instructions. If you need to you can then restart X with the

Code:
sudo /etc/init.d/gdm start

command.
 

KDF

  Audi TT Stronic
Dont need to re-install just for an nvidia driver lol

did you save the Nvidia file to your desktop like I told ya.. bet thats your problem ;)
 

KDF

  Audi TT Stronic
If you get completly stuck PM me, I would SSH into the box and set it all up for you. I've done it for someone on here before... think it was ViolentJ back when he as a young padewan ;) (was it you ?).

He's a linux master now !
 

KDF

  Audi TT Stronic
it was in the level below so /home/mike i can rememeber enough dos to alter file paths :)


its reinstalled now anyway :)

Ok Cool. you should have also removed the ~ sign as the ~ sign in linux is your home directory ! in your case if you typed

cd ~

it would take you to /home/mike/

(in actual fact if you just type "cd" it also takes you to your home folder ;) but I dont think thats consistent across all linux distro's)
 
  Not a Clio
If you're blue screening it will be an issue with your xorg. As you're trying to install the nvidia driver, most likely the problem is with the device section. It should actually give you the option to view what the problem is.

If you need to edit your xorg from a command prompt then use:

sudo nano /etc/X11/xorg.conf

CTRL O will save your changes and CTRL X will exit out, then type startx to try and load the x server again.

If the driver hasn't installed properly it might have changed the driver in xorg to nvidia which will be why it's crapping out, so change it to vesa or nv.

That way you can get back into a GUI.

The envy script I posted should install the driver for you hassle free though.
 


Top