"sleep 1; xset dpms force off" doesn't turn backlight off

I have a 13'' Macbook Pro connected to a 24'' Apple Cinema Display LED monitor and I'm running a XFCE as DE, and running the nvidia-beta + nvidia-utils-beta from AUR. I'm using the external monitor as the main screen and the MBP display turned off. I don't have a separate screensaver installed.
Until a couple of months ago issuing 'sleep 1; xset dpms force off' would  turn the backlight of the Apple Cinema Display off, which is how I like it. Now however the backlight switches off for a second, switches on again showing a blank (black with backlight on) screen. I experimented with the xset screensaver settings (xset s ...) but none enable me to turn the backlight off.
output of 'xset q' :
Keyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000002
XKB indicators:
00: Caps Lock: off 01: Num Lock: on 02: Scroll Lock: off
03: Compose: off 04: Kana: off 05: Sleep: off
06: Suspend: off 07: Mute: off 08: Misc: off
09: Mail: off 10: Charging: off 11: Shift Lock: off
12: Group 2: off 13: Mouse Keys: off
auto repeat delay: 660 repeat rate: 25
auto repeating keys: 00ffffffdffffbbf
fadfffefffedffff
9fffffffffffffff
fff7ffffffffffff
bell percent: 50 bell pitch: 400 bell duration: 100
Pointer Control:
acceleration: 1/10 threshold: 4
Screen Saver:
prefer blanking: yes allow exposures: yes
timeout: 600 cycle: 600
Colors:
default colormap: 0x20 BlackPixel: 0x0 WhitePixel: 0xffffff
Font Path:
/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/,built-ins
DPMS (Energy Star):
Standby: 600 Suspend: 600 Off: 600
DPMS is Enabled
With the Apple Cinema Display disconnected and using only the laptop monitor 'sleep 1; xset dpms force off' does turn the backlight off. So it seems to be something about using the external monitor.
Last edited by rwd (2012-11-01 20:23:26)

Thank you!  Nice to know I am not alone.  Googling has brought me nothing, though it's difficult to pinpoint discussions about something like this, as users may not know enough to work out what the problem is and not even mention DPMS!
Anyway, my setup consists of an i7 running on an X58A board with an ATi 5850 card using the radeon driver, from testing, not git.  System is fully up to date with testing enabled, X has little manual configuration besides telling it what driver to use.
I should mention that prior to this, I was using the fglrx driver, and had a similar but different problem.  With the fglrx driver, when using DPMS, after an undetermined time, could be minutes, could be hours, X would peg the CPU and become unresponsive, not even able to change to another VT.  Another issue difficult to google as a lot of users wouldn't know to ssh in to have a poke round.  I switched to radeon in an effort to get rid of this problem, only to have it replaced with another!
Neither times did anything out of the ordinary turn up in any logs.  Frustrated isn't the word!  For now I have turned off monitor power saving in KDE though this isn't ideal
EDIT:  Turning off monitor power saving in KDE didn't work, so I have no added
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
to /etc/X11/xorg.conf.d/10-xorg.conf
Of course, I'd like to be able to use DPMS!  Anyone have any ideas how this can be rectified?
Last edited by LadFromWales (2012-02-26 13:54:51)

