On Mon, Oct 17, 2022 at 11:07 PM Tim via users
wrote:
> Is the computer powering other things via its USB ports?
>
> Inadequate power is one potential cause for USB disconnects. I'm not
> sure if the USB power negotiation is done entirely in the hardware, or
> if the OS has a say in the matter.
"Unless you keep unplugging it, it appears to be having a problem. Are
you using it with windows on this same computer on the same port?"
Not with this log I'm not. But my laptop dual boots F36 and Windows
10. F36 freezes just like on this computer. Windows 10 runs it fine.
__
kernel: usb 1-3: USB disconnect, device number 12
Oct 17 14:15:23 workstation1 plasmashell[19468]: V4L2_CORE:
(VIDIOC_QBUF) Unable to queue buffer 3: No such device
Oct 17 14:15:23 workstation1 plasmashell[19468]: V4L2_CORE:
(VIDIOC_DQBUF) Unable to dequeue buffer: No such device
Oct 17 14:15:23 work
Thanks for the reply.
Here is the output when it fails. The "Unable to dequeue buffer: no
such device" message happens hundreds of times.
...
Oct 17 13:54:05 workstation1 plasmashell[16214]: V4L2_CORE:
(VIDIOC_DQBUF) Unable to dequeue buffer: No such device
Oct 17 13:54:05 workstation1 plasmashe
I need to use Mobius 1 Action cameras in a project.
When I connect these cameras to VLC or guvcview they play correctly
for about 10 seconds and then freeze.They work properly in Windows
11.
How do I troubleshoot this issue or get someone from the appropriate
community to help me ?
Thanks
__
BTW... are you aware that VSCode has a bunch of Octave extensions for
writing, debugging and running Octave code ?
On Sun, Jan 23, 2022 at 3:29 PM linux guy wrote:
> On Sat, Jan 22, 2022 at 6:50 AM Patrick Dupre wrote:
>
>> Hello,
>>
>> I fixed the issue (temporally!) b
On Sat, Jan 22, 2022 at 6:50 AM Patrick Dupre wrote:
> Hello,
>
> I fixed the issue (temporally!) by
> pip3 install sympy==1.5
>
> (be a user).
>
Excellent ! I knew it was just a dependency issue.
___
users mailing list -- users@lists.fedoraproject.o
Yes, use pip (or pip3) to install sympy It should install the dependencies
too. Don't use the dnf packages for what you want to do. I know it is
confusing.
I am NOT a Python or pip expert. But I've run into similar errors and have
always tracked it down to something not being installed proper
On Fri, Jan 21, 2022 at 12:19 PM Cameron Simpson wrote:
> If you can define a task in a single line of text
I can define my tasks in a single command line.
> you could run
> something like this on the server:
>
> tail -f task_list.txt | while read -r spec; do run the task from
> $spec; do
Thought: I'll write a simple one in nodejs and make the user interface a
webpage. That way I can log into the webpage from anywhere and check on
the status of my simulations as well as add and delete them.
I'm not running a cluster. Just my little ole server.
Thoughts ?
__
Is there anything simpler than Torque ?
___
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/
List
Thanks for the replies, I'll look into the mentioned packages.
I have never heard of Torque.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs
On Thu, Jan 20, 2022 at 5:01 AM Patrick Dupre wrote:
> Hello,
>
> When I run octave with
>
> pkg load symbolic
> and
> syms x
> I
> get
> Symbolic pkg v2.9.0: Traceback (most recent call last):
> File "", line 28, in
> AttributeError: '_PrintFunction' object has no attribute '__globals__'
> Tr
Hi people.
I'm using a server to run a bunch of simulations. By bunch I mean
hundreds. Each simulation takes from 10 minutes to 10 hours to run. All
of the simulations are run from the command line. Every day I generate
more simulation cases.
I'm looking for a method/system/app that I can giv
Comments below. Thanks for such a comprehensive answer.
On Tue, Jan 11, 2022 at 3:13 PM Cameron Simpson wrote:
> On 11Jan2022 14:15, linux guy wrote:
> >I'm trying to add a few directories to PATH in F35. I'm embarrassed to
> >admit it isn't going well.
>
On Tue, Jan 11, 2022 at 2:56 PM Robert Moskowitz
wrote:
> In a couple days, I will see the swap usage grow. Until I Quit firefox,
> then restart with all the old windows opening.
>
> But I really never exit Firefox unless forced to.
>
TabSessionManager is your friend. Look for it in AddOns.
W
I have 75 Windows with 550 tabs. Across 5 desktops and 4 activities. My
machine has 64GB of RAM. It is always responsive.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedo
top -b -n 1 > top.txt
Not sure why the CPU% ages are so high. Webpages normally take only a 10%
or so per page.
GeckoMain = FF main thread.
Isolated Web C0 = various web pages.
top - 14:55:15 up 6 days, 16:01, 10 users, load average: 5.78, 6.13, 3.77
Tasks: 538 total, 1 running, 537 sleeping
Firefox uses a lot of RAM if you have a lot of windows/tabs open.
Another way to see how much memory FF is using is to do an
about:performance in the URL field.
A bare minimum hardware spec for me these days is 16GB of RAM. I purchased
a laptop this summer and bumped that to 32 GB. My desktop
For root run GUI apps in KDE, I use kdesu.
___
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/
L
On Fri, Dec 17, 2021 at 2:32 PM Cameron Simpson wrote:
> I used to maintain a small fleet of RedHat servers, and had a couple of
> scripts for package comparison:
>
Thanks for the reply.
I took a closer look at the use cases on my laptop and my workstation and
decided against keeping them sync'
I'm trying to add a few directories to PATH in F35. I'm embarrassed to
admit it isn't going well.
Where is PATH stored in F35 ?
When exactly does .bash_profile get executed ?
How does one get the bash environment reloaded without logging out and
logging in ? $source ? $exec bash ? ./bash ?
On Fri, Dec 17, 2021 at 2:32 PM Cameron Simpson wrote:
>
>
Thanks for the detailed reply. I'll look into it over the weekend.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Hi people.
These days I find myself constantly going back and forth between working on
my laptop and working on my desktop computer. It is very tiring setting up
the same applications twice, moving files back and forth etc.
I would like to find a way to keep my laptop and desktop computers
perfe
I tried a bunch of tools. The results were interesting. I'll update the
group when I get caught up with things.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Co
# hdparm -Tt /dev/sda
/dev/sda:
Timing cached reads: 30886 MB in 2.00 seconds = 15463.41 MB/sec
Timing buffered disk reads: 1046 MB in 3.01 seconds = 348.01 MB/sec
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to
Update.
The USB flash drive I chose (Kingston Data Traveler Exodia, 256GB) was
horrendously slow. How slow ? I did the install on an old machine. It
took forever. Like an hour. I thought it was the machine, even though it
has a USB 3.1 port. This morning I moved to a faster machine and atte
Bug filed with Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=2024430
DNF developers notified:
https://github.com/rpm-software-management/dnf-plugins-extras/issues/200
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an e
The USB flash recovery OS is extremely slow compared to a Live OS. It is
slow even when I ssh into it and not run a window manager. Why ? What
can I change to make it faster ?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe sen
Thanks for all the advice.
How does one use a discarded NVME SSD drive ? If it is SATA, put it in an
external enclosure ?
I installed F35 Workstation on a 256GB USB3 flash drive. It boots and
works, but it is slower than the Live version. Why would that be ?
Are there any special settings I
Your comment spurred me to use a 256GB USB flash drive instead of the WD
spinning drive. 256 GB is large enough to do a couple system installs and
multi boot them as well as a bit of data backup.If I need more data
backup than 256 GB provides, I can mount a spinning drive or even a network
dri
Thank you, Tom. This is exactly why I ask the group questions like this.
___
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/
I'm thinking of using a Western Digital 2TB USB3.2 with a Type A
connector. I assume that I can partition and format it to work as a
bootable OS ?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.f
>From time to time I need to do maintenance on Linux computers that involves
booting an OS other than the one installed on the machine. Currently I
have 2 computers that need such attention.
In the past I've used Live bootable USB drives. They have a number of
limitations including:
- they use
As you can read about in another thread, the home directories on one of my
Fedora 35 computers were deleted using rm -rf. These directories are
located on an EXT4 LVM.
How should I proceed to try to restore this data ?
Thanks
___
users mailing list --
> > Except that this is a very different case. You're not telling dnf where
> > it can create its own directory. You are saying "this is your
> > directory, use it".
>
Yes, use it. But don't destroy data in it that the app didn't create ! rm
-rf ? Really ? That is a lot strong handed.
Yes, y
Bug filed with Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=2024430
Developers notified:
https://github.com/rpm-software-management/dnf-plugins-extras/issues/200
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email
Sorry, the use of #rm -rf like that is unacceptable. The developer knows
what directories s/he created. No need to do an rm -rf and kill everything
on the directory tree from there down. That is overkill and dangerous.
___
users mailing list -- users@l
At least WARN the user, either in the man page or on the command line or
both that you are about to destroy data.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Co
Sorry, I've been using Redhat/Fedora for 20 years. Never once lost data
like this. This is bad programming, period !
On Wed, Nov 17, 2021 at 9:15 PM Joe Zeff wrote:
> On 11/17/21 6:45 PM, linux guy wrote:
> > Any chance I can recover the files ?
>
> I very seriously doubt
Just confirmed the dnf system-upgrade probably does a rm-rf on the
"download" dir.
>From dnf-plugins-extras/plugins/system_upgrade.py:
===
def clear_dir(path):
if not os.path.isdir(path):
return
for entry in os.l
"And the "rm" man page also does not warn what would happen if one enters
"rm -rf /home"."
Sorry, not the same context. Giving an app a directory to use does not
allow the app to delete data it didn't create.
___
users mailing list -- users@lists.fedor
"'I'm not surprised. You just told dnf that /home was its working
directory, so it can do whatever it wants with it. It's going to want
to clean it out so only the relevant files are there."
Sorry, I did not give dnf the right to delete files it did not create in
that directory.Note that it
Or maybe the home directory isn't getting mounted to /home ?
On Wed, Nov 17, 2021 at 6:45 PM linux guy wrote:
> dnf upgrade to Fedora 35 using --downloaddir just wiped out my entire home
> dir... !
>
> So... went to do an upgrade to Fedora 35 and found that I was lacki
dnf upgrade to Fedora 35 using --downloaddir just wiped out my entire home
dir... !
So... went to do an upgrade to Fedora 35 and found that I was lacking room
for the downloads. I have /home set up on a separate drive, so I did the
following:
dnf system-upgrade download --downloaddir=/home --re
On Wed, Sep 1, 2021 at 8:03 AM Ian Pilcher wrote:
>
> Yes. I've seen the semi-transparent ghost window issue. I don't have a
> reproducer, though, so I haven't dug into it.
>
> X11 on an old ATI GPU if it matters.
>
I'm running X11 too.
It happened to me today with a Firefox window. I restar
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.
_
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
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:
On Thu, Aug 26, 2021 at 4:07 AM Patrick O'Callaghan
wrote:
>
> That looks interesting, but the link shows no description, not even a
> README. Is this specifically for AMD chipsets or is it more general?
>
Like I said previously, this is alpha quality software. Not even beta at
this point. I
Update
I got GPU switching by downloading and building this utility:
https://gitlab.com/asus-linux/supergfxctl
It does not require a custom kernel. The author just uploaded it. There
were a few dependency issues and the daemon did not automatically install.
But the author helped me troubleshoot
I recently purchased an ASUS A17 laptop with an AMD 4800H processor. Of
course I immediately installed Fedora 34 on it. Everything works well out
of the box... except GPU switching.
The ASUS A17 comes with 2 GPUs. GPU0 is the integrated GPU (iGPU) on the
4800H processor. GPU1 is a discrete NVID
On Sat, Feb 6, 2021 at 8:46 PM Tim via users
wrote:
>
> I've had double-clicking problems with dicky mouse switches. And
> although you can make adjustments for that, it's skirting around the
> real problem (bad mouse / bad mouse buttons).
>
>
I replaced the mouse.
__
Thanks for the direction. However, I don't see anything to change click
timing or turn debouncing on or off.
$ xinput list
⎡ Virtual core pointer id=2[master pointer
(3)]
⎜ ↳ Virtual core XTEST pointerid=4[slave pointer
(2)]
⎜ ↳ USB Optical
I recently switched from a wireless USB mouse to a wired USB mouse.
I cannot reliably right click links in Firefox because the click interval
on the mouse isn't set up right.
How does one modify the mouse click parameters in Fedora and/or Plasma ?
I've looked in System->Settings but can't find an
On Thu, Feb 4, 2021 at 7:28 PM Tom Horsley wrote:
>
> That sounds a lot like the same hardware failure I have on my
> old P8H67-V (AUSTek) system. I just tested it again, and the USB3
> ports will work with a single simple device plugged in (like a
> USB keyboard, which is what I tried), but a hu
On Thu, Feb 4, 2021 at 7:16 PM Samuel Sieb wrote:
> On 2/4/21 5:28 PM, linux guy wrote:
> >
> > Have you tried booting an earlier kernel?
> >
> >
> > Yes. The behavior was consistent across the 3 kernels I had installed.
> > uname -a
> > Linux
I have a USB2 hub attached to my computer. It was connected to a USB3
port. I moved it to a USB2 port and how all my USB devices work. None of
them are connected to a USB3 port.
$ lsusb
Bus 006 Device 004: ID 0951:1666 Kingston Technology DataTraveler 100
G3/G4/SE9 G2/50
Bus 006 Device 003: ID
> > I can't ssh into it. Connection refused. Looks like I closed port 22,
> > which is what I normally do.
>
> Workstation defaults to having ssh disabled.
>
I set ssh up on all my machines for various reasons. I keep the port
closed when I am not using it, as I had it today.
__
> Do you happen to have usbguard activated?
>
No I did not.
___
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/
> did you check to ensure that any extension USB cable being used is rated
> for USB3?
>
A USB2 device was plugged directly into a USB3 port. It worked during boot
to edit the kernel boot line in the grub editor, but not after booting.
___
users mailing
> Have you tried booting an earlier kernel?
>
Yes. The behavior was consistent across the 3 kernels I had installed.
uname -a
Linux bigboy 5.10.11-200.fc33.x86_64 #1 SMP Wed Jan 27 20:21:22 UTC 2021
x86_64 x86_64 x86_64 GNU/Linux
___
users mailing list
The only working USB devices on this computer are the wired USB keyboard
and the wired USB mouse. Not sure which they are in the tree above, I
don't want to unplug anything at the moment as I'm getting work done.
___
users mailing list -- users@lists.fe
Ask and you shall receive.
$ lsusb -t
/: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 1M
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 480M
|__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid,
1.5M
|__ Port 2: Dev 3, If 0, Class=Human Interf
One other symptom: the power lights on my USB wired keyboard did not light
up when I was plugging it into the USB3 ports. They now light up when
plugged into the USB2 port.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an em
> my initial thought was probably slow keys were enabled.
>
> https://forum.kde.org/viewtopic.php?f=66&t=36625
>
Slowkeys is not enabled. This is NOT keyboard specific. It is affecting a
USB hub, flash drive and USB IDE hard drive.
This issue seems to affect all devices connected
The USB hard drive that is on the other USB bus does not connect to my
computer. Nor does anything else connected to that bus. But a keyboard
connected to that bus works during boot up.
$ lsusb
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 003: ID 04f2:0402 Chicon
> On 2/4/21 1:30 PM, linux guy wrote:
> > I am now logged into my plasma session using a wired keyboard and a
> > wired mouse, using USB ports that were not previously used.
>
> sounds more of a usb port or bus issue.
>
The keyboard and USB port worked fine during
I am now logged into my plasma session using a wired keyboard and a wired
mouse, using USB ports that were not previously used.
I am available to troubleshoot anything the community wants. Fire away
with your questions.
___
users mailing list -- users@l
I'm logged into the console session. I am going to reboot to plasma, to
see what happens.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.f
> > It points to
> > a local configuration change to me.
>
> I do remember seeing USB related BIOS settings on systems, maybe
> one of them got changed somehow.
>
No changes, hardware or BIOS, have been made to the computer. Uptime was
days to a week, can't remember the last time I rebooted. Al
> Maybe the USB hardware is dead. I have an old computer where none of
> the USB ports work (and the onboard video also doesn't work, I think
> perhaps they are on the same dead chipset).
>
The keyboard works fine during early boot. I can edit in the grub editor
just fine.
My *guess* is that the
I got the wired USB keyboard working by plugging it straight into a USB2
port. Standby for more testing.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
> That sounds like your USB bus might be having problems.
>
I agree, that is what it looks like. The physical USB bus seems to be
fine as the keyboard works in the grub editor. This appears to be a USB
bus software issue.
> Have you tried the keyboard in every USB port on your system?
>
I ju
My motherboard (Asus TUF Wifi X570) has a PS/2 connector on it. But I do
not have a PS/2 keyboard ! I used to... but I think it is long gone. I'll
check.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le..
I updated and rebooted my system in the first place because a USB hard
drive I was using wasn't responding.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
Sorry for top posting.
___
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/
List Guidelines: http
I was able to edit the kernel boot line in the grub editor.
My system booted to a system login prompt.
My keyboard does not work. I cannot type a user name to log in.
On Thu, Feb 4, 2021 at 2:01 PM linux guy wrote:
>
> So the GRUB screen responds to key-presses, just not the fully
> So the GRUB screen responds to key-presses, just not the fully booted
>
That is correct.
OS? Can you tell it to boot into text mode (adding
> systemd.unit=multi-user.target to the kernel line)?
I can.
Does the keyboard
> work then?
>
Standby wile I test that.
___
I can ping the computer and it responds.
I can't ssh into it. Connection refused. Looks like I closed port 22,
which is what I normally do.
Ideas ?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lis
On Thu, Feb 4, 2021 at 1:51 PM Tom Horsley wrote:
> On Thu, 4 Feb 2021 13:44:00 -0700
> linux guy wrote:
>
> > How do I resolve this ?
>
> First thing to try is unplugging and plugging back in the USB
> devices (or dongles if they are wireless).
>
> If that doesn
I just did an update to my F33 Workstation install and now I can log in. I
can't move the mouse pointer on the login screen. The keyboard doesn't
appear to work either. Both are USB devices.
My login manager is GDM. I'm running Plasma as my desktop manager.
I don't think I have ssh enabled
Nothing that I'm aware of. I'll post if it slows down again.
Thanks for the attention. Fedora rocks !
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
h
Oops !
It seems to work properly now.
___
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/
List G
Thanks for testing. I wonder why I have an issue with it ?
On Mon, Jan 25, 2021 at 7:22 PM Ed Greshko wrote:
> On 26/01/2021 10:12, linux guy wrote:
> > Test case... open a Reddit sub in FF and attempt to reply to a post.
>
> No problem with that either.
>
> --
>
Test case... open a Reddit sub in FF and attempt to reply to a post.
___
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/
Spoke too soon. YouTube and Reddit are both very slow, esp. for typing.
On Mon, Jan 25, 2021 at 4:55 PM linux guy wrote:
> I think I found the problem. That battery in my wireless keyboard was
> low. Interesting thing is... it didn't affect all applications the same.
> Some we
I think I found the problem. That battery in my wireless keyboard was
low. Interesting thing is... it didn't affect all applications the same.
Some were much slower and others weren't really affected. Interesting.
On Mon, Jan 25, 2021 at 3:39 PM linux guy wrote:
> I'
I'm not sure what is slowing down. Just noticed FF last night. Plasma had
a few glitches in the last week, but it seems to be operating fine now.
On Mon, Jan 25, 2021 at 3:30 PM Joe Zeff wrote:
> On 1/25/21 2:51 PM, linux guy wrote:
> > Anyone else finding Firefox to be very
3:01 PM Łukasz Posadowski
wrote:
> W dniu pon, 25.01.2021 o godzinie 14∶51 -0700, użytkownik linux guy
> napisał:
>
> Anyone else finding Firefox to be very slow and laggy ? Typing text into a
> webpage has lags of up to several seconds ?
>
> Is this a Linux/KDE issue or a Fi
Anyone else finding Firefox to be very slow and laggy ? Typing text into a
webpage has lags of up to several seconds ?
Is this a Linux/KDE issue or a Firefox issue ?
Thanks !
Fedora 33 Workstation, fully up to date.
KDE Plasma desktop
AMD 3600X, 64GB RAM @ 3600 MHz, NVME SSD
Internet connection
Living on the (bleeding) edge !
On Fri, Jan 8, 2021 at 3:09 PM linux guy wrote:
> I just did too ! LOL.
>
> On Fri, Jan 8, 2021 at 3:01 PM Ed Greshko wrote:
>
>> On 09/01/2021 05:58, linux guy wrote:
>> >
>> >
>> > On Fri, Jan 8, 2021 at 5:43 A
I just did too ! LOL.
On Fri, Jan 8, 2021 at 3:01 PM Ed Greshko wrote:
> On 09/01/2021 05:58, linux guy wrote:
> >
> >
> > On Fri, Jan 8, 2021 at 5:43 AM Ed Greshko <mailto:ed.gres...@greshko.com>> wrote:
> >
> >
> > Just to add to t
On Fri, Jan 8, 2021 at 5:43 AM Ed Greshko wrote:
>
> Just to add to this.
>
> The needed fixes/updates are in "updates-testing" and will eventually get
> pushed.
>
Any idea how long this will take ?
___
users mailing list -- users@lists.fedoraproject.o
I've got the same issue. Pretty frustrating. I wasn't watching and
accepted the packages that would install and now I've got a non operational
Plasma desktop.
Fedora and Plasma still rock.
On Fri, Jan 8, 2021 at 5:15 AM Neal Becker wrote:
> I think at this point this is a clean F33 installat
I figured it out. Right Click on Desktop -> Activities. This toggles it
to go away and come back.
After the first time it appears to work correctly.
On Fri, Nov 6, 2020 at 12:17 AM linux guy wrote:
> F33 KDE workstation. Dual monitors.
>
> I have an activity widget on my des
F33 KDE workstation. Dual monitors.
I have an activity widget on my desktops. You press the widget and a list
of activities appears. I've been using it for a couple years, no
problem. I pressed it in F33 and the list appears. But I can't figure
out how to minimize it or make it disappear.
IT WORKED !
You guys just saved me hours and hours of time reinstalling and setting up
a new install on this computer. Thanks for the help !
Linux rocks. Fedora rocks !
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an em
Here's the result:
efibootmgr -c -w -L Fedora -d /dev/sdb -p 2 -l '\EFI\fedora\shimx64.efi'
BootCurrent: 0002
Timeout: 2 seconds
BootOrder: 0003,0002,0001,
Boot* Windows Boot Manager
Boot0001* Hard Drive
Boot0002* UEFI: Patriot Memory PMAP
Boot0003* Fedora
I'm rebooting right now.
Remember, I am running on a live USB. I did not boot from the drive that I
am trying to fix.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs
1 - 100 of 507 matches
Mail list logo