• 1 Post
  • 402 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • Yeah I wouldn’t worry about Steam, it’ll work.

    The most important thing is your graphics drivers and they’re largely the same between distros. Even with non rolling distros usually there are ways to stay with the latest drivers if that’s needed.

    For Minecraft, best route is Java edition. There is an official Microsoft installer for Java, and If they’re into modded Minecraft then MultiMC is a better Linux launcher than the Microsoft one as it makes modding much easier; they just need to login to their Microsoft account within it to get going.

    You can get Bedrock to work if that’s essential but it is unofficial and definitely needs a special launcher and a little bit faffy to set up. But it works.

    All the stuff that gaming distros offer like optimised kernels really is marginal stuff. Definitely keep it simple; it’ll make your life much easier supporting it all and it will give your friend/family member a good stable experience so they can just focus on having fun.


  • Personally I’d say none of the above for newbies. I have had experience with Nobara and it’s OK but I literally had problems with GPG certificates for updates for the second time in 3 months, and yesterday the update engine crashed during an update and my plasma desktop only showed a black screen with a cursor on it when I logged in.

    I can problem solve that but it’s annoying as hell and not suitable for someone who doesn’t want to do that.

    Pick a more mainstream distro and not something that is rolling release. They don’t need that - they need something that is rock solid. The gaming modifications on distros are overrated - they only matter if you really want to push things to the limit.

    I’d probably go with Mint for your scenario. It’s stable, and the 22.1 is a long term release up to 2029 - so it’s unlikely to break with a major update.

    I’d personally go with KDE over cinnamon - it’s user friendly but its slicker than the default desktops in Mint and will make the machine feel more high end as a gaming machine. There is also scope to customise it if the person using that wants to go down that route or has something they’re already familiar with (KDE very flexible - feels like a nicer version of windows GUI by default but can make it look like MacOS or even Gnome, or whatever you want tbh). Cinnamon and Mate have flexibility too but KDE has a whole ecosystem of software to draw on and doesn’t suffer from Gnomes rather marmite design philosophy.

    In terms of games - use Steam where possible. It’ll “just work”. There is almost no configuration required and personally I have a huge games library and haven’t had to troubleshoot anything so far. I don’t play competitive games or the highest end fps games though. But I’ve just completed cyberpunk 2077 on my desktop, which is a 3070 and had no issues.

    Some popular games like Minecraft have their own clients and set up but it’s not difficult to set up once and leave it going.

    Lutris is a good games client if they do have games in other stores like GOG or Epic, and it works well with steam too. Heroic is also a good multi store client - slick and easy to use if that’s preferred, good for gog, Epic and amazon.

    Whatever you chose to do, keep.ot simple. I’d honestly avoid the gaming distros and go for something stable and widely support like Mint. Definitely avoid pure Ubuntu, and avoid rolling releases of anything and you should be fine support wise.



  • I’ve been going down the slef hosting rabbit hole recently.

    First, Home Assistant is worth doing - you’ve not got a smart home yet but this is the easy way to get one going. So worth it. You can buy a few cheap WiFi plugs, and plug in devices like lights or stuff you don’t want on stand by and you have the start of a smart home. A smart thermostat and smart radiator valves are surprisingly easy to set up if you want to save some money and keep your home efficient - a bit more of an investment but worth it if you find you like the ease and power of WiFi plugs.

    I also recommend Pihole - it’s an ad blocker for your entire network. You can run it on Docker on x86 machines - you just point your router to use it as the DNS and it then filters all requests for you. It’s really improved my experience on all my devices.

    Next, Paperless NGX - scan your documents and paperless NGX will OCR read them to make them searchable and keep them in a database for you. You can use it to go paperless. Just make sure to sort our a backup.

    Joplin is quite a good note taking app which you can self host to sync your devices and keep your data secure.

    Syncthing is fantastic for syncing files between devices. I sync my main PC and living room theatre PC, plus in my case my Raspberry Pi as an always on broker and local backup.


  • You can do lots of things with both, but that doesn’t necessarily mean you should.

    People have used Lutris for other apps because it was a more convenient wrapper for Wine than the defaults offered but it’s not primarily designed for it and support will be limited. Lutris is designed to be a games library and that’s it’s focus.

    I personally wouldn’t recommend wine newbies to be using Lutris to run everything because if nothing else it would be annoying for the Lutris dev team to be dealing with “I can’t get Microsoft Word working”.

    I also personally wouldn’t recommend Bottles for games because of all the other features Lutris offers. I have a huge library of games and I wouldn’t want to manage that in the Bottles interface. But I’m aware people use it for that and Lutris is one of its supported runners.

    Bottles and Lutris complement each other and work together well. But lutris is designed to be a games libaray while Bottles is designed to be for everything.

    I personally use Lutris for games (most of my wine use) and Bottles for a few other windows apps.

    But the real star of the show is under the hood - it’s wine and Proton doing the heavy lifting. Lutris and Bottles are tools to get the most out of them and it’s choice which you use and how.




  • Some good advice already in this thread.

    Also worth considering QEMU as an alternative to VirtualBox. The Virt-manager tool is decent way of managing machines, and it’s relatively straight forward to create a base machine if you’re duplicating it. Virtualbox is perhaps initially more user friendly for absolute beginners, but once you have any familiarity with virtualization I’d suggest QEMU offers much more.

    Also I find integration between the guest and the host linux system is generally more straight forward. Most linux systems already ship with samba and other relevant tools QEMU uses to interact between host and guest. There isn’t a need to faff around with the guest-additions stuff. Plus KVM virtual machines can run with near native performance.


  • If you want to play with Atomic distros I’d recommend you do that in a virtual machine in KVM first. They are quite restricting which is good for the distro developers to make consistent releases and experiences for users, and secure, but not necessarily the best option for tech savvy users.

    There are ways around the restrictions but you can reach points where the compromises you have to make are too frustrating. If you find that out late down the line after setting up your desktop it can be very annoying. Also I do use Flatpak, but it’s not the most efficient way to run software. Atomic distros have more overhead due to the need to use flatpaks or distrobox and the like to get everything you might want.

    Atomic distros are a neat idea but I personally love tweaking every element of my install and optimising or customising it. So I use a rolling release distro, have my home folder on a separate partition, and back up regularly.


  • Kubuntu 24.10 is on plasma 6.1; not sure why you thought it was on plasma 5? Maybe you were thinking of the Long Term Support release which has a much longer release cycle and favours stability over cutting edge; that probably is still on 5? But personally I stay away from Ubuntu distros due to snap.

    If you really want to learn Linux and game, maybe pick a distro that is not optimised by default for gaming and optimise it yourself?

    I’m on OpenSuSE Tunbleweed and have optimised it myself to game how I want. It’s rolling release so I’m on KDE Plasma 6.4. It’s not difficult to do although I haven’t gone quite as far as kernel patching that the gaming focused distros offer.

    Another challenge is Arch - it’s really not as difficult as people think and even just setting it up in a virtual machine helps you learn alot about Linux fundamentals without throwing the baby out with the bathwater. I’ve learnt alot using KVM to create virtual machines, and even have a Win 11 machine set up just because I can.

    Another route to consider which I also do is get a SBC like a Raspberry 5 and look into setting up self hosting of services like Home Assistant etc. Again you learn Alot about how Linux works in the process and you can keep your main PC running for games without having to move. There is a whole self hosting community on Lemmy with loads of different routes to go, and lots of different manufacturers these days.

    There are lots of options beyond changing distros. But also changing distros can be fun and a nice way to reset and make something new.


  • I have one of these, it’s a decent mini PC. It’s decently powerful - I used to play some steam games on it; a bit equivalent to steam deck or a bit more powerful. I used it for streaming on my home TV. I upgraded to a even better one as I liked it so much - and wanted to do more gaming.

    It’s a full PC basically. Whether it suits your purposes really depends on what you want to host? It could be overpowered and a bit redundant for a lot of self hosting uses.

    I have a Raspberry Pi 5 which is cheaper than this, and am hosting docker with Home Assistant, Sync thing, and fresh RSS running on it at the moment with plenty of spare memory and cpu resource.

    This mini PC is considerably more powerful and will have a higher power use at idle. You may struggle to use it at capacity so may be a bit wasteful?

    And even the rasp pi 5 is over powered and expensive for a lit of common home server users.

    So whether this PC is a good price and choice really depends on what you want to do with it. It’s at the end of the spectrum of being able to comfortably play 4k video. So it’d likely be a decent Jellyfin streaming host if that’s what you want?


  • Yeah I have a 3070 and have experienced similar sorts of minor annoyances when using Wayland. When I see reports that issues are fixed I try a Wayland session and still find various oddities or issues.

    They may be marginal useages but for me I have a dual screen set up and I might game on one and have a video open on another, or even have two video streams open, one on each screen. I find videos slow down and lag, or have artefacts. Issues I don’t get on X11 or when I was in windows.

    I’m in the same position of looking to upgrade my graphics card and I’m looking at AMD to avoid any more Nvidia related issues. I love using Linux but I don’t want to be dealing with Nvidia drivers after past experience.


  • I get what you’re saying but I don’t think it’s overblown having put up with issues myself with a mainstream 3070 card. A year really isn’t very long and it’s been a series of issues for me. When I’ve seen reports that the issues are fixed I have tried Wayland sessions and still find basic problems like video lag on my dual 4k set up without any clear solution. I have an Nvidia GPU and I avoid Wayland as a result.

    My feeling is that they’ve fixed the issues perhaps for most useage cases but not all, and it can be enough for just 1 unfixed issue to ruin your experience.

    I have a 3070 and am Linux only now; I’m currently looking at an upgrade for my GPU and genuinely I’m not even looking at an Nvidia GPU such have the annoyances been with Nvidia and wayland support. Many people who want specific features of Nvidia cards may not be so lucky

    Even if Wayland support is fixed, I’m in the category of once bite twice shy with Nvidia on linux.


  • I have a 3070 and generally I have no issues with gaming or working in X11.

    I have previously had major issues with Nvidia and Wayland and I don’t use Wayland as a result on that machine . Many of those issues may have been resolved now but at present there isn’t a need to be using Wayland although it is being increasingly pushed. Problems I had were laggyness in the desktop, and videos becoming choppy if I had more than one major process running on the GPU (eg game and video in browser, or two browser windows both with video). I believe such issues have been fixed in the past 12-18m but I’m now in the habit of using X11 on the machine with no incentive to try Wayland again for now.

    It is very easy to avoid Wayland - as simple as ensuring X11 is installed and then logging out of a Wayland desktop session and logging into an X11 session once and keeping with that as the default.

    I do have a separate AMD machine with integrated GPU and that has been running Wayland from the get go. On that machine I’ve never even had to think about this issue and have just let my fedora based distro (Nobara) default to Wayland. It’s been very much an Nvidia issue.



  • There is quite a range of devices out there now with varying capabilites. Things like the Onion Omega2+, Oranage Pi, and more.

    Raspberry Pi also remains good. While the Pi5 is expensive and more powerful - raspberry pi also makes the Pi Zero boards which are cheaper less capable boards which are closer to what the original raspberry Pi was but newer hardware.

    I’d say the Pi5 is a heading more towards a full PC like device (hence the comparisons to cost and capability minipcs pepple are making in thia thread). But there remain plenty of lower spec machines out there now similar to the original cheap Raspberry Pi concept. And we’ve had high inflation recently - to some extent the cost perception avtually reflects money being worth less than it was and buying less for $10 or $20.


  • Laptops are not generally designed to run like that with a closed lid. Heat dissipation is designed around the idea the laptop is open and some of it is through the keyboard surface. The lid closed would change that.

    Systems can of course be setup to power off the display but for server/service uses open laptops may not be efficient space wise.

    Having said that if the scenario is low power use the heat dissipation may not be a major issue. But if there is an unremovable battery i’d still be concerned about heat dissipation with the lid closed and even just the battery itself regardless of heat dissipiation.


  • Low power and arm architecture are big differentiators between Pi and laptops.

    I totally agree recycle laptops where possible, but they’re generally noisier and less energy efficient plus the battery degrades over time and is a fire risk.

    They’re not necessairly a good fit for always-on server or service type uses comparef to a small board like Raspberry Pi. But a cheap or free second hand laptop is definitely good for tweaking, testing and trying our projects.


  • BananaTrifleViolin@lemmy.worldtoGames@lemmy.worldThe Switch 2: Is it worth buying?
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    1
    ·
    edit-2
    1 month ago

    I’m not hyped by the Switch 2: its expensive, its games are expensive and the launch titles are paltry. It also has competition in the form of the Steam Deck and a range of SteamOS and Windows handheld devices with a huge volume of games available including many at significantly lower prices.

    Switch 2 needs exclusives to justify its price and its existence. Switch 1 games with slightly improved graphics (which you have to pay for) and a small handful of launch titles make the Switch 2 a bad proposition for anyone except diehard fans at this point.

    At the moment there are no compelling 1st party games in the pipeline. 3D Mariocart and Donkey Kong Bananza seems to be it for now. No new Mario platformer, no Zelda, no pokemon at launch. Everything is old games with better graphics, and much of it available on other platforms like PC with better graphics already anyway (e.g. Cyberpunk 2077 - a 5 year old game which most people have played and is still better on PC or PS5/Xbox; why is that a compelling launch title?).

    Nintendo has a lot of work to do - I think there is a real risk the Switch 2 will be a flop if they dont get 1st party exclusives out before the holiday season.


  • Maybe I’m misunderstanding, but the commands would apply within the zsh, which is a bash alternative, not within the programmes running themselves?

    Or are you saying its sus because its illogical/confusing to have opposite uses for tgebsame shirt cut? I can see that as people using a terminal and launching vim would constantly be working against “muscle memory” each time they switch which would be annoying! Being familiar with keyboard shortcuts is what can make terminal based workflows so fast.