Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AX
Posts
3
Comments
81
Joined
2 yr. ago

  • On my system there is no traditional log files like kern.log or message (Not sure about Ubuntu 22.04), I would say it's worth a try.

    Try journalctl --boot -1 -xe or journalctl --boot -1 -xep3

    Lubuntu

  • When I started playing Horizon zero dawn, for first dozen hours I was in the state that fears the machines and sneaks everywhere.

    Aloy's voice still terrifies me, I wish there was an option to turn off her random monologues.

  • The problem has been solved, it's caused by mesa's video decoding package, I will answer anyway.

    Yes, VCN (Video Core Next) column stays at constant value while playing video (3% for VA-API with mesa, 5% for VDPAU with mesa, 0% for libplacebo), GFX fluctuates between 0% and 1%.

    Just playing a 1080P video (not even a high bit rate one) is enough to make GPU fan go spinning, disappointing.

  • Through some more testing, I found out mesa related hardware acceleration package can cause these power surge, on Archlinux it includes mesa-vdpau and libva-mesa-driver.

    If I don't have these package installed, VLC reverts to libplacebo which doesn't seem to cause more power usage.

  • do you also have a dedicated graphics card?

    Yes, rx 7800 xt

    My worry s that playing a 1080P video need 30 watts (assuming amdgpu_top is not wrong), I would like to move that workload to integrated GPU, which I enabled in BIOS.

    Thank you for your answer, I can confirm by switching to VA-API it lowers my power usage by a lot (from 45 to 20~21 watts reported).

  • Yes, rx 7800 xt. I can confirm DRI_PRIME does switch to integrated GPU on demand

     
        
    DRI_PRIME=0 glxinfo | grep "OpenGL renderer"
    OpenGL renderer string: AMD Radeon Graphics (gfx1101, LLVM 16.0.6, DRM 3.54, 6.5.5-arch1-1)
    DRI_PRIME=1 glxinfo | grep "OpenGL renderer"
    OpenGL renderer string: AMD Radeon Graphics (raphael_mendocino, LLVM 16.0.6, DRM 3.54, 6.5.5-arch1-1)
    
      
  • I will give a version of event that I have observed, simplified (a lot of things glossed over), and maybe inaccurate.

    1. LinusTechTips (one of their employees) criticized Hardware Unboxed and Gamers Nexus do banchmark videos in a lab tour video (on MurfsGaming channel), HUB fight back on Twitter(X), Linus (the owner of LMG) double down in their WAN show saying some creators are unprofessional, this leads to Gamers Nexus doing a long video point out how unprofessional LTT is (many errors in their videos).
    2. In Gamers Nexus's video, they shared a story that a company send their working prototype for LTT to review, but LTT doing the testing wrong (use the prototype with incompatible hardware), then sold the prototype for charity when they have been requested to send it back twice, screwing the startup company on top of giving inaccurate test results.
    3. Linus (the owner of LMG) fight back in forum post with no apology (basically spraying gasoline on fire) and made up fake event saying they have already agreed to compensate the startup company.
    4. Gamers Nexus says in their next video that they communicated with the startup company and LTT only contacted them two hours after previous Gamers Nexus's published, debunked Linus's claim that they already made a deal to compensate the startup company.
    5. An ex-employee publicly talking about the time she works at LMG, bait-and-switch working contract after she moving all the way where LMG is, sexism, sexual harassment, threats, unhealthy work environment.
  • On Desktop computer, you can use the code below to remove federated instances list. (Use the code in Developer Console)

    document.querySelector(".home-instances .row").remove();

    (Tested with instances that uses version 0.18.4)