This site is moved to other domain!

You should be automatically redirected in 9 seconds. If not, visit
http://www.detector-pro.com
and update your bookmarks.

Monday, January 12, 2009



Stumble Upon Toolbar
written by: Ukion in
[] [] [] []

Linux tip: How to install graphic driver from the command line / console


Don't want to miss a single bit? Subscribe to our RSS Feed!


One of the most common problems seems to be when a kernel update breaks the installed video driver and inexperienced users cannot get a desktop back, but are left without a GUI and can't figure out how to re-install the graphics driver from the command line. It's a good idea to keep a copy of your diver in your /home/"username". Then all is needed is to boot to runlevel 3, login as root and install.

To install graphic driver for Nvidia for example, once logged in as root cd /home/"username"

sh N (use TAB key to auto complete)
reeboot
If you want to enable graphics when you can't install a driver or say you have a laptop chipset or onboard. Login as root level3 and use this command (the command is SuSe specific. Other Linux distributions provide other utilities):
sax2 -r -m 0=vesa
reboot this should enable a display using vesa.




Subscribe to DetectorProDid you enjoy this post? Why not leave a comment below and continue the conversation, or Subscribe to Feed and get articles like this delivered automatically to your Email or feed reader.



Related articles by tags



1 comments:

Anonymous said...

You should perhaps mention that sax2 is SuSe-specific, and other distros provide have other utilities. Mandriva and PCLOS for example, have the draktools and specifically 'XFdrake' for X driver config, Debian & Ubuntu uses 'dpkg-reconfigure xserver-xorg' and/or bulletproof X, and I'm sure others have their own unique tools as well.