@lelgenio@lemmy.ml avatar

lelgenio

@lelgenio@lemmy.ml

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Battlebit Remastered: Inconsistent Performance on Linux (GPU Utilization Issues)

Hi all, I am running Batttlebit on my Linux machine and for the most part performance is good (127v127 = 180fps average). However after I installed MangoHUD to measure some KPIs (like GPU utilization) I realized that the game is barely using all available resources. My GPU (RX 5700 XT) is running at around 70% and its definitly...

lelgenio,
@lelgenio@lemmy.ml avatar

This game has really strange performance, it’s very light and runs great on potato computers. But a the same time it does not seem to make pull usage of your hardware. Anecdotally, performance got worse after I upgraded from a 6500 XT to a 6700 XT

lelgenio,
@lelgenio@lemmy.ml avatar

pffff, Incel. Looks at the man’s face, he FUCKS!

lelgenio,
@lelgenio@lemmy.ml avatar

I’m the happiest past 9pm, guess I’ll just give up then

lelgenio,
@lelgenio@lemmy.ml avatar

They come factory-domesticated, no need to domesticate at home.

lelgenio, (edited )
@lelgenio@lemmy.ml avatar

<span style="font-weight:bold;color:#a71d5d;">CREATE TABLE </span><span style="font-weight:bold;color:#795da3;">display</span><span style="color:#323232;"> (
</span><span style="color:#323232;">    id </span><span style="font-weight:bold;color:#a71d5d;">INT PRIMARY KEY</span><span style="color:#323232;">,
</span><span style="color:#323232;">    display_property </span><span style="font-weight:bold;color:#a71d5d;">TEXT
</span><span style="color:#323232;">);
</span><span style="color:#323232;">
</span><span style="font-weight:bold;color:#a71d5d;">INSERT INTO</span><span style="color:#323232;"> display (id, display_property)
</span><span style="font-weight:bold;color:#a71d5d;">VALUES
</span><span style="color:#323232;">(</span><span style="color:#0086b3;">1</span><span style="color:#323232;">, </span><span style="color:#183691;">'block'</span><span style="color:#323232;">),
</span><span style="color:#323232;">(</span><span style="color:#0086b3;">2</span><span style="color:#323232;">, </span><span style="color:#183691;">'inline-block'</span><span style="color:#323232;">),
</span><span style="color:#323232;">(</span><span style="color:#0086b3;">3</span><span style="color:#323232;">, </span><span style="color:#183691;">'flex'</span><span style="color:#323232;">);
</span><span style="color:#323232;">
</span><span style="font-weight:bold;color:#a71d5d;">CREATE TABLE </span><span style="font-weight:bold;color:#795da3;">divs</span><span style="color:#323232;"> (
</span><span style="color:#323232;">    id </span><span style="font-weight:bold;color:#a71d5d;">INT PRIMARY KEY</span><span style="color:#323232;">,
</span><span style="color:#323232;">    inner_html </span><span style="font-weight:bold;color:#a71d5d;">TEXT</span><span style="color:#323232;">,
</span><span style="color:#323232;">    display </span><span style="font-weight:bold;color:#a71d5d;">INT REFERENCES</span><span style="color:#323232;"> display(id)
</span><span style="color:#323232;">);
</span><span style="color:#323232;">
</span><span style="font-weight:bold;color:#a71d5d;">INSERT INTO</span><span style="color:#323232;"> divs (id, inner_html , display)
</span><span style="font-weight:bold;color:#a71d5d;">VALUES
</span><span style="color:#323232;">(</span><span style="color:#0086b3;">1</span><span style="color:#323232;">, </span><span style="color:#183691;">'div1'</span><span style="color:#323232;">, </span><span style="color:#0086b3;">1</span><span style="color:#323232;">),
</span><span style="color:#323232;">(</span><span style="color:#0086b3;">2</span><span style="color:#323232;">, </span><span style="color:#183691;">'div2'</span><span style="color:#323232;">, </span><span style="color:#0086b3;">2</span><span style="color:#323232;">),
</span><span style="color:#323232;">(</span><span style="color:#0086b3;">3</span><span style="color:#323232;">, </span><span style="color:#183691;">'div3'</span><span style="color:#323232;">, </span><span style="color:#0086b3;">3</span><span style="color:#323232;">);
</span>
lelgenio,
@lelgenio@lemmy.ml avatar

<span style="color:#323232;">.</span><span style="color:#795da3;">users </span><span style="color:#323232;">{
</span><span style="color:#323232;">  id: int !primary-key;
</span><span style="color:#323232;">  name: text;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">
</span><span style="color:#323232;">.</span><span style="color:#795da3;">users</span><span style="color:#323232;">::insert {
</span><span style="color:#323232;">  id: </span><span style="color:#0086b3;">1</span><span style="color:#323232;">;
</span><span style="color:#323232;">  name: </span><span style="color:#183691;">"John doe"</span><span style="color:#323232;">;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">
</span><span style="color:#323232;">@query (max: 10) {
</span><span style="color:#323232;">  .user {
</span><span style="color:#323232;">    </span><span style="color:#0086b3;">display</span><span style="color:#323232;">: table;
</span><span style="color:#323232;">  }
</span><span style="color:#323232;">  .</span><span style="color:#795da3;">users</span><span style="color:#323232;"> id {
</span><span style="color:#323232;">    </span><span style="color:#0086b3;">display</span><span style="color:#323232;">: none;
</span><span style="color:#323232;">  }
</span><span style="color:#323232;">}
</span>
lelgenio,
@lelgenio@lemmy.ml avatar

~/go is created when compiling go programs, you can change it’s location with the GOPATH environment variable to something like GOPATH=$HOME/.local/go, and moving the directory there.

Never seen ~/perl5, could you provide the output of perl -V

Cyberpunk runs 30% faster on linux than on windows 11 (m.youtube.com)

The YouTube channel “Maximum Fury” conducted a technical test of the new Cyberpunk add-on called “Phantom Liberty” on an older AMD hardware system, testing it separately on Linux and Windows 11. The Linux system, specifically the Fedora distribution called Nobara, performed significantly better, delivering 31% more...

lelgenio, (edited )
@lelgenio@lemmy.ml avatar

Hey that’s a similar setup to mine, except I have 6700XT, on ultra settings, worst case scenario I get ~60FPS, on average it’s 80

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • cisconetworking
  • rosin
  • everett
  • Youngstown
  • love
  • slotface
  • ngwrru68w68
  • InstantRegret
  • kavyap
  • Durango
  • mdbf
  • DreamBathrooms
  • magazineikmin
  • provamag3
  • tacticalgear
  • cubers
  • khanakhh
  • thenastyranch
  • osvaldo12
  • ethstaker
  • Leos
  • normalnudes
  • modclub
  • tester
  • GTA5RPClips
  • anitta
  • JUstTest
  • All magazines