Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 36158

F18 - now to disable nouveau?

$
0
0
I can't seem to blacklist nouveau in F18, anyone else have any further suggestions?

I've added:

Code:

rdblacklist=nouveau nouveau.modeset=0
to /etc/defaults/grub

Doesn't seem to do me much good:

Code:

[root@wife andy]# dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.6.11-3.fc18.x86_64 (mockbuild@) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #1 SMP Mon Dec 17 21:35:39 UTC 2012
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.6.11-3.fc18.x86_64 root=UUID=34a0f8a2-e2df-466c-a97e-9097eca40c49 ro rd.md=0 rd.lvm=0 rd.dm=0 SYSFONT=True KEYTABLE=us rd.luks=0 LANG=en_US.UTF-8 rhgb quiet rdblacklist=nouveau nouveau.modeset=0


Code:

[root@wife andy]# /sbin/lsmod | grep nouveau
nouveau              891138  0
mxm_wmi                12866  1 nouveau
i2c_algo_bit          13258  1 nouveau
drm_kms_helper        44758  1 nouveau
ttm                    79761  1 nouveau
drm                  255061  3 ttm,drm_kms_helper,nouveau
i2c_core              38354  5 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,nouveau
video                  18992  2 nouveau,asus_wmi
wmi                    18698  3 mxm_wmi,nouveau,asus_wmi
[root@wife andy]#

Is the only method to compile my own kernels without nouveau?

Many thanks

Viewing all articles
Browse latest Browse all 36158

Trending Articles