Stop external monitor automatic adjustments

how can i lock my external monitor output signal when connected to multiple monitors while having those monitor's power turned off? I use 3 monitors on my macbook pro retina and each time I turn one monitor off or close the lid, all my monitors automatically re-adjust and my open windows and applications move around. Helpful in some situations but not so much when you just want to save some energy while you run a quick errand, play a video on just one screen, focus attention on one area...
How can i make it so it auto adjusts only when I unplug the thunderbolt connection?

I don't know of a way to change it to auto hide based on the monitor however, you can hide or show the dock anytime by pressing CMD-OPT-d.
Regards,
Captfred

Similar Messages

  • QuickTime and iTunes video playing fullscreen on external monitor automatic

    Hello, on my Toshiba laptop with nVidia video card, I have an external monitor hooked up to the laptop. Every time I go to play video from QuickTime or iTunes, it plays the video at full screen size on the external monitor while also playing in the normal small window of QuickTime or iTunes on the main (laptop) LCD. I don't have the QuickTime Pro key installed on this machine, nor have I somehow selected to play videos at full screen. It does this whether I want to do it or not, which is quite annoying as the full screen version is usually flickering to boot.
    Help please. I've looked in the QuickTime Control Panel and don't see anything that would cause this problem, nor in iTunes.
    Cheers, Andrew.

    A couple of things you might want to try. Open the QT Player settings, not to be confused with the QT Control panel. There should be settings in there for monitors and dual monitors I believe.
    For the flickering, open the Display control panel>Settings>Advanced>Monitor. Listed under Monitor settings-Screen refresh rate: try changing the setting to 85 Hertz.

  • How to blank laptop screen when using external monitor/

    Hi there
    I need some help with figuring out how to configure my xorg.conf for my Arch Linux 64 bit installation on a HP Pavilion dv 5000 laptop so that I can automatically blank my laptop screen when using an external monitor.  I have Arch Linux installed along with Ubuntu Feisty.  In Ubuntu my external monitor (Viewsonic 1912WB) was not detected at the time of installation but with the native 1280X800 resolution that is good for the laptop takes effect for the external monitor automatically when the external monitor is plugged in.  The laptop monitor goes blank when the external monitor is plugged in.
    In my Arch Linux installation I have not been able to configure a dual head configuration using the ATI Radeon drivers (fglrx).  I have the native 1280X800 resolution set up for the laptop monitor and this resolution takes effect for the external monitor also.  However the laptop monitor also continues to function when the external monitor is plugged in.  I would like to blank the laptop monitor when using the external monitor.
    I am attaching my Arch Linux xorg.conf and the Ubuntu xorg.conf below.  Thanks for anyone who can help, I am having a lot of difficulty in figuring out how to set up xorg.conf among all the things that I have had to learn so far in Linux and I am a relative newcomer to the whole thing. I have tried to compare the two xorg.conf files and edit my Arch xorg.conf in accordance with the Ubuntu one but it did not work and I keep getting errors!
    I am using XFCE as my Desktop environment.
    Arch Linux xorg.conf
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5) man page for details about the format of
    # this file.
    # Module section -- this  section  is used to specify
    # which dynamically loadable modules to load.
    # Files section.  This allows default font and rgb paths to be set
    # Server flags section.
    # Input devices
    # Core keyboard's InputDevice section
    # Core Pointer's InputDevice section
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices.  This is for example only.  Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    #    Identifier  "Mouse2"
    #    Driver      "mouse"
    #    Option      "Protocol"      "MouseMan"
    #    Option      "Device"        "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    #    Identifier "spaceball"
    #    Driver     "magellan"
    #    Option     "Device"        "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    #    Identifier "spaceball2"
    #    Driver     "spaceorb"
    #    Option     "Device"        "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    #    Identifier "touchscreen0"
    #    Driver     "microtouch"
    #    Option     "Device"        "/dev/ttyS0"
    #    Option     "MinX"          "1412"
    #    Option     "MaxX"          "15184"
    #    Option     "MinY"          "15372"
    #    Option     "MaxY"          "1230"
    #    Option     "ScreenNumber"  "0"
    #    Option     "ReportingMode" "Scaled"
    #    Option     "ButtonNumber"  "1"
    #    Option     "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    #    Identifier "touchscreen1"
    #    Driver     "elo2300"
    #    Option     "Device"        "/dev/ttyS0"
    #    Option     "MinX"          "231"
    #    Option     "MaxX"          "3868"
    #    Option     "MinY"          "3858"
    #    Option     "MaxY"          "272"
    #    Option     "ScreenNumber"  "0"
    #    Option     "ReportingMode" "Scaled"
    #    Option     "ButtonThreshold"       "17"
    #    Option     "ButtonNumber"  "1"
    #    Option     "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    # Device configured by xorgconfig:
    # Screen sections
    # Any number of screen sections may be present.  Each describes
    # the configuration of a single screen.  A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present.  Each describes
    # the way multiple screens are organised.  A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option.  In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    # Section "DRI"
    #    Mode 0666
    # EndSection
    Section "ServerLayout"
    # The Identifier line must be present
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens.  The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen.  In this example, screen 2 is located to the
    # right of screen 1.
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used.  Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
        Identifier     "Simple Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
    EndSection
    Section "Files"
    # The location of the RGB database.  Note, this is the name of the
    # file minus the extension (like ".txt" or ".db").  There is normally
    # no need to change the default.
    #    RgbPath    "/usr/share/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    #    FontPath   "/usr/share/fonts/TTF"
    #    FontPath   "/usr/share/fonts/Type1"
    #    FontPath   "/usr/lib/X11/fonts/local/"
    #    FontPath   "/usr/lib/X11/fonts/misc/"
    #    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
    #    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
    #    FontPath   "/usr/lib/X11/fonts/Speedo/"
    #    FontPath   "/usr/lib/X11/fonts/Type1/"
    #    FontPath   "/usr/lib/X11/fonts/TrueType/"
    #    FontPath   "/usr/lib/X11/fonts/freefont/"
    #    FontPath   "/usr/lib/X11/fonts/75dpi/"
    #    FontPath   "/usr/lib/X11/fonts/100dpi/"
    # The module search path.  The default path is shown here.
    #    ModulePath "/usr/lib/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
    EndSection
    Section "Module"
    # This loads the DBE extension module.
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    # This loads the font modules
    #    Load        "type1"
    # This loads the GLX module
    #    Load       "glx"
    # This loads the DRI module
    #    Load       "dri"
        Load  "dbe"      # Double buffer extension
        SubSection "extmod"
            Option        "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
        Load  "freetype"
    #    Load        "xtt"
    EndSection
    Section "InputDevice"
    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.
    #    Option     "Protocol"      "Xqueue"
    #    Option    "Xleds"      "1 2 3"
    #    Option "LeftAlt"     "Meta"
    #    Option "RightAlt"    "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults).  For example, for a non-U.S.
    # keyboard, you will probably want to use:
    #    Option "XkbModel"    "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    #    Option "XkbModel"    "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    #    Option "XkbLayout"   "de"
    # or:
    #    Option "XkbLayout"   "de"
    #    Option "XkbVariant"  "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    #    Option "XkbOptions"  "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    #    Option "XkbRules"    "xorg"
    #    Option "XkbModel"    "pc105"
    #    Option "XkbLayout"   "us"
    #    Option "XkbVariant"  ""
    #    Option "XkbOptions"  ""
    #    Option "XkbDisable"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option        "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
        Option        "XkbRules" "xorg"
        Option        "XkbModel" "pc104"
        Option        "XkbLayout" "us"
    EndSection
    Section "InputDevice"
    # Identifier and driver
    # the following line.
    #    Option "Protocol"    "Xqueue"
    # Mouse-speed setting for PS/2 mouse.
    #    Option "Resolution"    "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    #    Option "BaudRate"    "9600"
    #    Option "SampleRate"    "150"
    # Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    #    Option "Emulate3Buttons"
    #    Option "Emulate3Timeout"    "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    #    Option "ChordMiddle"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option        "Protocol" "Auto"    # Auto detect
        Option        "Device" "/dev/input/mice"
    # When using XQUEUE, comment out the above two lines, and uncomment
        Option        "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    EndSection
    Section "Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    #    HorizSync    30-64         # multisync
    #    HorizSync    31.5, 35.2    # multiple fixed sync frequencies
    #    HorizSync    15-25, 30-50  # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
        Identifier   "My Monitor"
        HorizSync    30.0 - 62.0
        VertRefresh  50.0 - 70.0
    EndSection
    Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option        "VendorName" "ATI Proprietary Driver"
        Option        "ModelName" "Generic Autodetecting Monitor"
        Option        "DPMS" "true"
    EndSection
    Section "Device"
    # The chipset line is optional in most cases.  It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    #    Chipset    "generic"
    # The Driver line must be present.  When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module.  Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for.  When this line isn't present, a device
    # section can only match up with the primary video device.  For PCI
    # devices a line like the following could be used.  This line should not
    # normally be included unless there is more than one video device
    # intalled.
    #    BusID      "PCI:0:10:0"
    #    VideoRam    256
    #    Clocks    25.2 28.3
        Identifier  "Standard VGA"
        Driver      "vga"
        VendorName  "Unknown"
        BoardName   "Unknown"
    EndSection
    Section "Device"
        #VideoRam    131072
        # Insert Clocks lines here if appropriate
        Identifier  "* Generic VESA compatible"
        Driver      "vesa"
    EndSection
    Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
    EndSection
    Section "Screen"
        Identifier "Screen 1"
        Device     "* Generic VESA compatible"
        Monitor    "My Monitor"
        DefaultDepth     24
        SubSection "Display"
            Viewport   0 0
            Depth     8
            Modes    "1280x800" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     16
            Modes    "1280x800" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     24
            Modes    "1280x800" "800x600" "640x480"
        EndSubSection
    EndSection
    Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
            Viewport   0 0
            Depth     24
        EndSubSection
    EndSection
    Ubuntu xorg.conf
    # /etc/X11/xorg.conf (xorg X Window System server configuration file)
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    # Edit this file with caution, and see the xorg.conf(5) manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    Section "Files"
        FontPath    "/usr/share/fonts/X11/misc"
        FontPath    "/usr/share/fonts/X11/cyrillic"
        FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath    "/usr/share/fonts/X11/Type1"
        FontPath    "/usr/share/fonts/X11/100dpi"
        FontPath    "/usr/share/fonts/X11/75dpi"
        # path to defoma fonts
        FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection
    Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
    EndSection
    Section "InputDevice"
        Identifier    "Generic Keyboard"
        Driver        "kbd"
        Option        "CoreKeyboard"
        Option        "XkbRules"    "xorg"
        Option        "XkbModel"    "pc105"
        Option        "XkbLayout"    "us"
    EndSection
    Section "InputDevice"
        Identifier    "Configured Mouse"
        Driver        "mouse"
        Option        "CorePointer"
        Option        "Device"        "/dev/input/mice"
        Option        "Protocol"        "ImPS/2"
        Option        "ZAxisMapping"        "4 5"
        Option        "Emulate3Buttons"    "true"
    EndSection
    Section "InputDevice"
        Identifier    "Synaptics Touchpad"
        Driver        "synaptics"
        Option        "SendCoreEvents"    "true"
        Option        "Device"        "/dev/psaux"
        Option        "Protocol"        "auto-dev"
        Option        "HorizScrollDelta"    "0"
    EndSection
    Section "InputDevice"
        Driver        "wacom"
        Identifier    "stylus"
        Option        "Device"    "/dev/input/wacom"
        Option        "Type"        "stylus"
        Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
    EndSection
    Section "InputDevice"
        Driver        "wacom"
        Identifier    "eraser"
        Option        "Device"    "/dev/input/wacom"
        Option        "Type"        "eraser"
        Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
    EndSection
    Section "InputDevice"
        Driver        "wacom"
        Identifier    "cursor"
        Option        "Device"    "/dev/input/wacom"
        Option        "Type"        "cursor"
        Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
    EndSection
    Section "Device"
        Identifier    "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
        Driver        "ati"
        BusID        "PCI:1:5:0"
    EndSection
    Section "Monitor"
        Identifier    "Generic Monitor"
        Option        "DPMS"
    EndSection
    Section "Screen"
        Identifier    "Default Screen"
        Device        "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
        Monitor        "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
            Depth        1
            Modes        "1280x800"
        EndSubSection
        SubSection "Display"
            Depth        4
            Modes        "1280x800"
        EndSubSection
        SubSection "Display"
            Depth        8
            Modes        "1280x800"
        EndSubSection
        SubSection "Display"
            Depth        15
            Modes        "1280x800"
        EndSubSection
        SubSection "Display"
            Depth        16
            Modes        "1280x800"
        EndSubSection
        SubSection "Display"
            Depth        24
            Modes        "1280x800"
        EndSubSection
    EndSection
    Section "ServerLayout"
        Identifier    "Default Layout"
        Screen        "Default Screen"
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice     "stylus"    "SendCoreEvents"
        InputDevice     "cursor"    "SendCoreEvents"
        InputDevice     "eraser"    "SendCoreEvents"
        InputDevice    "Synaptics Touchpad"
    EndSection
    Section "DRI"
        Mode    0666
    EndSection

    Xrandr 1.2 provides means for this. But today the only supported configuration is xorg-server-1.3 + xf86-video-intel-2.0. So for Radeon you'll have to wait for drivers that support Randr 1.2.
    On my laptop (Thinkpad x60s) that would be:
    xrandr --output VGA --auto
    xrandr --output LVDS --off

  • Problems connecting my MacBook Pro to an external monitor

    For the past 2 years, I have regularly connected my MacBook Pro to an external monitor (Dell SR2320L) using a VGA cable. When I do so, the picture  automatically comes up in the maximum resolution of the external monitor (1920 x 1080). However, just in the past few weeks, the picture on my external monitor automatically comes up in 1600 x 1200 instead.  When I click on the display menu in the upper right corner of my screen, there isn't even an option for 1920 x 1080 anymore.  I've tried restarting my computer and even unplugging and replugging in the cable, but nothing seems to fix the problem. However, on at least some occasions, the problem seems to fix itself after about a day or so of use, and the picture reverts back to 1920 x 1080. I should note a couple of things: when I connect another MacBook to my monitor, the display automatically comes up in 1920 x 1080. And when I connect my Macbook to a different display, I have the same problem as I have with my display. So I think the issue is definitely with my computer, not my monitor. Does anyone have a suggestion about how to solve this problem? Or, when the problem arises, is there anything I can do to reset the display to 1920 x 1080 other than waiting for the problem to fix itself? Any suggestions woudl be greatly appreciated!

    Hi bonfig,
    If you are having issues with the external display settings on your MacBook Pro, it may be worth going throught the following article, in particular the portion about resetting the SMC and PRAM:
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    Cheers,
    - Brenden

  • Is anyone else extremely frustrated with the way that Lion handles external monitors now? My internet speed is ridiculously slow as a result.

    I use only an external monitor as my set up will not allow me to use both my Macbook Pro monitor and external monitor efficiently at the same time. In the past, I would plug my MBP into into my external monitor with the lid closed, wake it up and then open the lid with no issues. It was kind of a pain in the rear but at least it worked. Now, opening the lid activates both the MBP and external monitors automatically instead of leaving the MBP monitor off.
    This is an issue because, well, look at the speed test that results from simply closing my MBP lid:
    Look at that MASSIVE drop in speed. I need to use just one monitor. Upon googling my problem, it seems to be widespread problem. At least there was a way to get around it before the screens autmatically changed...

    Support today quoted Apple's engineers as saying it is "expected behaviour" in Lion for the MBP's internal display to reactivate upon opening the lid, even if you want to use only your external display. A new version of the clamshell mode-related knowledgebase article (replacing HT3131) is due shortly confirming this.
    This is despite:
    - obvious temperature-related benefits that were achievable (under Snow Leopard) by opening your MBP lid whilst continuing to output solely to, say, a 27" cinema display
    - wifi connectivity benefits of having the lid open
    - the waste of energy and inefficient use of graphics processing power in needlessly running two active screens (ie if running your MBP in clamshell mode would otherwise make it too hot and/or noisy or you need it open for wifi)
    - negative longer-term impact on the battery and components from running the MBP hotter than it needs to be.
    For any chance of getting the previous behaviour back, we need to ask Apple to change how Lion handles clamshell mode. Options may include changing Lion's expected behaviour or adding a user-selectable option within System Preferences. Now the situation has been clarified as intentional, user feedback on this issue has become all the more important.
    http://www.apple.com/feedback/macosx.html
    In the meantime, a low strength fridge magnet placed on the inside surface along the right hand edge (perhaps above the Kensington lock slot) may serve to convince a MBP that the lid is still closed. It's not something I'd recommend or do personally, but some others are reportedly finding this helpful in the immediate short term.

  • How do I stop iTunes from automatically importing songs I listen to from my external hard drive into the music library?

    How do I stop iTunes from automatically importing songs I listen to from my external hard drive into the music library?

    Mac OS X: Double-Clicking a File Opens the Wrong Application - http://support.apple.com/kb/TS2291
    -= Changing the application used to open all files of a certain kind (written with reference to OSX 10.4 but may not have changed) =-
    1) In a Finder window highlight a file of the kind you want to change the application to open that kind of file.
    2) While that file is highlighted, select File > Get Info or press command (apple or propeller icon) + i to get a file information window.
    3) In the lower part of the info window there is an "open with" menu with a list of applications.
    4) If your application is already in the box then it is the default application for opening that kind of file and you don't need to do anything more.  Close the get info window.
    5) If the application showing in the menu is not the one with which you wish to open the file then select a new application. If your application does not appear there then select the "other..." and track down the application (usually in the Applications folder at the main level of the computer).
    6) If you wish to change all files of this type to open with this application in future, make sure the "change all" button is selected.
    7) Close the get info window.

  • Satellite P300: Display Driver has stopped working using external monitor

    I have a number of these Satellite P300 PSPCCA-OC201Y and recently bought external monitors for them.
    Since then we seem to be getting "Display Driver has stopped working and has recovered" messages, then after about 5 of these, it crashes.
    Starting with one machine, I have updated display drivers, bios was current, all to no avail.
    I then did a complete system restore back to original. Has not solved the problem.
    Any ideas?

    hi Keven Dickenson,
    as you said you restored the system and still there is no way to get things work it may be a hardware issue...
    i my opinion you should consult a servicepartner to check this out...
    is there any of the machines working with the external monitor at all?
    if none of them is able to connect to ext. display maybe your installation has a problem or the monitor is faulty...
    try it with another monitor and recover one system to factory installation....

  • HP Pavilion external monitor has stopped working with my Macbook Pro (Mid 2012) with OSX 10.8.3

    HP Pavilion external monitor has stopped working with my Macbook Pro (Mid 2012) with OSX 10.8.3.  When I purchased the monitor a few weeks ago it worked perfectly when computer was in clamshell mode or with lid open. Now external display has stopped working.  When I turn on display it scans for signal but does not find it and then immediately goes into sleep mode.  I am using a DVI connection with the adapter for the mini display plug.  REALLY FRUSTRATING. Any help would be extremely appreciated. 

    Hi lancekatigbak,
    If you're having issues with the display out on your MacBook Pro, you may want to take a look at the troubleshooting steps in the following article:
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    Cheers,
    - Brenden

  • External monitor stopped working after 10.6.7 update

    I have a MacBook Pro, model identifier MacBookPro6,2 with an NVIDIA GeForce GT 330M.
    When I updated last night from 10.6.6 to 10.6.7 I stopped being able to use my Dell S2409W external monitor.
    I have tried resetting the pram, resetting the SMC, booting with extensions off.
    When I plug in the cable to the external monitor the Mac screen goes blue for about 0.5 second and re-appears but nothing displays on the external monitor; a second monitor is not listed in the Display preferences and the monitor reports that it is not receiving a signal.
    I don't see anything in the system.log when I plug or unplug the monitor cable (I'm not sure if I should).
    At random intervals while the external monitor cable is plugged in the screen goes blue for a half second and then re-appears.
    The screen does not go blue if I wiggle or flex the monitor cable.

    I see this in the windowserver.log after reboot, login with shift-key, and the external monitor connected.
    There might be a clue here but I don't have anything to compare it to since I haven't collected these data when the external monitor was working.
    I'd be curious to see the same data from the windowserver.log for somebody else with a MacBook Pro with an external monitor connected that does work.
    You can view this log with the console application located: /Applications/Utilities/console.
    If you are willing to share these data please reboot, and hold the shift-key down when logging in to disable extensions (thanks). If you look at the time just when the desktop appears when you end up looking at the windowserver.log you'll be able to see the windowserver starting up about 10 seconds prior to this time.
    Mar 22 21:31:26 [110] Server is starting up
    Mar 22 21:31:27 [110] CGXMappedDisplayStart: Display0 : boot screen
    Mar 22 21:31:27 [110] CGXMappedDisplayStart: Display0 : display alias 0x0 valid
    Mar 22 21:31:27 [110] CGXMappedDisplayStart: Display1 : no display alias property
    Mar 22 21:31:27 [110] CGXMappedDisplayStart: Display2 : display alias 0x0 valid
    Mar 22 21:31:27 [110] MPFinalizeInitialization: Display 0x3f003e unit 2 alias mask 0x5
    Mar 22 21:31:27 [110] MPFinalizeInitialization: Display 0x4272dc0 unit 0 alias mask 0x5
    Mar 22 21:31:27 [110] GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, accelerator 0x00003137, unit 0, caps 0x00000003, vram 512 MB
    Mar 22 21:31:27 [110] GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192} extensions 0x0000000f
    Mar 22 21:31:27 [110] GLCompositor: GL renderer id 0x01024300, GL mask 0x00000004, accelerator 0x00003c0b, unit 2, caps 0x00000003, vram 288 MB
    Mar 22 21:31:27 [110] GLCompositor: GL renderer id 0x01024300, GL mask 0x00000004, texture units 8, texture max 8192, viewport max {8192, 8192} extensions 0x0000000f
    Mar 22 21:31:27 [110] agc_attach: gMux mode is dynamic
    Mar 22 21:31:28 [110] CGXPerformInitialDisplayConfiguration
    Mar 22 21:31:28 [110] Display 0x4272dc0: MappedDisplay Unit 0; Vendor 0x610 Model 0x9cb7 S/N 0; online enabled built-in (0,0)[1680 x 1050], Rotation 0, base addr 0x102a00000
    Mar 22 21:31:28 [110] Display 0x4272dc2: MappedDisplay Unit 2; Vendor 0x610 Model 0x9cb7 S/N 0; offline enabled built-in (2704,0)[1 x 1], Rotation 0, base addr 0x113800000
    Mar 22 21:31:28 [110] Display 0x3f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1; offline enabled (2705,0)[1 x 1], Rotation 0, base addr 0x102a00000
    Mar 22 21:31:28 [110] Display 0x4272dc0: MappedDisplay Unit 0; ColorProfile "Color LCD" (MD5 a23cb9c96f2fd096b7a058db0d319259)
    Mar 22 21:31:28 [110] kCGErrorIllegalArgument: CGXSetWindowListTags: Operation on a window 0x2 not owned by caller (PID 202)
    Mar 22 21:31:35 [110] kCGErrorIllegalArgument: CGXSetWindowListTags: Operation on a window 0x2 not owned by caller (PID 206)

  • External monitor stopped working!!

    My external monitor just stopped working today as soon as i upgraded to Mac OS 10.6.4 from 10.6.2.
    When I unplug it and plug it back the screen goes blue very briefly but then nothing happens.
    I tried the detect display button, I tried resetting the PRAM and nothing's working.
    I really need to get that monitor to work. Help would be greatly appreciate.
    Thank you

    Yep, have the same problem using a 3rd party cablesson mdp-hdmi adapter. Everything worked fine until quite recently. I have tried pretty much everything to fix it but nothing seems to work. I'm almost convinced it's an OS problem, as everything works fine when I boot into my windows bootcamp partition.
    Apple, please get this sorted! I'm reluctant to shell out $35 only to find that I have the exact same problem with the official adapter. Though I probably will anyway because I urgently need to get my display working again.

  • Stop with an external monitor in Mavericks

    I moved to MacBook PRO Retina 13" from a MacBook PRO late 2009.
    Using an external monitor in Mavericks when unplugging power, the computer doesn't stop and the battery power slowly drains.
    In the old MacOS X and with the old MacBook PRO once you disconnect the power the system was going to STOP mode.
    Fast and Easy!
    What is the correct way to manage the stop process using an external monitor if you want to unplug the power?
    Please don't tell me to leave the power plugged and STOP by clicking the apple>stop button.
    Thanks.

    same as it ever was
    do it like nothing is different.
    be sure to have an external trackpad keyboard or mouse as you will loose them on the computer once it is closed.

  • My 2011 MacBook Pro 13 stopped seeing my external monitor

    My 2011 MacBook Pro 13 stopped seeing my external monitor. It is an Acer led monitor connected via hdmi cable
    Running mountain lion

    Kimapurado
    Have you tried resetting the PRAM? shutdown the machine, hit the power button then hold down the option and command keys with your left hand, while holding them down with your right hand use your pinky to hold the 'P' key and index finger to hold down the 'R' key. hold them down until you hear the 'bong' sound twice then release the keys and let the machine bootup.
    Also try resetting the SMC. Shut the machine down. Hold down the 'shiftctrloption' keys with your left hand, right hand hold down the power button for 10 seconds then release all. Power up the machine as normal.
    Hope this helps. Pls update us and let us know if that helps!
    Jaco

  • Stop the iMac screen while using an external monitor.

    I succeeded to play an .avi file in full screen on my 32" samsung lcd...but i would like to stop the iMac monitor while watching the avi. If i choose to stop the iMac monitor also the tv screen became black, and also if i start a screensaver on the iMac this will also appear on the lcd tv evenif i set up the external monitor as an extension of the desktop and not as a duplicate. There's a solution?
    Tnx for the answers and sorry for my poor english

    That one as well will dim both displays.
    I have played around with this off and on for over a year now. The best that I have come up with is in this [Apple Discussion Thread|http://discussions.apple.com/message.jspa?messageID=5587803#5587803]
    Sense then I have also found a way to dim the menu bar, but it was a little buggy to use all the time called [MenuShade|http://macapper.com/2007/10/17/menushade-dim-your-menu-bar>
    Simply hide everything on the desktop as best you can and use a black desktop or photo image.
    Dennis

  • Automatically detecting an external monitor

    I recently got an external monitor (with a nice 2048x1152 resolution ) to use it together with my laptop in a dual-head configuration. I can configure it with xrandr and everything works fine. What I would like now is that X automatically detects if the monitor is connected and adapts the resolution accordingly. The keyword here is dynamically, I do not want to hardcode it into xorg.conf, as I also use the laptop on the road.
    This looks quite good http://www.thinkwiki.org/wiki/Xorg_Rand … t_on_login, but arch doesn't seem to have the /etc/X11/Xsession.d/ directory. The most similar directory I found is /etc/X11/xinit/xinitrc.d, but it doesn't seem to work (I put an echo command redirected to a file in the script to see if it was at least trying to do something, but no). Any idea where the script should be put?

    This is more or less what I am doing, starting it manually. I could put it into .xinitrc, but I would prefer to have it working globally and automatically for all (well, the two ) users of the laptop. And the links in the RandR1.2 page all discuss either manually selecting the output of hardcoding it into xorg.conf.

  • MBP - late 2007 - external monitor stopped working

    I have a late 2007 MBP pro, 17" monitor.  I have been using a 30" dell monitor (3007WFP) as an external monitor for home use.  It has been working fine for 4 years.  Last night the monitor stopped waking up from sleep and now only gives a blank screen even after reboots.  The monitor seems ok ( it goes through the self-test routine normally), and I have tried different cables with no success.
    I have tried resetting the SMC and the PRAM  on the MBP but that too did not fix it.
    The monitor has an orange LED light on the power button indicating the power is connected (though it is not blue which would indicate it is receiving a signal).  It also recognizes that is has a DVI hook-up (or else it would repeat the self-test). 
    The MBP detects the external monitor (or at least seems to - it is listed as a display and allows me to choose a resolution, although obviously that does nothing since the monitor is completely black). I haven't yet been able to get another laptop or monitor to test the other components to make sure the monitor is ok. 
    Does anyone have any other suggestions? 
    Thank you

    Your on the right track when you said "I haven't yet been able to get another laptop or monitor to test the other components to make sure the monitor is ok.".  Also include a different cable in that scenario, if you can.
    Ciao.

Maybe you are looking for

  • So. Many. Problems. (10.7.2)

    I give up. I have tried EVERYTHING, from rebooting my computer to starting it in safe mode, deleting .DS_Store-files, not launching any apps, updated it, deleted old stuff, removing files on my desktop, deleting old invisible folders and files... I'v

  • Mail on external hard drive.

    Is it possible for me to have my "Mail" folder located on an external hard drive so that it can be the same regardless of which of my Macs is plugged into it?

  • Price determination using a premium (multiplication factor)

    Hi I have a business scenario where services are being maintained as a material type - DIEN with a standard price. Now what is required is to maintain a multiplication factor which will always be multiplied with the standard cost and the resultant va

  • Problem with cancel order!

    Hello. I wanted to give the friend a gift and to buy in Apple Store iPhone 5S. I am in other country and to call in a support service I have no opportunity. I try to cancel the order. I didn't execute an entrance with Apple ID at purchase and now he

  • Ok  so i downloaded movies and now i cant find them in my library

    ok so i downloaded movies and now i cant find them in my library anywhere i can find them in my account under purchaces