linux

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

mondoman712, in Anyone have experience with Intel Arc GPUs?

I have an a770. The only issue that I’ve had with what little gaming I do, is that CS2 ran pretty terribly, although I tried again last night and it seemed much better.

Kaidao,

Appreciate it. It sounds like with the new announcement they’re putting quite a bit of support behind it so I’m optimistic improvements are made quickly

Rand0mA,

Intel have just released a driver update to combat this. Its somethimg to do with a transition layer implemetation that has been massively improved giving 500%+ performance boost.

moody,

500%+ performance boost

To one game. Most others tested have seen a 5-15% increase in performance, and a couple have had 50% increases.

folkrav,

That’s still quite massive for a driver based fix alone.

Dr_Willis, in Dock / Panel suggestions

I have seen it with some Dock/panels, but the specific DE/tools you mention is not something I have used.

check the project page for the panel you are using.

saman34265,

Can you confirm the Dock/Panel you have seen, with this option.

Dr_Willis,

docs.xfce.org/panel-plugins/…/start

shows the preview feature you mention.

silencioso, in What distro for a MacBook pro late 2013 15'

Fedora

Dariusmiles2123, in What distro for a MacBook pro late 2013 15'

Fedora on a MacBook Pro from 2012 works like a charm.

mojo, in What has been your experience with Flatpak?

Really awesome. They’re all contained within my home directory too, so when I swap distros I can just copy my home dir and all my installed apps are carried over that way. Super useful feature that never gets mentioned! The downside to flatpaks is having to use them for cli in any way is a huge pain.

HW07,

Why not use a seperate /home partition if that’s something you value?

mojo,

I do, that doesn’t keep packages installed between distro reinstalls or swapping between entirely different distros. I’m talking about the actual packages and app data themselves that are contained in home.

jack,

For automatic installation I recommend ansible, its real easy

mojo,

There’s literally no need. It’s auto installed because everything is portable and most applications that launch .desktop files know to look for it’s directory.

jack, (edited )

that doesn’t keep packages installed between distro reinstalls or swapping between entirely different distros. I’m talking about the actual packages and app data themselves that are contained in home.

It’s auto installed because everything is portable

Then you didn’t explain it very well. Your former comment clearly states that copying the files keeps the packages (so you don’t have to redownload?) and the data, but “doesn’t keep packages installed” (hinting that .desktop files don’t get found)

heygooberman, in What distro for a MacBook pro late 2013 15'
@heygooberman@lemmy.today avatar

I think Pop OS might work on that model, and if it does, I would highly recommend it, as the DE is very similar to macOS. If I recall correctly, that distro also has multitouch trackpad functions that behave similar to those on the MacBook.

baseless_discourse,

Even on x11? I am assuming they dont support one-to-one gesture on x11, right?

syrooks, in What distro for a MacBook pro late 2013 15'

I have mine running Proxmox to act as a VM server I access from other devices thru the home network.

beejjorgensen, in LibreOffice 7.5.8 Is Here as the Last Update in the Series, Upgrade to LibreOffice 7.6 Now
@beejjorgensen@lemmy.sdf.org avatar

Some comedian, I don’t recall who, talking about his “job interview”:

“Are you good with the Microsoft Office suite?”

“I excel at it.”

“…Did you just make an Office pun?”

“Word.”

I’ve been using LibreOffice for ages. It’s been excellent–a most impressive project.

iHUNTcriminals, in Plasma Bigscreen

I’m going to find out if I can install it on MX debian with KDE when I get home.

hobbsc, in What has been your experience with Flatpak?

I absolutely love it. Easy to find newer versions of things than what’s in my distro’s repos, easy to update. The only snags I’ve encountered is sometimes (very rarely) a program won’t have access to part of my storage or my system’s dark theme isn’t applied. The former is super rare and the latter is usually 5min of searching the web to remember how to change the theme for a flatpak.

EDIT: after reading some of the other comments, I should mention that I only use it for GUI applications. I’ve not yet tried any TUI/CLI applications as flatpaks.

Anticorp, in What has been your experience with Flatpak?

It’s great if the pak meets your needs. For Steam the pak didn’t meet my needs because it doesn’t allow you to add additional library locations. As long as it’s set up in a way that works for you then it’s a big time saver.

exception4289,

I haven’t tried it but doesn’t flatseal let you setup steam’s permissions to allow external/additional directories or mounts?
What’s stopping steam’s access to other directories?

Dreadful6644,

It works when set up with flatseal.

Anticorp,

Ah, I haven’t heard of flatseal before.

grue,

The trick is knowing how to do it. I still haven’t fixed my Zoom install to successfully download emojis (which I suspect requires a filesystem permission it doesn’t have by default)…

zwekihoyy, in Are there any downsides to using Homebrew as a package manager on Linux?

check Nix instead.

alt,

Nix is definitely cool and I already have it installed on my system. Unfortunately, even Nix has trouble with keeping Brave up-to-date at all times. It’s still on 1.59.120, while Brave has had three releases since. It took about 3 days after the release of version 1.59.120 for them to release it on their repos. As you can see, it leaves a lot to desire.

Acters, (edited )

It’s a community maintained repo. The possibility of updating it yourself is possible. The master branch is updated to the 1.59.124, which came out a week ago. And was updated around the same time. 1.60.110 was just released 1 day ago. You can update it yourself. After all, it’s supposed to give you a great default state to fall back to, not keep you on the bleeding edge of releases.

Edir: how to do it yourself and contribute to the community. nixos.wiki/wiki/Update_a_package

alt,

The master branch is updated to the 1.59.124

Brain fart on my side, thanks for correcting me so respectfully 😊!

Hmm…, maintaining it myself is an interesting thought. Perhaps I should take a look at that, thanks a lot for your input. Much appreciated!

Atemu,
@Atemu@lemmy.ml avatar

Minor version bumps should be mostly trivial: Change version and hash, package that into commit+PR (ckeck guidelines on that!) and that’s it most of the time.

The harder part is QA; ensuring it still works as expected. Therefore, even just testing update PRs as they come in would be a great help.
If the code change is trivial and a user of the package said it still works for them, a commiter coming along is likely convinced of the PR’s quality and just merges it.

It’s super easy to contribute to Nixpkgs in a meaningful manner :)

ShittyBeatlesFCPres, in What has been your experience with Flatpak?

I prefer them. There’s trade-offs (like disk usage and occasional theme issues) but it’s worth it to me for the sandboxing and ability to easily run a newer version of an application than your distro has packaged up in their repos. It’s better for developers since they don’t have to support deb, rpm, etc. etc. And long term, it’ll allow immutable systems to become the default and that’ll be good for security and stability.

Between Snap, Flatpak, and AppImage, I default to Flatpak. It seems like the best supported even if they all have their strengths and weaknesses. AppImage is great for old versions of software you don’t want updated/integrated into menus. Snaps are basically the same and I happily use them if there’s no Flatpak but it’s so tied to Ubuntu/Canonical that some people have opinions about using it. I don’t know of any developer stubbornly refusing to support Flatpak on ideological grounds.

Lydia_K, in What has been your experience with Flatpak?
@Lydia_K@startrek.website avatar

I really like AppImage, but so far my experiences with flatpak have all been pretty terrible.

preasket, in Gamedev and linux

What if the bugs are linux-specific? lol

Sanguine,

Did you read the post lol?

He says 3 out of all reports were linux specific.

preasket,

You’re taking this too seriously lol

Sanguine,

???

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