cpu and cpu icons

Ricky Law

Registered
The on screen, ctrl-f, in game icons in the top right corner (green gpu, purple cpu) have disappeared a few days ago. The right side info remains the same. What happened? How can I get them back?
 
The in-game performance icons are working fine.
I have just tested them a couple of mins ago.

Check your settings - start with the controls in the game.
If rFactor 2 is set correctly, then I would double check CTRL-C is working normally within Windows and other applications - it's a shortcut for copying.
Use NotePad for example, enter some text, copy and paste it (CTRL-V for paste) and confirm you haven't got something else going on - like a dirty keyboard, or something preventing CTRL-C from working normally.
You could also then test changing the mapped control for it in the game to something else and testing if that works.
 
Unless these have changed, the green is not the gpu and the purple cpu. They are both cpu. One is the physics thread and the other is the graphics thread.

https://forum.studio-397.com/index.php?threads/cpu-time-graph-what-does-it-show.28856/#post-471825
This may have changed a bit, source => https://docs.studio-397.com/users-guide/diagnosing-issues-using-logging
As a starting point, if your issue is not performance related, take a look at trace logging below. If it is performance related, a good first step is to enable a little graph with Ctrl-C that shows two horizontal bars:

  1. A purple bar, representing physics, that should never be close to 100%. This bar indicates how much time is spent doing physics calculations (which are done on your CPU). If that bar behaves erratic and shoots up to 100%, go to the section on performance logging and try to capture the issue with that enabled.
  2. A green bar, representing graphics, that (unless you cap your framerate) should be close to 100%. This bar indicates how much time is spent rendering graphics (mostly done on your GPU). If the bar behaves erratic, or somehow your graphics don't appear to be smooth, go to graphics logging.
 
Back
Top