deleted by creator
deleted by creator
You can buy a external AR9271 WiFi adapter for $20 thats fully free software/free firmware.
I always thought the GNOME icon was a indirect meme about Richard Stallman eating something from his toe
We’re you using the correct drivers for your graphics card?
I have been actively using GNOME for about a year now, honestly, it is the best one out of all of the desktop enviorments availible right now. I’m also pretty sure GNOME just got $1M+ to continue working on it. I don’t mind the look, it is very simple.
I am trying to say you guys should set it up for them, make it easy for them. It is very easy to just setup a taskbar and let them click on the browser, file explorer, etc.
Be a good neighbor and teach them then. It’s not as hard as most people think it is. I’ve taught my mom, grandma, and friend how to use Linux before. My grandma uses Debian daily and she only had experience with computers by playing those online casino sites. Now she does it in full freedom and now I saved her some extra dough to throw into becoming a online casino addict! Yay grandma!
I don’t think tagging GNU in front of Linux is dumb, people wouldn’t care to figure out who they are and what its about if they didn’t do that. You have to give credit to both of them. I still would want GNU there, even if I don’t say it most of the time. I call it Linux mostly but sometimes I call it GNU plus Linux just to be accurate.
Honestly, if y’all would help your friend out with Linux they might be interested. If you just write down a note for them with the most basic commands for Debian, they would be okay.
DE: Use GNOME
Partiton layout: Use default /home for everything, don’t make seperate partitions for /root, /var, etc.
Add their user(s) to the sudoers file
CTRL+ALT+T to open the command line
Basic commands:
sudo apt-get update
sudo apt-get upgrade
Install Flatpak, and bookmark Flathub in their browser. That should be good enough and honestly anyone could figure this out.
“IT WAS COMPILED WITH GCC! THAT MEANS ITS STILL GNU!”
I understand your frustration, and I’ll try to provide a solution that’s as straightforward as possible. While Linux offers a lot of customization and power, it can sometimes require more technical effort for specific tasks like controller setup.
Checking Compatibility: First, let’s ensure your Xbox controller is compatible with Linux Mint. Most Xbox controllers should work well, but it’s good to verify.
Configuration: Linux Mint typically uses the XInput system for game controllers. Sometimes, extra configuration is needed to get controllers working smoothly.
Reboot: It’s a simple step, but sometimes restarting your computer can help resolve hardware recognition issues.
Updates: Make sure your system and packages are up to date. Open a terminal and run:
sudo apt update
sudo apt upgrade
Install “xboxdrv”: If the built-in driver isn’t working as expected, you can try installing the “xboxdrv” package, which can provide better controller compatibility. Run:
sudo apt install xboxdrv
Calibration: After installing xboxdrv, you can calibrate your controller by running:
sudo xboxdrv --detach-kernel-driver --silent
This command should help with controller recognition.
CMake and Driver Compilation (if needed): If the previous steps don’t resolve the issue and you’re instructed to compile a controller driver using CMake, follow these additional steps:
Cloning the Repository: Use the git
command to clone the controller driver repository from Git. Replace `` with the actual URL of the repository:
git clone https://www.yourwebsite.com
Compiling the Software: Navigate to the cloned repository folder using the terminal. Create a build directory:
mkdir build
cd build
Generate the build files with CMake:
cmake ..
Build the software:
make
Installation: After successfully building the software, you may need to install it. This can usually be done with the following command:
sudo make install
Browser Game Stream: If you’re using a web browser for Xbox game streaming, ensure you’re using a browser that fully supports it. Google Chrome is a good choice for this.
Test: Finally, test your controller in a web-based game streaming service like Xbox Cloud Gaming to see if it works as expected.
If these steps don’t resolve the issue, please provide more details about your system, controller model, and any error messages you encounter during the process. I’ll do my best to assist you further.
Tbh, I haven’t experienced too many issues other then modifying a couple prgrams to be compatible with OpenRC. On my main desktop I use Debian 12 and Systemd with my 2080 SUPER and haven’t encountered any issues.
Although, when I tried to install the open kernel version of the NVIDIA driver, my system didn’t like it, so I ended up installing the full proprietary driver and it works well. Will be switching to AMD once I need to buy another graphics card.
(I use Gnome as my DE with two 1440p 144hz monitors)
I use Debian with the Linux-libre kernel and OpenRC, relatively the same experience but without the AUR.
Debian is super easy to use, plus we have AI now at our fingertips which makes it even easier.
Just use Invidious.
If this is a stupid question feel free to call me retarted but is that actually how potatoes find the soil?
What about Yacy? I didn’t see that mentioned. I haven’t used it before, but I’ve heard you can self-host it and it offers decentralized search.
Does Kicksecure implement proprietary software into Debian? Personally me, I run OpenRC and the linux-libre kernel on my Debian 12 system on a Libreboot laptop with fully free software. Haven’t used Kicksecure in awhile.
deleted by creator