Re: Wrong screen resolution (1024x768) after upgrade

2022-11-01 Thread Stephen Morris
On 1/11/22 09:37, Joe Zeff wrote: 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* I've also found that sudo dnf remove akmod-nvidia kmod-nvidia

Re: Wrong screen resolution (1024x768) after upgrade

2022-11-01 Thread John Pilkington
On 01/11/2022 07:23, Stephen Morris wrote: On 1/11/22 09:37, Joe Zeff wrote: 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* I've also found th

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

2022-11-01 Thread greg
On Tue, Nov 1, 2022 at 4:15 AM Stephen Morris wrote: > I've just managed to get the 6.0.5 kernel to load the nvidia driver. > There is potentially a defect in the akmod-nvidia (or relevant package) > scripts in that it seems that they no longer add the blacklisting > statements for nouveau into th

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

2022-11-01 Thread George N. White III
On Fri, Oct 28, 2022 at 5:01 PM Chris Murphy wrote: > > > On Fri, Oct 28, 2022, at 2:31 PM, Jake D wrote: > > Hello all. > > > > I need some help. > > > My opinion: This is probably easier in a live discussion on IRC or Matrix. > There's just too much back and forth required. > > But the absolute

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

2022-11-01 Thread Wolfgang Pfeiffer
On Mon, Oct 31, 2022 at 04:42:14PM -0700, Kevin Fenzi wrote: On Tue, Nov 01, 2022 at 12:18:43AM +0100, Wolfgang Pfeiffer wrote: Kevin, Thanks for your quick response! [ ... ] I have already tried this, so I guess let me know when/if you get the bounce. ;) (ie, I have unsubscribed the user who

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

2022-11-01 Thread George N. White III
On Mon, Oct 31, 2022 at 11:17 PM George N. White III wrote: > > > 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

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

2022-11-01 Thread Roger Heflin
I usually add a bs=4k or bs=16k or a bs=256k when using dd so the blocksize is larger. That usually makes it quite a bit faster. And if you background the dd you can use "vmstat 1" and the bi/bo columns tell you the actual disk io rates, and you can use that to reliably estimate. Default is 512

Lost highlight

2022-11-01 Thread Patrick Dupre
Hello, In a terminal (gnome-terminal), I used to use the mouse right button, to copy paste highlighted text. Sometimes I lost this option: the highlight odes not work. It seems to be due to xmgrace. Do you know how to recover this way of going without closing all the xmgrace terminals? Thank. ==

Re: Lost highlight

2022-11-01 Thread stan via users
On Tue, 1 Nov 2022 20:13:54 +0100 Patrick Dupre wrote: > Hello, > > In a terminal (gnome-terminal), I used to use the mouse right button, > to copy paste highlighted text. > Sometimes I lost this option: the highlight odes not work. > It seems to be due to xmgrace. > Do you know how to recover t

Re: Lost highlight

2022-11-01 Thread Samuel Sieb
On 11/1/22 12:55, stan via users wrote: I have a similar experience, except that I used to be able to double click with the left button to select, and paste at the text cursor with the center button, or left button drag to select and paste at the text cursor with the center button in programs lik

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

2022-11-01 Thread Barry Scott
> On 1 Nov 2022, at 11:53, greg wrote: > > On Tue, Nov 1, 2022 at 4:15 AM Stephen Morris > wrote: >> I've just managed to get the 6.0.5 kernel to load the nvidia driver. >> There is potentially a defect in the akmod-nvidia (or relevant package) >> scripts in that it seems that they no longer

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

2022-11-01 Thread Kevin Fenzi
On Tue, Nov 01, 2022 at 03:50:07PM +0900, Stephen J. Turnbull wrote: > 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 e

Re: grub2 Question

2022-11-01 Thread Robert McBroom via users
On 10/31/22 17: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 s

Re: grub2 Question

2022-11-01 Thread Samuel Sieb
On 11/1/22 14:37, Robert McBroom via users wrote: No mention of MBR as the drive is GPT. Totally UEFI system, four drives three OS. I was suspecting a problem with the boot sector, but on removal of all drives but the one, it boots. Adding the drives one by one to see the point of digression.

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

2022-11-01 Thread Robert McBroom via users
On 11/1/22 16:46, Barry Scott wrote: On 1 Nov 2022, at 11:53, greg wrote: On Tue, Nov 1, 2022 at 4:15 AM Stephen Morris wrote: I've just managed to get the 6.0.5 kernel to load the nvidia driver. There is potentially a defect in the akmod-nvidia (or relevant package) scripts in that it seem

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

2022-11-01 Thread Stephen Morris
On 1/11/22 22:53, greg wrote: On Tue, Nov 1, 2022 at 4:15 AM Stephen Morris wrote: I've just managed to get the 6.0.5 kernel to load the nvidia driver. There is potentially a defect in the akmod-nvidia (or relevant package) scripts in that it seems that they no longer add the blacklisting state

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

2022-11-01 Thread Samuel Sieb
On 11/1/22 14:50, Robert McBroom via users wrote: On 11/1/22 16:46, Barry Scott wrote: On 1 Nov 2022, at 11:53, greg wrote: /etc/default/grub - contains the line GRUB_ENABLE_BLSCFG=true     which is documented at https://fedoraproject.org/wiki/Changes/BootLoaderSpecByDefault Things seem

Re: Fedora 36: suspend failed with "PM: Some devices failed to suspend, or early wake event detected"

2022-11-01 Thread Dario Lesca
I have resolve this problem follow this Arch Linux howto: https://wiki.archlinux.org/title/Power_management#Hybrid-sleep_on_suspend_or_hibernation_request I have add these lines at the end of /etc/systemd/sleep.conf file SuspendMode=suspend SuspendState=disk HibernateMode=suspend HibernateState=di

Re: grub2 Question

2022-11-01 Thread Felix Miata
Robert McBroom via users composed on 2022-11-01 17:37 (UTC-0400): >> Robert McBroom via users composed on 2022-10-31 17:17 (UTC-0400): >>> ~]# grub2-install /dev/sdc >>> grub2-install: error: this utility cannot be used for EFI platforms ... > No mention of MBR as the drive is GPT. MBR is impli

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

