Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LI
Posts
6
Comments
133
Joined
2 yr. ago

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

  • Rioting is not what we need, what we need to learn is to get along with each other, more violence will only divide us further. What is this Nazi takeover you're refferring to? Should we just destroy everything whenever someting bad happens?

    You sound crazy.

  • 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)

  • Debian is very stable, and its also pretty easy to update and have long term stability. You can just click a button to update or have it automated. If all they're doing is browsing, Debian should be sufficent, plus, it's free.

  • Damn, I would be hoping it would be more inclined to using Linux in the field but who knows, maybe I might find a company that values it and utilizes it daily. I could utilize Windows 10/11 in a VM, which I would be fine using for work purposes. I wish more people would learn how to use Linux. It takes awhile but once you know how to use it, its so much better imo.

  • Leave now. I was using Windows for years until I finally made the full switch to Linux last year. I dropped iPhone too as well for GrapheneOS. I may honestly just keep an emergency phone on me and store it in a Faraday bag, I don't see a point of carrying around a tracking device.

    Use Signal Desktop and have your co workers/family call you there and/or use email. On my resume I heavily point out that I highly depend on Linux and avoid Windows. Its up to them if it will be compatible with the line of work such as becoming a Help Desk in IT. Obviously, if you need to use Windows at work, only use it on your work PC. Eventually I'll become a Linux System Admin so that'll help out. I'm so much happier too as I stopped using social media like Instagram, Snapchat, etc. You don't need that proprietary garbage.

    If you want to go extreme buy an X60 and flash Libreboot on it. Also, check out the LibreCMC R1400 router by ThinkPenguin. Achieve that Richard Stallman level freedom.

    Make the switch, you won't regret it.