
condowax wrote:I've been trying to prevent the nouveau module from loading at boot in order to install the Nvidia driver manually, but no matter what I try, the module is always loaded. I've tried blacklisting it, removing it from synaptic, even deleting the module and still every time I boot it says the module is in use. Is there a way to disable this module form loading?
sudo update-initramfs -u

nouveau.blacklist=1

sudo kate /boot/grub/grub.cfg### BEGIN /etc/grub.d/10_linux ###
menuentry "Linux Mint 9, 2.6.32-23-generic (/dev/sda6)" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set c2a2b2f4-8172-4b52-b4f2-1fe008b109e5
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=c2a2b2f4-8172-4b52-b4f2-1fe008b109e5 ro vga=799 quiet splash
initrd /boot/initrd.img-2.6.32-23-generic
}nouveau.blacklist=1### BEGIN /etc/grub.d/10_linux ###
menuentry "Linux Mint 9, 2.6.32-23-generic (/dev/sda6)" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set c2a2b2f4-8172-4b52-b4f2-1fe008b109e5
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=c2a2b2f4-8172-4b52-b4f2-1fe008b109e5 ro vga=799 quiet splash nouveau.blacklist=1
initrd /boot/initrd.img-2.6.32-23-generic
}The correct method is to add nouveau.blacklist=1 to /etc/default/grub:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nouveau.blacklist=1"
Then:
- Code: Select all
sudo update-grub2

sudo update-grub2

Raffles10 wrote:Having to blacklist nouveau to install nvidia is a PITA anyway and it isn't necessary in Kubuntu 10.04 which Mint 9 KDE is based on.

rec9140 wrote:Raffles10 wrote:Having to blacklist nouveau to install nvidia is a PITA anyway and it isn't necessary in Kubuntu 10.04 which Mint 9 KDE is based on.
The issue is the changes that upstream is making and this causing issues with removing.
https://wiki.ubuntu.com/X/ProprietaryDr ... provements
https://blueprints.edge.launchpad.net/u ... ry-drivers
These changes effect KMint as a derivative.




viking777 wrote:It works on Gnome and Fluxbox.
KDE4 = Kant Do Enything 4 the life of me.

Raffles10 wrote:Linux Mint KDE4 = Kant Do Enything 4 the life of me

rec9140 wrote:Raffles10 wrote:Linux Mint KDE4 = Kant Do Enything 4 the life of me
KMint is NOT the problem.... KDE4.x IS starting with the lead "developer" asegio.![]()
is!
KMint does a WONDERFUL job of cleaning up the mess that is foisted upon them by their source(s)....some is beyond their control.
It all seems to be hit or miss on what happens when you install the OEM Drivers v. the other various drivers. You were lucky it worked. Others it doesn't and by my count of experiences its trending more to BORQ'd v. work.


Raffles10 wrote:This is just plain wrong.
I've installed various nvidia driver versions on different KDE4 based systems: Debian, Sidux, Suse, Mandriva, Kubuntu. I've encountered no problems except with Mint 9 KDE. Blaming everything on upstream is a cop out. Mint have made a complete mess out of something that worked for everyone: installing the recommended driver as provided in the Ubuntu repo' via jockey.
If it ain't broke don't fix it. It wasn't broke 'til Mint fixed it.

rec9140 wrote:Raffles10 wrote:This is just plain wrong.
I've installed various nvidia driver versions on different KDE4 based systems: Debian, Sidux, Suse, Mandriva, Kubuntu. I've encountered no problems except with Mint 9 KDE. Blaming everything on upstream is a cop out. Mint have made a complete mess out of something that worked for everyone: installing the recommended driver as provided in the Ubuntu repo' via jockey.
If it ain't broke don't fix it. It wasn't broke 'til Mint fixed it.
No... actually if you were to bother to do some research on other sites you will see that others using plain *buntus ARE HAVING the SAME ISSUE.
Its an upstream issue.

Raffles10 wrote:Either you don't understand what you're talking about or you're incredibly stupid.
There is no issue with installing the current recommended nvidia driver in the Ubuntu repo's with any *buntu distro except Mint KDE.
Mint 9 KDE 64 is the only *buntu that will not accept the current recommended nvidia driver from the repo'.


condowax wrote:I don't know if it is specific to mint, but the people who were having similar issues on other *buntus fixed it by just adding nouveau in the blacklisted modules. This solution didn't work in mint, the blacklist has to be done in grub.

condowax wrote:@Nicekiwi9
Maybe you could try before boot, when grub appears, to edit the kernel line before boot. I think its Ctrl-C to edit the grub entry or something like that it says at the bottom.
sudo update-grub2startxsudo lshw -C video *-display
description: VGA compatible controller
product: NVS 3100M
vendor: nVidia Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:16 memory:cc000000-ccffffff memory:d0000000-dfffffff(prefetchable) memory:ce000000-cfffffff(prefetchable) ioport:2000(size=128) memory:cd000000-cd07ffff(prefetchable)
Users browsing this forum: No registered users and 3 guests