Remembering app positions for single/dual monitor setups?

Sorry if this is in the wrong forum--I'm not sure if this is Mac OS or application specific.
I'm running Mac OS 10.5.6. When I plug in the external monitor to my MacBook Pro, I setup Firefox and Entourage on my notebook monitor and Photoshop on the external. I also move the Apple menu bar to the external (since PS is my main app I like having the menu bar close by). Photoshop doesn't present a problem because I'm able to switch the layout for different workspaces (laptop alone or laptop and external), but I find that Firefox and Entourage don't remember their positions.
For example, my current setup is dual monitors as mentioned above. When I get home and power up the notebook, I'll launch all the same apps. Firefox is just barely within view hanging off the left side of the screen so I'll grab the window and drag it over so I can access the green button (not sure what this is called). Entourage displays just fine. When I get back to work the next day and plug in the external, Firefox displays on the external with the window sized to fit the notebook monitor) and I'll just drag it over. Entourage loads into the external as maximized and I'll drag it over and click the green button.
Is it possible for the apps to remember their positions depending on whether it's just the notebook or if I've connected an external monitor? Thanks in advance!
<Post Relocated by Moderator>

v6v6v6 wrote:
Sorry if this is in the wrong forum--I'm not sure if this is Mac OS or application specific.
<Post Relocated by Moderator>
Guess it's in the right place now.
Unfortunately, I don't believe there's a way to do what you want.

