linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

TechieDamien, in Live (Animated) wallpapers programs for linux

I set mpv as the root window which worked well. I stopped using it a while back, but if you are interested, I could dig up the simple script for you (literally one or two lines iirc).

manito_manopla,
@manito_manopla@lemmy.ml avatar

Ok, give me the script, please

TechieDamien,

Sure. If you are using an nvidia optimus laptop, you should also add __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia at the start of the last line when running in hybrid mode to run mpv on the dgpu. You should have a file at ~/.wallpaperrc that contains wallpaper_playlist: /path/to/mpv/playlist. You may want to add this script to your startup sequence via your wm/de.


<span style="color:#323232;">#!/bin/sh
</span><span style="color:#323232;">
</span><span style="color:#323232;">WALLPAPER_PLAYLIST=$(cat ~/.wallpaperrc | grep -v '^w*#' | grep 'wallpaper_playlist' | sed "s/wallpaper_playlist: //")
</span><span style="color:#323232;">
</span><span style="color:#323232;">
</span><span style="color:#323232;">xwinwrap -g 1920x1080 -ov -- mpv -wid WID --no-osc --no-audio --loop-playlist --shuffle --playlist=$WALLPAPER_PLAYLIST
</span>

Hope this helps!

MonkderZweite, in Is anyone using awk?

My only usecase was finding and cutting at the same time. Until i noticed that grep | cut -d… 5x faster is.

allywilson, in Is anyone using awk?

I don’t tend to use awk in scripts as I do tend to do them in Python, but I do use awk on almost daily basis in one-liners.

Probably the most common thing for me is so I can read a config file without annoying comments and big line spaces.

grep -v “^#” krb5.conf | awk NF

FuckBigTech347, in I'm looking for a command that is similar to cpupower, but for gpu (or even both -- gpupower?systempower?)
@FuckBigTech347@lemmygrad.ml avatar
just_another_person, (edited ) in Videos stuttering across all applications

There are still a number of clock sync issues with the Zen4 chips. I’ve had issues on 6.4/5/6 with similar sounding audio/video that I’ve been able to somewhat mitigate by getting my amd_pstate settings to stop competing with other power tuning tools. Turn off EVERYTHING you have running dealing with cpufreq management, and just let the kernel amd_pstate do it’s thing. No TLP, no desktop tuning tools, just the upstate.

Also, double check that your memory frequencies aren’t bouncing all over the place, and consider under locking in the BIOS to exactly match the channel freq for CPU/mem.

See if that helps.

Lars,

I believe the only power tuning I had was cpupower. I just stopped it and will give it some time. Do you know a tool that’ll graph out my memory frequency? My memory seems pretty stable at 4800 MHz but I’ll watch it with “watch lshw -short -C memory”

Lars,

Issue still occured. Didn’t see my memory fluctuating either

bnjmn, in Could 2024 be the year of the diagonal linux desktop?

If we need to start supporting diagonals, I’m quitting webdev for good

Frederic, in Bilocker'd partition on dual boot drive

In windows, save the recovery key (to an external USB key for instance), it is a text file. Then in Linux double click the partition in Thunar or your file manager and it will ask you for the key.

wgs, in What distros have you tried and thought, "Nope, this one's not for me"?
@wgs@lemmy.sdf.org avatar

Void linux.

I used arch for a couple years, then crux for over 10 years, so I though Void would be a great distro when the systemd drama occured. Tried that, and noped the hell out of it…

  • creating/maintaining packages is a pain
  • the dev team was awful with newcomers
  • system couldn’t handle more than a couple weeks without updates
  • it’s an arch wannabe that doesn’t admit it, making it a worse alternative
bulwark, (edited ) in Bilocker'd partition on dual boot drive

I assume you want disk encryption on Windows which is why you haven’t turned off bitlocker and disabled it in BIOS. I’m not familiar with whole disk encryption on Windows but Linux has many options.

If you’re going to dual boot I would recommend a separate boot partition for GRUB/boot manager that points to the windows boot partition because Windows likes to mess up a shared boot partition.

**EDIT: This guy seems to have got both working: bbs.archlinux.org/viewtopic.php?id=273365

Pepsi,
@Pepsi@kbin.social avatar

congrats you didn’t even try to answer the questions he asked.

i’m curious…were you just answering the questions you wanted him to ask instead?

speck,

Honestly I've been away from Windows long enough that it just wasn't a consideration while I was creating the partitions and then the dual boot. I just discovered that it'd happened when I went to access the shared partition in pop and was asked for the password.

I do want to retain a shared data partition between the two OS, however. Obvs the partition for the Window OS itself could remain encrypted, since that doesn't affect pop os. And if it is best practice for system security.

I'll read up that link to see what he has to recommend!

db2, in Bilocker'd partition on dual boot drive

I’d run Windows in a virtual machine, then you can run both at once and share data as you please.

_Atlas_, in Dual Booting Windows 11 and Fedora Silverblue / Kinoite - how to shrink my Windows partition and where to go from there?

If you don’t mess with your EFI partitions and your windows partition you’ll be fine. The windows built in partition manager works well and is good enough. If you’re sitting with issues shrinking your partition, use the native Linux partition manager to do it when you boot from the USB. I’m not familiar with Fedora so I won’t be able to help much there. If you do need to use the Fedora partition manager, make sure to disable bitlocker on windows for the drive before you do it. You can just enable it afterwards. Hope it helps!

MothWaves, (edited ) in Writing program

I would have said Doom Emacs but given your note about vim, I’m assuming it wouldn’t be a great fit for you. Still, I used to write in Darkroom on Windows, because I really liked the totally minimal and simplistic nature of it, and Doom Emacs with writeroom-mode is a perfect upgrade.

As for other alternatives, it all depends on your own taste. I don’t think the issue here is really the amount of apps, just finding the right one. You mentioned Writer sends you on a constant formatting spree, so maybe a text editor would fit you better than a word processor like Writer.

In that case, I suggest you look at something that would resemble notepad. Lite XL is my favourite notepad-like text editor but I don’t think it’s usually available as a package. You can also try Gnome Editor as it is essentially Gnome’s answer to the lack of a super-minimalist app like MS notepad on linux. People have mentioned Obsidian and while it’s nice, if you’re not going to be using Obsidian’s graph or linking features I’d say you’re better off with a simpler markdown editor, Marktext is pretty nice imo. Sublime text is another good option for customizability, ease of use, and minimalism (Although not FOSS if that matters to you, neither is Obsidian for that matter).

You can also try and find a port of the original darkroom, as far as minimalism goes it really gets it right.

Overall, from what I can gather from your post, I suggest you use Marktext or LiteXL, if possible. Try out one of the other mentioned apps if those don’t fit your workflow.

Edit: For clarification, these are my suggestions for writing, formatting is a completely different practice and might need other tools.

berg, in Could 2024 be the year of the diagonal linux desktop?

All us ricers, assemble!

Gork, in Could 2024 be the year of the diagonal linux desktop?

I would constantly be turning my head, even though I wouldn’t need to, if my monitor were rotated at a weird angle like that.

Chewy7324, in Does Wayland really break everything? (Nate Graham's OG post ref'd in the Phoronix article)

Same topic, original article linked in post description. lemmy.ndlug.org/post/523560

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #