linux

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

Bluefruit, in Do I actually need to do anything to go from GeForce to Radeon?

I’m actually considering making this switch for the same reason. My 1070 ti is still a great card but its starting to struggle a bit with some games.

thantik, (edited ) in Today I discovered Garuda's BTRFS assistant and it's a total game changer.

Hopefully this assistant doesn’t kill its wife…

(I promise you this statement is related. It’s a little bit of history on BTRFS/ReiserFS though. BTRFS actually has support for in-place conversion from EXT and… ReiserFS, as it was kind of a competitor and the same engineers worked in ReiserFS)

Dariusmiles2123, in Framework 13 With AMD Ryzen 7040 Makes For A Great Linux Laptop (Review)

I love the idea of such a computer so I wish that project the best.

It should just ship with Linux preinstall as their ethos aren’t compatible with windows for me.

TheGrandNagus,

It certainly seems strange to me that it officially supports Ubuntu and Fedora, yet doesn’t offer the option of having it preinstalled

flashgnash, (edited )

I think pretty much anyone buying one those laptops who wants Linux already knows how to install it and let’s be honest if it ships with any given distro I think most would install their preference over it anyway

RaumEnde, in Reading .mcn files?

Use a hex editor to read binary files. I recommend ImHex imhex.werwolv.net because it includes all sorts of advanced analysis stuff.

nyan, in Do I actually need to do anything to go from GeForce to Radeon?

Provided that the approriate drivers and binary firmware blobs for the new card are already on your system (and with a user-friendly distro like Mint, they should be), I’d expect you to be able just to plug in and go. The only extra hoops I had to jump through while sidegrading from a 1050 to an AMD card of the same era were due to my having a hand-configured kernel and X setup with no AMD drivers.

Hannes1909, in Reading .mcn files?

Maybe strings can get some usefull output too?

theshatterstone54, in 10 YouTube Channels Linux Users Should Explore

I would also add Brodie to the list, and I follow 7 of them. I have kinda tried to steer clear of DT because I’m not a fan of some of his off-topic videos. There are 2 I don’t follow: Veronica Explains (I was going to check her channel out, but forgot) and Gardiner Bryant (this is literally the first time I’m seeing or hearing about this guy, so I will go check him out)

Strit, in State of the Nvidia open source driver in late 2023?
@Strit@lemmy.linuxuserspace.show avatar

As far as I know, only the kernel module was open sourced and in doing that Nvidia moved a lot of stuff from the driver, to the firmware/software part of their stack instead. So you would still need those, which are not open.

darklamer, in Looking for a "couch laptop"
@darklamer@lemmy.dbzer0.com avatar

For the usecase you describe, I’d go with a Chromebook, and build ChromeOS from source myself if that aspect felt important.

Pantherina,

ChromiumOS would be better. But you can flash coreboot on lots of Chromebooks and run real Linux on them

Petter1, in Looking for a "couch laptop"

When you say webapps, may I ask what method you prefer for using PWAs on Linux? Do you install them as apps? If so, how?

parallax,
@parallax@local106.com avatar

I mean in firefox, not trying to get fancy.

QuazarOmega, (edited )

I use Brave pretty much just for that purpose, while I use Firefox to browse everything else.
There is Firefox PWA, but it feels like such a shitty hack (don’t get me wrong, it’s not badly made, but they’re forced by the circumstances to make a setup process that is one big headache) that I’d rather have a browser that has official and solid support and it also doubles as my browser to test web content on Blink, so it’s a win-win for me

Petter1,

Yea, I tried with Firefox PWA, but as you have told, it was not usable for me. Most PITA was, that I had to install my plugins on any PWA again and again… I would love using a browser which is not chromium based but has nice PWA features.

QuazarOmega,

Maybe you can try GNOME Web if you don’t like Chromium, it should have them too, not sure how good the implementation is, though

Petter1,

It seems to work as I want 😃 thank you!

QuazarOmega,

