You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server.
Development/Linux 2009. 3. 24. 10:501) Download the latest Nvidia driver for Linux.
2) Install the driver according to the instructions given on the Nvidia web site. You will also have to stop the X-server when installing the driver, a good way would be to install the driver in Recovery Mode.
3) After installation, configure the x-server using:-
, then restart my computer, X starts up perfectly and uses the nv driver. Now if all I do is modify the file /etc/X11/xorg.conf so that the line
reads
2) Install the driver according to the instructions given on the Nvidia web site. You will also have to stop the X-server when installing the driver, a good way would be to install the driver in Recovery Mode.
3) After installation, configure the x-server using:-
Code:
sudo dpkg-reconfigure xserver-xorg
Code:
sudo dpkg-reconfigure -phigh xserver-xorg
Code:
Driver "nv"
Code:
Driver "nvidia"
Ok I found some more information that should be useful. There are 3 versions of the nvidia driver on Ubuntu. Each version is in a different package:
I have an nVIDIA GeForce FX 5200, which needs nvidia-glx-new, but I had nvidia-glx installed. I'm going to try installing nvidia-glx-new and see whether that gets me any further.
- nvidia-glx-legacy contains version 1.0.7185
- nvidia-glx contains version 1.0.9639
- nvidia-glx-new contains version 100.14.19
I have an nVIDIA GeForce FX 5200, which needs nvidia-glx-new, but I had nvidia-glx installed. I'm going to try installing nvidia-glx-new and see whether that gets me any further.
'Development > Linux' 카테고리의 다른 글
sigaction (0) | 2009.08.01 |
---|---|
Linux daemon (0) | 2009.07.06 |
There was an error starting the GNOME Settings Daemon (0) | 2009.03.24 |
shmctl (0) | 2009.02.20 |
shmat (0) | 2009.02.20 |