• 0 Posts
  • 145 Comments
Joined 1 year ago
cake
Cake day: July 29th, 2023

help-circle




  • iirc due to some anti trust lawsuits, they cannot do that anymore.

    But it’s still easy to coerce OEMs to run Windows because they offer stuff like quick support and standardized IT support.

    If an OEM ships Linux, they don’t want to have to make an entire department to help troubleshoot the OS for users who will inevitably call for help. Ignoring them would only result in returns and loss of sales.

    I think some thinkpads actually do ship with some distro like redhat or opensuse as an option, but that’s because thinkpads are very popular in the business space which means lots of CS people use them, so it helps save some cost from a windows license that won’t get used.

    Like I said though, if windows really dives into the deep end, I think a potential market would open and some OEM will take a chance on it.


  • Not to be that guy but why not use Curve25519?

    I still remember all the conspiracies surrounding NIST and now 25519 is the default standard.

    In 2013, interest began to increase considerably when it was discovered that the NSA had potentially implemented a backdoor into the P-256 curve based Dual_EC_DRBG algorithm.[11] While not directly related,[12] suspicious aspects of the NIST’s P curve constants[13] led to concerns[14] that the NSA had chosen values that gave them an advantage in breaking the encryption.[15][16]


  • There’s plenty of videos on YouTube of people trying Linux for the first time, and it can be painful to watch how poorly they try to fix something or unintentionally break their system.

    That’s not to say windows is any better, because they’d do the same thing there.

    But people will only switch permanently if windows really falls off hard, which may or may not happen.

    You have to think of it like how people first learned to use a mouse and double click back in the 90s. It’s not immediately intuitive for everyone, they often have to start over.

    That being said, having a big OEM ship linux would do wonders, but Microsoft fights hard to make sure that almost never happens.


  • Yeah that means the driver is loaded fine, but it looks like it is selecting the iGPU by default. You have several options to fix this.

    1. You can disable integrated graphics in the bios if there is an option for it. This is the easiest, but if you’re on a laptop, leaving it enabled might save some battery in which case goto 2.

    2. You can tell either each program or the OS to prefer the Nvidia GPU. The way you do this also depends on how the gpu is set up (most laptops have it as secondary)

    You can test this by running __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia glxgears in one terminal, and nividia-smi in a second terminal to verify a program (in this case glxgears) is running on the nvidia gpu.

    I’ll try to find a good guide, but depending on the setup, it could be a simple MUX switch you can flip to change between iGPU and Nvidia GPU, or with the use of some preference selector tool (I think it was called prime?).

    It’s confusing because lots of laptops essentially use the Nvidia GPU as offload which makes it a bit tricky to coaxe it into using the correct one.



  • mlg@lemmy.worldtoLinux Gaming@lemmy.worldJust Switch Over
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 month ago

    It’s just the usual “AAA” suspects

    Valorant Battlefield 2042 Rainbow Six League

    Even CS technically if you play competitive on faceit, which is still pretty dumb.

    There’s plenty that actually work though, even with anticheat: https://areweanticheatyet.com

    Anti cheat preventing gaming on Linux is honestly an outlier at this stage. It just means the devs don’t want to deal with working with an additional OS which several other devs and valve itself has shown is not a major issue anymore. Both EAC and BattleEye have had linux userspace clients for years, and both support WINE now.

    Also because they probably can’t convince linux users to install a kernel level anti cheat as if that isn’t rootkit spyware lol. Akmod and dkms devs would probably laugh if Riot tried such a thing.




  • You can often get a Pre Purchase Inspection (PPI) for about $200 from a mechanic that will tell you everything in depth about the health of a car before you actually buy it.

    Way too many people out here purchasing cars and then bringing it to a mechanic only to realize they’ve been ripped off or bought an expensive repair bill.

    You should do it with any used car you have a strong intention to buy whether it is a private sale or from a lot.

    Usually lots will want to negotiate the price first because any used car will have some wear and tear.

    But the point is that you’ll know for sure it there’s any critical issues with the vehicle. If it’s a lemon, you can say no and walk away. Don’t think of it as losing $200, think of it as saving several thousand on a broken car.








  • mlg@lemmy.worldtoLinux Gaming@lemmy.worldSorry I can't do it.
    link
    fedilink
    English
    arrow-up
    40
    arrow-down
    1
    ·
    3 months ago

    Arch Linux

    Unless you’re on a good downstream like SteamOS, I’d suggest switching to something stable cutting edge (Fedora or Nobara if you want to put in zero effort).

    Arch by itself will give you way the hell too many possible problems. You could waste hours on DKMS alone.

    Mint will also work, but it has the downside of having slower updates to software packages.