librechad

joined 1 year ago
[–] [email protected] 2 points 8 months ago (1 children)

We're you using the correct drivers for your graphics card?

[–] [email protected] 2 points 8 months ago

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.

[–] [email protected] 2 points 8 months ago (1 children)

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.

[–] [email protected] 5 points 8 months ago* (last edited 8 months ago) (3 children)

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!

[–] [email protected] 1 points 8 months ago

How do you get image upload enabled btw?

[–] [email protected] 12 points 8 months ago* (last edited 8 months ago) (1 children)

I feel the same way sometimes. I'm a centrist as well, a lot of the people on both sidee in this platform do have extreme takes and have the "You must agree with me or I will ban you" attitude. I wish it was a bit more diverse, whenever I come on Lemmy it is completely saturated with leftists post. I have nothing against people on the left, its just the fact that content is so obviously saturated with it.

[–] [email protected] 1 points 8 months ago* (last edited 8 months ago)

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.

[–] [email protected] 25 points 8 months ago* (last edited 8 months ago) (51 children)

I think its because we aren't allowed by default to post images, which I completely understand after what happened back a couple months ago. I've been using Lemmy for more then 4 months actively but yet I still don't have permission to post pictures because of the fact that I'm too lazy to even try to get it enabled. This is a major reason why we aren't seeing a lot of content.

Also, this tends to be mostly a leftist leaning app, so maybe some people get drawn away.

[–] [email protected] 5 points 9 months ago* (last edited 9 months ago) (2 children)

"IT WAS COMPILED WITH GCC! THAT MEANS ITS STILL GNU!"

[–] [email protected] 11 points 9 months ago (3 children)

Well, what's your solution?

[–] [email protected] 5 points 9 months ago* (last edited 9 months ago) (4 children)

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.

  1. 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.

  2. Configuration: Linux Mint typically uses the XInput system for game controllers. Sometimes, extra configuration is needed to get controllers working smoothly.

  3. Reboot: It's a simple step, but sometimes restarting your computer can help resolve hardware recognition issues.

  4. Updates: Make sure your system and packages are up to date. Open a terminal and run:

    sudo apt update
    sudo apt upgrade
    
  5. 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
    
  6. Calibration: After installing xboxdrv, you can calibrate your controller by running:

    sudo xboxdrv --detach-kernel-driver --silent
    

    This command should help with controller recognition.

  7. 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
      
  8. 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.

  9. 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.

view more: ‹ prev next ›