It is currently April 28th, 2024, 6:50 pm

Position of configurations change when i run game in fullscr

Get help with installing and using Rainmeter.
CyraX_THC
Posts: 3
Joined: June 7th, 2012, 11:44 pm

Position of configurations change when i run game in fullscr

Post by CyraX_THC »

When O.S start, all it's OK. But when i run a game (or software) in fullscreen the position of the configurations are bad (my english to xD)

Please, see the images to understand my poor's words xD!

Normally:



After run game or software in fullscreen:



Any idea?
Last edited by Brian on June 10th, 2012, 1:48 pm, edited 1 time in total.
Reason: Use [hsimg] for larger images.
dragonmage
Developer
Posts: 1270
Joined: April 3rd, 2009, 4:31 am
Location: NC, US

Re: Position of configurations change when i run game in ful

Post by dragonmage »

I can't see the difference.
User avatar
Brian
Developer
Posts: 2688
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Position of configurations change when i run game in ful

Post by Brian »

dragonmage wrote:I can't see the difference.
Look at the very top of each image, you will see the "dividers" and some information change positions.

As to the cause of this problem, I would suspect that an update is not being fired after the screen changes due to a large (or -1) UpdateDivider on those meters.

CyraX_THC, could you post the skin in

Code: Select all

 tags so that we can help you out better?

-Brian
dragonmage
Developer
Posts: 1270
Joined: April 3rd, 2009, 4:31 am
Location: NC, US

Re: Position of configurations change when i run game in ful

Post by dragonmage »

Ahh, yes. I didn't even notice that when viewing them on my phone.
CyraX_THC
Posts: 3
Joined: June 7th, 2012, 11:44 pm

Re: Position of configurations change when i run game in ful

Post by CyraX_THC »

Well... I have a many configurations that are affected...

What configuration upload?
User avatar
Brian
Developer
Posts: 2688
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Position of configurations change when i run game in ful

Post by Brian »

CyraX_THC wrote:What configuration upload?
Just post the one(s) that do not look correct. Seems to be the skin(s) at the top.

-Brian
CyraX_THC
Posts: 3
Joined: June 7th, 2012, 11:44 pm

Re: Position of configurations change when i run game in ful

Post by CyraX_THC »

Ok.

Pastebin :

Horizontal-line config :
http://pastebin.com/j0DcBbAk

HDD-METER:
http://pastebin.com/eKVTEt9B

SpeedFan-GPU:
http://pastebin.com/nqgcFvZY

Thanks in advance.
User avatar
Brian
Developer
Posts: 2688
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Position of configurations change when i run game in ful

Post by Brian »

I think the first thing I would try is to change the Update and UpdateDivider values.

In the "horizontal line" skin, Use Update=5000 or something similar instead of that large value.

In the "SpeedFan GPU" skin, I would try changing the UpdateDivider on the meter [MeterSettings] to something lower. When you use UpdateDivider, remember it multiplies the Update value by the UpdateDivider value. In other words, the meter [MeterSettings] updates every 5000 seconds or ~84 minutes. See this for more information.

As far as I can tell at this point, only a few meters are not getting updated (or redrawn) when switching your screen resolution. Try to lower the Update/UpdateDivider values on all the affected meters (or skins).

-Brian