26
133
submitted 3 days ago by ylai@lemmy.ml to c/linux@lemmy.ml
27
33
submitted 2 days ago by joojmachine@lemmy.ml to c/linux@lemmy.ml
28
19
submitted 2 days ago by joojmachine@lemmy.ml to c/linux@lemmy.ml
29
20
submitted 2 days ago by MyNameIsRichard@lemmy.ml to c/linux@lemmy.ml
30
13
submitted 2 days ago by boredsquirrel to c/linux@lemmy.ml
31
160
submitted 3 days ago by joojmachine@lemmy.ml to c/linux@lemmy.ml
32
150
The history of LibreOffice (www.libreoffice.org)
submitted 3 days ago* (last edited 3 days ago) by Pantherina@feddit.de to c/linux@lemmy.ml

aka. dont use OpenOffice

33
25
submitted 3 days ago by 0nekoneko7@lemmy.world to c/linux@lemmy.ml
34
32
submitted 3 days ago by Beaver@lemmy.ca to c/linux@lemmy.ml

cross-posted from: https://lemmy.ca/post/21305656

[Feature Request] Vote for a Proton VPN App for Ubuntu Touch on ProtonMail’s UserVoice Forum

https://protonmail.uservoice.com/forums/932836-proton-vpn/suggestions/47523629-ubuntu-touch-app

35
49
Nvidia to AMD (sh.itjust.works)

hi so i recently switched my GPU to an AMD card from an Nvidia one. Im wondering if there is an easy way to remove all the nvidia packages on arch.

thanks in advance ^^

36
29
submitted 3 days ago by penquin@lemm.ee to c/linux@lemmy.ml

cross-posted from: https://lemm.ee/post/32128978

Switching from Endeavour OS to Nobara

Hi all, I've been having issues with my favorite games on EndeavourOS Linux. Also, on top of that, an update the other day deleted my whole plasma desktop and left me with a skeleton of SDDM. I got it fixed, but some things are still wonky. I'm honestly getting tired of maintaining it and I just want something that just works for my video games and some coding. Nobara sounded awesome after some research. I do have a couple of questions for you all before switching:

  1. Is Nobara atomic? Immutable? Or whatever those distros are called.

  2. I have my /root, /home separate each in their own drive, plus a 3rd one for my steam and other games. Since I'm coming from Arch and I'll only be formatting my root drive, what folders/files will I need to remove from my /home directory after switching to Nobara so I don't have issues?

  3. Since I separate drives for everything, I'll be doing a manual partitioning when I install Nobara, and will be choosing btrfs for my /root so I can do snapshots with timeshift. My question is, does Nobara set up the subvolumes automatically for me when I do manual partitioning, or do I need to set them up myself?

  4. How hard is it to set up snapshots in grub?

  5. Or does Nobara have a back up tool already that already does snapshots?

Thank you.

37
32
submitted 3 days ago* (last edited 3 days ago) by WereCat@lemmy.world to c/linux@lemmy.ml

SOLUTION:

I was missing this package sudo dnf install rocm-hip-devel as per instructions here: https://fedoraproject.org/wiki/SIGs/HC


Hi, I'm trying to get GPU acceleration on AMD to work in Blender 4.1 but I can't seem to be able to. From what I've seen it should be working with ROCm just fine but I had no luck with it.

I'm using Fedora 40 GNOME with Wayland and my GPU is RX 6800 XT.

System is up to date. I've also installed all these packages:

sudo dnf install rocminfo

sudo dnf install rocm-opencl

sudo dnf install rocm-clinfo

sudo dnf install rocm-hip

and restarted system after.

rocminfo gives me this

rocm-clinfo gives me this

___``___

38
46
submitted 3 days ago* (last edited 3 days ago) by joojmachine@lemmy.ml to c/linux@lemmy.ml

The tl;dr for those like me, who don't understand the technical parts:

This week we merged support for the VK_EXT_image_drm_format_modifier extension in NVK, the new open-source Vulkan driver for NVIDIA hardware. We've also back-ported the code to the Mesa 24.1 staging branch so it will be part of the upcoming Mesa 24.1 release.

