Bazzite is the answer you search for. Learn the terminal & eventually get a grasp on why atomic distros are cool and you’ll be okay. I was on windows for years & when I learned the terminal for that it was like I was giving God powers.
Bazzite is the answer you search for. Learn the terminal & eventually get a grasp on why atomic distros are cool and you’ll be okay. I was on windows for years & when I learned the terminal for that it was like I was giving God powers.
Lost_My_Mind@lemmy.world 5 weeks ago
The only thing I’m trying to install linux on is my Raspberry Pi. Upon googling Bazzite, it doesn’t seem to support Raspberry Pi.
Also, I’ve been trying to learn terminal off and on for 15ish years, with no luck. I’ve been trying to get the fan to work, unsucsessfully on my raspberry pi, for 4 years now. Apperently I have to compile some code…I don’t know what that means…
aniki@discuss.tchncs.de 5 weeks ago
What the fuck are you on about? I just build a Raspberry Pi based console running RetroPie with a custom cooler, fan, and power button with LED indicator. Check out my recent posts to 3D printing.
I compiled nothing but RetroPie since the Pi 5 isn’t officially supported but it was dirt simple to do. Install Raspbian, clone RetroPie repo, run install script.
Once again, you just suck at computing.=
Lost_My_Mind@lemmy.world 5 weeks ago
So you’re stating on this post that you understand coding, and know how to compile. You’re trying to “insult” me by saying I suck at computing.
Except I’m not insulted. You know who else sucks at it? EVERYBODY. It’s like an auto mechanic trying to insult you for knowing how to change a muffler, and how it’s so easy.
I don’t know how to change a muffler. I just want to drive the car. Just like everybody else.
I just want to push a button, have my fan work, and play retro games. I don’t want to have to bash in terminal. I don’t want to compile a program. I just want to play video games.
And you know who else just wants it to work with no programming knowledge needed? EVERYBODY.
THAT is the reason that after 30+ years linux is at an all time high user base with less than 5% of the market, despite Apple being expensive as hell in a tough ecconomy, and Windows being universally agreed on as being dog shit. People STILL don’t want to switch to linjx because NOBODY understands it or wants to deal with it.
They’d rather deal with Windows 11 spying on your screen, or paying an assload for a mac than deal with linux.
2pt_perversion@lemmy.world 5 weeks ago
Some of us like linux and want to deal with it…
Image
MY_ANUS_IS_BLEEDING@lemm.ee 5 weeks ago
Boy that’s a lot of work just to play some old crap from more than 30 years ago
aniki@discuss.tchncs.de 5 weeks ago
I made a fucking console from the ground up. I didn’t do it to be easy – I did it because I could, and now I have something unique that is amazing to use, gorgeous to look at, runs everything up to Dreamcast/Dolphin with ease. And anyone can do it with the STLs I give away.
grozzle@lemm.ee 5 weeks ago
the benefits of Bazzite are centred around it having good performance with nVidia / AMD / Intel GPUs.
RasPi doesnt work with those GPUs, so it makes sense Bazzite wouldn’t support it.
Iapar@feddit.org 5 weeks ago
Compiling means that you take code then run that code trough a program that checks if the code works like intended. After that it will put out a binary/exe/whatever that you can work with further.
Lost_My_Mind@lemmy.world 5 weeks ago
And I have no idea what that means.
How do you reboot? You click start>power>reboot.
I know what that means.
Ask me to compile a script? Uhhhhh…
Iapar@feddit.org 4 weeks ago
Open terminal > cd (command to change directory) into the directory where the code is that you want to compile > then run the compiler
In rust I would CD into the directory that I have written my code in. Let’s say user/rust/projects/example1 with the command:
Now every command I type will be executed on that directory. The tool I use is called “cargo” the command to compile is “build”.
So with that information I type:
While being in user/rust/projects/example1 and when I did everything right my Programm will compile and the result of that can be found in a folder in that project. Something like:
Hope that helps to give a overview of how the process is supposed to go when everything works without a problem.
KrapKake@lemmy.world 5 weeks ago
The code is your ingredients, you put the ingredients together, then bake it (compile). When it’s done you have a pie (a program you can execute and run).
wonderfulvoltaire@lemmy.world 5 weeks ago
Worst case scenario you can take it apart & put it back together to maybe find a defective part. Terminal is tricky because of the language barrier. It’s all just coding with extra steps which isn’t meant to dumb it down.
Lost_My_Mind@lemmy.world 5 weeks ago
Yeah, and I don’t know coding. I need it dumbed down.
grozzle@lemm.ee 5 weeks ago
to be fair, the Raspberry Pi has never been pitched as an idiot-proof consumer appliance.
it is supposed to be a cheap way for people to get into studying programming /computing / electronics.