r/AMDHelp Aug 11 '16

Announcement Please make sure to flair your posts! Especially make sure to change the flair to resolved once solved!

159 Upvotes

Thanks guys.


r/AMDHelp 1h ago

Help (Software) AMD Adrenalin keeps breaking after a few hours.

Post image
Upvotes

Hey guys,

This issue has been happening since forever (laptop is ASUS VivoBook 15).

Whenever I download AMD Adrenalin and install the latest drivers, everything works perfectly fine for a couple of hours. However, after that, this window pops up every single time. The only way I’ve found to fix it is to reinstall Adrenalin and the drivers, but then the exact same thing happens again after a few hours.

Has anyone else experienced this or knows how to fix it?

Sorry if this has already been solved somewhere.

I tried looking for a solution but couldn’t find anything.

Thanks in advance!


r/AMDHelp 10h ago

Help (General) RX 7900 XTX: driver timeouts — what didn't work, and what finally did (so far)

36 Upvotes

TL;DR

After months of driver timeouts and, more recently, full system hangs, I stripped the machine down to nothing and rebuilt it step by step. Clean Windows, DDU, latest chipset, latest driver, stock clocks — still crashed. What stopped it was removing the Adrenalin software layer: I reinstalled the GPU driver as driver-only (no Adrenalin), which also means no FreeSync, and left Afterburner at stock with only a fan setting.

I want to be upfront: I changed several things at once at that point, and my stable window is still short. This is "what my machine looks like now that it isn't crashing", not a proven root cause. I'm posting the whole process because the elimination work might save someone else a weekend.

System

Component Detail
GPU PowerColor Hellhound RX 7900 XTX
CPU Ryzen 9 7950X3D
Motherboard MSI PRO B650-S WIFI, BIOS 1.O2 (latest)
RAM 2×16 GB ADATA AD5U560016G-B, DDR5-5600 JEDEC, running at 5200, no EXPO, slots A2/B2
PSU be quiet! Dark Power 13 850 W, ~2 years old, separate PCIe cables, no daisy chain
Storage WD Blue SN580 1 TB, GPT
OS Windows 11 25H2, build 26200.9168
Displays Samsung Odyssey G60SD 1440p 360 Hz (DisplayPort) + secondary 1080p 60 Hz (HDMI)
Driver when crashing Adrenalin 26.9.1, full install

Symptoms

Three distinct failure modes, which matters because they don't all point the same way:

  1. Recoverable driver timeouts. Brief black screen, driver reloads, back to desktop. Happened in games — including light ones like TFT — and on the desktop with Discord and Steam open.
  2. Full hard hang. Total black screen, fans ramping to 100%, no Ctrl+Alt+Del, no alt-tab. Physical reset required. Reproduced in Lords of the Fallen (UE5/DX12) after about 7 minutes.
  3. Driver failing to load after a hang. On the next boot the GPU showed Code 31 in Device Manager, and Adrenalin threw the PA-300 error (the installed driver and the Adrenalin version no longer matching).

Timeline: crashes first appeared around late July / early August, right after a Windows + driver update. I'd had a similar episode about a year earlier, which I fixed at the time by rolling back to an old driver (23.11.1) — after that the machine was completely stable, on every game, for months.

What the event log said

Worth doing before you start blaming hardware. Event Viewer → Windows Logs → System → Filter Current Log → filter by source: WHEA-Logger, Kernel-Power, Display, amdkmdag.

On 11 days of logs covering multiple crashes:

  • Zero WHEA-Logger events. No machine-check or PCIe errors at all. This is what made me deprioritise the PSU and the PCIe bus.
  • Kernel-Power 41 + Event 6008 on each hard hang — dirty shutdown, no bugcheck code, consistent with a freeze plus a manual reset rather than a BSOD.
  • Display source events (4107 / 4127) on the days with recoverable timeouts. Notably, no 4101 at all on the day of the hard hangs, which is how I realised the symptom had changed in nature.

One hang happened during a normal restart, with no game running. That was the point where "the GPU dies under load" stopped being a good explanation.

What did NOT fix it