Similar Messages

  • Gnome 3.4.1 unable to set resolutions for a dual-monitor setup

    I use Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller.
    I updated my system to the latest version of everything. Gnome-Shell works, gnome-control-center works, but the Displays icon doesn't (clicking on it does nothing). I even downgraded it to the version 3.2.2 but it didn't help. Is there any other way to set the resolutions?
    Edit: xrandr can do the resolution thing. But problems start appearing:
    [ly@archlev ~]$ gedit
    gedit: symbol lookup error: gedit: undefined symbol: gtk_ui_manager_add_ui_from_resource
    [ly@archlev ~]$ gnome-system-monitor
    gnome-system-monitor: symbol lookup error: /usr/lib/libgtkmm-3.0.so.1: undefined symbol: gtk_application_window_get_type
    Last edited by dxxvi (2012-04-24 05:38:12)

    Have you tried XRandR through an xorg.conf file: Here?
    If it doesn't work you can always drop to a terminal and
    sudo rm /etc/X11/xorg.conf
    to remove the file and reboot and you should be back where you started.
    Don't forget to substitute the VGA1 and HDMI1 ports in that example with your ports as given by
    xrandr -q
    Edit: in the unlikely event you already have an xorg.conf file don't forget to back it up in case you need to restore it instead of the above rm command.
    Last edited by headkase (2012-04-24 05:47:49)

  • Mac mini dual monitors setup

    Hi, i just got my mac mini and have placed the order for 2 Dell U2312HM monitors. I want to get the correct cables for the dual monitors setup before the delivery. Could any one comment if i got it right? Thanks. -Jason
    - Mini DisplayPort to DVI adaptor x 1
    - HDMI to DVI-D Cable x 1

    You have it right.
    Your monitor has:
    Full HD resolution, 1920 x 1080 at 60 Hz
    The 2012 mini supportds:
    supports 1920x1200 on an HDMI or a DVI display (using the included HDMI-to-DVI adapter) and2560x1600 on a Thunderbolt or Mini DisplayPort display or even a VGA display (with an optional Mini DisplayPort-to-VGA adapter, which is compatible with the Thunderbolt port).

  • Dual Monitor setup for Mac Mini???

    I just bought a VGA Y-cable and split my monitor signal to two monitors. Unfortunatley the same thing is displayed on both screens where as I was looking for an extension to my desktop.
    I found this http://www.national-tech.com/catalog/dvisplitter.htm (the top one for $ 146)
    I was wondering if I split the signal with a dvi splitter rather than a vga splitter if i could have a dual monitor setup with more screen space...
    Thanks,
    Paulie
    Mac Mini   Mac OS X (10.3.9)  

    This will do it for you: http://shopmatrox.com/usa/products/datasheet.asp?ID=788
    ibook g4, mac mini core solo, powermac g4 gigabit ethernet   Mac OS X (10.4.5)  

  • Does Apple make a monitor that looks like the iMac27, for dual monitor setup?

    I'm thinking about buying an iMac, but I'm used to a multiple monitor setup. Does Apple make a monitor that looks like the iMac27, for dual monitor setup?

    Look at these links.
    http://store.apple.com/us/product/MC914LL/B/apple-thunderbolt-display-27-inch?fn ode=53
    http://store.apple.com/us/product/MC007LL/A/apple-led-cinema-display-(27%22-flat -panel)?fnode=53
    Allan

  • Dual monitor setup - need laptop on the left

    Hi All
    I'm running a dual monitor setup - specifically a HP G72 laptop and a widescreen monitor. I use the monitor as the default and sometimes I want to use the Laptop as a secondary screen for watching TV etc. My desktop is Enlightenment, I just changed to it from Gnome. My issue is that I want the laptop to be on the left of the monitor - that's how it is physically positioned - but when I switch the Laptop screen on all my applications shift over to the laptop screen. I've written 2 scripts, attached to hotkeys, one to turn the laptop off and the other to turn the laptop on. The script to turn the laptop on is as follows:
    xrandr --output LVDS1 --mode 1600x900 --pos 1600x0 --rotate normal
    --output VGA1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --left-of LVDS1
    This works fine, applications stay where they should be, except that the physical position is incorrect; VGA1 should be to the right of LVDS1 like this:
    xrandr --output LVDS1 --mode 1600x900 --pos 1600x0 --rotate normal
    --output VGA1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --right-of LVDS1
    However, when I use the second script all of the applications shift to the laptop but at least the physical position is correct. The issue appears to be something to do with laptops, almost as though when it's a laptop the default monitor is forced to be on the left. Has anybody got any suggestions how to get around this issue?
    Thanks
    Richard

    This is due to your window manager treating the two monitors as a larger 'desktop' area - that combined with your specification of the pos=0x0 you are telling it to do this.
    If you have only the VGA output on, the top left corner of the VGA monitor is 0x0.  If you open a window, and it is placed 10 pixels in and down from the top left, it is at coordinates 10x10 in the x session.  Then you turn on the laptop monitor and specify that the top left corner of the laptop monitor should now bo considered 0x0 - but nothing is done to move the windows, so the window with coordinates 10x10 is now near the top left of the laptop monitor.
    I see 3 possible ways of acheiving what you want:
    1) swap the "pos" parameters in your xrandr commands so that the monitor on the left is always at 0x0 and the one on the right is always at 1920x0 (or whatever).  This will leave a large area of available X desktop that is not visible - I don't know how your window manager will treat this.  It might try to map windows on the laptop screen space even though that screen is not on.  I know openbox is easy to configure where it tries to place windows.
    2) Keep the VGA monitor always at 0x0, but place the laptop monitor at a negative offset when you want it on.  I don't actually know if X allows negative coordinates like that, but it's worth a shot.
    3) Configure your window manager, or use a different window manager, so that it is aware of the two screens and treats them reasonably (e.g. moves windows when the desktop area is changed).
    Last edited by Trilby (2014-07-12 12:15:42)

  • Wallpaper slideshow for lxde, dual monitors

    hi all
    I wrote a bash script to change wallpaper for my dual monitors.
    It randomly selects two images,
    resizes to two different sizes for two monitors with different resolutions,
    and then appends them into single wallpaper.
    the content of wallpaper.sh..
    #!/bin/bash
    # $ sudo pacman -S imagemagick
    # $ sudo ln -s /path/to/wallpaper.sh /etc/cron.hourly/wallpaper
    ID=username
    RES1="1680x1050^"
    RES2="1280x1024^"
    D="/path/to/Wallpapers/"
    FN="/tmp/wallpaper.jpg"
    # randomly pick up two images as wallpaper
    N="`/bin/ls -1 \"$D\" | wc -l`"
    FN1="`/bin/ls -1 \"$D\" | sed -e \"$((${RANDOM}%${N}))!d\"`"
    FN2="`/bin/ls -1 \"$D\" | sed -e \"$((${RANDOM}%${N}))!d\"`"
    # resize 2 images to fit two resolutions, then append to big wallpaper
    convert \
    \( -resize ${RES1} "${D}${FN1}" -gravity center -extent "${RES1}" \) \
    \( -resize ${RES2} "${D}${FN2}" -gravity center -extent "${RES2}" \) \
    +append "${FN}"
    EXEC="su -l ${ID} -c 'pcmanfm --display=:0 --set-wallpaper \"${FN}\"'"
    eval $EXEC
    ### optional: run at to slideshow
    ### $ sudo pacman -S at
    # M=5 # change wallpaper per M minutes
    # if [ -z "`atq | grep \"a ${ID}\"`" ] ; then
    # echo $0 | at now+${M}minutes
    # fi
    Last edited by kennyou (2011-06-21 16:00:24)

    Thanks! I found this really useful for my setup :-)

  • I have 12 core with Quatro 4000 and 5770, I want to use dual monitor setup, monitors are NEC with Spectraview-II.  How do I connect?  4000 only has 1 Display Port and 1 DVI.  5770 has 2 of each, if I use both 5770 Display Ports, does the 4000 contribute?

    I just bought a 12 core with Quatro 4000 and 5770, I want to use dual monitor setup, monitors are NEC with Spectraview-II.  How do I connect?  4000 only has 1 Display Port and 1 DVI.  5770 has 2 of each, if I use both 5770 Display Ports, does the 4000 contribute any work at all?  I read where on a PC they would work together, but on a MAC they do not.
    I read that Display Port has higher band width than DVI, NEC monitors for best performance they recommend using DIsplay Port.
    When I was setting this up I looked at a Nvidia Quadro 4000, unfortunately it was for PC, it had 2 Display Ports, in the Mac version they reduce it to one.  I did not think there could be a difference.
    Mainly want to use it for CS6 and LR4.
    How to proceed??? 
    I do not want to use the Quadro 4000 for both, that would not optimize both monitors, one DP and 1 DVI.  Using just the 5770 would work but I do not think the 4000 would be doing anything, and the 5770 has been replaced by the 5870.more bandwidth.
    Any ideas, I am a Mac newbie, have not ever tried a Mac Pro, just bought off ebay and now I have these problems.
    As a last resort I could sell both and get a 5870.  That would work, I'm sure of that, it's just that I wanted the better graphics card.
    Thanks,
    Bill

    The Hatter,
    I am a novice at Mac so I read all I can.  From what I understand the NEC monitors I bought require Display Port for their maximum performance.  The GTX 680 only has DVI outputs.  Difference from what I understand is larger bandwidth with the DP.
    You said I have the 4000 for CUDA.  I am not all that familiar with CUDA and when I do read about it I do not understand it. 
    A concern I have is, that if I connect the 2 high end NEC monitors via the 5770, using it's 2 Display Ports I would have nothing connected to the 4000.  Is the 4000 doing anything with nothing connected?  I read where in a PC system the 2 cards would interact but in a Mac system they do not.
    Bottom line, as I see it, the 4000 will not be useful at all to me, since I want a dual monitor set-up.
    So far the 5870 seems the best choice, higher band width than the 5770, and it has 2 Display Ports to optimize the NEC monitors.
    I'm not sure how fine I am splitting hairs, nor do I know how important those hairs are.  I am just trying to set up a really fast reliable system that will mainly be used for CS6 and LR4.  Those NEC monitors are supposed to be top notch.

  • Dual monitor setup MBA 2013

    Hello Everyone,
    This is my first post on the Apple Support Community.
    Nice to meet al of you!
    System information:
    Macbook Air medio 2013
    Model MacBookAir6,2
    Intel Core i7 1,7GHZ
    8GB
    512GB SSD
    I am wondering if it is possible to have a dual monitor setup using the thunderbolt feature daisy-chain.
    The configuration i am looking for is:
    MBA --> Belkin Thunderbolt™ Express Dock (for using gigabit ethernet) --> Dell U2414H --> Dell U2414H
    Specs:
    Belkin Thunderbolt™ Express Dock = http://www.belkin.com/us/p/P-F4U055/
    Dell U2414H = http://accessories.us.dell.com/sna/productdetail.aspx?c=us&cs=04&l=en&sku=860-BB CG
    Do i have a chance this could work?
    I'm looking forward to hearing from you all.
    Thanks!
    Kind regards,
    Njamo187

    Hello,
    I had the same problem with a nVidia GT120 card (2009 Mac Pro standard). OSX wouldn't show the gray screen on the 3090, even when it was connected alone (to the DVI port). Also, the login screen would always revert to the secondary display (connected thru the mini display port to DVI adapter).
    After login, all was well.
    Now I've solved the problem with an nVidia GTX 285 card. The 3090 is connected to the n.1 DVI port and the secondary display (a 1600x1200 Eizo L997) to the n.2 DVI port, and the Mac Pro boots correctly on the 3090 (gray screen and everything, at full 2560x1600 resolution).
    Note that the first time I booted up the Mac after replacing the GT120 with the GTX 285 I had the same problem, and solved it by disconnecting the secondary display and then rebooting with the 3090 alone. Now everything works as it should.
    Dont't know if there is a bug somewhere (EFI, maybe) of if the GT120 and your ATI are simply unable to work at full resolution before OSX desktop loading.

  • Dual monitor setup with seperate resolutions

    hey guys!
    i currentley run thye latest version of archlinux with the cinnamon desktop environment and an nvidia geforce 7300SE graphics card.
    im running a dual monitor setup with one 27" 1920x1080 monitor and one 27" 1024X768 monitor
    because they have the same physical size they line up perfectley but because the resolution is different programs/mouse cursor movement doesnt, is there any way (without changing the resolutions) to compensate this effect so that in the eyes of linux/cinnamon the monitors line up so that for example dragging a window goes seamlessley between the 2 monitors.
    i HAVE found out the panning option in the nvidia x server settings, but that really isnt what i am looking for...
    Last edited by RikSolo (2014-08-04 11:25:02)

    A magnifier following the window down to the pixel, zooming to the exact size of 540 pixels the 384 pixels window could create an illusion of just that. It would be highly impractical however, not mention all the hacking time. Even if you would manage to get two screen with different sized icons, so that they match visually, the windows and fonts resizing on the fly, wmctrl might help with windows alone, no their themes (buttons, borders thickness etc.), you would still be left with a visually differently sized mouse cursor. Technically such a feat should be possible, but who is going to code it? Nvidia?
    Last edited by emeres (2014-08-04 18:48:59)

  • Dual monitor setup flashes constantly

    I am trying to set up a dual monitor setup with a Lenovo Thinkcentre Edge computer.  I reset the BIOS to enable multimonitor support and IGD Active Video.  One monitor is plugged into the VGA port.  But when I plug the second monitor into the DVI-D port, both monitors flash constantly and the speakers make the sound of a device being disconnected.  Unplugging the DVI-D monitor stops the problem on the VGA monitor.  I checked the drivers and they are all up to date.  Any ideas?

    Bad cable?
    Disclaimer: While I do work for Lenovo Partner, all my contributions are my personal, non-official and not that of Lenovo or my employer.

  • Dual monitor setup without using the ADC?

    Would it be possible to run a dual monitor setup using a DVI splitter cable from my (2009)Mac Pro?
    I've seen some old forums referring to the 2006 models saying that this wouldn't work and instead you'd get the same image on both screens but the newer Mac Pros state they have "Dual-Link DVI ports".
    Just wondering whether this means what I think it means and you can connect two monitors via a dual link cable and get essentially, two monitors running independently as opposed to the same thing on both??
    Hope it's staightforward and me just being slow.

    The GT120 features one Dual Link DVI-I port and one Mini DisplayPort .
    The DVI-I is Dual Link capable, and also can be directly adapted to VGA.
    Single-Link DVI is a serial interface that carries three data bits in each signaling interval, as well as control signals. In general, Single-Link supports displays up to 1920 wide. Dual Link DVI is the same except that it carries six data bits in each signaling interval, supporting displays over 1920 wide.
    DVI screen drawing is very similar to VGA screen drawing, and the data sent are digital "scan lines" left-to-right row data, top-to-bottom with entire screen data sent about every 60 Hertz. Analog VGA signals are sent at the same time on a separate set of pins.
    DisplayPort and its Mini variant are inherently a packet interface, but can be coerced to produce a "Dual Mode" signal that approximates Single-Link DVI. Getting Dual-Link DVI or VGA from DisplayPort interface requires a non-trivial converter than contains chips and requires power.
    Executive Summary:
    If you have one display that is wider than 1920 or VGA, attach to the DVI-I connector with an appropriate cable.
    Running a Mini DisplayPort display from the Mini DisplayPort requires only a cable.
    Single-Link DVI can be had from the Mini DisplayPort with a cheap adapter.
    Dual-Link DVI or VGA requires an expensive Active Powered converter which can cost US$100.

  • Monitor Profile incorrect on Dual Monitor Setup

    Hello,
    I've searched the forums and I can't find an answer to my problem.  I've read about dual monitor setups in Windows and how to set the defaults and whatnot, but it doesn't seem to fix my problem.
    I am running on an nVidia GeForce 8600M GT, Windows 7 x64, Photoshop CS4 x64.  I calibrated my main display (Dell Vostro 1700) as well as the attached monitor (ASUS VK246H) using Datacolor Spyder3Elite.  Both monitor profiles seem to load just fine.  I've also went into Windows' color manager and set the system defaults for each monitor respectively.  The problem I'm having is that if I were to load Photoshop on the 2nd monitor, Photoshop only uses the main display's color profile (Vostro 1700) and not the ASUS VK246H profile.  What could be going wrong?
    Just to clarify, what I mean by "loading PS on the 2nd monitor" is that when I execute Photoshop.exe, the splash screen and main window shows up on the 2nd monitor, not the main monitor (which is what I want).

    function(){return A.apply(null,[this].concat($A(arguments)))}
    Chris Cox wrote:
    What if the image is in between two monitors?
    The piece on each display is corrected for the display it is on.
    Is it supposed to work that way?  Because it doesn't.  Not with Photoshop CS5 x64 at least.
    As a test I intentionally misconfigured the profile for my Monitor #1 (left) so that it's REALLY OBVIOUS which profile is being used.  When set this way, on Monitor #1 red colors will appear pale orange.
    An open document, floating in a window:
    If COMPLETELY displayed on Monitor #1, Photoshop will use the Monitor #1 profile.
    If even 1 pixel of the edge of the image is moved onto Monitor #2, it will use the Monitor #2 profile on the entire image.
    See for yourself:
    -Noel

  • In dual monitor setup firefox 9.01 menus blink in and out

    Every version of firefox AFTER the 3.6 series has problems in dual monitor setups and I want to be able to keep all tabs I had open when I close firefox so when I open again they are there. In dual monitor if I use monitor 2 for firefox (which is the way I use it) the menu blink rapidly when I click on them and make very hard to navigate. What is it with the video setup in win7 I have to use an older version of winamp due to tearing in the second monitor? Have all you companies not fully learned who to implement dual monitor setups properly or is that not really a concern?

    Firefox doesn't always play well with a multiple monitor setup and hardware acceleration.
    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/how-do-i-upgrade-my-graphics-drivers

  • Dual-monitor setup + screen rotation

    Hello, I want to use my desktop computer with a dual-monitor setup. I have connected both monitors successfully, but problems arise after this point.
    The first problem is that they both just display the same screen and that xrandr only detects one screen called "Screen 0". I can change the screen resolution with it, so at least it sees things correctly, but I don't know how to extend my screen area to a new desktop. Not sure if this is relevant, but they're both monitors of the same model.
    output of xrandr wrote:[user@archbang ~]$ xrandr
    xrandr: Failed to get size of gamma for output default
    Screen 0: minimum 640 x 480, current 1600 x 1200, maximum 1600 x 1200
    default connected 1600x1200+0+0 0mm x 0mm
       1600x1200       0.0*
       1280x1024       0.0 
       1024x768        0.0 
       800x600         0.0 
       640x480         0.0
    The second problem is that I can't rotate my screen (I want this because it has pivot functionality). I'm using the xf86-video-ati driver.
    output of xrandr -o left wrote:[user@archbang ~]$ xrandr -o left
    X Error of failed request:  BadMatch (invalid parameter attributes)
      Major opcode of failed request:  149 (RANDR)
      Minor opcode of failed request:  2 (RRSetScreenConfig)
      Serial number of failed request:  14
      Current serial number in output stream:  14
    I hope I've provided enough information. Thanks in advance.
    Last edited by Ffeiofewpoj (2012-01-28 08:03:04)

    I meant to post this in the Kernel & Hardware section and I've no clue how it ended up here. Sorry for that. Could someone move it?
    Last edited by Ffeiofewpoj (2012-01-27 13:25:01)

Maybe you are looking for

  • How to create a check box with an X

    Hi, How do you create a check box with an X as apposed to a tick? Thanks

  • SSD in envy 17 k200ns?

    Good evening, Recently I've bought hp envy 17 k200ns notebook and before opening it I wanted to know if it has one additional sata 2 socket to add one SSD. Does somebody know if this notebook admits a second HDD(SSD in my case)? Thank you. P.D. warra

  • BBC iPlayer play button no longer works on my iPod Touch.  Any ideas?

    The "CLICK TO PLAY" button in BBC iPlayer no longer starts programs.  It was OK unitl Feb 22nd 2012 but has just stopped working.  Multiple resets and restore have had no effect. Any ideas?

  • Uninstall-Reinstall Jampacks

    Hello, I tried to copy and store jampacks 1&3 to external hardrive and somehow messed it up. In an attempt to repair this problem, I duplicated some loops and deleted others. I would like to delete both jampacks and reinstall. HELP! I don't know if I

  • Interface implementation

    What is the purpose of implementing the interfaces that do not have any members (methods)? As an example when we implement the interface Serializable in a class, the class becomes serializable. But, how does that class acquire that feature just by im