DRM format modifier support is one of the most important features we've landed in NVK in a while. Though it's not a very interesting feature to most Vulkan applications or game developers, it's very important to the Linux display pipeline. Importantly to users, this is the last piece required to support GameScope. It's also an important piece in making Zink+NVK a robust OpenGL solution.

39
11
submitted 3 days ago by 0nekoneko7@lemmy.world to c/linux@lemmy.ml
40
275
submitted 4 days ago* (last edited 4 days ago) by hector@sh.itjust.works to c/linux@lemmy.ml
41
488
submitted 5 days ago by hanrahan to c/linux@lemmy.ml

Most of the functionality is present but many important bits are still being developed.

42
167
43
87
submitted 4 days ago by boredsquirrel to c/linux@lemmy.ml
44
71
submitted 4 days ago by lemmyreader@lemmy.ml to c/linux@lemmy.ml
45
50
submitted 4 days ago by merthyr1831@lemmy.world to c/linux@lemmy.ml

What is it?

You can use Smokeless_UMAF to configure almost all options on AMD systems including UMA Buffer size (For systems like the steamdeck and laptops), RAM overclocking, CPU power states and voltage settings, and much more, even if your system's BIOS doesn't expose the option for you.

Tutorial for increasing your UMA buffer on an AMD Phoenix Laptop

Boot into a FAT32 drive with the downloaded Zip extracted to the root, and then use the "Device Manager" section to locate the UMA buffer size.

The location within the utility is at

Device Manager > AMD CBS > NBIO Common Options.

Once set, back out and apply the changes, rebooting your system. You can then confirm that the option has been applied by checking your system monitor of choice (Windows > Task Manager, Linux > Whatever) and checking to see if your available RAM has decreased (indicating greater allocation of memory to the iGPU).

This may not remain applied through BIOS updates, and may cause hardware damage if misconfigured, and may result in an unbootable system if misused or by chance. You may need to reset your BIOS if that's the case, if possible by your system manufacturer.

46
75

I’m thinking of picking up a used ThinkPad on eBay for cheap to serve as my daily driver. I’ll likely run LMDE, and primarily use it for web browsing, office programs, coding, and FreeCAD. Any recommendations on which model would best hit the sweet spot of capability vs price?

47
17
submitted 3 days ago by thingsiplay@beehaw.org to c/linux@lemmy.ml

A week ago I started a little script to format the output of file and path listings from other programs. It got a little bit out of hand and I implemented lot of advanced features into the fmt commands; kind of a sub language to define how the output should be formatted and structured. Entire idea is to give it paths, process the stream (not the file content itself, but the path representing a file) and output them again.

fpath accepts two type of input: a) either as arguments like fpath *.txt or b) from stdin like ls -1 | fpath . With additional options and commands the output can be colored and reformatted to something entirely different. In example with -F option the advanced formatting is possible, such as fpath -F '{.size} {name}' as a simple example.

There is lot of functionality (based on Python, yes this is a Python script), such as {reverse}{name}{/reverse} to reverse font color and background of the segment that is enclosed by the command, a slice to get a subset as a range from the entire path {-1:}, or {center:80}text{/center} to add spaces to get centered text, or just {ext} to output the extension, {mime} to output the file mime type, or even execute arbitrary programs {!grep:a}{path}{/!} to reduce output that has an a in the path.

Did I over engineer it again? Or just ignore most stuff and use it with the most simple options, should be enough anyway: fpath -t -s red *.txt

48
16
Decision of Next Os (lemmy.world)
submitted 3 days ago by bitahcold@lemmy.world to c/linux@lemmy.ml

I was Nobara user, then I am using Fedora right now. I want to use things like Hyprland etc. and ya know, Its damn cool to say I am using arch btw. So I've decided to use Arch Linux. But everyone says its always breaking and gives problems. That's because of users, not OS.. right? I love to deal with problems but I don't want to waste my time. Is Arch really problemful OS? Should I use it? I know what to do with setup/ usage, the hardness of Arch is not problem for me but I am just concerned about the mindset "Arch always gets broken".

49
48
Crapped my system (sopuli.xyz)
submitted 4 days ago by TheMonkeyLord@sopuli.xyz to c/linux@lemmy.ml

This isn't me asking for help or anything, I already replaced it with fedora kinoite. I just felt like talking about this ridiculous venture of mine.

