Mailinglist Archive: opensuse-factory (710 mails)
| < Previous | Next > |
Re: [opensuse-factory] M1 problem with backlisting nouveau
- From: Bruno Friedmann <bruno@xxxxxxxxxxx>
- Date: Sun, 12 Jun 2011 15:32:18 +0200
- Message-id: <4DF4BFE2.5080108@ioda-net.ch>
On 06/12/2011 03:17 PM, Roelof Wobben wrote:
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |