Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Relevant discussion of Nvidia graphics card performance with nouveau versus an nvidia driver: https://www.phoronix.com/scan.php?page=article&item=nouveau-summer-2018&num=3 ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an emai

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Good news ! (Sort of...) I rebooted and edited the boot command of my kernel in grub, using e... and then booted it. I added the following to the command line: rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 This caused the kernel to boot with nvidia instead of nouve

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
But they are both 5.6.13-300 ! I have a very poor understanding of lvm stuff. On Thu, May 21, 2020 at 11:21 PM linux guy wrote: > "As you can see, they are different. hd0,gpt2 v.s. hd1,gpt2" > > Good catch. I have no idea what is going on here. > > I miss the old days of /dev/sda1 and grub.

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
"As you can see, they are different. hd0,gpt2 v.s. hd1,gpt2" Good catch. I have no idea what is going on here. I miss the old days of /dev/sda1 and grub.conf ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to user

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread Ed Greshko
On 2020-05-22 11:34, linux guy wrote: > I rebooted, same result. > > $ cat /proc/cmdline > BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.6.13-300.fc32.x86_64 > root=/dev/mapper/fedora_localhost--live-root ro > resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv > =fedora_localhost-live/

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread Ed Greshko
On 2020-05-22 11:19, linux guy wrote: > Comments below. > > On Thu, May 21, 2020 at 9:03 PM Ed Greshko > wrote: > > On 2020-05-22 10:47, linux guy wrote: > > Isn't this interesting... > > > > # grub2-editenv list > > saved_entry=c1d3ebaecd08428ba8

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
I rebooted, same result. $ cat /proc/cmdline BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.6.13-300.fc32.x86_64 root=/dev/mapper/fedora_localhost--live-root ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet # grub2-editenv lis

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Comments below. On Thu, May 21, 2020 at 9:03 PM Ed Greshko wrote: > On 2020-05-22 10:47, linux guy wrote: > > Isn't this interesting... > > > > # grub2-editenv list > > saved_entry=c1d3ebaecd08428ba86f4aba3749efca-5.6.13-300.fc32.x86_64 > > boot_success=1 > > kernelopts=root=/dev/mapper/fedora_l

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread Ed Greshko
On 2020-05-22 10:47, linux guy wrote: > Isn't this interesting... > > # grub2-editenv list > saved_entry=c1d3ebaecd08428ba86f4aba3749efca-5.6.13-300.fc32.x86_64 > boot_success=1 > kernelopts=root=/dev/mapper/fedora_localhost--live-root ro rd.lvm.lv > =fedora/root rd.lvm.lv

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Do I need to modprobe nvidia or something ? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Isn't this interesting... # grub2-editenv list saved_entry=c1d3ebaecd08428ba86f4aba3749efca-5.6.13-300.fc32.x86_64 boot_success=1 kernelopts=root=/dev/mapper/fedora_localhost--live-root ro rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread Ed Greshko
On 2020-05-22 10:23, linux guy wrote: > $ cat /proc/cmdline > BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.6.13-300.fc32.x86_64 > root=/dev/mapper/fedora_localhost--live-root ro > resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv > =fedora_localhost-live/root rd.lvm.lv >

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
It seems to stop it from loading. SELinux ? On Thu, May 21, 2020 at 6:20 PM John M. Harris Jr wrote: > On Thursday, May 21, 2020 4:56:02 PM MST linux guy wrote: > > Hello fellow Fedorians. > > > > I have everything set up to run nvidia drivers for my GTX 1060. But my > > machine loads nouveau

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Thanks for the replies. $ lsmod | grep nvidia $ lsmod | grep nouveau nouveau 2338816 32 video 53248 2 asus_wmi,nouveau mxm_wmi16384 1 nouveau i2c_algo_bit 16384 1 nouveau drm_kms_helper241664 1 nouveau ttm 1228

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread Ed Greshko
On 2020-05-22 07:56, linux guy wrote: > How do I force the use of the nvidia driver over nouveau ? So, you're saying lsmod | grep nvidia returns nothing? And, just to check, what is the output of cat /proc/cmdline -- The key to getting good answers is to ask good questions. _

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread John M. Harris Jr
On Thursday, May 21, 2020 4:56:02 PM MST linux guy wrote: > Hello fellow Fedorians. > > I have everything set up to run nvidia drivers for my GTX 1060. But my > machine loads nouveau instead, due to a tainted kernel message. > > I turned off "Secure Boot" in the BIOS and enabled Compatibility S

nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Hello fellow Fedorians. I have everything set up to run nvidia drivers for my GTX 1060. But my machine loads nouveau instead, due to a tainted kernel message. I turned off "Secure Boot" in the BIOS and enabled Compatibility Support Mode - UEFI. How do I force the use of the nvidia driver over

ghost user?

2020-05-21 Thread home user
f31, Gnome Since going up to f31 in early April, every time I shut down, the shutdown GUI says "Other users are logged in.". But "who -a" shows only myself. Anyone else seeing this? What is going on? ___ users mailing list -- users@lists.fedoraproje

Re: Lost Mate-panel : SOLVED

2020-05-21 Thread Beartooth
On Fri, 01 May 2020 20:16:29 +, I Beartooth wrote: > Upgrading an E-series Thinkpad, a year or two old, running Fedora 31, > via CLI, the upgrade kept failing with complaints about i.686 -- till I > did "dnf remove mate-*.i.686" -- then it completed, or seemed to. This > machine was behind an

Re: Getting U-Boot when trying to connect pollution sensors to my RPI 3 B+ running Fedora IoT 32 (latest update)

2020-05-21 Thread Robert Moskowitz
There is a Fedora arm list: __ arm mailing list --a...@lists.fedoraproject.org To unsubscribe send an email toarm-le...@lists.fedoraproject.org Fedora Code of Conduct:https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines:https:/

Getting U-Boot when trying to connect pollution sensors to my RPI 3 B+ running Fedora IoT 32 (latest update)

2020-05-21 Thread Andrea Battaglia
Hi all, I'm investigating and trying to make this work since a week now. I wouldn't bother if I wasn't sure that digging deeper into this issue would take much more time than I have available atm. So this is the scenario: Hardware: - Platform: RPi 3 B+ - Sensor (on the board): Pimoroni Enviro

Re: Newbie question on mdadm

2020-05-21 Thread Patrick O'Callaghan
On Thu, 2020-05-21 at 06:15 +0800, Ed Greshko wrote: > On 2020-05-21 05:16, Patrick O'Callaghan wrote: > > Just an update on this. After faffing around trying to recover the > > failing disk, I decided to replace it and start afresh. > > > > I formatted 2 1TB drives with ext4 and created a new md

Re: Newbie question on mdadm

2020-05-21 Thread Patrick O'Callaghan
On Wed, 2020-05-20 at 15:50 -0700, Samuel Sieb wrote: > On 5/20/20 2:16 PM, Patrick O'Callaghan wrote: > > I formatted 2 1TB drives with ext4 and created a new md volume as > > RAID1. However they are taking many hours to sync, despite being empty. > > Is this normal? > > This is somewhat unclear.

Re: VLC and screen saver

2020-05-21 Thread Robin Lee
On Tue, 2020-05-19 at 11:33 +0200, Mayavimmer wrote: > Robin Lee wrote: > > > Thanks for letting me know I'm not the only one. > > > > Also been launching VLC from a terminal lately and sometimes it > > also > > doesn't terminate cleanly that way. I close the VLC window, it > > disappears from s