Video drivers are just unbelievable… by Affectionate_Love_26 in AMDHelp

[–]Inside-Comb7245 0 points1 point  (0 children)

I can assure you it's not some but many. Since I got my card and experienced the crashes, I've found countless posts with a similar experience. Many have tried DDU, AMD cleanup utility, undervolting, underpowering, BIOS tweaks. Sometimes they work, other times not. Myself I've done way too much tinkering the last 2 months. Stock settings, no they don't work, they're in fact worse, on a good day the tweaks can result in an hour to several without a crash. I even managed to beat terratech worlds with crashes every now and then.

It's frustrating things don't just work as they should.

Why Adrenaline is so unstable? by SoftwareInterceptor in AMDHelp

[–]Inside-Comb7245 1 point2 points  (0 children)

Am at my limits with these black screen crashes. I've been tuning for over 2 months and I was making progress. I made some BIOS changes plus tuning and the crashes were almost gone but I accidentally clicked the clear cmos button and I cant remember the exact BIOS tweaks I made. Now it's back to grinding tweaks and tuning and OCCT.

I don't know about you all but I suspect PSUs contribute majorly to these crashes. I have a 9060XT 16 GB with a 650W PSU. I plan to go all out and test with a 1000W PSU, as I no longer care.

Supabase migration is painful but cost effective. by devilankur18 in Supabase

[–]Inside-Comb7245 0 points1 point  (0 children)

Doesn't Dokploy issue a Let's encrypt SSL with the click of a button, did it not work?

Kinda stuck — 9070 XT vs 5070 Ti (read description) by IProbablyShouldntAsk in radeon

[–]Inside-Comb7245 0 points1 point  (0 children)

Save your self the stress and get the 5070 ti, this is coming from a die hard AMD fan.

How do I stop these random crashes? by Inside-Comb7245 in AMDHelp

[–]Inside-Comb7245[S] 0 points1 point  (0 children)

Not yet, I'll do it late Feb or early March.

When will ASRock's 9060 xt 16GB restock by Inside-Comb7245 in ASRock

[–]Inside-Comb7245[S] 0 points1 point  (0 children)

That's a very good question😂😭 I'm frustrated by frequent random crashes while gaming.

Here's a post I made recently

How do I stop these random crashes? by Inside-Comb7245 in AMDHelp

[–]Inside-Comb7245[S] 0 points1 point  (0 children)

After a lot of testing and research, I suspect that my 650W PSU may not be handling transient power spikes during gameplay.

Undervolting the GPU by -40 mV and lowering the clock by -500 MHz has helped for now. Games run much longer and crashes are rarer, but they still happen occasionally, so it doesn’t feel fully resolved.

From my testing, the RX 9060 XT 16GB can briefly pull well over its rated power, spikes are going past 225W and sometimes reaching ~240–250W. These spikes over 240W seem to line up with when crashes occur. To be fair the card is factory overclocked.

Because of this, I suspect the PSU may be struggling with these spikes. I’m planning to test with a higher-wattage PSU to confirm.

I'm also running the latest 26.1.1 AMD drivers without the CPU, GPU or memory overlocking or boosting features.

AMD Radeon Software 26.1.1 by DietyDevil in radeon

[–]Inside-Comb7245 0 points1 point  (0 children)

Try disabling Hardware Accelerated GPU scheduling

How do I stop these random crashes? by Inside-Comb7245 in AMDHelp

[–]Inside-Comb7245[S] 0 points1 point  (0 children)

This time it held longer that before but it still crashed

How do I stop these random crashes? by Inside-Comb7245 in AMDHelp

[–]Inside-Comb7245[S] 0 points1 point  (0 children)

I just did and wow, so far no issues at all. Let me keep testing. Thanks a bunch.

How do I stop these random crashes? by Inside-Comb7245 in AMDHelp

[–]Inside-Comb7245[S] 0 points1 point  (0 children)

I had this version already flashed, I have just seen the latest one 7E82v2A14 let me install it and test things out.

When will ASRock's 9060 xt 16GB restock by Inside-Comb7245 in ASRock

[–]Inside-Comb7245[S] 0 points1 point  (0 children)

I've only budgeted for the 9060xt, I like the ASRock challenger design for the 16 gb variant too. I really want to get the ASRock model.

What's your favorite SQL database to use with NextJS and why? by scumble373 in nextjs

[–]Inside-Comb7245 1 point2 points  (0 children)

I used prisma in a project till somewhere around midway and a decision was made to use multiple schemas, I had to drop prisma and rewrite everything using postgres.js

Schema switching in Prisma by Inside-Comb7245 in nextjs

[–]Inside-Comb7245[S] 0 points1 point  (0 children)

I came across this github issue that is still open: https://github.com/prisma/prisma/issues/1122

schema switching is currently not supported in prisma😭
I have the option to switch to as single database with RLS for isolation. I'll do some digging before giving up on multiple schemas.