![](https://seccdn.libravatar.org/avatar/6d198f8c8f1c94ccef873cebcf4f5dfa.jpg?s=120&d=mm&r=g)
On 12/06/11 18:21, Roelof Wobben wrote:
----------------------------------------
Date: Sun, 12 Jun 2011 17:27:35 +0100 Subject: Re: [opensuse-factory] M1 problem with backlisting nouveau From: alinm.elena@gmail.com To: rwobben@hotmail.com CC: opensuse-factory@opensuse.org
On 12 June 2011 17:21, Roelof Wobben wrote:
----------------------------------------
Date: Sun, 12 Jun 2011 15:49:01 +0100 From: sboyce@blueyonder.co.uk To: opensuse-factory@opensuse.org Subject: Re: [opensuse-factory] M1 problem with backlisting nouveau
On 12/06/11 15:27, Roelof Wobben wrote:
Date: Sun, 12 Jun 2011 15:32:18 +0200 From: bruno@ioda-net.ch To: opensuse-factory@opensuse.org Subject: Re: [opensuse-factory] M1 problem with backlisting nouveau
On 06/12/2011 03:17 PM, Roelof Wobben wrote: > Hello, > > When I want to blacklist nouveau with M1 and systemd I get this message : > > sudo echo "blacklist nouveau">> /etc/modprobe.d/50-blacklist.conf > bash: /etc/modprobe.d/50-blacklist.conf: Toegang geweigerd > > > Can this be solved on a way so I can enjoy Gnome3 with Gnome-shell > > Roelof > > -- > To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org > For additional commands, e-mail: opensuse-factory+help@opensuse.org > If you want to blacklist nouveau, then you want to use the nvidia proprio. For getting latest drivers (275.09.04) actually installed and working use the following path
Download the drivers from ftp://download.nvidia.com/XFree86/ then reboot with added to the boot line nomodeset blacklist=nouveau 3
Login as root, then build the new drivers sh NVIDIA-Linux-x86_64-275.09.04.run
Follow instructions, and add the 32bits compatibility Then the installer push automatically a file /etc/modprobe.d/nvidia-installer-disable-nouveau.conf
For me I remove that one and replace it by
/etc/modprobe.d/50-nvidia.conf blacklist nouveau options nouveau modeset=0 options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=33 NVreg_DeviceFileMode=0660
For xorg I didn't have a xorg.conf file I use the new xorg.conf.d layout and have just added in 50-devices.conf drivers "nvidia"
--
Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch
openSUSE Member& Ambassador GPG KEY : D5C9B751C4653227 irc: tigerfoot -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Oke,
I did all the steps except replacing and get now these error messages when starting x :
Fatal : inserting nvidia ….. no such device (EE) NVIDIA : Failed to load the nvidia kernel module. Please check the (EE) system's kernel log for additional errror messages. (EE) Failed to load module "nvidia" (module-specific error,0) (EE) No drivers found.
Can i repair this one ?
Roelof -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Check /var/log/nvidia-installer.log to make sure the module was built. If it was successful there should be a file "/lib/modules/`uname -r`/kernel/drivers/video/nvidia.ko". I'm about to reboot and run NVIDIA-Linux-x86_64-275.09.04.run to see if there is a problem. Regards Sid.
Anyone know how I can blacklist the nouveau driver in M1 ?
Roelof -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
add this at boot time rdblacklist=nouveau nouveau.modeset=0
Alin -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Hello,
That did the trick. I have now a desktop only problem is that it's the fall back gnome and not gnome3 This says glxinfo about it :
name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: NVIDIA Corporation server glx version string: 1.4
So i hope that I get Gnome3 working?
Roelof
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
I am surprised the script didn't sort it out.
cat /usr/lib/nvidia/pre-install #!/bin/sh
echo "blacklist nouveau" > /etc/modprobe.d/nvidia.conf # recreate initrd without KMS, if the use of KMS is enabled in initrd if grep -q NO_KMS_IN_INITRD=\"no\" /etc/sysconfig/kernel; then sed -i 's/NO_KMS_IN_INITRD.*/NO_KMS_IN_INITRD="yes"/g' /etc/sysconfig/kernel mkinitrd fi Another quick way would be to remove the modules from /etc/sysconfig/kernel Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org