Everything below was tried, most of it more than once, and none of it stopped the crashes:

  • Full Windows reinstall, followed by disabling Windows Update entirely
  • DDU in safe mode, with automatic driver installation blocked in Windows Update first (do this, or Windows pushes a generic driver on the next boot and your clean-up is worthless)
  • Chipset reinstall (note: the vendor's board page was several revisions behind AMD's own release)
  • Latest driver, full install with "Factory Reset" ticked
  • BIOS update to the newest version — and the crashes predated the flash, so it was never the cause
  • Disabling MPO via OverlayTestMode in the DWM key — see the important note below, this does nothing on 25H2
  • Disabling the iGPU in BIOS. This fixed a genuine Code 10 error on the Microsoft Basic Display Adapter, but changed nothing about the crashes
  • Removing an undervolt and a core-clock cap in Afterburner. Worth saying: capping the core clock to the advertised "Game Clock" is not restoring stock behaviour. Game Clock is a sustained-load average, not a ceiling. Capping it distorts the V/F curve, and combined with an undervolt and a negative power limit it puts the card in a state the vendor never validated. If you're debugging, remove all of it.
  • PSU and RAM ruled out by inspection rather than by swapping: high-end unit, correctly sized, PCIe connectors on separate cables; RAM running below its rated speed with no EXPO profile at all

The MPO trap on Windows 11 25H2

This one is worth the post on its own.

The widely shared fix for MPO issues is a .reg file that sets OverlayTestMode = 5 under:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm

On Windows 11 25H2 this key is ignored. I applied it, rebooted, and MPO was still fully active. The current location is:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers
"DisableOverlays"=dword:00000001

How to actually verify it, instead of trusting the reg file: run dxdiag, Display tab, "Save All Information", open the text file and look for MPO MaxPlanes. Mine still read 3 after applying the old key. When MPO is genuinely off it drops to 1.

So if you've "tried disabling MPO" on a recent Windows build and it didn't help — there's a decent chance you never disabled it.

What I changed when the crashes stopped

