LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: NVIDIA 100.14.11 Display Driver (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-nvidia-100-14-11-display-driver-563644/)

LXer 06-22-2007 01:01 AM

LXer: NVIDIA 100.14.11 Display Driver
 
Published at LXer:

It was just two weeks ago that NVIDIA had introduced the 100.14.09 display driver, but today we have another new Linux, Solaris, and FreeBSD driver out from the green binary camp. The NVIDIA 100.14.11 display driver adds support for their new GeForce 7 integrated graphics, fixes console restoration problems, and improves some other areas of their Linux (as well as FreeBSD and Solaris) driver.

Read More...

nevernamed 06-27-2007 12:20 PM

install?
 
I recently did I clean install of ubuntu 7.04 on a new computer that I put together. The video card that is installed is an nVidia GeForce 7100 GS. I downloaded the 100.14.11 driver from here: http://www.nvidia.com/object/linux_d...100.14.11.html
however, when I type:
Code:

sudo sh NVIDIA-Linux-x86-100.14.11-pkg1.run
I get an error that tells me that the installation cannot continue because an x server is running. Fine, control+alt+f1 and I try it again. Still no avail, same error.
Code:

ps -ef | grep x
reveals that there are some x components running (x-session-manager). How might I go about correctly installing this driver? My eventual goal is to get beryl running by enabling direct rendering!

Cheers!

Cogar 06-27-2007 01:56 PM

I am not familiar with Ubuntu 7.04, but entering the following command in a terminal window as root (or use sudo) should successfully shut down x:

init 3

After you are done, issuing the following command should restart the GUI:

init 5

If that command does not give you the expected result, issue the following command to restart your computer:

shutdown -r now

nevernamed 06-27-2007 02:28 PM

Thanks!
 
I did a little bit more poking around and I figured it out! Thanks a lot.
Also got beryl running. If anybody still needs help with it I'd be more than happy to assist!

Cheers!


All times are GMT -5. The time now is 02:42 PM.