Is it possible to force ubuntu 10.04 NOT to use nouveau?

Asked by Wawrzyniec Niewodniczański

I try to prepare pressed installation for some desktop machine. The main problem i have is nouveau X.org drivers. I manage force to use vesa for kernel, but I got blank black screen just after entering Xserver. It's not only problem for preesed but for each way of installation.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xserver-xorg-video-nv Edit question
Assignee:
No assignee Edit question
Solved by:
Wawrzyniec Niewodniczański
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

If you right click the item and remove it, it should leave one. Looks like you have 2 indication items added to your panel.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

You can boot to root recovery mode and run:
sudo apt-get --purge remove xserver-xorg-video-nouveau

To remove it, or run:
echo "blacklist nouveau" | sudo tee /etc/modprobe.d/nouveau.conf

To simply blacklist the driver.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Ignore the first post, it was mistyped in the wrong reply

Revision history for this message
Wawrzyniec Niewodniczański (wawrzek) said :
#4

Thanks, it works, I have to force preseed to use it.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

How is that done please, it may help others

Glad you got the gold
=D