2022-11-01 Thread Stephen Morris
On 2/11/22 07:46, Barry Scott wrote: On 1 Nov 2022, at 11:53, greg wrote: On Tue, Nov 1, 2022 at 4:15 AM Stephen Morris wrote: I've just managed to get the 6.0.5 kernel to load the nvidia driver. There is potentially a defect in the akmod-nvidia (or relevant package) scripts in that it seem

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

2022-11-01 Thread Stephen Morris
On 2/11/22 08:57, Samuel Sieb wrote: On 11/1/22 14:50, Robert McBroom via users wrote: On 11/1/22 16:46, Barry Scott wrote: On 1 Nov 2022, at 11:53, greg wrote: /etc/default/grub - contains the line GRUB_ENABLE_BLSCFG=true     which is documented at https://fedoraproject.org/wiki/Changes

Re: Lost highlight

2022-11-01 Thread stan via users
On Tue, 1 Nov 2022 13:18:52 -0700 Samuel Sieb wrote: > On 11/1/22 12:55, stan via users wrote: > > I have a similar experience, except that I used to be able to double > > click with the left button to select, and paste at the text cursor > > with the center button, or left button drag to select

Re: Lost highlight

2022-11-01 Thread Samuel Sieb
On 11/1/22 15:36, stan via users wrote: On Tue, 1 Nov 2022 13:18:52 -0700 Samuel Sieb wrote: On 11/1/22 12:55, stan via users wrote: I have a similar experience, except that I used to be able to double click with the left button to select, and paste at the text cursor with the center button,

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

2022-11-01 Thread George N. White III
On Tue, Nov 1, 2022 at 3:14 PM Roger Heflin wrote: > I usually add a bs=4k or bs=16k or a bs=256k when using dd so the > blocksize is larger. That usually makes it quite a bit faster. fdisk shows block size > > > And if you background the dd you can use "vmstat 1" and the bi/bo > columns tel

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

2022-11-01 Thread Samuel Sieb
On 11/1/22 11:13, Roger Heflin wrote: I usually add a bs=4k or bs=16k or a bs=256k when using dd so the blocksize is larger. That usually makes it quite a bit faster. I usually use at least bs=1M. And if you background the dd you can use "vmstat 1" and the bi/bo columns tell you the actual

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

2022-11-01 Thread Roger Heflin
For people that don't want to use a 2nd terminal, and/or are working in single user mode. I usually do the =1M also, and the default for dd has always sucked going back 30+ years. On Tue, Nov 1, 2022 at 6:56 PM Samuel Sieb wrote: > > On 11/1/22 11:13, Roger Heflin wrote: > > I usually add a bs=4

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

2022-11-01 Thread Go Canes
When using dd for copying or erasing disks, I typically use bs=1M. For erasing disks I prefer to use the shred utility - multiple passes with various patterns and it displays progress. ___ users mailing list -- users@lists.fedoraproject.org To unsubscrib

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

2022-11-01 Thread Mauricio Tavares
I second shred. Only issue is that if drive is ssd chances are you will not overwrite every sector. Todd, I do not know how old those iMacs are, but some (lampshade) had the drives on the base while others have it behind the motherboard behind the monitor. And some also had the drive soldered to t

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

2022-11-01 Thread Slade Watkins via users
On 11/1/22 5:30 PM, Kevin Fenzi wrote: > We don't currently have any ARC setup. > > When / if we can get the list processor upgraded, I think newer versions > of mailman3 have native ARC support, and we could look at enabling that. > I think so, yeah. 100% worth looking at when/if upgraded. -

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

2022-11-01 Thread Slade Watkins via users
On 11/1/22 11:54 PM, Mauricio Tavares wrote: > I second shred. Only issue is that if drive is ssd chances are you > will not overwrite every sector. Ditto, as well. > > Todd, I do not know how old those iMacs are, but some (lampshade) had > the drives on the base while others have it behind the