Have you ever noticed this problem with the cursor?
Have you ever noticed this problem with the cursor?
Good day all,
I recently set up a system, everything functions properly and there don’t appear to be any problems (except for the computer restarting when I explicitly told it to update and shut down, which is another topic).
When I move my cursor (sometimes), especially during app launches or processes, I notice these strange glitchy lines.
See Video here:
View: https://youtube.com/shorts/0siOzG2VGno?feature=share
You may want to open the video in a separate window for clearer viewing; it’s not very obvious in the embedded player.
I’m having trouble finding similar reports from other users, so I thought sharing this would help.
The specifications are:
GPU - RX6900 XT
CPU - AMD Ryzen 5 7600X
RAM - 32 GB DDR5
BOARD - Gigabyte B650 Aorus Elite AX
OS - Windows 11
Hello there! I'm here on the forums, just starting out. What operating system are you using? Did you download the installer yourself or did you install all the drivers needed for your platform? For example, right-click the installer and select "Run as Administrator."
Hello, I paid for all the parts and license, and a shop assembled and installed everything. I’m still unsure about their installation process. Regarding the drivers, I verified after receiving them and everything was up to date. The only driver that needed installing after setup was AMD adrenaline, as the AMD Pro version wasn’t compatible with my games (it kept showing outdated information). I uninstalled it through the control panel and cleared any remaining files before reinstalling adrenaline. All other drivers were installed automatically by Windows. Device Manager shows no issues except for the Bluetooth adapter, which has an "!" icon but claims to have the "best" driver—possibly because I haven’t connected the Wi-Fi antenna (using a local connection).
did you execute DDU after removing pro drivers before installing adrenalin? How To - Performing a CLEAN install of your video card drivers. Updated 9-19-19 How to carry out a CLEAN install of your graphics card drivers using the Wagnard tools Display Driver Uninstaller A common problem on many systems is having several graphics card drivers installed or those that were not fully removed before installing... forums. it handles more thoroughly than simply deleting leftover files.
Concerning the situation where the computer restarts unexpectedly after I explicitly instructed it to "update and shut down". It's possible the update necessitated an early restart, which could have led to file corruption. Try executing "sfc /scannow" and "dism"; either tool might resolve the issue.
Additional resources:
- https://www.lifewire.com/how-to-use-sfc-...es-2626161
- https://www.windowscentral.com/how-use-d...s-10-image
perform a run dism prior to sfc since it updates the files sfc relies on for checking the drive.
Hi, thank you for reaching out. The DISM command reported that the log file couldn't be found, which might mean we need to check our environment or try a different approach.
sounds like an error 2. That can be caused by spacing as the dism lines need to match
right click start button
choose Windows Terminal (admin)
If this opens as Command Prompt, click the drop down arrow in the title bar and pick
Powershell
copy/paste this command into window:
Repair-WindowsImage -Online -RestoreHealth
and press enter
Then type SFC /scannow
and press enter
Restart PC if SFC fixes any files as some fixes require a restart to be implemented
First command repairs the files SFC uses to clean files, and SFC fixes system files
SFC = System File Checker. First command runs DISM -
https://docs.microsoft.com/en-us/windows...windows-11
Pro and Adrenalin are different enough that I would run DDU to make sure all traces of one are gone before you install other.