linux

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

MNByChoice, in Desktop icons not loading

Have you recently fixed another issue? Perhaps run out of disk space during an update?

Smorty,

Naw, I still have a good 100 GB left on my storage.

penquin, in Arch or NixOS?

My honest opinion? Neither. Just go with something that works out of the box like Linux mint until you’re done with school then you’ll have time to mess with your system. That’s what I did for a friend of mine when he went to college. Gave him a laptop with mint on it and never heard a single complaint from him. It has everything he needs. Focus on school now and worry about distros later.

markstos,

School is a time to learn and both Arch and NixOS provide plenty of opportunities for that.

penquin,

While true, but they also need a system that they don’t need to mess with so they can focus on their school. Unless they’re going into w degree that utilizes Linux then I guess it makes more sense.

Trainguyrom,

I have to agree, if you’re late or have assignments that don’t work correctly because of your special Arch/Nix install, you’re going to be in for a very rough time. College is when you need to focus on learning exactly what is prescribed by the professors and instructors. Anything else you learn is secondary, and your free time is best spent on extracurriculars and trying to make friends because thats the stuff that’s really hard to do after college. Y’know what’s not hard to do after college? Scavenge a junk computer for next to nothing and install NixOS and Arch on it

penquin,

I guess I’m not crazy after all for looking out for OP. I am getting downvoted for it. 😁

noddy,

I don’t know about everyone else, but I had a lot more spare time to tinker with linux when I was a student than after, having a full time job. But I guess if you only have the one computer and need it to work, then tinker in a VM or something. Don’t wait with tinkering and learning about linux if it is interresting to you and something you want to spend time on. You might not have the time for it in a few years.

Czele, in #129 Hello 2024 · This Week in GNOME
@Czele@lemmy.world avatar

Please finish this damn variable refresh rate already!!

Secret300,

I feel you. If I could I’d help with implementation but I am dumb so I have no idea what the hell they doin

madmaurice, (edited ) in Gnome completely different and buggy after update (Debian)
@madmaurice@discuss.tchncs.de avatar

First of all: Did you do apt dist-upgrade as well? If I remember correctly that is a new required step when upgrading to a new Debian release.

If that doesn’t help, you could check if your nvidia-detect package version is the expected version, that comes with Debian 12.

If neither of these steps help you could disregard nvidia-detect and try the steps listed in the following link. It seems the firmware was moved to a separate repository compared to Debian 11. You might need to add that by hand. wiki.debian.org/NvidiaGraphicsDrivers#bookworm-52…

Smorty,

Thank you very much for your answer. I was not aware of the dist-upgrade being required now, so I did that, but unfortunately it did not change anything after a reboot. I reinstalled nvidia-detect to see if that caused any issues, but that did not seem to be the case. Your last step I actually already did some time ago, and I tried to do the same no. Unfortunately that also did not seem to have fixed the problem. The nvidia graphics settings software is still installed, but it only shows some very limited control options compared to how it used to be. This is what that program looks like now:

https://lemmy.blahaj.zone/pictrs/image/41ed5baf-153a-4d38-b407-7649c7781716.png

So this really seems to be more of an nvidia issue, rather than a gnome one.

Secret300,

I had a 1650 until recently. I thought Wayland was just buggy as hell but as soon as I put in an AMD card it was smooth as butter. I know it’s not always an option but in my area cards sell locally for $80 specifically the Rx 5500 and RX 580

Smorty,

Yeah. Actually wanted to put an -nvidia hate- comment at the bottom, buzt thought it’d be too much. I do actually have some money lying around, so if I switch, it’ll be an amd. I currently have the classic: GTX 1060 in my machine, how did you feel your performance change, if at all?

Secret300,

I found an Rx 5500 for $75 at a pawn shop and so far it’s performing the same but my CPU is a huge bottleneck so not sure yet til I upgrade

robolemmy, in Remmina not working with Windows 10 RDP anymore
@robolemmy@lemmy.world avatar

Did you have a saved password? It may have cleared the save without telling you.

BentiGorlich,
@BentiGorlich@gehirneimer.de avatar

Yes I did. But shouldn't it then have a log message or the UI telling me that the password is wrong?

robolemmy,
@robolemmy@lemmy.world avatar

It should, yes. But in my experience it doesn’t always. Clear the saved password and re-enter it and see if that helps.

dauerstaender, in Raising the Bar: Introducing the new App Metadata Guidelines

Why do app screenshots need a shadow? In their example they even showed Kodi in fullscreen.

Interstellar_1,
@Interstellar_1@pawb.social avatar

And how can you easily do that as well?

SnotFlickerman, (edited ) in Linux Hijinks
@SnotFlickerman@lemmy.blahaj.zone avatar

Lastly the printer… Not sure what to do with this, any suggestions?

Try to build an equivalent to the GameBoy Camera? It used receipt paper.

en.wikipedia.org/wiki/Game_Boy_Camera#Functionali…

You might have to search for a low-resolution black & white camera, though, to really make it work.

Anyway, that would be my dumb project for a receipt printer.

MrPhibb,
@MrPhibb@reddthat.com avatar

Hmmm, interesting idea, I’ll think about it, thanks.

Anarki_,

Could you potentially not just use a regular camera and use software to squish the picture and make it b/w?

MrPhibb,
@MrPhibb@reddthat.com avatar

Usually I just take a screenshot, I have no idea why I did a photo this time.

hperrin, (edited ) in ELI5 the whole Wayland vs X11 going on.

Basically a long time ago Linux/Unix was run on big machines in a separate room with all the fancy graphics hardware, and you’d have a dumb little machine at your desk that could barely draw pixels on a screen. So X11 was designed with all these fantastic neat server-client mechanisms that made it great for running on a mainframe.

Fast forward 30 years and all that stuff is useless now that everyone has built in graphics (as well as several other issues with X11’s archaic design). So some smart people who didn’t know any better made a new thing that everything has to be rewritten for (because they were smart, but didn’t know any better). Then someone who did know a little better was like, what if we take the old bloated one and rewrite it for the new lean one. So now everything runs in an X11 session inside a Wayland server, which has to be rewritten for everything because Wayland is a protocol, not a server.

But one of the really nice things about it is that everything has to be rewritten, so we can make newer, fancier bugs.

Edit: I don’t want you to take the impression that I think Wayland is bad. Wayland is way better than X, it just sucks that we have to rewrite a bunch of stuff for it and figure out new ways of doing things that were dead simple in X, but very insecure.

WhyAUsername_1,

I still don’t get it… I guess I am still 4 years old…

kevincox,
@kevincox@lemmy.ml avatar

Also window managers started compositing which moved 1/3 of what X was doing to the window manager. Then applications started doing their own rendering which moved another 1/3 of what X was doing to the applications. All that is left over is basically the low-level IO which had gotten greatly simpler over the years and could basically be packaged into a few libraries (mesa and libinput primarily) and some complex mutli-hop IPC which was completely unnecessary.

LEDZeppelin, in Looking to make the switch

What are people’s experiences with dual booting windows and one of the Linux distros from the same SSD (different partitions) as opposed to having two physically separate SSDs? I unfortunately don’t have another M.2 slot on my mobo

474D,

It’s pretty easy, I installed Mint on my laptop and the installer took care of the partition and everything. On my desktop, I just installed an m.2 expansion slot.

ProgrammingSocks, (edited )

I do this, but you should pre-partition your drives. Shrinking partitions is risky and takes forever. Install Windows first, Linux second and GRUB should take over as the bootloader. This is fixable if you go the other way but you need to be considerably more familiar with bootloaders in general.

crunchymunchytoast, in How I can enable i3-gaps?

It says at the bottom you’re using a version built in Nov 2021, you might just need to update to the latest release (latest Arch release is 4.23-1, built 10-29-2023).

If the version in your repos is that out of date though (you didn’t state your distro so there’s no telling offhand), your best bet may to be to build it from source and install it.

Xirup, (edited )

Fuck I’m so blind, thanks…

I’m using KDE Neon, that uses Ubuntu LTS so yeah… It’s obvious that i’m using a very outdated i3 version.

Syudagye, in X11 tiling WMs
@Syudagye@pawb.social avatar

Try out LeftWM ! It’s a dynamic tiling window manager, and it’s a reamly cool project with a very nice community. It’s still a bit rough around the edges but it’s worth trying considering how much options it offers.

flashgnash,

Unfortunately for this use case rough around the edges won’t do. If something doesn’t work instantly I get blamed for using nonstandard software so the most reliable is what I’m looking for really

For personal use I have no problem with rough around the edges (evidenced by my using hyprland on Nvidia lol)

tkk13909, in Looking to make the switch

Others have posted way more in-depth responses so I’m just here to provide some encouragement!

It looks like you’ve done your research if you’ve decided on pop. I personally use Fedora but I also don’t do much gaming so my needs are better met by it. Once you’ve gotten used to Linux, you’ll realize how little of a difference there actually is between most distros so don’t sweat it too much.

I wish you luck in your endeavors (pun intended) and I hope you find it suits your needs!

jameskirk,
@jameskirk@startrek.website avatar

Is Fedora “bad” for gaming? How so? I have steam installed and a couple of games but, granted, I don’t game much these days! Would like to know more as I kind of have settled for Fedora

xenspidey,

One of the best gaming distros (Nobara) is fedora based.

tkk13909,