Awesome!

Pantherina,

Problem is that Webapps require a very unhardened browser. Complete caching, cookies saved, serviceworkers in the background, so if Firefox got the feature hardening would break it

QuazarOmega,

Isn’t that kind of the point though? I’d appreciate the option, but I don’t know how usable actual web apps would be without access to those things

Pantherina,

Yes of course. Thats why support would totally be possible, but it needs to be a seperate unhardened firefox profile. Then all good.

GameWarrior, in Looking for a "couch laptop"

Would a Framework laptop work?

PainInTheAES,

I have a framework and love it but it’s probably not the best option for this. It’s kinda overkill and they can get a bit hot and loud. More of a desk laptop than a lap laptop IMHO. Also depends on how long you need the battery to last but this is reportedly better in the newer models.

parallax,
@parallax@local106.com avatar

If it was going to be my daily drive. They are just too expensive to have as a system I can use while sitting with the family.

db2, in Looking for a "couch laptop"

Pi-top or similar?

Markaos, in Linux support for wifi in LiveUSB trials with onboard wifi chip and/or additional USB wifi dongle
@Markaos@lemmy.one avatar

I believe a USB WiFi dongle will be a better idea than modifying live images of various distros, and others are already pointing you in the correct way for that, but I feel the need to correct one thing:

Okay, so maybe I can add some driver files to the LiveUSB or something? . . . nope. Not a good idea, because the other part of the whole fix is installing firmware, which has to be in place before the drivers will work – but this chip is also still being used by the onboard Mac OS.

The WiFi module doesn’t have any persistent memory for firmware, which is why the system needs to bring its own firmware - it is uploaded to the chip on every boot as part of driver initialization. So there is no risk of interfering with macOS here.

The installation in the guide refers to putting the firmware in a place where the driver will be able to find it. In other words, you would be installing the firmware on the Linux system, not onto the WiFi module.

ChunkMcHorkle,
@ChunkMcHorkle@lemmy.world avatar

I believe a USB WiFi dongle will be a better idea than modifying live images of various distros

Yeah, you and me both. But I’d be willing to do it for one or two, just to be able to prove that THIS laptop can and will run Linux with its current hardware, should he choose install it.

Also, the only thing lost by modifying LiveUSB trials is my time. If I corrupt the image, or it doesn’t work, or I make it crap out somehow – all of which is likely, lol – I still have done no harm at all. It’s just a USB stick. And I will also have learned a few things along the way, like how Linux distros install and use drivers.

you would be installing the firmware on the Linux system, not onto the WiFi module.

Then technically (not that I personally have the chops to do it) this “firmware” could also be something plugged into the distro on the LiveUSB stick along with the wl driver. That distro is getting its current drivers from somewhere on that USB already, so I’m not reinventing the wheel, just adding to what is already there.

I guess I just have to read up more. Thanks for letting me know the difference.

wiki_me, in Louvre: C++ library for building Wayland compositors.

You mentioned it being easier then wlroots, but wayfire and phoc reportedly act as high level abstractions on top of wlroots that could be used to make it easier to create window managers (wayfire author explicitly mentioned it), Maybe it will be good to create a comparison with these projects? or even divert your future efforts to one of them?

ehopperdietzel,

I’m not sure if I explicitly mentioned that it’s easier than wlroots, but I believe its design can considerably ease the learning curve for newcomers. While I’ve read about those projects, I haven’t had the chance to try them myself. Although I’d be interested in contributing to their development, I don’t intend to abandon Louvre. I find it beneficial that there are different alternatives, as each can bring unique and clever ideas to enhance various aspects, ultimately improving the overall design across the board.

ASeriesOfPoorChoices, in What happens when Linus dies/retires?

I don’t care about Linux, but damn am I hoping Subsurface is in good hands.

FlappyBubble,

You should care about Linux. The web depends upon it :)

ASeriesOfPoorChoices,

And so does Subsurface :-p

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