linux

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

wewbull, in KDE KWin Merge Request For Triple Buffering

Errrm, could they please leave some memory to other processes? KDE already takes about 1.5GB of VRAM on my RX7600 8GB just running a desktop (dual head 4k + 1440p displays). Yes, things can get swapped out to main memory, but that becomes choppy. I’d rather run single buffered, get the odd screen tear, and have the VRAM back for real work.

ItsPlasmaSir,

It says in the article that triple buffering only activates if your GPU struggles to render the desktop. That means old and weak iGPUs are getting this. For your desktop card nothing should change.

Tiuku, in Writing program

If markdown fulfills your formatting needs, then there’s no beating it in terms of focus and simplicity. Use whatever text editor you like. My recommendation would be Kate. It supports previewing the rendered document in side by side view.

possiblylinux127, in Nobara 39 Officially Released

Honestly you should just stick to Fedora. If your looking for very user friendly then I would go for Linux mint.

simple,
@simple@lemmy.world avatar

Honestly you should just stick to Fedora.

Why?

possiblylinux127,

Support and reliability

Yerbouti,

IDK , Nobara is really stable. The main difference for me was that it comes with all the AV codecs you could need, and a few tweaks for gaming. Saved me a lot of time in the end.

furycd001, (edited )
@furycd001@lemmy.ml avatar

These are the reasons why I would consider installing Nobara over Fedora…

lapislazuli, (edited ) in Writing program

FocusWriter for a minimalist, focused writing experience. You can edit the existing template for a dark theme and white text. I rather like the typewriter font, Liberation Mono (it was Courier something back on Windows). Give it a try. I’ve been using it for around 3-4 years.

om1k, in Writing program

Neovim

toastal,

That’s what I use for my reStructuredText documents!

sundaylab, in Which distro in your opinion is the best for virtualization (Windows 10 on either KVM or VMware), stability, and speed?

I jumped onto the FreeBSD train a year ago and needed some virtualization tool for my job. A started using bhyve and must say that I am quite happy with it and don’t plan to move to any other tool soon. Not sure how it compares to other tools performance wise but it does the job for me.

boo_,
@boo_@lemmy.blahaj.zone avatar

I’ve really wanted to try bhyve but the lack of hardware passthrough support (PCIe GPU passthrough in my case) compared to KVM keeps me from it as of right now. Looks really good though.

Sethayy,

Any other BSD-based vm’s that do (PCI pass through that is)?

Ive wanted to swap my debian server over for a while, but the occasional windows only software is keeping me in linux (what a time to be alive lol)

jjlinux,

This has got to be 1 of the top 10 comments on “why Linux and not BSD?”

  • “Because I need to use some apps that only run in Windows.”
  • “Why not just use Windows?”
  • “Because (insert any excuse, valid or not)!”

It is, indeed, a funny time to be alive, haha!

boo_,
@boo_@lemmy.blahaj.zone avatar

I think Xen does? It’s available on a few different operating systems but idk how user friendly it is compared to QEMU/KVM or bhyve.

dingdongitsabear, (edited ) in Dell Latitude Frustration

you have faulty hardware, whether it’s RAM or cooling or storage related, no way to tell but crashes like that don’t happen nowadays.

edit: I recall having some issues with a 7490 a few years back, it needed some special module for the fan or the sensors, not sure. don’t know if that’s your issue, but look it up.

dingdongitsabear, (edited )

I think you mistyped the model, if it’s a 7390 it should be the same hardware as the 7490 I’ve mentioned. the module I needed was i8k, check if your model needs it.

knfrmity,

The RAM is fine (Memtest ran 4 times without faults), and cooling seems to work well enough. Storage is ok and I used two different SSDs through this whole process and saw the same problems on both.

I tried the previous known-good kernel options on the Manjaro install and it seems to be OK now. According to the Arch Wiki the Intel 8th Gen mobile CPUs and especially iGPUs are known to be a little problematic on Linux so the kernel options to disable some power saving options are basically non-optional. It’s weird though that it works now and didn’t on the Tumbleweed reinstall.

