markus

joined 5 months ago
[–] [email protected] 1 points 1 week ago

@Thijs van Ulden Thanks for the hint, as long as I have been using KDE, I noticed yesterday for the first time that the process is so aggressive.

2
Baloo with high CPU usage? (hubzilla.markusgarlichs.de)
 

Something is wrong with Baloo 6.5.0 under KDE Plasma (Arch). I observe an extremely high CPU utilization of the baloo_file_extractors process. Can anyone confirm this or have other hints?

#KDE #KDE6 #KDEPlasma #kdeplasma6 #linux @KDE @KDE Krauts @KDE

[–] [email protected] 2 points 2 months ago

I'm using hstr since some years and it works perfect for me. https://github.com/dvorka/hstr

[–] [email protected] 4 points 2 months ago (2 children)

INOTIFY a GUI for monitor file changes. https://en.wikipedia.org/wiki/Inotify

[–] [email protected] 2 points 2 months ago (2 children)

@Dust0741 sometimes this can help -> in a linux console: ntfsfix -b -d /dev/sda1 oder ntfsfix -b -d /dev/sda2.

[–] [email protected] 5 points 3 months ago (9 children)

Flatpaks require more storage space as all dependencies are combined in a flatpak. For me rather 2nd choice.

[–] [email protected] 5 points 4 months ago

@eli04 Hast Du nicht gefragt, woher die Firma Deine Daten hat?

[–] [email protected] 1 points 4 months ago

@sga ok, since you didn't mention that before, that would be a possible source of error.

[–] [email protected] 3 points 4 months ago (1 children)

@sga I think you have to ask an admin of the university because a timeout is usually a problem on the server side.

[–] [email protected] 8 points 5 months ago (2 children)

This should work for all Nvidia user working with Plasma6 on Arch, Garuda etc:

Edit /etc/mkinitcpio.conf

MODULES=()

Change the Line and add the Nvidia Modules:

MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

Save the File and create the initramfs:

sudo mkinitcpio -P

Now Add the Kernelflags to Grub: nano /etc/default/grub

There is a line like this:

GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"

add this to the line:

GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet nvidia_drm.modeset=1"

Now generate the new Grub config:

sudo grub-mkconfig -o /boot/grub/grub.cfg

Reboot and have fun with wayland. Maybe you have to install: xorg-xwayland

[–] [email protected] 3 points 5 months ago

without any logfile it's difficult to say where the problem might lie.

view more: next ›