Jump to content

Hello! I'm currently experiencing issues within any game of very bad frame drops, I usually play 1440p 144hz however recently, I've noticed that my frames have been very unstable when it used to not be. Even turning down the graphics doesn't seem to help. My specs are: 

CPU: ryzen 7 3800x

CPU cooler: Noctua nh-d15

GPU : RTX 3060

RAM: 32gb ddr4 3200mhz

MOTHERBOARD: ASRock B550 extreme 4

PSU : 1000w Corsair SF1000L

Case: Li-lian o11 mini

Case fans: Uphere 6 pack 120mm

 

any advice on what to do? Thanks!

Link to comment
https://linustechtips.com/topic/1548175-computer-under-performing-at-1440p/
Share on other sites

Link to post
Share on other sites

16 minutes ago, giraffeman372 said:

any advice on what to do?

Provide more details.

 

What game(s), what's the performance you see? What does GPU and CPU usage look like? How are temps?

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

5 hours ago, Eigenvektor said:

Provide more details.

 

What game(s), what's the performance you see? What does GPU and CPU usage look like? How are temps?

image.png.1d6d258a0159101365a8490c17599233.png

This is the temps on Idle, The games im experiencing lag in are Valorant and Paladins. It just weird frame drops that are causing me to question if its a thermal throttle or bottleneck. I also see that it is showing my ram is running in 1600mhz however on Task manager it is running on  3200 xmp profile

 

The second Image is temps while gaming

 

 

image.png

Link to post
Share on other sites

2 hours ago, giraffeman372 said:

image.png.1d6d258a0159101365a8490c17599233.png

This is the temps on Idle, The games im experiencing lag in are Valorant and Paladins. It just weird frame drops that are causing me to question if its a thermal throttle or bottleneck. I also see that it is showing my ram is running in 1600mhz however on Task manager it is running on  3200 xmp profile

 

The second Image is temps while gaming

 

 

image.png

What specific gpu is it? Why does a 3060 only show 4gb of vram?

Link to post
Share on other sites

4 hours ago, giraffeman372 said:

I also see that it is showing my ram is running in 1600mhz however on Task manager it is running on  3200 xmp profile

That is fine. The RAM is physically running at 1600 MHz. It is DDR (Double Data Rate) RAM, so it can do two Transactions per clock cycle, so it runs at 3200 MT/s. At some point marketing decided to straight up market that as 3200 MHz (in the past they at least added to word "effective" to the clock speed).

 

In any case, as @Blue4130 said, the GPU only showing 4 GB seems odd. Can you double check with GPU-Z? Looks like part of its VRAM might be defective. Also 58°C while gaming seems a tad low for full use.

 

You could install MSI Afterburner + Rivatuner Statistics Server. This way you can get a performance overlay while in game and have a look at GPU and CPU usage while in game.

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

8 minutes ago, Eigenvektor said:

That is fine. The RAM is physically running at 1600 MHz. It is DDR (Double Data Rate) RAM, so it can do two Transactions per clock cycle, so it runs at 3200 MT/s. At some point marketing decided to straight up market that as 3200 MHz (in the past they at least added to word "effective" to the clock speed).

 

In any case, as @Blue4130 said, the GPU only showing 4 GB seems odd. Can you double check with GPU-Z? Looks like part of its VRAM might be defective. Also 58°C while gaming seems a tad low for full use.

 

You could install MSI Afterburner + Rivatuner Statistics Server. This way you can get a performance overlay while in game and have a look at GPU and CPU usage while in game.

I was thinking more along the lines of a fake card.

Link to post
Share on other sites

3 minutes ago, Blue4130 said:

I was thinking more along the lines of a fake card.

Yes, I agree could also be that. Afaik GPU-Z can be used to detect fakes. Just saying it might also be a simple defect.

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

@Blue4130 @Eigenvektor The incorrectly reported 4GB VRAM discrepancy is due to the Win32_VideoController class property AdapterRAM utilizing a 32-bit uint (which obviously can't store anything higher than 4GB) and whatever program that screenshot is from is using the AdapterRAM property to get the video card size. This is also why other programs report it correctly. (They aren't using the Win32_VideoController class.)

Spoiler

image.png.1bb2fe7ff48fc4fffd679e123a759140.png

 

You can test this yourself by running the following in PowerShell... and you will discover you too can shrink your GPU to 4GB of VRAM (or 4293918720 bytes to be exact) 🤣

Get-CimInstance Win32_VideoController | Format-Table -Property AdapterRAM


@giraffeman372 Try the things I've listed in this post:

And see how that goes. (Obviously don't make a new topic, but you can edit your OP and attach the data that post outlines. Include the PowerShell script output also, as it has more than just computer specs.)

There is approximately a 117% chance I edited my post.

Please refresh before you reply.

Did a post solve your issue?  Please mark it as the solution!

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×