Ghawken / FrontView

FrontView+
37 stars 4 forks source link

FV+ opens "zoomed" in #22

Closed hoogends closed 3 years ago

hoogends commented 3 years ago

I use FV+ (1.315) on a Zalman HD160XT PLUS, Windows 10, screen resolution touchscreen 1024x768 Zalman HD160XT small

When FV+ is started, the screen is zoomed in. zoomed Then i change the resolution, to 800x600, but i choose revert and then it's ok. displays resolutionchange revert ok

Any clue why this happens ? I've tried numerous options in config via interface or settings.xml, but to no avail. I could use above as a workaround, but it would be nice if it's correct from starting up. It's a great replacement for Imon, because that stopped working correctly after latest Windows 10 update.

Regards

Ghawken commented 3 years ago

Odd.

Have you changed the screen resolution from within frontview settings? That is where you should change it for the setting to stick. Also try ‘force screen resolution’ checkbox checked ‘ unchecked.

failing that: would try manually edited the settings.XML file - in

%appdata% /Frontview+

Set the screen resolution to what you ideally wish - for some reason seems to be reading wrong on start.

Glenn

hoogends commented 3 years ago

Hi Glenn,

That’s jus the thing.

I did change that to 1024x768 in settings.xml.

But doesn’t make any difference, behaviour stays the same……

Regards,

hoogends

Van: Ghawken notifications@github.com Verzonden: donderdag 4 maart 2021 22:46 Aan: Ghawken/FrontView FrontView@noreply.github.com CC: hoogends hoogends@gmail.com; Author author@noreply.github.com Onderwerp: Re: [Ghawken/FrontView] FV+ opens "zoomed" in (#22)

Odd.

would try manually edited the settings.XML file - in

%appdata% Frontview+

Set the screen resolution to what you ideally wish - for some reason seems to be reading wrong on start.

Glenn

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Ghawken/FrontView/issues/22#issuecomment-790967641 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ATB4S63SNENFSCIBFMKG75TTB75QRANCNFSM4YPVTGGA . https://github.com/notifications/beacon/ATB4S64O43AZ6PP47SEQ25TTB75QRA5CNFSM4YPVTGGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOF4STKWI.gif

hoogends commented 3 years ago

Finally got it to work. I entered the resolution in the wrong section in settings.xml

i thought here: ForceResolution>false</ForceResolution ScreenPositionX>0</ScreenPositionX ScreenPositionY>0</ScreenPositionY

but this worked: (Resolution section) DMPelsWidth>1024</DMPelsWidth DMPelsHeight>768</DMPelsHeight

It's now ok cheers,