Similar Messages

  • [Solved] xset dpms force off not working

    With the latest kernel 'xset dpms force off' is not working, now it makes my screen blink (off/on in one sec).
    With 'sleep 2 && xset dpms force off' and 'sleep 2; xset dpms force off' I got the same result.
    vbetool works.
    Last edited by irtigor (2011-07-16 03:48:39)

    I finally found a way to fix it. With the lastest kernel versions the module topstar_laptop sends a event that
    get in the way:
    kernel: [43419.820250] topstar_laptop: unknown event = 0x82
    Module added to blacklist and until now everything working as should be.

  • [SOLVED] DPMS screen off not working with xorg 1.16.0, gnome 3

    After the update of xorg into 1.16.0-2, screen is not turned off by DPMS in GNOME.
    I also tried an manual command:
    $ xset dpms force off
    but it's not working.
    In other WM, this command is working.
    With xorg 1.15.2 and gnome 3, there is not this problem.
    When I entered the command, the screen turned off for a couple of seconds and turned back on.
    Last edited by esrevinu (2014-07-22 23:35:07)

    Updating xf86-video-intel to 2.99.912-4 solved the problem.
    Thanks.

  • Dual Monitors - one doesn't turn back on

    Setup:
    I have two monitors running off of a single ATI (R9 270X) graphics card. The problem monitor is a WQHD monitor connected miniDP-DP and the other is an older 1440x900 connected miniDP-DVI. My WM is Openbox. My system is up to date and I'm running the basic kernel.
    Problem:
    When I turn off the problem monitor, tint2 flashes, but no windows are moved or anything. When I try to turn on the monitor, the light comes on, but the screen is black. Looking at xrandr and X logs, nothing suspicious seems to be going on or changing at all. Changing window managers (tried PekWM) doesn't seem to do anything. Turning on and off the other monitor acts as expected.
    Workaround:
    After much testing, I found that instead of rebooting, I could get the screen to turn on by turning them both off with
    xset dpms force off
    and then when I woke them, they both turned on.
    Clues:
    Something interesting I found is a discrepancy in DPMS capabilities between the monitors. For the problem monitor "DPMS capabilities: Off" and for the other "DPMS capabilities: StandBy Suspend Off."
    Supporting files:
    xorg.conf
    Section "Monitor"
    Identifier "DisplayPort-0"
    Option "PreferredMode" "2560x1440"
    Option "Primary" "true"
    Option "DPMS" "false"
    EndSection
    Section "Monitor"
    Identifier "DisplayPort-1"
    Option "PreferredMode" "1440x900"
    Option "RightOf" "DisplayPort-0"
    Option "DPMS" "false"
    EndSection
    20-radeon.conf
    Section "Device"
    Identifier "Radeon R9 270X"
    Driver "radeon"
    BusID "PCI:1:0:0"
    Screen 0
    Option "SWcursor" "off" #software cursor might be necessary on some rare occasions, hence set off by default
    Option "EnablePageFlip" "on" #supported on all R/RV/RS4xx and older hardware, and set on by default
    Option "AccelMethod" "Glamor" #valid options are XAA, EXA and Glamor. EXA is the default
    Option "RenderAccel" "on" #enabled by default on all radeon hardware
    Option "ColorTiling" "on" #enabled by default on RV300 and later radeon cards
    Option "EXAVSync" "off" #default is off, otherwise on. Only works if EXA activated
    Option "EXAPixmaps" "off" #when on icreases 2D performance, but may also cause artifacts on some old cards. Only works if EXA activated
    Option "AccelDFS" "on" #default is off, read the radeon manpage for more information
    EndSection
    xrandr -q --verbose when monitor on
    Screen 0: minimum 320 x 200, current 4000 x 1440, maximum 16384 x 16384
    DisplayPort-0 connected 2560x1440+0+0 (0x5a) normal (normal left inverted right x axis y axis) 597mm x 336mm
    Identifier: 0x55
    Timestamp: 154815
    Subpixel: horizontal rgb
    Gamma: 1.0:1.0:1.0
    Brightness: 1.0
    Clones:
    CRTC: 0
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    EDID:
    00ffffffffffff0022f0572900000000
    30160104b53c2278222e25a7554d9e26
    0c505420000081c00101010101010101
    010101010101565e00a0a0a029503020
    220255502100001a1a1d008051d01c20
    4080750055502100001e000000fc0048
    50205a5232373430770a2020000000ff
    00434e5432343859324d470a20200096
    dither: off
    supported: off, on
    audio: auto
    supported: off, on, auto
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: off, on, auto
    coherent: 1
    range: (0, 1)
    2560x1440 (0x5a) 241.5MHz +HSync -VSync *current +preferred
    h: width 2560 start 2608 end 2640 total 2720 skew 0 clock 88.8KHz
    v: height 1440 start 1442 end 1476 total 1481 clock 60.0Hz
    1280x720 (0x5b) 74.5MHz +HSync +VSync
    h: width 1280 start 1344 end 1472 total 1664 skew 0 clock 44.8KHz
    v: height 720 start 727 end 732 total 748 clock 59.9Hz
    640x480 (0x5c) 25.2MHz -HSync -VSync
    h: width 640 start 656 end 752 total 800 skew 0 clock 31.5KHz
    v: height 480 start 490 end 492 total 525 clock 60.0Hz
    DisplayPort-1 connected 1440x900+2560+0 (0x5d) normal (normal left inverted right x axis y axis) 408mm x 255mm
    Identifier: 0x56
    Timestamp: 154815
    Subpixel: horizontal rgb
    Gamma: 1.0:1.0:1.0
    Brightness: 1.0
    Clones:
    CRTC: 1
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    EDID:
    00ffffffffffff0010ac04f04d4b4130
    1e12010380291a78eec125a3564b9927
    115054bfef809500714f8180950f0101
    0101010101019a29a0d0518422305098
    360098ff1000001c000000fd00384b1e
    530e000a202020202020000000ff0037
    3337333138375030414b4d01000000fc
    0044454c4c20534531393857465000ec
    dither: off
    supported: off, on
    audio: auto
    supported: off, on, auto
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: off, on, auto
    coherent: 1
    range: (0, 1)
    1440x900 (0x5d) 106.5MHz -HSync +VSync *current +preferred
    h: width 1440 start 1520 end 1672 total 1904 skew 0 clock 55.9KHz
    v: height 900 start 903 end 909 total 934 clock 59.9Hz
    1280x1024 (0x5e) 135.0MHz +HSync +VSync
    h: width 1280 start 1296 end 1440 total 1688 skew 0 clock 80.0KHz
    v: height 1024 start 1025 end 1028 total 1066 clock 75.0Hz
    1280x1024 (0x5f) 108.0MHz +HSync +VSync
    h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0KHz
    v: height 1024 start 1025 end 1028 total 1066 clock 60.0Hz
    1440x900 (0x60) 136.8MHz -HSync +VSync
    h: width 1440 start 1536 end 1688 total 1936 skew 0 clock 70.6KHz
    v: height 900 start 903 end 909 total 942 clock 75.0Hz
    1152x864 (0x61) 108.0MHz +HSync +VSync
    h: width 1152 start 1216 end 1344 total 1600 skew 0 clock 67.5KHz
    v: height 864 start 865 end 868 total 900 clock 75.0Hz
    1024x768 (0x62) 78.8MHz +HSync +VSync
    h: width 1024 start 1040 end 1136 total 1312 skew 0 clock 60.1KHz
    v: height 768 start 769 end 772 total 800 clock 75.1Hz
    1024x768 (0x63) 75.0MHz -HSync -VSync
    h: width 1024 start 1048 end 1184 total 1328 skew 0 clock 56.5KHz
    v: height 768 start 771 end 777 total 806 clock 70.1Hz
    1024x768 (0x64) 65.0MHz -HSync -VSync
    h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4KHz
    v: height 768 start 771 end 777 total 806 clock 60.0Hz
    832x624 (0x65) 57.3MHz -HSync -VSync
    h: width 832 start 864 end 928 total 1152 skew 0 clock 49.7KHz
    v: height 624 start 625 end 628 total 667 clock 74.6Hz
    800x600 (0x66) 50.0MHz +HSync +VSync
    h: width 800 start 856 end 976 total 1040 skew 0 clock 48.1KHz
    v: height 600 start 637 end 643 total 666 clock 72.2Hz
    800x600 (0x67) 49.5MHz +HSync +VSync
    h: width 800 start 816 end 896 total 1056 skew 0 clock 46.9KHz
    v: height 600 start 601 end 604 total 625 clock 75.0Hz
    800x600 (0x68) 40.0MHz +HSync +VSync
    h: width 800 start 840 end 968 total 1056 skew 0 clock 37.9KHz
    v: height 600 start 601 end 605 total 628 clock 60.3Hz
    800x600 (0x69) 36.0MHz +HSync +VSync
    h: width 800 start 824 end 896 total 1024 skew 0 clock 35.2KHz
    v: height 600 start 601 end 603 total 625 clock 56.2Hz
    640x480 (0x6a) 31.5MHz -HSync -VSync
    h: width 640 start 656 end 720 total 840 skew 0 clock 37.5KHz
    v: height 480 start 481 end 484 total 500 clock 75.0Hz
    640x480 (0x6b) 31.5MHz -HSync -VSync
    h: width 640 start 664 end 704 total 832 skew 0 clock 37.9KHz
    v: height 480 start 489 end 491 total 520 clock 72.8Hz
    640x480 (0x6c) 30.2MHz -HSync -VSync
    h: width 640 start 704 end 768 total 864 skew 0 clock 35.0KHz
    v: height 480 start 483 end 486 total 525 clock 66.7Hz
    640x480 (0x5c) 25.2MHz -HSync -VSync
    h: width 640 start 656 end 752 total 800 skew 0 clock 31.5KHz
    v: height 480 start 490 end 492 total 525 clock 60.0Hz
    720x400 (0x6d) 28.3MHz -HSync +VSync
    h: width 720 start 738 end 846 total 900 skew 0 clock 31.5KHz
    v: height 400 start 412 end 414 total 449 clock 70.1Hz
    HDMI-0 disconnected (normal left inverted right x axis y axis)
    Identifier: 0x57
    Timestamp: 154815
    Subpixel: horizontal rgb
    Clones:
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    dither: off
    supported: off, on
    audio: auto
    supported: off, on, auto
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: off, on, auto
    coherent: 1
    range: (0, 1)
    DVI-0 disconnected (normal left inverted right x axis y axis)
    Identifier: 0x58
    Timestamp: 154815
    Subpixel: horizontal rgb
    Clones:
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    load detection: 1
    range: (0, 1)
    dither: off
    supported: off, on
    audio: auto
    supported: off, on, auto
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: off, on, auto
    coherent: 1
    range: (0, 1)
    xrandr -q --verbose when monitor off
    Screen 0: minimum 320 x 200, current 4000 x 1440, maximum 16384 x 16384
    DisplayPort-0 disconnected 2560x1440+0+0 (0x5a) normal (normal left inverted right x axis y axis) 0mm x 0mm
    Identifier: 0x55
    Timestamp: 154815
    Subpixel: horizontal rgb
    Gamma: 1.0:1.0:1.0
    Brightness: 1.0
    Clones:
    CRTC: 0
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    dither: off
    supported: off, on
    audio: auto
    supported: off, on, auto
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: off, on, auto
    coherent: 1
    range: (0, 1)
    DisplayPort-1 connected 1440x900+2560+0 (0x5d) normal (normal left inverted right x axis y axis) 408mm x 255mm
    Identifier: 0x56
    Timestamp: 154815
    Subpixel: horizontal rgb
    Gamma: 1.0:1.0:1.0
    Brightness: 1.0
    Clones:
    CRTC: 1
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    EDID:
    00ffffffffffff0010ac04f04d4b4130
    1e12010380291a78eec125a3564b9927
    115054bfef809500714f8180950f0101
    0101010101019a29a0d0518422305098
    360098ff1000001c000000fd00384b1e
    530e000a202020202020000000ff0037
    3337333138375030414b4d01000000fc
    0044454c4c20534531393857465000ec
    dither: off
    supported: off, on
    audio: auto
    supported: off, on, auto
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: off, on, auto
    coherent: 1
    range: (0, 1)
    1440x900 (0x5d) 106.5MHz -HSync +VSync *current +preferred
    h: width 1440 start 1520 end 1672 total 1904 skew 0 clock 55.9KHz
    v: height 900 start 903 end 909 total 934 clock 59.9Hz
    1280x1024 (0x5e) 135.0MHz +HSync +VSync
    h: width 1280 start 1296 end 1440 total 1688 skew 0 clock 80.0KHz
    v: height 1024 start 1025 end 1028 total 1066 clock 75.0Hz
    1280x1024 (0x5f) 108.0MHz +HSync +VSync
    h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0KHz
    v: height 1024 start 1025 end 1028 total 1066 clock 60.0Hz
    1440x900 (0x60) 136.8MHz -HSync +VSync
    h: width 1440 start 1536 end 1688 total 1936 skew 0 clock 70.6KHz
    v: height 900 start 903 end 909 total 942 clock 75.0Hz
    1152x864 (0x61) 108.0MHz +HSync +VSync
    h: width 1152 start 1216 end 1344 total 1600 skew 0 clock 67.5KHz
    v: height 864 start 865 end 868 total 900 clock 75.0Hz
    1024x768 (0x62) 78.8MHz +HSync +VSync
    h: width 1024 start 1040 end 1136 total 1312 skew 0 clock 60.1KHz
    v: height 768 start 769 end 772 total 800 clock 75.1Hz
    1024x768 (0x63) 75.0MHz -HSync -VSync
    h: width 1024 start 1048 end 1184 total 1328 skew 0 clock 56.5KHz
    v: height 768 start 771 end 777 total 806 clock 70.1Hz
    1024x768 (0x64) 65.0MHz -HSync -VSync
    h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4KHz
    v: height 768 start 771 end 777 total 806 clock 60.0Hz
    832x624 (0x65) 57.3MHz -HSync -VSync
    h: width 832 start 864 end 928 total 1152 skew 0 clock 49.7KHz
    v: height 624 start 625 end 628 total 667 clock 74.6Hz
    800x600 (0x66) 50.0MHz +HSync +VSync
    h: width 800 start 856 end 976 total 1040 skew 0 clock 48.1KHz
    v: height 600 start 637 end 643 total 666 clock 72.2Hz
    800x600 (0x67) 49.5MHz +HSync +VSync
    h: width 800 start 816 end 896 total 1056 skew 0 clock 46.9KHz
    v: height 600 start 601 end 604 total 625 clock 75.0Hz
    800x600 (0x68) 40.0MHz +HSync +VSync
    h: width 800 start 840 end 968 total 1056 skew 0 clock 37.9KHz
    v: height 600 start 601 end 605 total 628 clock 60.3Hz
    800x600 (0x69) 36.0MHz +HSync +VSync
    h: width 800 start 824 end 896 total 1024 skew 0 clock 35.2KHz
    v: height 600 start 601 end 603 total 625 clock 56.2Hz
    640x480 (0x6a) 31.5MHz -HSync -VSync
    h: width 640 start 656 end 720 total 840 skew 0 clock 37.5KHz
    v: height 480 start 481 end 484 total 500 clock 75.0Hz
    640x480 (0x6b) 31.5MHz -HSync -VSync
    h: width 640 start 664 end 704 total 832 skew 0 clock 37.9KHz
    v: height 480 start 489 end 491 total 520 clock 72.8Hz
    640x480 (0x6c) 30.2MHz -HSync -VSync
    h: width 640 start 704 end 768 total 864 skew 0 clock 35.0KHz
    v: height 480 start 483 end 486 total 525 clock 66.7Hz
    640x480 (0x5c) 25.2MHz -HSync -VSync
    h: width 640 start 656 end 752 total 800 skew 0 clock 31.5KHz
    v: height 480 start 490 end 492 total 525 clock 60.0Hz
    720x400 (0x6d) 28.3MHz -HSync +VSync
    h: width 720 start 738 end 846 total 900 skew 0 clock 31.5KHz
    v: height 400 start 412 end 414 total 449 clock 70.1Hz
    HDMI-0 disconnected (normal left inverted right x axis y axis)
    Identifier: 0x57
    Timestamp: 154815
    Subpixel: horizontal rgb
    Clones:
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    dither: off
    supported: off, on
    audio: auto
    supported: off, on, auto
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: off, on, auto
    coherent: 1
    range: (0, 1)
    DVI-0 disconnected (normal left inverted right x axis y axis)
    Identifier: 0x58
    Timestamp: 154815
    Subpixel: horizontal rgb
    Clones:
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    load detection: 1
    range: (0, 1)
    dither: off
    supported: off, on
    audio: auto
    supported: off, on, auto
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: off, on, auto
    coherent: 1
    range: (0, 1)
    2560x1440 (0x5a) 241.5MHz
    h: width 2560 start 2608 end 2640 total 2720 skew 0 clock 88.8KHz
    v: height 1440 start 1442 end 1476 total 1481 clock 60.0Hz
    Thank you for any help on this odd problem!

    Hi dailyjoe
    1. Reset your SMC exactly as instructed in the following article:
    http://support.apple.com/kb/HT1543
    2. It would be normal for you to have to startup your iMac if it lost power while in sleep mode, look at the box "Start up automatically after a power failure" in the Energy Saver preference.
    I have always left the box for "Start up automatically after a power failure" unchecked and do occasionally find the iMac is shutdown because the power has gone off. I would suggest leaving the box unchecked, it's better than having the iMac going off & restarting multiple times if you are having bad weather or power issues.
    Dennis

  • IMac display doesn't turn back on after sleep

    This is a new problem on my two-year old iMac, and didn't happen before. What is happening with my iMac is that when it goes to sleep and the display turns off, the display doesn't turn back on when I move the mouse, press the keys or the power button.
    It happens only after around 12 hours or so of inactivity, it seems. I have to reboot the iMac to force the display to turn back on. I think it is display issue, not the computer lockup because I checked which logs were written in /var/log - system.log was being written until I rebooted the iMac. However, I didn't see any information in there around the same time that I tried to turn the iMac back on.
    Any ideas on how to debug the issue.

    Hi dailyjoe
    1. Reset your SMC exactly as instructed in the following article:
    http://support.apple.com/kb/HT1543
    2. It would be normal for you to have to startup your iMac if it lost power while in sleep mode, look at the box "Start up automatically after a power failure" in the Energy Saver preference.
    I have always left the box for "Start up automatically after a power failure" unchecked and do occasionally find the iMac is shutdown because the power has gone off. I would suggest leaving the box unchecked, it's better than having the iMac going off & restarting multiple times if you are having bad weather or power issues.
    Dennis

  • Force Quit Doesn't Work/Freezing, Crashing

    Oy. So I have to put this in context. Clutz that I am I dropped my Macbook Pro a year ago. Resulted in a cracked screen, screwed up optical drive and LED light/audio issues. Other than that it worked. It finally decided to clock out over the summer. Spent the money to get a new logic board(they pretty much gave me new computer and put my stuff on it). A few weeks after I got it back(and am now 4hrs away from nearest Apple store) It would freeze ocassionally(SBBD), no big deal, I'll force quit. Or reinstall that program(back then it was usually Mozilla Firefox, now it's kind of any program). As time has gone on it started freezing more frequently and force quit is no longer working. Had to look up what to do when force quit doesn't work, but the thing is, EVERYTHING freezes. I can usally click on a program(activity monitor) all I want, but it wont open. So this all results in having to force shut down, and it kills me inside to do that. Sooo I can wait until I'm back home and take this baby back to Apple, but I figured I'd give this a shot.
    Should have mentioned this, I recently uprgraded to Mountain Lion about a month ago, hoping it would help. Worked for a while...but no such luck.
    Programs that seem to crash most:
    Sibelius
    Mozilla Firefox
    Google Chrome
    iTunes
    Microsoft Word

    Forgot mention the important part. Was forced to force shutdown last night. Then I turned it back on. It got stuck on the white boot up page with Apple logo and loading circle for about 15 minutes. Fans were really load. Shutdown again and left it off all night. This morning I try it again and it makes an odd noise and till gets stuck on white screen for about five minutes Then it turns grey, and then it turns on.

  • Need help...Force Quit doesn't work & keep crashing HD b/c of it

    For a week now, I have been trying to re-download my iTunes library from the iTunes store. Turns out, the problem has to do with the amount of downloads they put in my queue, which causes iTunes to crash. But, when it does crash, Force Quit doesn't work UNTIL I am forced to unplug the hard drive it was writing to. This is BAD and could kill my hard drive (I've had to do this AT LEAST 20 times this week and have repaired it 4 times with DiskWarrior and TechTool Pro during the past week).
    Is there ANY way to get force quit to work without having to do this to the hard drive?? Seagate is no help as their phone just rings...no customer support avail even though hours say they are open. I am using 10.4.10 and a 500GB Seagate Pro External Hard Drive. I would put this in iTunes, but Force Quit is a Tiger thing. Off topic a bit, do you think iTunes would crash less if I downloaded to my internal HD instead (though, not really feasible as my internal couldn't fit all the downloads anyway)???
    Thanks in advance for any suggestions!

    The previous reply was correct -- the freeze you are experiencing has nothing to do with the number of songs in the iTunes queue. The problem is with your hard drive. The newer Seagate FreeAgent drives (and all FreeAgent Pros) use a chipset that does not play well with recent versions of MacOS. I am not sure if Seagate uses two individual chipsets: one for USB and one for eSATA (assuming you are using a FreeAgent Pro), or simple one that supports both protocols, but that is the causing your mysterious freeze.
    I have spent weeks troubleshooting this very same problem and have yet to find a solution. Right now, I am in standby mode until Apple releases 10.4.11 which is said to have fixed "issues with USB devices." I have tried many brands of external drives (Western Digital, Hitachi, roll-your-own, pre-FreeAgent Seagates) and they all work fine. I have even removed the drives from the FreeAgent Pro drives and put them into roll-your-own USB enclosures and they work fine. The problem is with the Seagate FreeAgent interface chip itself.
    Hopefully you can still return your new FreeAgent drive to the store you bought it from. I am a strong believer in Seagate drives and use them extensively at home and work (over a dozen externals total) and the FreeAgents have caused more trouble than I've ever experienced with an external device. As of now, I am using a Western Digital 750GB MyBook drive until Seagate or Apple can find a permanent fix for the issue.
    That being said, the FreeAgents have worked fine in the past and only recently have begun to have issues, so if you can, try rolling back to an earlier version of 10.4 and try again. Being a software developer, that option wasn't available to me.

  • Since 2.2.1 upgrade, force quit doesn't work after an application freezes

    Sorry if this was posted before, but I couldn't find a post that matched my issue.
    Has anyone else noticed that since upgrading to 2.2.1 on the 3G, if an application freezes, force quit doesn't work. I have to do a hard reset inorder to get the OS to respond again. Even tried to just hold the power button to do a power off and it doesn't respond.
    Any advice? Tried restoring to 2.2.1 many times didn't help.

    Thanks for the response. I have done a many restores as "new iphone" and reinstalled apps. I normally get freezes when I'm in a twitter type application and using the "mini/lite safari browser" within the twitter app.
    When the phone doesn't freeze, I can force quit apps at will. It's only after a freeze (when I need force quit the most) does it not work....
    I would make a Genius Bar appointment but I can't recreate it at will.

  • I turned off my ipad when it was upgrading the system and now it doesn't turn on. What should I need to do now?

    Hello!!!
    Can somebody help me?
    I just turned off my ipad but I forgot that it was upgrading a new system...and now it doesn't turn on.
    What should I have to do?
    Thanks

    Hold down on the sleep button and the home button at the same time for about 10 seconds until the Apple logo appears on the screen. Ignore the red slider. When the logo appears let go of the buttons.

  • My iphone turned off by itself and it doesn't turn on

    My iphone turned off by itself and it doesn't turn on, What should i do????

    IIf the battery was completely drained it might take some time before the phone will respond. Wait at least 30 minutes with the phone connected to the charger. Then reset your device. Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart. If the phone starts up let it continue to charge until it's 100%.
    if the broken button will not let you do the reset Make an appointment at an Apple Store to have your device examined by a technician. Or contact Apple Support.

  • My phone doesn't want to turn off or on, it gives me the apple logo and doesn't turn on at all, help please??

    my phone doesn't want to turn off or on, it gives me the apple logo and doesn't turn on at all, help please??

    Do a reset by holding the power and home button until the apple logo appears ignoring the slide to power off (no data loss).

  • When i plug in my ipod touch (8gb, 3rd generation) it doesn't turn on and the apple logo flashes on and off. how can i stop it and turn on my ipod??????

    when i plug in my ipod touch (8gb, 3rd generation) it doesn't turn on and the apple logo flashes on and off. before this it wouldn't turn on unless it was plugged in.

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • HT201412 My cousin bought iPod touch 5th gen. Then it doesn't turned on. He charge it a charge icon appeared but after 30 mins still off . Is that normal for a brand new iPod touch? Please help me..

    My cousin bought iPod touch 5th gen. Then it doesn't turned on. He charge it a charge icon appeared but after 30 mins still off . Is that normal for a brand new iPod touch? Please help me..

    Not Charge
    - See:    
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    - Try another cable. The cable for 5G iPod (lightning connector) seems to be more prone to failure than the older cable.
    - If a 5G iPod      
    Iphone 5 lightning port charging problem - SOLUTION!
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar
    and
    try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable       
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar                              

  • What is wrong with my facetime,i am using an ipad everytime i placed a call i can't hear it ringing and the person i am calling can't recieve my call as well,i did everything possible forced off my ipad,on and of facetime on settings,change id's.

    What is wrong with my facetime,i am using an ipad everytime i placed a call i can't hear it ringing and the person i am calling can't recieve my call as well,i did everything possible forced off my ipad,on and off facetime on settings,change id's, mute,unmuted,reset network settings!! But nothing change,i mean is there a problem with my ipad or the facetime has a problem right now?my friend seems doesnt have a problem with her ipad,it just happen suddenly yesterday it was ok but today when i tried calling my husband this is what happens, can anyone please help me!!

    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so.
    Try the following to rule out a software problem
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store. Seems you have a bad headphone jack.
    Apple Retail Store - Genius Bar
    Apple will exchange your iPod for a refurbished one for this price. They do not fix yours.
    Apple - iPod Repair price
    A third-party place like the following will replace the jack for less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    Replace the jack yourself
    iPod Touch Repair – iFixit

  • Why does my Macbook Pro Suddenly will suddenly black out and freeze I can't do anything and I am always forced to force off my mac.

    This always happens to me but recently it's happens more and more. Sometimes When I use it to game or do work or skype it will eventually black out and forze. I always have to hold my power button down to force off my Macbook pro. What is the caused of the proble and will focing off my macbook constantly spoil my mac?

    In very rare cases resetting SMC has solved this problem.
    http://support.apple.com/kb/HT3964
    Hope it helps.

Maybe you are looking for

  • IMac G5 no longer prints to laser printer over ethernet network

    I have a small office with 6 iMacs networked via ethernet with a Netgear Router. Printers are connected to one machine and people send to print over the network. 3 iMacs are G5. 3 are Intel. All run OS X 10.5.8. A month ago one of the G5 iMacs stoppe

  • 'name of file'.pages can't be opened

    I recently purchaced a new MacBook Pro (retina), before which I was using a standard MacBook (the white one from late 2009). I had updated all the software as much as I could only a couple of weeks prior to getting my new MacBook on the older one. I

  • Payment Proposal Issue in SAP FICO-Account Payables

    Hi , I am getting issue in Payment Proposal When i am putting some of the values and genrating report for vendors in some of the currency then on doing simulation the complete list is coming in all currencies instead of one currency. How do i sort th

  • Exporting Parameter of type 'INDEX TABLE'

    Hi Experts, there is a standard method CL_CRM_MKTPL_OL_TRADE->GET_TRADESPENDS in CRM which has an exporting parameter ET_TRADESPENDS of type INDEX TABLE. Could somebody give me a hint on how to call this method and work with the data that is returned

  • Importing a WAR project with a resource reference

    Just an observation - I'm importing a WAR file in Developer Studio.  My war archive includes a web.xml file with a resource-ref entry for a data source.  In ealrier Java EE 5 preview versions, the import process would create a web-j2ee-engine.xml fil