It’s not bad but there are simply better distros if you want a seamless gaming experience. Nvidia drivers are a big reason in my case. Pop works with Nvidia right out of the box (assuming you download the Nvidia iso) and Nobara has some great gaming tweaks so no, Fedora is not bad for gaming. It’s simply not the best if you’re really serious about gaming.

bastion,

Nice! For multiboot, I strongly recommend relEFInd.

wildbus8979, in Desktop icons not loading

Try running update-icon-caches as root and restarting GNOME.

Smorty,

Maybe this package isn’t installed either, since I get some sort of error message: Usage: /usr/sbin/update-icon-caches directory [ … ] I tried assigning some directory to it like this: sudo update-icon-caches /usr/share/icons But this didn’t change anything either.

despotic_machine,
@despotic_machine@lemmy.world avatar

some sort of error message

Having this complete error message would help determine what is going on.

Smorty,

This is all what shows up. Heres my complete terminal output:


<span style="color:#323232;">marty@MartyPC:~$ sudo update-icon-caches
</span><span style="color:#323232;">[sudo] Passwort für marty: 
</span><span style="color:#323232;">Usage: /usr/sbin/update-icon-caches directory [ ... ]
</span><span style="color:#323232;">marty@MartyPC:~$
</span>
despotic_machine,
@despotic_machine@lemmy.world avatar

Try:

sudo update-icon-caches /usr/share/icons/*

Smorty, (edited )

Look at the comment I made above. I already tried that. EDIT: I almost didn’t see the star, sorry

LowlandSavage, in Looking to make the switch

IT’S DONE! Went and got myself a new SSD this afternoon and put POP!_OS on it. Looks like I got it all right but I can only boot into my Windows11 side through the BIOS. I tried all the GRUB commands but apparently after more reading GRUB isn’t used in pop 22.04. Any other ways to have a selection screen of some sort for the OS I want to boot rather than having to wait for the splash and frantically hit “F2” at the right time?

brejela,

There are few things I’d suggest more than keeping Windows and Linux installations WELL separated. I’ve had windows update EFI entries for the whole system more than once, leaving the linux OS unbootable.

bastion,

Yeah, this is a thing. Make sure you have a recovery usb key handy, and you’ll need to follow the POP os bootloader recovery document.

So if Linux just ‘disappears’ after a windows update, don’t fear, just do the bootloader recovery process.

phrogpilot73,
@phrogpilot73@lemmy.world avatar

Did you encrypt your whole drive during Pop installation? If so, I’ve never found a good way to dual boot with an encrypted drive other than refind.

Psynthesis,

There is a section here on dual booting using systemd boot. Never used it, but it will hopefully work in your case, or at least point you the right way.https://ostechnix.com/dual-boot-windows-and-p…

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

oh uhhh, not sure OP sorry. hope someone knows. youd be best editing the body of the post

jackpot,
@jackpot@lemmy.ml avatar

get flatseal, stick with flatpaks from your app manager. use keepass for your passcodes and syncthing to sync everything. have fun!

Falcon,

Avoid Flatpaks for some things, eg eMacs, vscode etc

Look into distrobox

Falcon,

This is perfectly fixable, but take the win and leave well enough alone imo.

If you’re on ext4, you could also simply refind.

LowlandSavage,

I’m taking the win and leaving well enough alone for now.

vole,
@vole@lemmy.world avatar

POP!_OS apparently uses systemd-boot (not to be confused with systemd). It apparently adds a Windows entry automatically if Windows is installed on the same disk. When Windows is installed on a different disk, it looks like booting the windows boot manager EFI program is still possible with systemd-boot. The instructions given in that link are a bit vague, though.

This page has a different, simpler approach and more specific steps. Apparently you can just copy the Microsoft EFI folder to a specific directory in your Linux drive’s ESP partition. I’d be a little bit concerned about Windows not being able to update its EFI bootloader, but I also don’t know if Windows ever updates that. The page also has instructions on how to interact with the systemd-boot menu during boot.

You could also install grub yourself, but I can’t guarantee that’ll be easy. Mashing F2 might be the sanest solution, unless you plan on booting into Windows every day.

atzanteol, in 13 Best Open Source ChatGPT Alternatives

How do you know if it’s open source? Well if it’s called something like “huggingface” or “redpajama” there’s a very good chance it’s made by people who have no marketing department. So good odds it’s free.

fpslem,

ChatGPT is pretty crap branding too, for the record. They just somehow managed to mainstream it. All the LLMs after it try to have cooler names (Bard, Copilot, etc.) but the kludgy first name is still better known.

pastermil,

Having a huge backing (i.e. OpenAI) helps…

leopold,

GPT in French is literally pronounced the same as “I farted”.

fpslem,

My life is a little better knowing this fact. 😄

Magiccupcake,

I personally disagree, Bard feels very uninspired, and copilot i associate too mich with flying, and also sounds more competent than it is.

ChatGPT is probably not the best name, but at least it’s unique.

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