installing Fedora: says empty disk is almost full

2021-08-31 Thread Douglas McGarrett
Hello. I'm a potential new user, but I'm having trouble with the install. I have Windows and Leap on one of the new on-board drives, and I have added /dev/sda, a new Samsung 465 GiB ssd (ordinary type) to the system.  I formatted it to ext4 using GParted, and it's empty except for 8.38 GiB at the

Re: Weird keyboard problem

2021-08-31 Thread linux guy
On Mon, Aug 16, 2021 at 4:29 AM Frederic Muller wrote: > > Are there any reliable ways to troubleshoot and pinpoint where the issue > could be coming from? > Open up a command line session and test it there. Plug the keyboard into a different computer, with a different OS. _

Re: Fedora 34/KDE/Plasma desktop wallpaper showing through application windows ?

2021-08-31 Thread linux guy
I just noticed something. If I open a new window, it isn't transparent. If I move it around, it is transparent when I'm moving it. Apparently some windows are staying transparent after they've been moved. Early this week I had a couple windows that stayed as ghosts after they were closed. Anyo

Fedora 34/KDE/Plasma desktop wallpaper showing through application windows ?

2021-08-31 Thread linux guy
Hi. Fedora 34 / KDE / Plasma. Everything works great except that I can see the Fedora 34 desktop wallpaper patterns in my application windows. The desktop wallpaper is "bleeding through", like the application windows are transparent. How do I fix this ? Is it an effect in Settings ? Hardware:

Re: NFS mount

2021-08-31 Thread Cameron Simpson
On 31Aug2021 18:43, Stephen Morris wrote: >I have an old nas that is nfs version 1, and in order to mount it in >Fedora 34 I have to specify vers=3. Vers=1 or vers=2 wouldn't work for >me, the same may apply to your device. We've a PVR here and need to use "-o nolock" to mount our media server

Re: touchpad for Fedora 34?

2021-08-31 Thread Jack Craig
23 tar xf /tmp/net.downloadhelper.coapp-1.6.3-1_amd64.tar.gz -C ~ 24 ~/net.downloadhelper.coapp-1.6.3/bin/net.downloadhelper.coapp-linux-64 install --user On Tue, Aug 31, 2021 at 11:28 AM Jack Craig wrote: > i want to swap from mouse to touch pad+kbd so,i am thinking, ... > > > https:/

Re: touchpad for Fedora 34?

2021-08-31 Thread Jack Craig
i want to swap from mouse to touch pad+kbd so,i am thinking, ... https://www.logitech.com/en-us/products/keyboards/k830-illuminated-tv-wireless.920-007182.html anyone got this one to work?? On Tue, Aug 31, 2021 at 9:51 AM George N. White III wrote: > On Tue, 31 Aug 2021 at 09:12, Jack Craig

Re: Where(in which file) does the installer(Anaconda) write the grub menu entries (for the user to edit)?

2021-08-31 Thread Gueven Bay via users
Aha. I see now. Thank you Stan and Thank you Samuel. ___ 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-

Re: Where(in which file) does the installer(Anaconda) write the grub menu entries (for the user to edit)?

2021-08-31 Thread stan via users
On Tue, 31 Aug 2021 18:44:44 +0200 Gueven Bay via users wrote: > Yes, this file exists BUT in every grub2 tutorial and also in this > file itself at the top it is written that you should not edit this > file directly. I think that for what you want to do, editing is fine. I've edited that file

Re: Where(in which file) does the installer(Anaconda) write the grub menu entries (for the user to edit)?

2021-08-31 Thread Samuel Sieb
On 2021-08-31 9:44 a.m., Gueven Bay via users wrote: Am Di., 31. Aug. 2021 um 16:28 Uhr schrieb stan via users : I think that by F33, the actual stanzas for each kernel had been moved to /boot/loader/entries But I want to change the "linux" and "initrd" lines in the grub menu entry! I do not

Re: Where(in which file) does the installer(Anaconda) write the grub menu entries (for the user to edit)?

2021-08-31 Thread Gueven Bay via users
Some minutes ago I have rebooted to be able to write down the Fedora 33 grub menu entry: load video set gfxpayload=keep insmod gzio linux ($root)/boot/vmlinuz-5.13.12-100.fc33.x86_64 root=UUID=... ro resume=UUID=... rhgb quiet initrd ($root)/boot/initramfs-5.13.12-100.fc33.x86_64.img (The ... are

Re: touchpad for Fedora 34?

2021-08-31 Thread George N. White III
On Tue, 31 Aug 2021 at 09:12, Jack Craig wrote: > just joining the F34 party and craving a touchpad. > > recommendations for touchpad on F34/gnome 40?? > Serial, USB, or PS2 port? I assume you have a desktop. I'm retired, but used to work with oceanographers. Computer mice are non-starters f

Re: Where(in which file) does the installer(Anaconda) write the grub menu entries (for the user to edit)?

2021-08-31 Thread Gueven Bay via users
Am Di., 31. Aug. 2021 um 16:28 Uhr schrieb stan via users : > If you are using UEFI, on F33 it should still be in > /boot/efi/EFI/fedora/grub.cfg Yes, this file exists BUT in every grub2 tutorial and also in this file itself at the top it is written that you should not edit this file directly. >

Re: Where(in which file) does the installer(Anaconda) write the grub menu entries (for the user to edit)?

2021-08-31 Thread stan via users
On Tue, 31 Aug 2021 12:59:56 +0200 Gueven Bay via users wrote: > Where do I find and edit my grub menu (of course, if I do not want to > edit the menu manually at every boot time on the grub command line, > which is what I do _not_ want)? > > (The side problem is: In the Quick Docs it is not doc

Re: touchpad for Fedora 34?

2021-08-31 Thread Matti Pulkkinen
ti, 2021-08-31 kello 05:11 -0700, Jack Craig kirjoitti: > just joining the F34  party and craving a touchpad. > > recommendations for touchpad on F34/gnome 40?? > > tia, jackc... > Hi, welcome. Just to check, do you mean a touchpad as in something you would use as a mouse replacement, or do yo

touchpad for Fedora 34?

2021-08-31 Thread Jack Craig
just joining the F34 party and craving a touchpad. recommendations for touchpad on F34/gnome 40?? tia, jackc... ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of C

Where(in which file) does the installer(Anaconda) write the grub menu entries (for the user to edit)?

2021-08-31 Thread Gueven Bay via users
Hello, I have installed a Centos (8.4) on my harddisks thrid partition and after that a Fedora 33 on the fourth partition. The Fedora installer made the correct entries for grub. I can choose and boot both operating systems. BUT My Problem is: I can not find the menu entries in the scripts under

Re: NFS mount

2021-08-31 Thread Stephen Morris
On 30/8/21 13:45, Dave Close wrote: Tom Horsley wrote: The NAS only works with NFS v2. If it is that old, you may need "proto=udp" as well as "vers=2" in the mount options. I've tried it both ways. The -v output shows which protocol gets used. Joe Zeff wrote: I've even tried with my firew