linuxmemes

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Index_Case, in Come to the Linux side of the force

Urgh. Wish this were true, but nope.

Still needs waaay more effort just to do (some) simple stuff a normal person might just expect to work.

Just installed Mint on a laptop to replace W10. Went really smoothly, and was quite impressed.

Thought I’d try a bit of emulation with Yuzu. Wanted to use a Switch pro controller. Plug and play? Nope. Tried Xbox one controller instead. Neat. Works. I can live with that.

But then thought I’d try a bit of Xbox game stream. No controller works with browser. Try obvious things to fix.

Looked for answers and they’re all like, someone going: oh, you just need to clone the controllerwaffelen driver from git, then just compile the installer using the command sudo apt get- monkeyshyte wtf -make then run the installer from the folder using cmake- getfuckednoob.

I don’t know what any of this is. Tried following instructions.

And, frankly, I cannot be fucked to spend four hours finding out / troubleshooting for something I would have thought was fairly coomon.

It’s not a deal breaker, it’s just another bit of faff and fuckaboutiness that puts me off. And, I suspect would others even less tech minded.

Ziglin,

Buuuut 80% of things can just be installed via a package manager, which takes one command rather than 20 clicks.

Index_Case,

I agree, and that 80% was surprisingly pleasant and smooth experience, compared to my last stab at Linux, about 10 years ago. At least this time I didn’t git any driver issues.

But, that last 20% can be kind of a big deal if you need anything from within in…

I’d like to have the time to learn how to use Linux properly, but between a full time job (unrelated to an OS), young family, and other commitments it’s just not a priority.

I had a play out of interest, and it’s pretty good, but still not 100% usable “out of the box” for me. And how to do that remaining 20% is completely out of many Linux-naive users experience (using the terminal / command line). 20 clicks is easier, as all I’m doing is confirming yes or no on something, that I’m usually given enough information and context to be able to evaluate.

And I suspect that’s true of many many others. Which was the point of my original reply (which I’d hoped to be more humorous than insulting to people, but c’est la vie…).

To try and put it in another context:

It’s really nice to be offered a lift somewhere I need to get to, but if I get kicked out the car and have to walk the remaining 20% of the way, then next time maybe I’ll just get the bus/train/taxi. It might cost more, but at least I know I won’t have to worry if I’ll get there or not.

Also, as a new user, I didn’t know why I was seeing multiple versions of the same packages to install (flatpak etc). Googling to see which is best leads to the inevitable answer of “It depends”, which a new user might not be able to answer…

(I’m not so much speaking to you directly, and I know this is a meme post, but I’m more thinking about the handful of people in the community who seem to always reply along the lines of “people should switch to Linux, because [reason here]. And, yes, people need to learn how to x”, without demonstrating any understanding of nuance around other people’s competing priorities / skills / abilities.)

Aaaaanyway, gonna go Google “Linux 101” lessons…

librechad, (edited )

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:

    
    <span style="color:#323232;">sudo apt update
    </span><span style="color:#323232;">sudo apt upgrade
    </span>
    
  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:

    
    <span style="color:#323232;">sudo apt install xboxdrv
    </span>
    
  6. Calibration: After installing xboxdrv, you can calibrate your controller by running:

    
    <span style="color:#323232;">sudo xboxdrv --detach-kernel-driver --silent
    </span>
    

    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:

      
      <span style="color:#323232;">git clone https://www.yourwebsite.com
      </span>
      
    • Compiling the Software: Navigate to the cloned repository folder using the terminal. Create a build directory:

      
      <span style="color:#323232;">mkdir build
      </span><span style="color:#323232;">cd build
      </span>
      

      Generate the build files with CMake:

      
      <span style="color:#323232;">cmake ..
      </span>
      

      Build the software:

      
      <span style="color:#323232;">make
      </span>
      
    • Installation: After successfully building the software, you may need to install it. This can usually be done with the following command:

      
      <span style="color:#323232;">sudo make install
      </span>
      
  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.

SkinnyTimmy,

… thanks GPT?

Index_Case,

Lol, really does read in chatGPTs “voice”…

Ziglin,

Mint is Debian based?

CapeWearingAeroplane,

This is gpt-satire… i think?

wavebeam, in Text editor war
@wavebeam@lemmy.world avatar

I’m in this picture and I don’t like it

