PDA

View Full Version : Maximizer(keyclone) and resolution.



TrackerFrost
09-25-2008, 10:25 PM
Howdy all,

One thing I can't seem to find much info on is setting the resolution when setting up maximizer. I'm trying to do a split screen (dual-box) mode, and the bottom screen always ends up "squished". Here's the setup...

#
# generated by keyclone on 25 SEP 2008 20:15:35 MDT
#
D,1280,800
R,'wow1','\\.\DISPLAY1',0,0,1280,600,(116.0),(1280 x800),0
R,'wow2','\\.\DISPLAY1',0,600,1280,800,(117.0),(12 80x800),0

I think I've followed the tutorials, and I've been playing with it for awhile trying to see if I could figure out what it is I'm doing....some of my other layouts don't get squished...but I'm lost on this one. Is it just that the box is too "small" and its going to get squished?

Thanks for any help! :)

EDIT: Left out that my max screen res. is 1280x800, and that's what its set at.

TF

Jamien
09-26-2008, 01:15 AM
What size monitor are you trying to run this on

From what I can make out your horizontal res is 1280 .... and you're trying to get a vertical res of 1400?!

TrackerFrost
09-26-2008, 01:33 AM
That's very odd when you point that out.

I'll have to look into it...

TF

Jamien
09-26-2008, 01:57 AM
1280*800 is a fairly weird screen res.
You could try this setting:


R,'wow1','\\.\DISPLAY1',0,0,1024,768,(116.0),(1024 x768),0
R,'wow2','\\.\DISPLAY1',1024,0,256,192,(117.0),(10 24x768),0

WoW2 would be relatively small, and neither would take up the whole display but you don't really need much space displayed.

TrackerFrost
09-26-2008, 01:59 AM
"What size monitor are you trying to run this on"

I completely missed you asking that before. lol.

15" widescreen laptop.

Will try your suggested setup. :)

TF

Jamien
09-26-2008, 02:59 AM
Ahh ok!
That explains the strange resolution then :)