dingdongitsabear,

I have an issue involving similar hardware, can you share the mandatory stuff for 8th gen iGPUs? read through the intel_graphics article but found no direct mention.

did you try the i8k module?

knfrmity,

I linked the specific wiki page section in an edit to the main post. It’s in the troubleshooting part at the end.

I didn’t try the i8k module but looking at a couple things it looks like the issue was more apparent around Linux kernel 4.15 from a few years ago. I also don’t have any specific complaints with temperature control. The fans only ramp up in the 70-80C range which seems to be quite reasonable.

dingdongitsabear,

thanks. unfortunately, didn’t fix my problem.

I also have a T480s with similar hardware to your Dell and it works without issues, no kernel switches necessary.

throwawayish, (edited ) in Which distro in your opinion is the best for virtualization (Windows 10 on either KVM or VMware), stability, and speed?

virtualization

Honestly, I don’t know. Though, I’d reckon there would be any significant difference between distros.

stability

Depends on what you mean with stability. If you meant it like how “stable” is used in “Debian stable”, then it would be any distro with a release cycle that chooses to not continuously deliver packages; but instead chooses to freeze packages and hold off updates (besides those related to security) for the sake of offering a relatively polished experience in which the behavior of the distro is relatively predictable. Some distros that score good on this would be Debian stable and openSUSE Leap. It’s worth noting that Distrobox, Flatpak and Nix allow one to have newer packages on these systems if desired.

If, instead, you meant that the distro is less likely to break upon an update, then it’s important to note the following:

  • While you shouldn’t expect breakage to happen in the first place, unfortunately it’s realistic to expect it every so often (read: 0-2 times a year on non-stable distros).
  • If you have a lot of packages, then it’s more likely that at least one of them causes some breakage.
  • Technically, every update is a potential ‘breakage-moment’.
  • Packages that haven’t been installed through the official/native repos are more likely to cause breakage.
  • Relying on Distrobox, Flatpak and Nix for (at least some of) your packages should benefit the stability of your base system.
  • (GRUB-)Btrfs+Timeshift/Snapper allows one to create snapshots one can easily rollback to in case of breakage. Therefore it’s worth seeking out a distro that configures this by default or set it up yourself on whichever distro you end up using (if it isn’t included by default).
  • So-called ‘atomic’^[1]^ distros are (generally speaking) more resistant to breakage, but (arguably) they’re less straightforward compared to traditional distros. It’s still worth considering if you’re adventurous or if your setup is relatively simple and you don’t really feel the need to tinker a lot. Don’t get me wrong; these atomic distros should be able to satiate ones customization needs, it’s just that it might not be as straightforward to accomplish this. Which, at times, might merely be blamed on lackluster documentation more than anything else.^[2]^

As for recommendations you shouldn’t look beyond unadulterated distros like (Arch^[3]^), Debian, Fedora, openSUSE (and Ubuntu^[4]^). These are (in almost all cases^[5]^) more polished than their respective derivatives.

speed

Most of the distros mentioned in this comment should perform close enough to one another that it shouldn’t matter in most cases.

If you’re still lost, then just pick Linux Mint and call it a day.


  1. More commonly referred to as ‘immutable’. Atomic, however, is in most cases a better name.
  2. If you’re still interested, I’d recommend Fedora Silverblue for newcomers and NixOS for those that actually know what they’re getting into.
  3. I believe that one should be able to engage with Arch as long as they educate themselves on the excellent ArchWiki. It might not be for everyone, though. Furthermore, its installation (even with archinstall) might be too much for a complete newbie if they haven’t seen a video guide on it.
  4. Ubuntu is interesting. It has some strange quirks due to its over-reliance on Snap. But it’s worth mentioning, if you don’t feel like tinkering.
  5. With Linux Mint (and Pop!_OS) being the clear exception(s).
mmababes,

I’m going to give openSUSE Leap a try.

If you meant it like how “stable” is used in “Debian stable”…

Yup, that’s what I meant

throwawayish,

Great choice! But as others already have noted; if it will be used for virtualization only, then perhaps distros like Proxmox should suit you better.

Moondance, in What distros have you tried and thought, "Nope, this one's not for me"?

Every single one of them until I hit arch. It just seemed to click and I enjoy the rolling release.

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

Suse, every time I’ve tried it I’ve just been like yeah, nah after running into some weird issue.

daq,

Just curious what issues you ran into? Asking as a suse daily driver for about 20 years now, but promise not to proselytize.

Kushia,
@Kushia@lemmy.ml avatar

It’s been a while so I’m not entirely certain. I just know that they were unique to Suse and no other distro gave me the same problems.

01189998819991197253,
@01189998819991197253@infosec.pub avatar

Like SD cards suddenly being read only, then, as mysteriously as it started, they’re read/write again (sometimes while mid-operation)? Yeah. I have that.

possiblylinux127, in What would be the best way for me to recover data from my old laptop's hard drive, which seems to have a bad superblock?

The first thing you should do is create a raw backup of the data. The more you use this drive the worse the failure gets.

mph, in Can anyone share their experience with Asahi as a Daily Driver?
@mph@hexbear.net avatar

I don’t currently use it as a daily driver, but I tried. The basic, core experience is fine. Depending on what you need, it could be great. In the end I went back to using macOS (though I did ask myself what was working so well for me with GNOME that I wanted to try the experiment to begin with, and that has resulted in a leaner, simpler macOS setup).

The stoppers for me were webcam support (it kind of worked, but with bad image quality issues), and a number of Flatpaks quietly failing at launch. Non-stoppers but papercuts included that you can find ARM packages for some things but they’re direct downloads instead of dnf sources you can set up (e.g. 1Password, Sublime Text), and there are a few weird glitches with some fonts that work fine on x86 setups.

It’s trivial to set up dual-boot, and pretty easy to back out if it doesn’t work for you, provided you read a few paragraphs of documentation. I’ve done it twice on two different machines.

IzyaKatzmann,

hmm, yeah dual boot sounds like a good idea, thanks for sharing your experience!

narc0tic_bird, in Can anyone share their experience with Asahi as a Daily Driver?

If you find that macOS and the software for it lead to good productivity, I’d advise against ditching it solely for having to allow unsigned applications to run. It’s a few clicks once per app.

I didn’t use Asahi myself. I’d imagine it works for quite a few people, but I personally wouldn’t use it as a daily driver, because the community support is much smaller compared to popular distributions. I’d get a non-Apple computer for using Linux. You could just try it out though, obviously.

scytale,

I was gonna say the same. It’s going for the nuclear option for a relatively small problem (unsigned apps warning). Why run something that emulates an OS when you already have the legit one that’s proven to work well with your productivity. Also, the best OS that runs on mac hardware is macOS. It’s definitely worth trying on a non-apple computer for sure.

IzyaKatzmann,

that’s fair, i’ll definitely have to see what the changes to my workflow are

Luffy879, in Why do you use the terminal?

Why should i open discover, wait half a year for it to load, search for vlc, wait half a year, look if its not a flatpak, realise its a flatpak, repeat

If i could just type sudo pacman -S vlc?

Or search how to update my grub config if I could just type grub-mkconfig -o /mnt/Boot/grub/grub.cfg?

mub, in What distros have you tried and thought, "Nope, this one's not for me"?

EndeavourOS - I have tried Arch as well but EndeavourOS is just nicer out of the box. The AUR is awesome, and I generally find answers for any problem more easily than I did for any other distro.

TwinTusks,
@TwinTusks@bitforged.space avatar

I think you misread the topic.

mub,

There was another section, but it sounded bitter so I just posted the positive bit.

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