Carter, in Come to the Linux side of the force

How do you manage to confuse there and their this much?

cosmicrookie, (edited )
@cosmicrookie@lemmy.world avatar

Thei might knot be from an English speiking country, so giv theim som kredid

Edit: I guess I should have used the /s

muhyb,

From my experience, only people whose their mother tongue is English make such mistakes.

gornius,

Because they learned that from hearing, not reading so that makes sense.

Flumsy,

How would that make a difference? The words still mean different things… You just have to remember what spelling belongs to what word.

Turun,

Learning from hearing: I’ll write down the word that makes this sound

Learning as a second language: I’ll write down the translation for the word I know in my native tongue.

gornius,

English is not my first not language. When I write something down in my first language (polish), it feels more like I’m transcribing things I silently say to myself, while with english I’m actually thinking about every word I type.

The funny thing is, the better I am getting at English, making those types of mistakes is getting easier for me.

But idk, this is just my experience.

alignedchaos, (edited )

The same way we confuse earnestness with trash clickbait tactics I guess

shapis, (edited ) in Text editor war
@shapis@lemmy.ml avatar

I wish I could just edit text files as sudo with the default gnome text editor instead.

bronxasaur,

Does ’sudo gedit’ not work?

Disclaimer: I use neither gnome nor gedit.

shapis,
@shapis@lemmy.ml avatar

Does ’sudo gedit’ not work?

If my memory doesn’t fail me it used to. But gedit isnt the default text editor anymore. The new one is quite cool and clean.

It doesnt work with sudo though sadly. It’s not the biggest problem tho, just a small annoyance, using the occasional sudo nano to edit files isnt a big deal.

SaltyIceteaMaker,

I heard that it is safer to do sudoedit [file] instead of sudo [editor] [file]. At least it’s like this in vim. Idk about nano and Emacs tho

caseyweederman,

sudo XDG_RUNTIME_DIR=/run/user/1000 DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=/run/user/1000/bus XAUTHORITY=/home/caseyweederman/.Xauthority gedit

shapis,
@shapis@lemmy.ml avatar

sudo XDG_RUNTIME_DIR=/run/user/1000 DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=/run/user/1000/bus XAUTHORITY=/home/caseyweederman/.Xauthority gedit

Reported for hacking.

Alborlin, in Linux mint = best beginner distro

Serious question , my laptop is getting old. 7-8, years now I don’t want to put money in tech for w new one. I want to use it with Linux , as I just use for very Norma stuff and Zero gaming. My use cases will be use of office, use if browsers, simple image editors, pdf reader and manipulation, copying images from to and from HDD , copying media to HDD etc. Connecting iPhone, android for file uploading download etc.

I don’t want hassle of

  1. Find a reaposiroty, install an extra ackages except for softwares
  2. Give any command viq terminal. 3.find any dependency for ANYTHING
  3. Use it as regular person

What Linux will just work? I mean simple install and start using.

Ashiette,

Pop!_OS or Zorin features all of those criteria. Mint, a little less. I’d go with Zorin. Everything works out of the box.

Alborlin,

Hmm zorin seems to be the one possible I can use. Do you know where I can learn about dividing my disk in half. And dual boot the os

meekah,
@meekah@lemmy.world avatar

you’re looking to ‘split a partition’.

www.pcmag.com/…/how-to-partition-a-hard-drive

ichbinjasokreativ,

I’d recommend you just try one of the mainstream distros with gnome or KDE. Something like Ubuntu, mint, fedora etc and see if you like it. There’s going to be a short period where you’ll need to adapt to the new environment, but you’ll be fine afterwards.

rikonium,

iTunes will probably be the toughest. I lean on iTunes for syncing files, media, local backups and if I had to ditch Windows tomorrow and decided Linux, I would set up iTunes in a Windows VM since I don’t think there’s any other workaround currently.

krakenx,

Mint.

ominouslemon,

None of the usual big distros is gonna force to do any of that. Try Mint or Ubuntu, you’re gonna be absolutely fine

Index_Case, (edited )

In my newbie experience, the answer is: No.

There are still random snags and blocks to things you will probably expect or want to be able to do.

That being said, it’s sooooo much better than is was. If those snags are minor and not irritating for you, you’ll be able to work around them, I think.

