Skip Navigation
Hit deck-builder Balatro is now available for mobile [VGC]
  • Isn't the mobile version 1:1 with the desktop? If so, how is this "kinda expensive" if it's the same product that's considered cheap?

  • After is a new dating app that tries to tackle ghosting
  • So they got the expiring matches from Bumble, the personality test from Boo, and require you to select from a list of reasons why you unmatch someone like in every dating app out there. Am I missing something on how different this is from the other apps?

  • What if spouses took their partners first name instead of last?
  • Until the 1950s, by law in Hungary the wives would take the husband's full name. Júlia Kovacs would marry András Boráros and become Andrásné Broráros. Sexist and incredibly silly in my opinion.

    Nowadays they can chose to keep their name, change it fully or change their last name. I still find a lot of women that change their names fully and it's so confusing.

    From 2004, men can also chose to change their names on the same rules.

  • Don’t ever hand your phone to the cops
  • Brazil? I do miss being able to leave home bringing only my phone because my ID and cards are all there

  • What alias do you have to update the system from terminal?
  • Topgrade handles most distros package managers, things like npm, brew and cargo, can pull git repositories and cleanup cache as well

  • Announcing: frog-protocols for wayland
  • You either come up with something like frog-protocols to try and actually get things done, or you can wait for Wayland devs to endlessly bikeshed. Getting some amount of harmless fragmentation on an open source project seems much better than waiting 4 years (and counting) for them to start actually working on implementing HDR.

  • Huawei's revamped Android competitor is launching with support for 10,000 apps.
  • Considering that they "block sideloading Android apps", then I so believe it's yet another AOSP fork that blocks apps from the Play Store to be installed

  • The longer I play games on arch the worse the framerate gets.
  • Had the same issue with my games, but Deadlock was one that I could consistently get it to slow down after a few minutes, all because of VRAM (I'm on Nvidia too). Simply lowering textures to medium on Deadlock solved it, at no discernable quality change.

  • PSA: With RCS now on iOS, be careful when renaming group chats
  • So people in the USA are just now finding out how pretty much every other messaging app behaves

  • Google has made fast charging the Pixel 9 Pro XL an absolute nightmare
  • I bought a Ugreen 65W charger months ago and I just checked the specs, 20V and 3.25A. Ugreen is probably one of the top 3 most sold brands for these kind of things. I also checked other (USB PD) fast chargers by them and Baseus, they all are above 18V @ 2A, so I don't think there's really any issue here other than the author not having a single charger that meets that requirement.

  • They stole my voice with AI | Jeff Geerling
  • "You can't own your own voice"

    Talking out of your dystopian ass, aren't you?

  • Operation 404.7 Targets 675 Pirate Sites, Brazil's ISPs Now Block 6,700+ Domains.
  • Simply changing the DNS provider is already enough to circumvent it.

  • Deadlock 09-19-2024 Update
  • What's up with Warden? His design looks the part, retro-looking cop, nothing sci-fi at all.

    Bebop, McGinnis, Yamato, Kelvin do look off though, like they're not really on the 1920s

  • Deadlock 09-19-2024 Update
  • it's actually been going at least since April

  • LinkedIn scraped user data for training AI before updating its terms of service and without obtaining user opt-in consent
  • ToS and EULAs are generally not at all enforceable in most of the world

  • Earth will get a second "mini-moon" for 2 months this year
  • A second mini moon? Do we even have a first mini moon?

  • Mozilla is shutting down their Mastodon instance.
  • It was a joke about how it seems they're putting most, if not all, efforts into their AI

  • Mozilla is shutting down their Mastodon instance.
  • They're a small indie company and they need the server power to run the AI in Firefox

  • Google Tensor G4 fails to outscore Snapdragon 8 Gen 1 and barely beats Tensor G3 in 3DMark Wild Life Extreme
  • In the real world with real people, what matters is efficiency. Top performance that you can only achieve in benchmarks is not any indicative of efficiency.

  • Introducing Steam Families
  • That is certainly not the case, either something unexpected happened or either of you didn't have the families beta on. I have never logged in someone else's PC and neither have someone logged on mine, I always use Steam on beta and I was able to send family invites to my friends, however only the ones in my region (country) were able to join.

  • Help running AMD iGPU and NVIDIA dGPU on 2 monitors

    ``` SYSTEM INFO:

    • endeavourOS 6.10.3-1-cachyos
    • Kernel parameters:
      • nvidia_uvm nvidia_drm.modeset=1 nvidia_drm.fbdev=1 nvidia.NVreg_PreserveVideoMemoryAllocations=1
    • KDE Plasma 6.1.4 on Wayland
    • AMD Ryzen 7 7800X3D with iGPU enabled on BIOS
    • NVIDIA RTX 3080 with nvidia-beta-dkms 560.31.02-1
    • Main display plugged on NVIDIA GPU (display port)
    • Secondary display plugged on motherboard (display port) ```

    I want to be able to make use of my iGPU (AMD Raphael on a Ryzen 7 7800X3D) to render everything, and run my games on my NVIDIA RTX 3080. It's a desktop PC, I have 2 monitors, my main one is plugged to my 3080 and the secondary is plugged to the motherboard, and by doing so, VRR/Gsync works on my main display (the only workaround to get VRR working with a NVIDIA card and multiple monitors). The second thing I would like to do is for Firefox on my second screen to render/decode with my iGPU, so I can watch videos and streams there without sacrificing my frames on my games (losing about 20 frames playing Helldivers 2 if a video is playing on the background because it uses my dGPU to decode).

    I've installed nvidia-prime from AUR and added the udev rules as written on arch wiki, however it seems that my iGPU isn't being used at all

    ❯ lspci | grep VGA 01:00.0 VGA compatible controller: NVIDIA Corporation GA102 [GeForce RTX 3080 Lite Hash Rate] (rev a1) 11:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Raphael (rev cb) ❯ glxinfo | grep "OpenGL renderer" OpenGL renderer string: NVIDIA GeForce RTX 3080/PCIe/SSE2

    I've noticed that moving my cursor and windows on my desktop is now slower/laggier (check notes below), and my turing smart monitor can't detect my NVIDIA GPU, but that's the extent of the changes. When I open Firefox directly on my second screen and play a video, with nvtop I can see that my NVIDIA GPU is the one doing the work with my iGPU not being utilised at all: https://i.imgur.com/CPPICUk.png (notice how there is no usage at all on my iGPU)

    I've got a screenshot while I was playing Helldivers 2 and playing a video at the same time, and if I paused the video I'd get my frames back. Using prime-run to run my games has no difference since everything is being handled by the dGPU anyways.

    Is there anything I'm missing here? I'm happy to provide more info but I'm a bit clueless on how to troubleshoot this more so any help is much appreciated.

    NOTE: Regarding the choppy cursor, it is not because of GSP firmware. I've tested the proprietary drivers with and without GSP firmware, and the open drivers since 550 and I haven't noticed a single difference in my setup, they all perform exactly the same. Besides, I'm using the beta 560 drivers which are open modules only, which needs GSP firmware enabled.

    6
    Virkkunen Virkkunen @fedia.io
    Posts 1
    Comments 128