Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Possible Duplicate:
How do I install extra drivers?

R1600 Acer revo

Hey guys i need help installing drivers via the command prompt, i read around and i saw that running jockey in text mode will open up the drivers, but i don't know how to go about installing them.

share|improve this question

marked as duplicate by Jorge Castro, Tom Brossman, Eliah Kagan, devav2, Marco Ceppi Oct 22 '12 at 7:14

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Jockey via terminal:

  jockey-text -l

to get the list of available drivers. For example:

kmod:nvidia_current - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use)

If you want to install this driver version, type:

sudo jockey-text -e kmod:nvidia_current

The graphical install method moved to the Software-Sources dialogue.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.