And the wider community can be friendly and helpful, though not always empathetic / fully understanding of the lack of Linux knowledge you might be starting from, (again) in my experience.

Haven’t tried to print anything yet either…printers always seem to Bork on nearly every OS…

Edit: first installed Linux mint this week on a dell XPS laptop.

Alborlin,

how about using winword ? and excel. I know there exists alterntives on linux, but I have seen that open office wrekcs havoc on document formatting. is there a if not as good as , but next to good word editor for linux and is it out of box ?

Index_Case,

Sorry, not actually used any Linux office packages yet. Briefly used office365 online, which was, as you’d expect, more or less the same experience as windows / Mac.

Have had a look around and there are, apparently, as many opinions about which Linux office suit is best as there are possible usage situations or different office suits… 🥲

warmaster,

Get a Thumbdrive and flash it with Ventoy, load it up with every ISOs you want to try and vive each one a go, the one that works nest for you, is the one you keep.

ILikeBoobies,

Not worth it, especially trying to get ITunes to work

cholesterol, in Cinnabuntu
max, in They’re in no position to complain

Well, they can compile, usually it’s under MIT, AGPL etc

shea, (edited )

Windows users have never heard that word before. Compile? Whats that? An app?

notaviking, in Cinnabuntu

It is green Ubuntu

Tattorack, in Useless messenger
@Tattorack@lemmy.world avatar

Discord on Linux kinda sucks, though. It’s more resource demanding than the Windows version and I can’t even stream with audio.

HiddenLayer5, (edited )
@HiddenLayer5@lemmy.ml avatar

I just use Discord from my browser where it’s at least sandboxed and doesn’t have access to my filesystem.

Since it’s an electron app anyway it’s basically the same as the app.

art,
@art@lemmy.world avatar

I use it in the browser on Linux and it works fine. Everything works. They’re electron app is poorly deployed.

lastweakness,

Nope, you still can’t stream a window with audio

Amends1782,

I honeslty haven’t had any issues with it. But I’m sire others are. I feel like that’s the biggest challenge since there’s a ton of distros and architectures

tenchiken, in Bye bye edge

Overnight, millions will suddenly somehow become European.

I wonder if they will try IP based Geo enforcement? How long do you think before Rufus allows flipping the bit to force this globally on install?

Honza,

No. A lot of people simply don’t care about their browser enough to take any action, let alone to bypass geo-restrictions.

drcabbage,

The people who do care have already switched to Linux.

wallmenis, in Cinnabuntu

I mean, Ubuntu Cinnamon is a thing…

Ludrol, in Cinnabuntu
@Ludrol@szmer.info avatar

If you want to feel like a real hackerman you could try to doctor the website by inspect element.

AphoticDev, in Everyone loves snaps
@AphoticDev@lemmy.dbzer0.com avatar

I get all the reasons why people hate snaps, and I think they’re all valid. And I appreciate people looking out for others and warning them about problematic software.

But man am I lazy, and I was really happy I didn’t need to set up Docker just to run Sonarr on Bazzite. I’m pretty new to Linux, and that looked like a whole intimidating process.

OsrsNeedsF2P, in Need to switch to Hanna Montana Linux now

Damn, guess I should go back to Windows /s

HiddenLayer5, (edited ) in Linux mint = best beginner distro
@HiddenLayer5@lemmy.ml avatar

Out of the mainstream distros what might end up getting bought by Google or even Microsoft, Ubuntu seems to me like the most likely candidate.

I mean, RedHat was once the even more likely candidate, but

banneryear1868,

RedHat is unapologetically the Enterprise Linux so they’re very close to Windows Server in that way.

Limit, (edited )

I find Redhat annoying with how they lock down access to KB articles unless you have a subscription and certain "proprietary " things they do but I managed over 500 RHEL 7 and 8 servers at my previous job and I will say that their support is excellent, and RHEL is rock solid. Satellite server on the other hand, that thing is a steaming pile of garbage…

banneryear1868,

Yeah Satellite was the worst thing about managing RHEL but it’s still leagues better than similar products for Windows. We basically just used Sat for licensing and as a local repo so it wasn’t too bad for that. We started using Ansible more just as I left my sysadmin career. Lots of rhel with rac and jboss.

h3rm17,

You can create a free developer account. They don’t really check you are a developer either.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxmemes@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #