this post was submitted on 27 Sep 2023
1417 points (98.0% liked)
linuxmemes
21172 readers
909 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
On pop_os I had great success with proton until I had to wipe my os and reload. Before, most of my games worked well. Cyberpunk 2077 actually ran faster than on Windows. After the wipe, I literally cannot get a single game to run and I really don't feel like troubleshooting so I keep returning to windows. I hate it. And yes, I have an Nvidia card and have tried several driver versions
Maybe check your kernel version? Is it the same major version like the one before the wipe? Nvidia drivers can behave differently on different kernel version (assuming you use an Nvidia card).
This is a good point. Would the version numbers displayed from
apt list --installed
be what I'm looking for?As it happens I do keep a git repo that keeps a log of that information. I see that after reinstall,
linux-image-*
andlinux-headers-*
packages have the same actual version numbers but there are some other values in that same listing that have changed a bit. Some look like git commit hashes. I dunno.I did start with a different, updated Pop!_OS image this time. I've considered wiping again using the older image which I still have. I figured that using the new one would be best and just avoid the need for a few GB of updates but looking at the diff of the installed packages (and looking at differences in how I was able to resolve some random issues, for example previously I had pulse installed for audio stuff, now I do not, it's a different app), it seems like a lot of the OS internals are rather different...