• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Hardware v
« Previous 1 ... 19 20 21 22 23 ... 189 Next »

Reccomended video card upgrade
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Reccomended video card upgrade
11-28-2018, 12:32 AM
#1
sleepylight Offline
Junior Member
**
Posts: 8
Threads: 1
Joined: Nov 2018
Computer specs:
AMD Ryzen Threadripper 1950X
AMD Radeon RX 470
32GB Ram
Ubuntu Linux 18.1
Dolphin version was built from master branch Nov 26
commit 654c4fb1da3a7d626c0775b4ae15780491d59dda
Vulkan rendering

I've just started playing with Dolphin and I've noticed a number of slow downs.  I only have a couple of ROMs, so most of my testing has bee with Super Mario Galaxy.  In more complex scenes, there's a lot of stuttering, and the frame rate drops from 60FPS, to around 25FPS.

I ran top and radeontop to get an idea of what the system was doing and it looks like the CPU load was always around 50-70%, but the graphics pipeline got really deep when the FPS would drop.

So, my thought is that this indicates that my graphics card is probably too old (which the bottleneck in a number of other games anyway) and I was thinking of replacing it.  My question is, is there a preferred card/architecture/manufacturer that people have been using successfully?  The FAQ isn't too specific, but I thought I'd ask.  Also, does this make sense, or does this behavior indicate something else such as audio back end problems, or an IPC issue on the CPU?

Thanks!
Find
Reply
11-28-2018, 01:04 AM (This post was last modified: 11-28-2018, 01:05 AM by DJBarry004.)
#2
DJBarry004 Offline
Don't even bother...
*******
Posts: 2,456
Threads: 33
Joined: Sep 2013
While IPC got boosted on AMD´s Ryzen processors, it´s still a good amount of steps behind their Intel counterparts. So I guess a little choking on demanding games like SMG would be expected.

That said, if you´re using the default IR (1X), the Vega GPUs included in Ryzen should be more than enough for flawless Dolphin experience.

And now that I mentioned settings, could you upload screenshots of your current settings (include graphics settings as well)?
Rig 1: Windows 10 Home | AMD A6-1450 @ 600/1000/1400 MHz | AMD Radeon HD Graphics 8250 | 4GB RAM | HP Pavilion TouchSmart 11.

Rig 2: Windows 10 Pro | Intel Core i7-2640M @ 780/2800/3500 MHz | Intel HD 3000 Mobile | 8GB RAM | Dell Latitude 6320.
Find
Reply
11-28-2018, 01:45 AM
#3
mimimi Offline
Senior Member
****
Posts: 720
Threads: 1
Joined: May 2014
To determine if the cpu or the gpu is the problem, disable everything that makes the games look nice and most importantly, disable AA and lower the interner resolution to 1x. If the game runs as fast as before, the cpu is the problem. If it runs fullspeed with the lowered settings, you can either find settings that work well, or get a new gpu.

Hmm, have you tried OpenGL and Vulkan? At least on windows amd gpus are really bad with OpenGL. I think on linux it is important which drivers you use, the open source ones or the closed ones, maybe you should try the other.
Find
Reply
11-28-2018, 02:21 AM
#4
sleepylight Offline
Junior Member
**
Posts: 8
Threads: 1
Joined: Nov 2018
(11-28-2018, 01:45 AM)mimimi Wrote: To determine if the cpu or the gpu is the problem, disable everything that makes the games look nice and most importantly, disable AA and lower the interner resolution to 1x. If the game runs as fast as before, the cpu is the problem. If it runs fullspeed with the lowered settings, you can either find settings that work well, or get a new gpu.

Hmm, have you tried OpenGL and Vulkan? At least on windows amd gpus are really bad with OpenGL. I think on linux it is important which drivers you use, the open source ones or the closed ones, maybe you should try the other.

 

I'll try that tonight.  I haven't been able to get Dolphin to work with the openGL backend yet.  That may be a separate problem, but I can crank down all the settings and try again.  I also have a Windows installation so I'll give that a go too.
Find
Reply
11-28-2018, 02:22 AM
#5
sleepylight Offline
Junior Member
**
Posts: 8
Threads: 1
Joined: Nov 2018
(11-28-2018, 01:04 AM)DJBarry004 Wrote: While IPC got boosted on AMD´s Ryzen processors, it´s still a good amount of steps behind their Intel counterparts. So I guess a little choking on demanding games like SMG would be expected.

That said, if you´re using the default IR (1X), the Vega GPUs included in Ryzen should be more than enough for flawless Dolphin experience.

And now that I mentioned settings, could you upload screenshots of your current settings (include graphics settings as well)?

