After a regular upgrade on Linux Ubuntu Lucid 9.10, I was greeted with the following message:
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.
I tried many forums to return this to normal. They seemed all too complicated and didn't solve the problem, more importantly.
Finally, I solved it by running a combination of commands from two different forums:
To use NVIDIA-provided driver, you will need to remove Nouveau first. You can remove it from a command-line by entering this:
sudo apt-get --purge remove xserver-xorg-video-nouveau
(from this ubuntu forum
)
1) Make sure that the kernel headers for your kernel are installed
sudo apt-get install linux-headers-$(uname -r)
2) Install the nvidia driver:
sudo apt-get install nvidia-current (or nvidia-173 or nvidia-96,
depending on your card)
3) Select the driver that you wish to use (you can install all of the
nvidia drivers but use only at the time):
sudo update-alternatives --config gl_conf
sudo ldconfig
sudo update-initramfs -u
4) Configure your xorg.conf
sudo nvidia-xconfig
5) Restart your computer (restarting only the xserver might not work)
(from this launchpad forum
)
Hope this helps
分享到:
相关推荐
这个特定的压缩包文件"Miniconda3-py38_23.5.0-3-Linux-s390x.zip"是为64位架构的s390x(IBM System z 主机)系统设计的,包含了Python 3.8版本。 首先,我们要了解Miniconda的核心功能。Miniconda主要由以下几个...
Install driver for USB-UART bridge converter on Linux Ubuntu12.04 Ubuntu下USB转串口芯片驱动程序安装,支持cp210x,pl2303等 Reference: Fixing the cp210x open - Unable to enable UART Error When you ...
Window系统无法调用OpenCV代码报错:java.lang.UnsatisfiedLinkError: Directory separator should not appear in library name: C:\Windows\System32\opencv_java343.dll。出现该问题主要是安装的Windows系统缺乏...
At the end of this module, you will be able to: Define the common terms associated the memory, I/O, and CPU subsystems. Describe how SQL Server leverages the Microsoft Windows® operating system...
Make sure that you do not lose the original value. You are just appending more to the end separated by a semicolon. Restart your computer. A Cygnus Solutions entry will appear in your Programs menu...
Miniconda3-py38_23.1.0-1-Linux-aarch64.zip 是一个针对64位架构(aarch64)Linux系统的Miniconda3发行版的压缩包,版本号为23.1.0。Miniconda是一个小型版的Anaconda,由Continuum Analytics公司开发,主要用于...
Due to bug #5088284 in the JDBC 10.2 driver, the database character set ZHT16HKSCS31 is currently not supported. Support for displaying and entering characters in scripts outside of the ASCII ...
mmsystem.dll should appear on the drivers= line of the [boot] section of system.ini, and timer=timer.drv should appear in the [drivers] section of system.ini. - WinG version 1.0 does not yet use ...
For example, if your header file uses the File class in ways that do not require access to the declaration of the File class, your header file can just forward declare class File; instead of having ...
please read the document "upgrading_to_v4.txt" before you begin working on your existing projects. Note about "Property does not exist" errors: Since all demos were developed with the latest ...
The author gradually builds up to the basic ideas and concepts so that definitions, when made, do not appear out of nowhere, and both the importance and role that theorems play is evident as or ...
The Standard and Online Edition will inform the users to switch to Enhanced Edition if the programme finds that there might be possible errors from the exceptional c++ components (not from missed c++...
Anaconda3-2022.05-Linux-aarch64是一款专为64位Linux操作系统设计的数据科学平台,由Continuum Analytics公司(现为Anaconda, Inc.)开发。这个版本是针对ARM架构(aarch64)的,ARM架构广泛应用于各种嵌入式系统、...
If you're viewing this document online, you can click any of the topics below to link directly to that section. 1. Tutorial tips 2 2. Introducing the JavaMail API 3 3. Reviewing related ...
If glyphs do not appear automatically choose Tools -> Options -> Source Control and make sure AnkhSVN is the active source control provider. Verify if the solution is connected to AnkhSVN Right click ...
Keil环境使用非正版Jlink,使用J-LINK下载或调试的时候会出现严重问题:The connected emulator is a J-link clone. 将文件解压,找到Keil安装目录,替换..\Keil\ARM\Segger
- FIX: The TFlexPanel.FindControlAtPoint method maked virtual to realize RealTime-capability when on mouse cursor moving the flex-object search not occurs. - FIX: After deleting the selected points ...
1. If you have delegated domain-wide access to the service account and you want to impersonate a user account, specify the email address of the user account using the method setSubject: ```php $...
For the absolute beginner to any concept of programming, writing a script can appear to be an impossible hurdle to overcome. The truth is, there are only three simple concepts to understand: 1) having...