this post was submitted on 21 Jun 2024
409 points (96.2% liked)

Technology

57997 readers
2851 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Would you use Edge as your default browser on Windows 11 if Microsoft nags you with a 3D banner? Microsoft thinks you would. In a new experiment, which appears to be rolling out to Edge stable on Windows 11, Microsoft has turned on a banner that uses 3D graphics to promote the browser.

First spotted by Windows Latest, Microsoft has been testing the new 3D banner for a while now, but it’s now rolling out to more people. If Edge is not your default browser and you open it directly or through files like PDFs, a new banner will remind you to change your default browser settings.

The banner explains that using Edge as your default browser can help protect you from phishing and malware attacks. It asks you to confirm this change by clicking “Set default,” and then you need to confirm again in the Windows settings app.

The pop-up screen will appear after you install the new Windows updates. If you skip the banner, you’ll get another reminder to use Edge when you open the browser.

you are viewing a single comment's thread
view the rest of the comments
[–] nate3d@lemmy.world 3 points 2 months ago (2 children)

Okay back that up: I just tried my third time in 5 years to run Linux as a daily driver for software dev work and gaming. I’m on an ASUS ROG Zephyrus M16 2022 and I’ve never been able to fully get Linux working. Here’s my takeaways (and I really wanted Linux to work out fwiw):

  • No working mic until I added a modprobe and kernel taint to make the built-in mic and speaker work to “function” where the mic is unusable with background noise and the speaker volume control only changes the tweeters, not the subs - so no built-in audio AT ALL
  • Nvidia drivers - where to start… I’ve got an eGPU that I use as well and it’s a paperweight due to Linux+Nvidia support

But sure proton is great! /s it’s only viable if the damn hardware works in the first place which Linux simply can’t do yet

[–] psivchaz@reddthat.com 9 points 2 months ago

It's the downside of open source: You're at the mercy of companies that don't care and developers who are primarily interested in the hardware they're using rather than the hardware you're using.

The best experience is going to be hardware that's built and certified for Linux. System76, Tuxedo, a bunch of other smaller names and the rare Dell or Lenovo. But that's definitely not practical for everyone, or a good idea to convince people to buy new hardware for Linux.

It'll be a slow transition. The more enthusiasts hop on the bandwagon, the more manufacturers and hardware vendors will care about support. The more Microsoft keeps irritating their customers, the more companies will move away. The support will come, it's been improving for a long time.

All that said. I'd recommend CachyOS or PopOS if you get the urge to try again. I've tried a bunch of distributions and those seem to have the best focus on "just make consumer hardware work right out of the box." That's no guarantee of course, but it's a start.

[–] luciferofastora@lemmy.zip 5 points 2 months ago (1 children)

I've got working Nvidia drivers without any tinkering. Gaming on my 3060 without issues. Never had microphone issues either. This isn't supposed to be "You're wrong", more a "I wonder what I'm doing differently".

ASUS TUF GAMING B550 MoBo, AMD Ryzen 5600x, some Gigabyte version of the RTX 3060, running the Nvidia version of Nobara (Fedora-based gaming oriented distro).

What distro did you try?

[–] nate3d@lemmy.world 3 points 2 months ago (1 children)

Tried Ubuntu, Drauger OS, Fedora, and Popos. It’s specifically the laptop hardware that’s giving trouble and as far as the drivers go it’s just really a mess because of X11 vs Wayland issues with Nvidia making it all the more difficult.

Heres my current core issue: I need to run nvidia official drivers as the ones provided via open repos don’t support eGPUs/multi-gpu setups. The problem there is nvidia official drivers only support x11, so then I’m forced to used a sunsetting windowing system for my daily driver, which I just can’t bring myself to do.

[–] luciferofastora@lemmy.zip 1 points 2 months ago

Ah, gotcha. Yeah, that's one of those cases where you either add support yourself (provided you have the time, know-how - which most already don't - and commitment) or wait until hopefully someone else does. Or - like me - you curse and go back to X11 until something gives you enouhh confidence to try Wayland again. I think I read somewhere on this platform that there will be (or was?) some Nvidia driver update that should help with Wayland support, but I haven't looked into it.

I don't have much experience with laptop hardware. I did have one elderly laptop running Ubuntu, though it probably would have been served better with something more lightweight (I just didn't know much about anything at the time). But that wasn't doing anything intensive, just some Uni exercises. I think a simple neural network was the most challenging thing it ever had to handle.