drwankingstein

@drwankingstein@lemmy.dbzer0.com

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

drwankingstein, (edited )

You can run different userland drivers but not kernel drivers. Thankfully the kernel drivers are pretty much unified for AMD. to use the proprietary ones, install the appropriate driver in the distrobox container.

Vulkan and Opengl are different drivers so you will need to figure out the flags you need to set appropriately. arch wiki is a food resource for this.

For rocm and stuff make sure your kernel has the necessary bits, this will be distro specific, but I can at least say arch will work fine simply. and fedors too iirc

drwankingstein,

a capitalist funded anarcho-comunist ecosystem, ironic

Looking for a good tablet PC distro

I just inherited a handful of Samsung Series 7 Slate PCs that I’d like to rebuild to be as “tablet-like” as possible for a few non-technical friends and family. They power up but arrived with non-functional Windows 7 installs. They’re Intel Core i5s with 4G RAM and 128G SSDs, so they should run pretty well under any...

drwankingstein,

each one of them has issues, I cant in good conscious recommend any atm

drwankingstein,

Year of the chromeOS desktop maybe, may faith is low

drwankingstein,

Man incapable of reading rules gets angry when punished for violating rules

drwankingstein,

I really don’t like nate’s take here. IMO it’s really not that good, Wayland is still outright lacking features, even when using the craptastic xdg portals junk

drwankingstein, (edited )

I didnt even remotely imply that x11 doesn’t have issues, so im not sure why that was brought up. The goal is to make wayland an acceptable and universal replacement, Everyone knows x11 is dying but wayland isnt ready to replace it yet

Things like window embedding, the wayland way is for each app to have it’s own embedded compositor. Wayland has no support for things like overlays/always on top (Useful for OSKs PR has been made but like all wayland things, we might not get it for another couple years, or perhaps never), currently missing support for reading other window states (PR made for this as well, but again, who knows how long it will take), Still no support for window positioning (again PR made), Emulated input events (libei is not universally supported) And these are just the ones off the top of my head, There were others but I cant think of them ATM

drwankingstein,

this is possible in theory, libcamera can expose all of the bits that are needed, have fun actually finding hardware to support this though

Wayland-Proxy Load Balancer Helping Firefox Cope With Wayland Issues (www.phoronix.com)

Among the Firefox Wayland bugs, one of the top crash bugs is over a lost connection to a Wayland compositor. For dealing with it is to have a proxy between Firefox and the Wayland compositor to cache messages and prevent compositor message queue overflows.

drwankingstein, (edited )

this is a wayland issue. Due to how wayland works, it cannot drop messages, this means if the messages stop being accepted (IE. the program becomes very slow and not very responsive) the application will wind up dying. EEVDF helped resolve a lot of these issues. but they arent gone yet.

a fairly easy replication cause is to start a large rust project compile since cargo will thread to oblivion if it gets the chance, then use the PC on wayland. Applications can frequently die, Firefox, MPV, Kate, gnome web, chromium, games, etc. it also doesn’t matter what compositor you use right now as gnome, kde sway all share the issue

EEVDF really does help stop a lot of these crashing though

drwankingstein, (edited )

virtio-sound likely will eventually and ufs probably will too. the gpu driver is being worked on by a third party, but it’s still using virgl so I doubt it will be very preformant

drwankingstein, (edited )

Flatlack is weird. Sometimes it’s really good, but then other times depending on what you install it really bloons up.

drwankingstein, (edited )

It’s not as dramatic for me but it’s still bad. I myself freed at least 20 Gb from my computer when I remove flat pack and all of its crap. and migrated my apps to aur myself.

drwankingstein,

EEVDF has been an insane improvement for the desktop, I can compile programs while listening to music and watching videos without any issues since the update, the responsiveness when my computer is maxed out is amazing, and the perf hasn’t lessened any noticeable amount

drwankingstein,

none, you aren’t using gpu, just whatever cpu is the fastest. if you want gpu acceleration you have to specify it. and keep note gpu acceleration is less efficient then cpu so your files will be bigger. though at preset fast it might actually be pretty close

drwankingstein,

Manjaro for some reason can’t stop breaking crap, and when they do break crap, they aren’t exactly elegant about it

drwankingstein, (edited )

well, I’m not sure traditional is the right word, multiseat has been used for a very long time. It used to be a bit better supported. The issue is that since the migration to wayland, it has become… a lot less supported. It is still possible, but most of the guides are x11 guides for a reason.

EDIT: I should say I hope seatd at some point could support multiseat but at the current time I don’t think it has any facilities to, systemd-logind / elogind do support multiseat, but I dont currently use them

drwankingstein,

It’s honestly not that great, you can mash together a working setup but it’s a pain put in the most polite manor, I would probably just use VMs

drwankingstein,

a few reasons I think, the QT bindings are split between cxx-qt and qmetaobject-rs . Neither of which are super great IMO, but even if they were, we have UI frame works like slint and egui which are already becoming quite good, slint has a good native look that resembles QT so people wanting that design can use that instead.

drwankingstein, (edited )

uses the GNOME interface

yeah thats a no from me.

drwankingstein, (edited )

I had good luck walking my nephew through installing and setting up arch. Great introduction into linux, he was 13 but thats close enough to the given range

How to check a direct downloaded mkv file

Decided to dip my toes in so I followed the guide to a website where I can download some content via google drive. Like an idiot, I didn’t research the risks of direct downloads before and so I’m now a bit paranoid. I understand the chances are low and my media player needs to be exploited but is there a way to be certain? A...

drwankingstein,

is there a way to be certain? not absolutely however simply being up to date will make the risk pretty much negligible. you probably have a higher risk of catching an STD from eating food after a day of wearing gloves and other protective gear

drwankingstein,

Typical Gnome dev: Toxic, bashing community, blaming community, calling features that community wants stupid

Also Gnome Dev: Why do we get so much flak?

drwankingstein, (edited )

Oh look, the gnome defense squad has come out.

Gnome devs insulting cosmic devs on the public gnome matrix: nitter.net/jeremy_soller/…/1577061838910390272

Gnome devs slandering S76: …gnome.org/…/system76-how-not-to-collaborate/

Gnome devs calling arch wiki contibs clowns: gitlab.gnome.org/GNOME/gtk/-/merge_requests/4829

Gnome devs making lying about wayland consensus and calling application broken when they arent: gitlab.gnome.org/GNOME/mutter/-/issues/217

Ah yes, I for sure “made it up”

Louvre: C++ library for building Wayland compositors. (lemmy.world)

Hello, yesterday I officially released Louvre v1.0.0, a C++ library designed for building Wayland compositors with a primary focus on ease of development. It provides a default method for handling protocols, input events, and rendering, which you can selectively and progressively override as required, allowing you to see a...

drwankingstein, (edited )

ngl Im more interested in the dock and what protocols it uses. I’ve been missing latte dock since I migrated to wayland

drwankingstein,

why so it can break on me because I sneezed wrong? I cant even make a fresh install on windows on my laptop because windows updates will occur, and will brick the device necessitating a reinstall.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #