Re: Fwd: [Undeliverable: Re: Mailing lists and Discourse]

2022-10-31 Thread Stephen J. Turnbull
Kevin Fenzi writes: > I can't force the list to do this. Your domain would need to enable > DMARC and set reject or quarantine Pretty sure it's not "his" domain. I believe GMX is a major internet provider (and email provider) in Germany, which already has an explicit DMARC policy of 'none' on

Re: Nouveau Blacklisting not in /etc/default/grub

2022-10-31 Thread Stephen Morris
On 1/11/22 10:32, Roger Heflin wrote: /proc/cmdline has existed for a long time (>25 years). It shows what the active kernel command line is for the current boot. It is the source of truth of how the kernel was last booted. The new kernel install always takes one of the boot lines and uses t

Re: Can I see an iMac drive with a Live USB?

2022-10-31 Thread George N. White III
On Sun, Oct 30, 2022 at 8:51 PM ToddAndMargo via users < users@lists.fedoraproject.org> wrote: > Hi All, > > I have an upcoming appointment with a customer > who wants a number of his old computers > (mostly iMacs) removed from service. > > With other computers, if I can remove the > drives, I jus

Re: New kernel install had issues. (6.0.5-200.fc36.x86_64)

2022-10-31 Thread Gabriel Ramirez via users
On 10/31/22 08:15, Richard Shaw wrote: Just a "me too" here, but I ran 6.0 fine when there was a call for testing. When I updated to 6.0.5 my computer (B550 w/ Ryzen 5 5700X) paused at the BIOS post for a long time and then kind of tried to load but stalled. I forced it off and turned off the

Re: Fwd: [Undeliverable: Re: Mailing lists and Discourse]

2022-10-31 Thread Kevin Fenzi
On Tue, Nov 01, 2022 at 12:18:43AM +0100, Wolfgang Pfeiffer wrote: > Kevin, > Thanks for your quick response! > > TL;DR: > if you're suggesting that the > > "From: Wolfgang Pfeiffer " > > header in my future emails to this Fedora list should be replaced with > something along the line of this: >

Re: Nouveau Blacklisting not in /etc/default/grub

2022-10-31 Thread Roger Heflin
/proc/cmdline has existed for a long time (>25 years). It shows what the active kernel command line is for the current boot. It is the source of truth of how the kernel was last booted. The new kernel install always takes one of the boot lines and uses that exact line for the newly installed ke

Re: Fwd: [Undeliverable: Re: Mailing lists and Discourse]

2022-10-31 Thread Wolfgang Pfeiffer
Kevin, Thanks for your quick response! TL;DR: if you're suggesting that the "From: Wolfgang Pfeiffer " header in my future emails to this Fedora list should be replaced with something along the line of this: "From: Wolfgang Pfeiffer via On Sun, Oct 30, 2022 at 08:57:28PM +0100, Wolfgang Pfeif

Re: Wrong screen resolution (1024x768) after upgrade

2022-10-31 Thread Felix Miata
Frédéric composed on 2022-10-31 10:06 (UTC+0100): > I'm using F36 on a 10 year old laptop running an nividia GPU (GeForce > GT 560M). I'm using the nvidia drivers from rpmfusion (390xx). > Yesterday, I ran dnf upgrade and got the new 6.0.5 kernel. I lost the > native screen resolution (1920x1080)

Re: Nouveau Blacklisting not in /etc/default/grub

2022-10-31 Thread Stephen Morris
On 31/10/22 21:12, Roger Heflin wrote: What does cat /proc/cmdline show for the current kernel parameters? It shows the blacklisting of the nouveau drivers in there. Is that a change with the 6.0.5 kernel, prior to that kernel they were always in /etc/default/grub? Just looking at grub.cfg I ha

Re: New kernel install had issues. (6.0.5-200.fc36.x86_64)

2022-10-31 Thread Stephen Morris
On 1/11/22 01:45, Tom Horsley wrote: On Mon, 31 Oct 2022 10:26:16 -0400 Tom Horsley wrote: So something about a complete power down seems to have made it better. And I tried rebooting again, and that is working now as well. So the power cycle does seem to have made it all better. I guess I'll

Re: grub2 Question

2022-10-31 Thread Stephen Morris
On 1/11/22 08:26, Felix Miata wrote: Robert McBroom via users composed on 2022-10-31 17:17 (UTC-0400): Running Fedora 35 and trying to fix installed boot files on a third drive. ~]# grub2-install /dev/sdc grub2-install: error: this utility cannot be used for EFI platforms because it does not su

Re: Wrong screen resolution (1024x768) after upgrade

2022-10-31 Thread Joe Zeff
On 10/31/2022 03:51 PM, Barry Scott wrote: I found that to wipe the nvidia driver and then reinstall it takes a number of steps. Removing them all can be done in one step: sudo dnf remove *nvidia* HTH, HAND. ___ users mailing list -- users@lists.fe

Re: Wrong screen resolution (1024x768) after upgrade

2022-10-31 Thread Stephen Morris
On 1/11/22 04:26, Frédéric wrote: Thanks for your message. Is there anything in the journal? nothing that seems related to the issue. If you look at the first message of this thread, I posted en excerpt from the journal. If you remove the rpmfusion nvidia drivers, and then enable nouveau, an

Re: Wrong screen resolution (1024x768) after upgrade

2022-10-31 Thread Barry Scott
> On 31 Oct 2022, at 09:06, Frédéric wrote: > > Hi, > > I'm using F36 on a 10 year old laptop running an nividia GPU (GeForce > GT 560M). I'm using the nvidia drivers from rpmfusion (390xx). > > Yesterday, I ran dnf upgrade and got the new 6.0.5 kernel. I lost the > native screen resolution (

Re: grub2 Question

2022-10-31 Thread Felix Miata
Robert McBroom via users composed on 2022-10-31 17:17 (UTC-0400): > Running Fedora 35 and trying to fix installed boot files on a third drive. > ~]# grub2-install /dev/sdc > grub2-install: error: this utility cannot be used for EFI platforms > because it does not support UEFI Secure Boot. > Sec

Re: grub2 Question

2022-10-31 Thread Tom Horsley
On Mon, 31 Oct 2022 17:17:35 -0400 Robert McBroom via users wrote: > ~]# grub2-install /dev/sdc > grub2-install: error: this utility cannot be used for EFI platforms > because it does not support UEFI Secure Boot. An efi install of grub2 needs more info than just a disk drive. Here is my note fr

Re: grub2 Question

2022-10-31 Thread Samuel Sieb
On 10/31/22 14:17, Robert McBroom via users wrote: Running Fedora 35 and trying to fix installed boot files on a third drive. ~]# grub2-install /dev/sdc grub2-install: error: this utility cannot be used for EFI platforms because it does not support UEFI Secure Boot. Secure Boot is turned off

grub2 Question

2022-10-31 Thread Robert McBroom via users
Running Fedora 35 and trying to fix installed boot files on a third drive. ~]# grub2-install /dev/sdc grub2-install: error: this utility cannot be used for EFI platforms because it does not support UEFI Secure Boot. Secure Boot is turned off in the bios. The boot is from UEFI.

Re: Fwd: [Undeliverable: Re: Mailing lists and Discourse]

2022-10-31 Thread Kevin Fenzi
On Sun, Oct 30, 2022 at 08:57:28PM +0100, Wolfgang Pfeiffer wrote: ...snip... > > By now the list management - provided there is one - should know about > the problem. If they can't fix it I will by sending those DSNs to > /dev/null - or I just unsubscribe. > > Thanks a lot for your time - goes o

Re: Wrong screen resolution (1024x768) after upgrade

2022-10-31 Thread Frédéric
> I'm on F36 with the rpmfusion 470xx driver, and saw the same lower > screen resolution on reboot with the 6.0.5 kernel. The previous 5.19.16 > kernel still booted as before. > > A new version of 470xx in rpmfusion nonfree testing was announced around > midnight and I now have its kmod and akmod

Re: Wrong screen resolution (1024x768) after upgrade

2022-10-31 Thread Frédéric
Thanks for your message. > Is there anything in the journal? nothing that seems related to the issue. If you look at the first message of this thread, I posted en excerpt from the journal. > If you remove the rpmfusion nvidia drivers, and then enable nouveau, > and reboot, does the resolution wo

Re: Wrong screen resolution (1024x768) after upgrade

2022-10-31 Thread John Pilkington
On 31/10/2022 14:53, stan via users wrote: On Mon, 31 Oct 2022 11:37:43 +0100 Frédéric wrote: I tried to reinstall the nvidia drivers from rpmfusion: $ sudo dnf install xorg-x11-drv-nvidia-390xx akmod-nvidia-390xx I still have the same issue on the screen resolution and here is the output of

Re: New kernel install had issues. (6.0.5-200.fc36.x86_64)

2022-10-31 Thread Leander Hutton via users
On 10/30/22 13:00, Tom Horsley wrote: As an additional report, I did a dnf update this morning, got the same kernel, and had no problems at all. Must be one of those things mankind was not meant to know Another two reports: one on a Ryzen TR 2950X/6900XT with no issues, the second is a 12th Ge

Re: How do I rebuild Grub/Boot/initramfs from a Live USB?

2022-10-31 Thread stan via users
On Sun, 30 Oct 2022 12:11:57 -0400 Felix Miata wrote: Thank you. > stan via users composed on 2022-10-30 07:23 (UTC-0700): > > >> Finally, I build /boot/grub2/custom.cfg from scratch that uses > >> volume LABELs and symlinks to kernels and initrds, and customize > >> /etc/grub.d/ to cause its e

