• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

problems installing new video drivers on linux for nvida

Nab

Senior member
I'm having trouble installing updated nvidia drivers. I know how to get out of X server but the problem is I dont know how to get back into it. Thanks in advance.
 
well generally you type in "startx" from the command line to startx.

However if the computer is trying run a graphical login manager like KDM or GDM then it's gonna fail.

Logs of X startups can be found in /var/log

They will tell you of any errors or warnings. Errors are preceded by the EE and warnings are indicated by WW.
 
If you are using the login manager like drag mentioned, you can always drop down to runlevel 3( #init 3), and back up to runlevel 5 (#init 5)for an easy way to get you login manager back to handling Xsessions. If you are having that problem, you need to change the driver to "nvidia" in the /etc/X11/XF86Config(-4) file.
 
The way I do it is:

Change to runlevel 3 using 'telinit 3'
login as root, install driver, make X86Config change
Change to runlevel 5 using 'telinit 5'
login as user
 
Back
Top