12.04 boots into command line after activating video card driver

Asked by Hollywoodpete

I have a fresh install of 12.04 32-bit on my computer. I noticed I didnt have sound via hdmi so i activated the proprietary driver. After reboot it would only go to the command line

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xserver-xorg-video-nv Edit question
Assignee:
No assignee Edit question
Solved by:
Sam_
Solved:
Last query:
Last reply:
Revision history for this message
Sam_ (and-sam) said :
#1

> after activating video card driver

Is that nvidia? In case look up workarounds there.
https://answers.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+questions

> only go to the command line

Please try:
startx

Or purge restricted drivers completely and reboot. The system will use standard driver then.

Revision history for this message
Hollywoodpete (peterschriver) said :
#2

Thanks for the quick reply. What is the code for purging the restricted drivers?
Startx gave me multiple errors
Im sure getting rid of the driver will help

Revision history for this message
Best Sam_ (and-sam) said :
#3

Well since you still didn't mention which driver ...
sudo apt-get purge nvidia-current
sudo apt-get purge fglrx
sudo apt-get clean
sudo apt-get autoremove
sudo reboot

Revision history for this message
Hollywoodpete (peterschriver) said :
#4

Thanks again. It was the fglrx driver. I think my problem is the motherboard has onboard ATI video but my card is NVIDA. Is there a way to see what card is being recognized? I need the Add-on card active for sound over HDMI. It was actually fine in 11.10 prior to the upgrade

Revision history for this message
Hollywoodpete (peterschriver) said :
#5

Never mind. I answered my own question. Thanks again

Revision history for this message
Hollywoodpete (peterschriver) said :
#6

Thanks Sam_, that solved my question.