Re: Wrong screen resolution (1024x768) after upgrade

2022-10-31 Thread stan via users
On Mon, 31 Oct 2022 11:37:43 +0100 Frédéric wrote: > I tried to reinstall the nvidia drivers from rpmfusion: > $ sudo dnf install xorg-x11-drv-nvidia-390xx akmod-nvidia-390xx > > I still have the same issue on the screen resolution and here is the > output of the commands: > > $ lspci|grep VGA

Re: New kernel install had issues. (6.0.5-200.fc36.x86_64)

2022-10-31 Thread Tom Horsley
On Mon, 31 Oct 2022 10:26:16 -0400 Tom Horsley wrote: > So something about a complete power down seems to have made it better. And I tried rebooting again, and that is working now as well. So the power cycle does seem to have made it all better. I guess I'll find out in a few days if there is som

Re: New kernel install had issues. (6.0.5-200.fc36.x86_64)

2022-10-31 Thread Tom Horsley
Slight weirdness for me too. Probably the first time since I installed 6.0.5 I tried to play a youtube video and got no sound (HDMI via rpmfusion nvidia driver). I tried to reboot to go back one kernel version and see if sound worked there, and the reboot blanked the screen, but then was stuck. I

Re: New kernel install had issues. (6.0.5-200.fc36.x86_64)

2022-10-31 Thread Richard Shaw
Just a "me too" here, but I ran 6.0 fine when there was a call for testing. When I updated to 6.0.5 my computer (B550 w/ Ryzen 5 5700X) paused at the BIOS post for a long time and then kind of tried to load but stalled. I forced it off and turned off the PS for 10 seconds and rebooted, then it see

Fwd: [Undeliverable: [Not Resolved, sorry] Re: Fwd: [Undeliverable: Re: Mailing lists and Discourse]]

2022-10-31 Thread Stephen J. Turnbull
Wolfgang Pfeiffer writes: > Here we are again: because shortly after sending the message at the > very end of this forwarded message I got the message attached > below. > > One thing that y.antoniowat...@gmail.com (see below) I think y.antoniowatson is possibly a victim as well, because of

Re: Wrong screen resolution (1024x768) after upgrade

2022-10-31 Thread Frédéric
I tried to reinstall the nvidia drivers from rpmfusion: $ sudo dnf install xorg-x11-drv-nvidia-390xx akmod-nvidia-390xx I still have the same issue on the screen resolution and here is the output of the commands: $ lspci|grep VGA 01:00.0 VGA compatible controller: NVIDIA Corporation GF116M [GeFor

Re: Nouveau Blacklisting not in /etc/default/grub

2022-10-31 Thread Roger Heflin
What does cat /proc/cmdline show for the current kernel parameters? On Mon, Oct 31, 2022 at 2:53 AM Stephen Morris wrote: > > On 31/10/22 13:48, Samuel Sieb wrote: > > On 10/30/22 19:26, Stephen Morris wrote: > >> > >> > >> On 31/10/22 09:12, Samuel Sieb wrote: > >>> On 10/30/22 14:54, Stephen M

Wrong screen resolution (1024x768) after upgrade

2022-10-31 Thread Frédéric
Hi, I'm using F36 on a 10 year old laptop running an nividia GPU (GeForce GT 560M). I'm using the nvidia drivers from rpmfusion (390xx). Yesterday, I ran dnf upgrade and got the new 6.0.5 kernel. I lost the native screen resolution (1920x1080) and have a 1024x768 instead. I then removed the nvid

Re: [OT] Xorg, X11, Wayland

2022-10-31 Thread Stephen Morris
On 31/10/22 09:32, Neal Becker wrote: On Sun, Oct 30, 2022 at 11:38 AM Jonathan Billings wrote: On Oct 30, 2022, at 07:42, Neal Becker wrote: I have been watching Wayland with interest since it's beginning.  There is still one thing which prevents me from switching.  I nee

Re: New kernel install had issues. (6.0.5-200.fc36.x86_64)

2022-10-31 Thread Stephen Morris
On 31/10/22 09:14, Samuel Sieb wrote: On 10/30/22 10:06, Doug Herr wrote: Let this be a reminder to people upgrading over many version of Fedora. It does not hurt to update your grub boot sector every now and then. Maybe worth doing after each major Fedora version update. This only applies if

Re: Nouveau Blacklisting not in /etc/default/grub

2022-10-31 Thread Stephen Morris
On 31/10/22 13:48, Samuel Sieb wrote: On 10/30/22 19:26, Stephen Morris wrote: On 31/10/22 09:12, Samuel Sieb wrote: On 10/30/22 14:54, Stephen Morris wrote:         I then ran lsmod | grep -i nvidia         Does the following display from lsmod indicate that the nvidia module has