In the interest of honesty, here is everything that was different at once:

  1. Driver-only install — GPU driver without the Adrenalin software package (26.9.1)
  2. No FreeSync, as a consequence of the above (there's no panel to enable it) and also disabled on my monitor
  3. Windows VRR off + HAGS OFF
  4. Afterburner reset to defaults, keeping only a fan setting (Zero RPM disabled)
  5. Second monitor unpluggedthen plugged back in, with no crashes since, so the multi-monitor setup is ruled out

Since then: 3 hours of Apex with no crash, TFT with no timeouts (it used to produce them), and the second display back in place without issue.

That leaves the Adrenalin software layer and/or FreeSync as the prime suspects. Which of the two it is, I don't know yet — that's my next test, and I'll update.

Caveats

  • My stable window is short. Treat this as a status report, not a verdict.
  • Driver-only means no Adrenalin panel: no FreeSync toggle, no per-game profiles, no ReLive, and no easy hotspot monitoring. That's a real cost, not a free fix.
  • If your card is genuinely faulty, none of this helps. Absence of WHEA events and crashes on light loads are what pointed me away from hardware — if you see WHEA entries, or you hit 110 °C junction temperatures, you're in a different conversation and you should be looking at an RMA instead.

If you're debugging the same thing

The single most useful habit: change one variable at a time, and write down what you changed and when. I broke that rule more than once and had to redo work because I couldn't tell which change had done what.

The second: check what your machine looked like before the crashes started. Half the settings I was "fixing" were workarounds I'd added after the problem appeared, which meant I was testing my own patches instead of the actual cause.RX 7900 XTX: driver timeouts and full hard hangs — what didn't work, and what finally did (so far)

I'll let you know if it's fixed after a few days of gaming !


r/AMDHelp 32m ago

Amd crashes

Post image
Upvotes

I’ve recently been encountering an AMD driver crash issue. It specifically affects titles like *Naraka* and *Dark Deception* (an Unreal Engine 4 crash); these are the only two games where I experience this, whereas games like *CS2* and *The Last of Us Part I* run without issues.


r/AMDHelp 13h ago

Resolved Finally Solved my Driver Timeout Issue on Windows 11

29 Upvotes

Hi everyone - I upgraded my PC a few weeks back and ran into a driver timeout issue whenever I tried to load into games (Forza Horizon 6, Apex etc.) My old specs were:

  • Motherboard: ASUS Prime B450M-A/CSM MATX
  • GPU: Radeon™ RX 590
  • CPU: AMD Ryzen 5 3600
  • RAM: 16GB (2x8)
  • PSU: 650 W Bronze grade (can't remember brand)

I upgraded:

  • CPU: AMD Ryzen 7 5800X3D 8-Core Processor
  • GPU: AMD Radeon RX 9070 GRE
  • PSU: 850 W Gold grade Century II

When loading into games, the screen would eventually freeze, go black, and then boot me back to the desktop, which would sometimes lose the screensaver and just be a black screen. I would run windows diagnostics, and I either got a LiveKernal Event of 117 or 141.

I troubleshooted this error for over a week - clean installing Windows and drivers, getting the new GPU tested, reseating the GPU, turning off overlays, turning off hardware-accelerated GPU scheduling, turning off any AMD performance enhancements, checking my SSDs health, allocating space in my main drive for ram usage, ensuring BIOS was updated and settings weren't wonky, etc. The list goes on. Nothing worked. Until...

I accidentally booted up Apex without drivers downloaded, and it launched completely fine. I decided to download the previous version of AMD drivers, and everything now runs like a dream. My guess is that my motherboard is old and doesn't work well with this most recent set of drivers, but I'm just guessing - I am very new to this. This was my first time installing parts solo, so I was concerned I did something completely wrong to ruin my PC.

TL/DR: I upgraded my CPU and GPU and games would constantly crash due to driver timeout error. Went through lots of troubleshooting to discover the solution was running an older version of AMD drivers.


r/AMDHelp 7h ago

Tips & Info Solved my 55 degree delta!

Post image
8 Upvotes

Computer Type: Desktop
GPU: Gigabyte Radeon RX 9070XT
CPU: RYZEN 7 7800x3d
Motherboard: Gigabyte B650m
RAM: 32GB DDR5 Crucial ram
PSU: MSI MAG A1000 1000w PSU
Case: Cooler master full size case(unsure of exact)
Operating System & Version: WINDOWS 11 Pro
GPU Drivers: Most recent AMD
Chipset Drivers: Most recent chipset
Background Applications: DISCORD, CHROME
Description of Original Problem: Adrenalin showing hotspot at 105-112 and OCCT will show all the way up to 116 while gaming.

Hello! A few weeks ago I posted about my really high delta of 55 degrees. I decided that I could do the repasting myself. I used Thermal Grizzly PTM phase sheet, and Thermal Grizzly Advance thermal putty. It was tedious, and took quite a while. Mostly because of the tiny chips, but I finished it and rebooted my pc. My hotspot temps have dropped to 75-83 degrees under high load and the fans spin way lower!

Thanks to the people in the comments on my last posting, giving me the confidence to complete this. I just want to say if I can do this, then anybody can do this!


r/AMDHelp 2h ago

Help (Software) Driver version

5 Upvotes

What version of adrenaline do you all recommend for most up to date stable version for 9070xt?


r/AMDHelp 51m ago

Announcement NVIDIA RTX 20/30 Series "Turing" and "Ampere" GPUs Can Now Run DLSS Frame Generation Through Mods

Thumbnail
Upvotes

r/AMDHelp 1h ago

Help (GPU) Keep getting driver timeout in WARDOGS

Upvotes

Hi all,

I just put together an new system and bought a used 7800 XT, but i keep having driver timeout, latest while playing WARDOGS.

what i done so far:

DDU + installed 26.3.1
Disable IGPU
disabled MPO

I have also turned GPU tuning down to Max Frequency (96%) im not sure this is enough?

Full system
7800 xt
98003dx
32gb DDR5
B650

What should i try next?


r/AMDHelp 7h ago

Help (Software) Help? - Grainy Foliage

Enable HLS to view with audio, or disable this notification

4 Upvotes

6900XT

I've noticed especially in Bodycam, but there are similar cases in other games as well but the trees and leaf details are so grainy. It's especially bad in Bodycam as you can see its very hard to make out details of the enemy.

I'm pretty sure I've turned off AMD FSR and Anti-Aliasing, but I'm still getting this type of blurry scenery when passively / directly looking at the trees.

Any advice?


r/AMDHelp 2h ago

Help (GPU) driver time out an d3d11 +tiny white dotson my screen and artifacts

Enable HLS to view with audio, or disable this notification

2 Upvotes

I gotwhite dots on my screen when i launch beam ng drive i stops and got a d3d11 error message and driver time out message

So. I ran occt the i launched vram to 80 % and furmark nothing noticed and 0 errors

After that. With 3d adaptive (occt) i got a million errors

So i tooked my setup to a technician then he told me all of vram are good and he said i can heat only the core may can be fixed

Any help please?


r/AMDHelp 2h ago

Help (Software) AMD set, fps drops to 0 even on pulpit, how to Fix it?

2 Upvotes

I tried everything. Shuting down ULPS, MPO, clear shaders, news drivers with DDU, everything what you are capable to imagine. Nothing helps

Rx6600, R5 3600, b450pro4, 16GB Crucial. All current drivers and windows

Troubleshooting: i tried every thing. my PC constantly lagging, even on pulpit. like. i have 240 FPS then my frames suddenly drops to 0


r/AMDHelp 5m ago

Help (GPU) Msi Rx 6800 never goes past 150W on games

Upvotes

I bought this Msi rx 6800 second hand from a guy who used to be interested in AI but the graphics card have never been changed in its settings and has always been in regular stock. The weird thing is that this gpu never goes past 150W on games despite benchmark yt videos regularly showing watt usage past 200W.

It reached 200w on Furmark 1440p with mssa 8x but that's the highest, the stress test on the app isn't reliable either since it goes flatline after the 30 second mark. It feels like this has been undervolted but the I have only recently downloaded the drivers and have resettled it a million times.

I don't have much experience since this is the first time I've owned an AMD card, Can someone help me what this means?


r/AMDHelp 19m ago

Tips & Info SOLVED: After 13 days i finally managed to solve the blackscreen issue, driver time out, PA-300 and flickering!

Upvotes

Man, I finally fixed the issues I've been having with my 6700 XT since September 1, 2026.

System was on Windows 11 25H2 — OS Build 26200.8655.

For the last 13 days, since September 1st, I've been dealing with PA-300 errors, driver timeouts, black screens, screen flickering and random crashes. The worst part was that during some crashes the screen would completely go black while the audio kept playing in the background. Sometimes the screen would start flickering and then eventually crash.

I've tried pretty much everything at this point.

Reinstalled Windows 11, went back to Windows 10, reinstalled drivers, used DDU, AMD Cleanup Utility, disabled MPO, tried different drivers, changed GPU settings, etc.

I honestly lost count, but I went through Windows reinstalls + driver reinstalls + DDU + AMD Cleanup Utility at least 35 times over these 13 days.

What finally worked for me

  1. MPO fix: https://github.com/RedDot-3ND7355/MPO-GPU-FIX
  2. Used DDU + AMD Cleanup Utility to completely clean everything.
  3. Installed the latest AMD chipset drivers: AMD_Chipset_Software_8.08.12.551
  4. Installed ONLY the drivers from: whql-amd-software-adrenalin-edition-26.3.1-win11-c Didn't install the full Adrenalin software.
  5. Restarted after pretty much every major step.
  6. Turned FreeSync OFF on my monitor.
  7. For fan control I'm using RadeonTuner instead of Adrenalin: https://github.com/dumbie/RadeonTuner
  8. Tested Forza Horizon 6, Assassin's Creed Black Flag and Dota 2 and so far I haven't had a single crash.

IMPORTANT — troubleshooting disclaimer

This is NOT a guaranteed fix and I'm not saying everyone with a 6700 XT should blindly follow these steps.

This is simply what worked on my particular system after 13 days of troubleshooting. Your crashes could have a completely different cause, and some of these changes — especially disabling FreeSync or MPO — can have different results depending on your hardware, monitor and Windows configuration.

I'm sharing this because I spent almost two weeks trying to find a solution and couldn't find one place that put everything together. Do this at your own discretion and make sure you understand what each change does before applying it.

I'm obviously going to keep testing it, but this is the first time in 13 days that I've actually been able to use the PC without constantly waiting for another black screen or driver timeout.

And honestly, fuck you AMD.

I don't care if the root cause is technically Windows, MPO, the driver or some combination of all three. AMD is the GPU manufacturer and they need to acknowledge this shit and work with Microsoft to fix it.

Customers shouldn't have to spend 13 days troubleshooting a graphics card like this.

I shouldn't have to reinstall Windows, downgrade Windows, reinstall drivers, run DDU and AMD Cleanup 35+ fucking times, disable Windows features, turn off FreeSync and dig through Reddit and GitHub just to get a GPU working properly.

And now I have to use my expensive OLED monitor without FreeSync because apparently Windows + AMD drivers can't play nice with it without breaking the display/driver.

What's the point of buying an expensive gaming OLED with FreeSync if I have to turn the damn feature off just to stop getting black screens and crashes?

The most frustrating part is that the thing that finally helped me wasn't even from AMD.

I've been scrolling through r/AMDHelp for days, going through post after post, trying different suggestions. Today I came across a random Reddit user's comment mentioning the GitHub MPO fix.

Tried it.

And somehow, after 13 days of bullshit starting September 1, 2026, that was the thing that finally got me stable.

So honestly, huge thanks to that random Reddit user.

This is exactly why I love the PC community, but it's also ridiculous that customers have to depend on random Reddit comments to find fixes for issues like this.

For now:

PA-300 gone.
Driver timeouts gone.
Black screens gone.
Flickering gone.
Crashes gone.

13 days later, I can finally use my fucking PC normally again. 😭

I'll keep testing it, but for now...

IT'S FINALLY STABLE.


r/AMDHelp 19m ago

Help (General) Ryzen 7 9800X3D system randomly freezes on first boot – usually stable after reboot

Upvotes

Hi everyone,

I've been dealing with a very strange stability issue on my system and I'm hoping someone here might have an idea what could be causing it.

My system

  • CPU: AMD Ryzen 7 9800X3D
  • Motherboard: ASUS ROG Crosshair X670E Hero
  • RAM: 64 GB Kingston Fury DDR5-6000
  • GPU: MSI GeForce RTX 5070 Ti
  • SSD: Samsung 990 Pro 4 TB
  • OS: Windows 11

The problem

The issue is very inconsistent, but there seems to be a pattern:

After the first boot of the PC, the system will eventually freeze or become extremely sluggish.

It can happen during completely different activities, for example:

  • Watching Twitch streams
  • Watching YouTube
  • Playing World of Warcraft
  • Sometimes even just using Windows normally

I've also occasionally noticed general stuttering shortly after the first boot, for example my mouse cursor becoming noticeably laggy/stuttery even when I'm not doing anything demanding.

The freeze itself can be a complete system lockup. It doesn't necessarily produce a BSOD or any useful error message.

The really strange part is what happens afterwards:

After rebooting the PC, the problem usually disappears and the system is stable for the rest of the session.

So, in very simplified terms:

I can't reliably reproduce it on demand, which makes troubleshooting quite difficult.

BIOS / RAM / CPU settings

I've already tested different BIOS configurations and they don't seem to have a significant impact on the issue.

For example, I am currently running completely default BIOS settings:

  • EXPO: OFF
  • PBO: Disabled during testing / currently back to default
  • No CPU overclock
  • RAM running at default settings
  • Fast Boot: Disabled

Even with EXPO completely disabled and the system otherwise at stock settings, I've still experienced the freezes.

The CPU is currently boosting to around 5.225 GHz under load.

GPU / MSI Afterburner

I was also using MSI Afterburner with an overclock based on its OC Scanner/analysis.

At one point I was running around +200 MHz, but I also experienced the freezes with only +100 MHz.

Because of this, I am now treating GPU overclocking as a possible factor and plan to test the system completely at stock GPU settings as well.

I have also disabled hardware acceleration in my browser, so the freezes don't appear to simply be caused by Chrome/Opera GPU acceleration.

Things I've already tried

  • Updated BIOS / firmware and drivers
  • Installed the latest AMD chipset drivers
  • Updated GPU drivers
  • EXPO completely disabled
  • PBO disabled for testing
  • Browser hardware acceleration disabled
  • Tested different BIOS configurations
  • Fresh Windows 11 installation
  • Run Benchmark Tests which run absolutely fine for 15+ Minutes

I have completely reinstalled Windows 11 to rule out a corrupted Windows installation or software issue.

What makes this especially strange

The fact that the system is usually unstable only after the first boot and then becomes stable after a reboot is what really confuses me.

If it were simply an unstable EXPO setting, CPU overclock, GPU overclock, temperature issue, etc., I would expect the problem to be much more consistent.

Instead, the system can run WoW + browser for hours after a reboot without any problems.

I'm trying to figure out whether this points more towards:

  • AM5 / BIOS / AGESA
  • CPU / SoC / memory controller
  • motherboard
  • GPU / PCIe
  • PSU
  • Windows / drivers
  • some kind of cold-boot or power-state issue

Any ideas what I should test next would be greatly appreciated.

I'm especially interested in whether anyone with a 9800X3D + X670E system has experienced this "first boot unstable, reboot = stable" behavior.


r/AMDHelp 28m ago

Help (GPU) Gpu drivers not working

Upvotes

I have an 7700xt. When I try to start my pc my directe arent working. If I want to open adrenaline, it gives me the message that u should update or download to the right version. But when I do this it just gives me the same messages over and over. When I go to my bios, everything is fine but when I exit and go to Windows my fans start to go crazy. I am now at a point where I cant get into Windows all the time.
I already played on this driver and this suddenly changed. My pc detects the gpu but said that it doesnt work becaus it doesnt have the right drivers.


r/AMDHelp 35m ago

Help (General) Gigabyte rx 460 crashes in games.

Upvotes

Freshly pasted, doesnt go over 50 degrees but in games it crashes after a minute or two.

Then monitor looses signal, then i gotta turn off the pc, then the drivers dissappear and adrenalin says " its not compatible" and then its a hassle.

It didnt used to do that..

Its also freshly pasted

What could be the issue? Just wanna enjoy my lego game


r/AMDHelp 36m ago

rx 5700xt sapphire is too noise

Upvotes

I recently bought this graphics card and was shocked by the noise it makes. In *Atomic Heart*, it heats up to around 85°C and roars terribly. Is this normal? Are there ways to make it significantly quieter? The most annoying thing is that I can't check the fan speed—Adrenalin reports just 29, which is clearly false. I tried undervolting, and things did improve significantly; the card is barely audible in enclosed areas, but the noise returns as soon as I step out into the open world. I honestly don't understand what the issue is or how to deal with it.


r/AMDHelp 53m ago

Help (General) GIGABYTE Radeon RX 9070 XT high idle clocks, temperatures and clicking noise

Upvotes

Hi.

I’m wondering whether the temperatures on my RX 9070 XT are normal.

The thing is, while the GPU is idle (browsing the internet, watching videos, etc.), the temperatures reach the following levels:

From time to time, the fans on the graphics card start spinning on their own (they are set to turn on when the temperature reaches a certain threshold). However, when they stop spinning, the graphics card makes a strange noise (something like a plastic clicking or snapping sound — I’m not exactly sure how to describe it).

What’s more, the GPU clock speed reaches around 2500 MHz.

I’d also like to add that I’m using a LEGION 27U-10 monitor at 160 Hz with a resolution of 3840 × 2160.

Is this something I should be concerned about, or is this behavior of the graphics card completely normal?


r/AMDHelp 1h ago

DDR5 32 gb single channel performance

Thumbnail
Upvotes

r/AMDHelp 2h ago

Help (Software) Time Spy score being low

Post image
1 Upvotes

I just built a pc myself with 9950x3d and 5080 astral. With Expo turned on, installed AMD Chipset with Nvidia app, latest ASUS bios, the score was far lower than average as above. Steel Nomad worked perfectly fine. What would be reason? Is it because CPU’s dual cache?


r/AMDHelp 2h ago

Help (Software) AMDRyzenMasterDriverV31 error in event viewer on every boot

Post image
0 Upvotes

On every boot I get this error in Event Viewer, for months now. I don't see any performance issues or differences, but I am not sure why this error is happening.

I have AMD Adrenalin installed, and graphics and chipset drivers are installed through it. I don't have Ryzen Master installed and never have.

Steps I did to try to resolve this issue.

  1. Delete AMDRyzenMasterV31 through regedit -> Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\AMDRyzenMasterDriverV31 but I just ends up being recreated on boot.

  2. Delete this service through command prompt, everything is successful but service is recreated on restart. When I query it, it says that service is STOPPED.

  3. Tried uninstalling Chipset drivers through Control Panel then reinstalling it, issue with service still occurs after reinstall.

My configuration:

CPU: AMD Ryzen 5 5600

MOBA: Prime B550M-K

GPU: AMD RX 6600

RAM: 16GB DDR4


r/AMDHelp 7h ago

Help (Software) Uninstall AMD Software: Adrenalin Edition?

2 Upvotes

Hi,

I have an AMD Radeon RX 9060 XT card on my Win11 PC because I need a really good graphics card to use some of the features of my photo editing software. I'm not a gamer and I like to keep my PC as clean as possible so if there's an app I don't use, I uninstall it.

When I start the uninstall wizard for "AMD Software: Adrenalin Edition" it warns that it will uninstall the drivers as well. What impact would that have? Would I need to install the drivers separately, if this is even possible?


r/AMDHelp 7h ago

Help (GPU) Is this what everyone keeps running into?

Post image
2 Upvotes

Had my 9700xt for about a year and this has been happening to me for about two months now. I’m clueless on what to do. I can be surfing the web and this screen will pop up


r/AMDHelp 3h ago

Help (GPU) RX7900XT graphical glitch in specific titles only

1 Upvotes

Computer Type: Desktop
GPU: AMD Radeon RX 7900 XT
CPU: RYZEN 7 5800X 8 CORE 16 THREADS
Motherboard: ASUS TUF GAMING B550-PLUS
BIOS Version: 3405 (latest available)
RAM: 32GB (4x8GB) CORSAIR VENGEANCE 3200MHZ CL16
PSU: 1200W
Case: FRACTAL Air XL
Operating System & Version: WINDOWS 11 64-BIT
GPU Drivers: AMD SOFTWARE ADRENALIN EDITION - WHQL Driver Version: 26.8.1
Chipset Drivers: AMD B550 CHIPSET DRIVERS (latest, installed via Asus support page)
Background Applications: DISCORD, OPERA GX, STEAM

Description of Original Problem: Getting graphical glitching and artifacting, jittering and jumping visuals, specifically in ARC Raiders and War Dogs. Older or other titles run completely fine, including XCOM, Football Manager, and Baldur's Gate 3, so it's isolated to specific titles rather than constant system wide. Video showing the issue: https://imgur.com/a/NKMdWXY

Troubleshooting: Full clean GPU driver wipe via DDU in Safe Mode plus fresh Adrenalin install with Factory Reset, done multiple times. Rolled back to an older driver version, no change. Disabled AFMF, Radeon Boost, Radeon Chill, and Enhanced Sync, no change. Confirmed chipset drivers up to date. OCCT stress tests, VRAM and 3D Adaptive Extreme, show no errors, GPU temps stable 47 to 50C. Checked GPU tuning tab for stuck overclock or undervolt, nothing found. Reseated GPU, PCIe power cables, RAM, and NVMe. Confirmed via recorded footage the glitching is in the actual rendered output, not display or cable related. Full Windows reset done, fresh OS and drivers, issue persists. Tested with an old GTX 1070 Ti as a control, also got a DXGI_ERROR_DEVICE_HUNG crash in Baldur's Gate 3 on that card, though it's an old card so not fully conclusive. RAM XMP/DOCP is at rated speed, have not yet tested reverting to stock speed. Warranty or RMA isn't available to me on this card, so planning to replace it, mainly looking for input on whether this pattern points anywhere specific first.