• 0 Posts
  • 104 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.



  • This same issue is actually mirrored on Stack overflow and is the result of the archaic upvote system which rewards whatever gets the most attention, and not whatever is actually useful or relevant.

    Lemmy is less because it’s smaller and also doesn’t shadow mask content based on the vote meter, but it still sometimes happens.

    There was a thread on the linux community here once where OP asked how to install a very specific piece of terminal software that he liked. There was at least 100+ replies which ranged from people telling him to use arch + aur, use a better terminal, use a better package manager, use yet another distro, or subthreads of people fighting over terminals and distros.

    The correct answer was to just git clone + make because it was a small program, and if he wanted to, he could upload to to COPR if he wanted to have a package available.

    All the way at the bottom

    because I made that comment lol










  • Even DLSS only works great for some types of games.

    Although there have been some clever uses of it, lots of games could gain a lot from proper efficiency of the game engine.

    War Thunder runs like total crap on even the highest end hardware, yet World of Warships has much more detailed ships and textures running fine off an HDD and older than GTX 7XX graphics.

    Meanwhile on Linux, Compiz still runs crazy window effects and 3D cube desktop much better and faster than KDE. It’s so good I even recommend it for old devices with any kid of gpu because the hardware acceleration will make your desktop fast and responsive compared to even the lightest windows managers like openbox.

    TF2 went from 32 bit to 64 bit and had immediate gains in performance upwards of 50% and almost entirely removing stuttering issues from the game.

    Batman Arkham Knight ran on a heavily modified version of Unreal 3 which was insane for the time.

    Most modern games and applications really don’t need the latest and greatest hardware, they just need to be efficiently programmed which is sometimes almost an art itself. Slapping on “AI” to reduce the work is sort of a lazy solution that will have side effects because you’re effectively predicting the output.