The Threadrippers don't have a native GPU.  I'll try to get some settings screen shots when I get home tonight.  Thanks!
Find
Reply
11-28-2018, 02:36 AM
#6
mimimi Offline
Senior Member
****
Posts: 720
Threads: 1
Joined: May 2014
Oh, wasn't the threadripper the cpu that amd added a special gaming mode for, that disables cpu cores? Something about latency for data transfer from one group of cpu cores to the other? You could try pinning Dolphin to use only 4 cores that are in the same group(CCX?), and see if that speeds it up. 4 cores is about the max that helps you speed up Dolphin, more cores would just not do anything.
Find
Reply
11-28-2018, 05:47 AM (This post was last modified: 11-28-2018, 05:51 AM by JonnyH.)
#7
JonnyH Offline
Shameless AMD shill
**********
Developers (Some Administrators and Super Moderators)
Posts: 701
Threads: 0
Joined: May 2017
A radeon 470 should be more than enough to play any gamecube game at full speed, possibly even at 4k. Similarly, threadripper may be a few percent behind an equally clocked Intel CPU, you should only really notice that on the most difficult of games (and even then, if a threadripper gets ~25 fps instead of 60, there's no Intel CPU in the world that's so much faster to maintain 60fps doing the same thing.

It's more likely it's an overhead issue rather than a lack of raw power.

Does the same issue occur in OpenGL? What graphics settings do you have enabled? Maybe it's a driver issue.

If you run using numactl to restrict dolphin to physical CPUs from a ccx does that help? Is the system otherwise idle? Maybe it's an issue where the scheduler is putting related threads on different CCXs/dies, and causing lots of overhead when they try to communicate. (e.g. "numactl -C 0-3 dolphin-emu" should restrict it to the first 4 physical CPUs, which at least on my threadripper is a single ccx (and excluding the SMT nodes))
Find
Reply
11-28-2018, 03:02 PM
#8
sleepylight Offline
Junior Member
**
Posts: 8
Threads: 1
Joined: Nov 2018
(11-28-2018, 05:47 AM)JonnyH Wrote: A radeon 470 should be more than enough to play any gamecube game at full speed, possibly even at 4k. Similarly, threadripper may be a few percent behind an equally clocked Intel CPU, you should only really notice that on the most difficult of games (and even then, if a threadripper gets ~25 fps instead of 60, there's no Intel CPU in the world that's so much faster to maintain 60fps doing the same thing.

It's more likely it's an overhead issue rather than a lack of raw power.

Does the same issue occur in OpenGL? What graphics settings do you have enabled? Maybe it's a driver issue.

If you run using numactl to restrict dolphin to physical CPUs from a ccx does that help? Is the system otherwise idle? Maybe it's an issue where the scheduler is putting related threads on different CCXs/dies, and causing lots of overhead when they try to communicate. (e.g. "numactl -C 0-3 dolphin-emu" should restrict it to the first 4 physical CPUs, which at least on my threadripper is a single ccx (and excluding the SMT nodes))

Thanks for the advice JonnyH!  I'll give that a try.
Find
Reply
11-28-2018, 03:12 PM
#9
sleepylight Offline
Junior Member
**
Posts: 8
Threads: 1
Joined: Nov 2018
Just a couple of updates. I had to work tonight, so not much time for gaming sadly.

I put dolphin on my windows 10 pro install, and used the OpenGL backend. SMG ran smoothly, with only the occasional very minor slow down. OpenGL isn't an option on my Ubuntu install. I'm not sure what the hold up is there. Perhaps it's Mesa driver issue.

I ran the CPU benchmark, which finished in 484s (0h 8min 4s). That seems to be on par with a Ryzen 5 1600x, i7-7600MQ, or i7 2600K according to the spreadsheet, and is just a few seconds faster than the other Threadripper listed. That feels like it's about where I would have expected it.

Last note is that I switched the Windows rendering to Vulkan and ran the same stage I has been playing in Linux, and saw the EXACT SAME SLOW DOWNS in Windows. Vulkan is obviously experimental, so such things are to be expected.

So, it looks like going forward the next issue to focus on is getting OpenGL support working in Ubuntu.
Find
Reply
11-28-2018, 11:10 PM
#10
AnyOldName3 Offline
First Random post over 9000
*******
Posts: 3,528
Threads: 1
Joined: Feb 2012
If Ubuntu isn't giving you OpenGL as an option, what is it offering you?
OS: Windows 10 64 bit Professional
CPU: AMD Ryzen 5900X
RAM: 16GB
GPU: Radeon Vega 56
Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode