Cannot install nvidia driver - nvidia-96
On Ubuntu 12.04 trying to install nvidia driver for Geforce4 - "nvidia-96", but package has unresolved dependency "xorg-video-abi-10"
user@comp$ sudo apt-get install nvidia-96
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nvidia-96 : Depends: xorg-video-abi-10 but it is not installable
E: Unable to correct problems, you have held broken packages.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Евгений Артемьев
- Solved:
- 2012-06-09
- Last query:
- 2012-06-09
- Last reply:
- 2012-06-08
| Sam_ (and-sam) said : | #1 |
Did you search bug reports?
It's a known issue.
xorg-video-abi-10 is not available.
http://
Rather try nouveau (standard driver).
I resolve my problem by adding repository of ubunty 11.10 and installing old version of xserver-xorg-core.
xserver-xorg-core 2:1.10.0 supports xorg-video-abi-10 and driver installed normally.
But i think, that such serious bug should be fixed before release of "long-term support version". Why this bug not fixed while beta-testing?
I have done so:
1. Leave in /etc/apt/
deb http://
2. Update package list
sudo apt-get update
3. Remove current version
sudo apt-get remove xserver-xorg-core
4. Install new (older) version of xorg and nvidia driver
sudo apt-get install xserver-xorg xserver-xorg-core xserver-
It works, but it is ugly and wrong method.