So a couple weeks ago I started hyper focusing on cities skylines, but played on my Xbox. I learned that mods and all kinds of fun custom content was available on PC so I tried to play on my system. Problem, my laptop has an rtx 2070, but I was running fedora kinoite and couldn't figure out how in the world to install nvidia drivers.

So after a bunch of searching around I give up and decide to try installing a "gaming" focused distro in the form of endeavour os. It was awful.

Maybe I am weird but the x11 rendering didn't feel good at all, the lack of some default applications, as well as a bunch of apps I didn't know the purpose of. (This one is my own fault since they have a kde spin, but I remembered why I didn't like gnome) and finally today it froze in the middle of an update and hard rebooted, no longer able to launch.

Worst part, I didn't do a lick of gaming on the thing cause I moved on to Borderlands 3

50
36
submitted 4 days ago* (last edited 4 days ago) by The_Dark_Knight@lemmy.sdf.org to c/linux@lemmy.ml

Hey, so I just put this part up first because this is the one I urgently and importantly need answered even tho I wrote that hideous text block first (sorry English isn't my first language ).

1 So the question is I have live booted mint from a USB and everything is working like I can use internet on it , play YouTube video , the sound is working etc . But I'm afraid if I wipe windows and install mint as the main OS and the WiFi stops working I'll be fucked as I don't have a second machine except a phone to even fix it . There is no repair shop near and the ones I have to travel to go to charge very high for services and all the people I know are " just phone people" . Is it guaranteed that everything that works on a live USB will also work as the main OS ? Also is there a chance that updates could break the functionalities like WiFi, sound , rendering etc ? Cause I'm a layman and idk how to go about installing the correct kernal manually or some shit . And if its something like WiFi that got fucked I'll be extra fucked as I don't have a second device and can't even do it manually . Also as I said I can't afford servicing now . Also how do I switch back to windows lol ? I'm just running mint of the USB o don't know how to go back to windows, do I just pull the USB out ? Then what ? What are the steps on BIOS ? Shit I should've probably searched all these up before bit oh well as long as I'm making a post do feel free to answer idk if I should close my lap or not .I read a post on reddit of a guy whose WiFi stopped working after he made it his primary and he said that it worked on live USB . He was running mint too I believe, same as me with no other device .

Do try and reply to 1 (1 is the most important ) , 2 and 3 importantly and 4 you can do or not according to your free time .

2 Also what is the message on mints website talking about having to do something else for newer devices ? I now use an old thinkpad and it isn't an issue but I'm planning to do an upgrade real soon

3 Also how does the process vary with RISC-V architecture ? Is it there yet ? Any laptop to lookout for or is PC the only way ? I was thinking about switching to risc-v when upgrafing if any company manufactures components or laptop which they do fully as Foss . I am open to building a PC for RISC-V if I can buy full open source parts and if the Linux support is good .

4 I was thinking about switching to Linux for a long time cause I'm paranoid as fuck and always thought I should switch to mint as I'm a layman of all layman and recently got enough time to make it . But then I came to know of zorin OS which too seems to appease to begginers and the conseus between mint and zorin online vary a lot so thought I should just ask here as Lemmy seems to be crawling with Linux users . I mainly just want the drivers or hardware or kernal and all to just work perfectly all the time and not break after updates . I have also heard of some people having kernal issues and having to do it manually in which case I'll be fucked as I'm not savy . I mainly want good privacy and security . Zorin seem to have a paid version and I'm afraid devs will cut back on other version to promote that more and I have no plan to buy premium as i'm just getting into Linux and don't wanna make a big commitment maybe if I used it and settle on it I'll buy to support devs . Also mint is more popular and here to stay kinda shit right ? I don't care much about looking like windows or running window compatible apps and games I'll be just happy with the OS I'm choosing running all Linux shit . Also which appstore is better ? I heard mints software repo holds closed and outdated apps and don't have much idea about Zorin's . fdroid is one of the reason I grew to love android a place for all the good apps with no blobs and have everything I could ever need from galleries to browser . I would also like a that kinda app store supported distro with similar focus and policies on keeping apk updated , and building without proprietary blobs (like fennec ) and only foss .etc .

Sorry for the block of words , mistake grammer etc . English isn't my first language.

view more: ‹ prev next ›

Linux

44537 readers
960 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS