Close
Showing results 1 to 4 of 4

Hybrid View

  1. #1

    Default Cant quite figure out 0,0,0,0 ?

    On VIsta, dual monitors, Both screens are 1024/768.

    2 accounts. Monitor on left is main (wow1). Monitor on right is wow2.

    When I launch it, left side monitor is ok. What coordinates should I have for the right side second account. I have tried a lot of different variations but I just cant seem to get it.



    [code:1]REM batch file to launch 2 evenly spaced wows
    REM Left monitor
    c:\wow1\maximizer.exe --margin 0,0,0,0
    REM right mon
    c:\wow2\maximizer.exe --margin 0,0,0,1024
    [/code:1]

  2. #2

    Default

    i believe it goes (SCREENRES X, SCREENRES, Y, PIXEL SPACES X, PIXEL SPACES Y,
    So to run 1024x768 on your first screen it should be
    1024,768,0,0 - donates 1024x768 at the 0 pixels over, 0 pixels down (top left).
    for the second screen you will require:
    1024,768,1024,0 - donates 1024x768 res,1024 pixels over, 0 pixels down.

    Thats assuming your using vertical span im not sure on how to work it duel view
    [align=right][ http://theoptimen.blogspot.com | Level 70 5 Boxer- [A] Frostmourne US ]
    [ 5 Shamans, 1 Druid & 1 Warrior - Mix & Match ]
    [/align]

  3. #3

    Default

    *****



    I AM A MONKEY



    Ok apple and oranges here folks.

    in wow1 folder edit the MAXIMIZER config file.


    ## Example 4: Use display 1, change display mode to 1024x768.

    device = 1
    resolution = 1024x768




    In wow2 edit the MAXIMIZER config file.

    ## Example 3: Use display 2, make it brighter.
    device = 2
    resolution = 800x600
    gamma = 1.7



    Now in the Maximizer bat file (on desktop)

    [code:1]REM batch file to launch 5 evenly spaced wows
    REM TOP, BOTTOM, LEFT, RIGHT
    REM Left monitor
    c:\wow1\maximizer.exe
    REM upper right of right mon
    c:\wow2\maximizer.exe
    [/code:1]

    So if I rem out either maximizer start, it loads in the right screen (left or right).

    But if I un rem them both, only the left screen pops up. I have to end the gasme before teh right screen maximizer starts..



    Sooo close !

  4. #4

    Default

    How about trying the START command for both launches:

    Code:
    START c:\wow1\maximizer.exe
    START c:\wow2\maximizer.exe
    �Author of HotkeyNet and Mojo

Similar Threads

  1. Trying to figure out healing
    By palvarik in forum Macros and Addons
    Replies: 3
    Last Post: 07-30-2009, 12:08 PM
  2. Can't figure out why I'm lagging
    By Nachtkinder in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 03-25-2009, 11:06 AM
  3. Can you help me figure out a good system!
    By billysharp1991 in forum Hardware Tools
    Replies: 16
    Last Post: 02-01-2009, 02:30 AM
  4. Help me figure out a 3-box team for PvE.
    By SomethingElse in forum General WoW Discussion
    Replies: 1
    Last Post: 12-27-2008, 02:28 PM
  5. Macro expert???....try and figure this one out!
    By vert68 in forum Macros and Addons
    Replies: 4
    Last Post: 01-28-2008, 08:25 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •