[SOLVED] [mpv] Fallback to software decode SLOW with vo_vdpau/vaapi

EDIT 02/01/2014: Since mpv 0.3.0, the opengl renderer, which works perfectly fine with software-decoding, now also works with vaapi/vdpau hardware-decoding, so just setting vo=opengl and hwdec=auto should really be enough to utterly avoid the problems I was having back when I made this post. A lot of the "info" I gave later on in the thread is also actually bogus, I'll tweak that in a second.
I've been reading the documentation for mpv, and there's something I can't quite figure out.
My CPU isn't especially powerful, so it's important for me to be able to use hardware acceleration where possible. I'm using the proprietary ATI driver; VLC works fine with VA-API, and since I discovered libvdpau-va-gl I've been able to get mpv to work using VDPAU. Obviously, some files (*cough*, Hi10P, *cough*) can't be hardware-accelerated, and this is where my problem/question comes in.
In my mpv config file, with
vo=vdpau
I'm able to play normal h.264 video effortlessly, but when HWaccel isn't available mpv falls back to software-decoding and software scaling (ffmpeg/swscaler, as per the console output). The problem is, with the CPU already working to decode the Hi10P content, my A-V desync skyrockets, and it's all a bit of a mess.
If I play the same Hi10P file with
vo=opengl
, then it doesn't desync at all. I checked the manpage and it says I can concatenate possible video outputs with a comma, and it will try each in turn. Obviously I'd like the not-hardware-decodable content to be rendered using OpenGL, rather than whatever causes them to get fed to "swscaler". So I set the config line to
vo=vdpau,opengl
. However - the opengl option never gets used! The non-HW-decodable files still end up being fed to swscaler, and as a result desync wildly, unless I manually set to opengl for that file.
Is someone here familiar enough with mpv to be able to explain why I might not be getting the behaviour I expect from listing multiple video outputs in the config file; or even better, how I can configure mpv to do what I actually want?
If there's somewhere else I should be asking this, please let me know. I couldn't find a dedicated mpv forum or anything (or even an IRC channel for questions), but I could have missed something.
Addition: Here are some console outputs.
1) Playing an 8-bit h.264 file with vo=vdpau, works fine
[cplayer] mpv 0.1.7 (C) 2000-2013 mpv/MPlayer/mplayer2 projects
built on Fri Sep 20 22:59:56 CEST 2013
[cplayer] Compiled against libavutil version 52.38.100
[cplayer] Compiled against libavcodec version 55.18.102
[cplayer] Compiled against libavformat version 55.12.100
[cplayer] Compiled against libswscale version 2.3.100
[cfgparser] Reading config file /etc/mpv/mpv.conf
[cfgparser] : No such file or directory
[global] get_path('') -> '/home/adam/.mpv'
[global] get_path('config') -> '/home/adam/.mpv/config'
[cfgparser] Reading config file /home/adam/.mpv/config
[cplayer] Configuration: --prefix=/usr --confdir=/etc/mpv --disable-lircc --disable-joystick --disable-radio --disable-radio-capture --disable-radio-v4l2 --disable-rpath --disable-libbs2b --disable-direct3d --disable-corevideo --disable-cocoa --disable-coreaudio
[cplayer] Command line: 'La Maison en Petits Cubes [niizk].mkv' '-v'
[global] get_path('input.conf') -> '/home/adam/.mpv/input.conf'
[input] Falling back on default (hardcoded) input config
[global] get_path('fonts') -> '/home/adam/.mpv/fonts'
[global] get_path('fonts') -> '/home/adam/.mpv/fonts'
[global] get_path('subfont.ttf') -> '/home/adam/.mpv/subfont.ttf'
[global] get_path('fonts.conf') -> '/home/adam/.mpv/fonts.conf'
[ass] [ass] Setting up fonts...
[ass] [ass] Done.
[global] get_path('La Maison en Petits Cubes [niizk].mkv.conf') -> '/home/adam/.mpv/La Maison en Petits Cubes [niizk].mkv.conf'
[global] get_path('watch_later/4A9272824A37BC7D608AAD61487C41D9') -> '/home/adam/.mpv/watch_later/4A9272824A37BC7D608AAD61487C41D9'
[?1h=[cplayer] Playing La Maison en Petits Cubes [niizk].mkv.
[open] [file] File size is 251122130 bytes
[open] [stream] [file] La Maison en Petits Cubes [niizk].mkv
[demuxer] Trying demuxer: edl (force-level: normal)
[demuxer] Trying demuxer: cue (force-level: normal)
[demuxer] Trying demuxer: rawaudio (force-level: normal)
[demuxer] Trying demuxer: rawvideo (force-level: normal)
[demuxer] Trying demuxer: tv (force-level: normal)
[demuxer] Trying demuxer: libass (force-level: normal)
[demuxer] Trying demuxer: mkv (force-level: normal)
[demux] [mkv] Found the head...
[demux] [mkv] + a segment...
[demux] [mkv] /---- [ parsing seek head ] ---------
[demux] [mkv] |+ segment information...
[demux] [mkv] | + timecode scale: 1000000
[demux] [mkv] | + duration: 726.416s
[demux] [mkv] | + segment uid 86 10 81 37 4e ac f6 dd 91 4b 19 69 97 03 25 c9
[demux] [mkv] |+ segment tracks...
[demux] [mkv] | + a track...
[demux] [mkv] | + Track number: 1
[demux] [mkv] | + Name: Tsumiki no Ie - La Maison en Petits Cubes
[demux] [mkv] | + Track type: Video
[demux] [mkv] | + Video track
[demux] [mkv] | + Display width: 853
[demux] [mkv] | + Display height: 480
[demux] [mkv] | + Pixel width: 704
[demux] [mkv] | + Pixel height: 480
[demux] [mkv] | + Codec ID: V_MPEG4/ISO/AVC
[demux] [mkv] | + CodecPrivate, length 40
[demux] [mkv] | + Language: und
[demux] [mkv] | + Default flag: 1
[demux] [mkv] | + Default duration: 33.367ms ( = 29.970 fps)
[demux] [mkv] | + a track...
[demux] [mkv] | + Track number: 2
[demux] [mkv] | + Name: 2.0 VORBIS
[demux] [mkv] | + Track type: Audio
[demux] [mkv] | + Audio track
[demux] [mkv] | + Sampling frequency: 48000.000000
[demux] [mkv] | + Channels: 2
[demux] [mkv] | + Codec ID: A_VORBIS
[demux] [mkv] | + CodecPrivate, length 3891
[demux] [mkv] | + Language: und
[demux] [mkv] | + Default flag: 1
[demux] [mkv] /---- [ parsing seek head ] ---------
[stream] stream_seek: Seek to/past EOF: no buffer preloaded.
[demux] [mkv] \---- [ parsing seek head ] ---------
[demux] [mkv] \---- [ parsing seek head ] ---------
[demux] [mkv] |+ found cluster, headers are parsed completely :)
[demux] [mkv] Aspect: 1.777083
[demux] [mkv] Track ID 1: video (V_MPEG4/ISO/AVC) "Tsumiki no Ie - La Maison en Petits Cubes"
[demux] [mkv] Track ID 2: audio (A_VORBIS) "2.0 VORBIS"
[demuxer] Detected file format: Matroska
[global] get_path('subfont.ttf') -> '/home/adam/.mpv/subfont.ttf'
[global] get_path('fonts.conf') -> '/home/adam/.mpv/fonts.conf'
[ass] [ass] Setting up fonts...
[ass] [ass] Done.
[subreader] Load subtitles in .
[global] get_path('sub/') -> '/home/adam/.mpv/sub/'
[cplayer] [stream] Video (+) --vid=0 'Tsumiki no Ie - La Maison en Petits Cubes' (h264)
[cplayer] [stream] Audio (+) --aid=0 (*) '2.0 VORBIS' (vorbis)
[cplayer] [V] fourcc:0x31637661 size:704x480 fps:29.970
[vo] X11 opening display: :0
[vo] vo: X11 running at 1366x768 (":0" => local display)
[vo] [x11] Detected wm supports NetWM.
[vo] [x11] Detected wm supports FULLSCREEN state.
[vo] [x11] Detected wm supports ABOVE state.
[vo] [x11] Detected wm supports BELOW state.
[vo] [x11] Current fstype setting honours FULLSCREEN ABOVE BELOW X atoms
[VS] Software VDPAU backend library initialized
[decvideo] Codec list:
[decvideo] lavc:h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
[decvideo] lavc:h264_vdpau (h264) - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)
[decvideo] Opening video decoder lavc:h264
[decvideo] Selected video codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 [lavc:h264]
[vo] Disabling DPMS
[vo] DPMSDisable stat: 1
[decaudio] Codec list:
[decaudio] lavc:vorbis - Vorbis
[decaudio] lavc:libvorbis (vorbis) - libvorbis
[decaudio] Opening audio decoder lavc:vorbis
[decaudio] dec_audio: Allocating 8192 + 65536 = 73728 bytes for output buffer.
[decaudio] INFO: libavcodec "vorbis" init OK!
[decaudio] Selected audio codec: Vorbis [lavc:vorbis]
[decaudio] AUDIO: 48000 Hz, 2 ch, floatle
[decaudio] Building audio filter chain for 48000Hz stereo 2ch floatle -> 0Hz empty 0ch ??...
[af] Audio filter chain:
[af] [in] 48000Hz stereo 2ch floatle
[af] [out] 48000Hz stereo 2ch floatle
[af] [ao] 0Hz empty 0ch ??
[af] Audio filter chain:
[af] [in] 48000Hz stereo 2ch floatle
[af] [out] 48000Hz stereo 2ch floatle
[af] [ao] 0Hz empty 0ch ??
[cplayer] AO: [pulse] 48000Hz stereo 2ch floatle
[cplayer] AO: Description: PulseAudio audio output
AO: Author: Lennart Poettering
[decaudio] Building audio filter chain for 48000Hz stereo 2ch floatle -> 48000Hz stereo 2ch floatle...
[af] Audio filter chain:
[af] [in] 48000Hz stereo 2ch floatle
[af] [out] 48000Hz stereo 2ch floatle
[af] [ao] 48000Hz stereo 2ch floatle
[af] Audio filter chain:
[af] [in] 48000Hz stereo 2ch floatle
[af] [out] 48000Hz stereo 2ch floatle
[af] [ao] 48000Hz stereo 2ch floatle
[cplayer] Starting playback...
[decvideo] Pixel formats supported by decoder: vaapi_vld vdpau yuv420p
[decvideo] Pixel formats supported by decoder: vaapi_vld vdpau yuv420p
[vo] X11 error: BadRequest (invalid request code or no such operation)
[vo] Type: 0, display: 0x2c2a190, resourceid: 17, serial: 23
[vo] Error code: 1, request code: a0, minor code: 1
[decvideo] [ffmpeg] aspect_ratio: 0.000000
[decvideo] VIDEO: 704x480 29.970 fps 0.0 kbps ( 0.0 kB/s)
[decvideo] VDec: vo config request - 704 x 480 (vdpau)
[vf] Trying filter chain:
[vf] [vo] ???
[cplayer] Aspect ratio is 1.78:1 - scaling to correct movie aspect.
[cplayer] VO Config (704x480->853x480,flags=0,0x45C)
[cplayer] VO: [vdpau] 704x480 => 853x480 vdpau
[cplayer] VO: Description: VDPAU with X11
[cplayer] VO: Author: Rajib Mahapatra <[email protected]> and others
[vo] [vdpau] Got display refresh rate 60.001 Hz.
[vdpau] If that value looks wrong give the -vo vdpau:fps=X suboption manually.
[vo] [vdpau] Updating CSC matrix
[vo] Window size: 853x480
[vo] Video source: 704x480 (853x480)
[vo] Video display: (0, 0) 704x480 -> (0, 0) 853x480
[vo] Video scale: 1.211648/1.000000
[vo] OSD borders: l=0 t=0 r=0 b=0
[vo] Video borders: l=0 t=0 r=0 b=0
[vo] [vdpau] Updating CSC matrix
[vf] Video filter chain:
[vf] [vo] 704x480->853x480 vdpau 0 BT.601 (SD)/TV
[vo] [vdpau] Updating CSC matrix
[decaudio] Increasing filtered audio buffer size from 0 to 4096
[decaudio] Increasing filtered audio buffer size from 4096 to 69632
[decaudio] Increasing filtered audio buffer size from 69632 to 135168
[decaudio] Increasing filtered audio buffer size from 135168 to 200704
[decaudio] Increasing filtered audio buffer size from 200704 to 266240
[decaudio] Increasing filtered audio buffer size from 266240 to 331776
[decaudio] Increasing filtered audio buffer size from 331776 to 388096
[vo] [vdpau] Frame shown too early
[vo] [vdpau] Frame shown too early
[vo] [vdpau] Frame shown too early
[vo] [vdpau] Frame shown too early
[vo] [vdpau] Frame shown too early
[vo] [vdpau] Frame shown too early
[vo] [vdpau] Frame shown too early
2) Playing a 10-bit file via vo=vdpau, desyncs and ultimately doesn't work properly:
[cplayer] mpv 0.1.7 (C) 2000-2013 mpv/MPlayer/mplayer2 projects
built on Fri Sep 20 22:59:56 CEST 2013
[cplayer] Compiled against libavutil version 52.38.100
[cplayer] Compiled against libavcodec version 55.18.102
[cplayer] Compiled against libavformat version 55.12.100
[cplayer] Compiled against libswscale version 2.3.100
[cfgparser] Reading config file /etc/mpv/mpv.conf
[cfgparser] : No such file or directory
[global] get_path('') -> '/home/adam/.mpv'
[global] get_path('config') -> '/home/adam/.mpv/config'
[cfgparser] Reading config file /home/adam/.mpv/config
[cplayer] Configuration: --prefix=/usr --confdir=/etc/mpv --disable-lircc --disable-joystick --disable-radio --disable-radio-capture --disable-radio-v4l2 --disable-rpath --disable-libbs2b --disable-direct3d --disable-corevideo --disable-cocoa --disable-coreaudio
[cplayer] Command line: '[ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv' '-v'
[global] get_path('input.conf') -> '/home/adam/.mpv/input.conf'
[input] Falling back on default (hardcoded) input config
[global] get_path('fonts') -> '/home/adam/.mpv/fonts'
[global] get_path('fonts') -> '/home/adam/.mpv/fonts'
[global] get_path('subfont.ttf') -> '/home/adam/.mpv/subfont.ttf'
[global] get_path('fonts.conf') -> '/home/adam/.mpv/fonts.conf'
[ass] [ass] Setting up fonts...
[ass] [ass] Done.
[global] get_path('[ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv.conf') -> '/home/adam/.mpv/[ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv.conf'
[global] get_path('watch_later/99B3F9726EDC41CCFA709D00925EB623') -> '/home/adam/.mpv/watch_later/99B3F9726EDC41CCFA709D00925EB623'
[?1h=[cplayer] Playing [ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv.
[open] [file] File size is 397296634 bytes
[open] [stream] [file] [ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv
[demuxer] Trying demuxer: edl (force-level: normal)
[demuxer] Trying demuxer: cue (force-level: normal)
[demuxer] Trying demuxer: rawaudio (force-level: normal)
[demuxer] Trying demuxer: rawvideo (force-level: normal)
[demuxer] Trying demuxer: tv (force-level: normal)
[demuxer] Trying demuxer: libass (force-level: normal)
[demuxer] Trying demuxer: mkv (force-level: normal)
[demux] [mkv] Found the head...
[demux] [mkv] + a segment...
[demux] [mkv] /---- [ parsing seek head ] ---------
[demux] [mkv] |+ segment information...
[demux] [mkv] | + timecode scale: 1000000
[demux] [mkv] | + duration: 1633.640s
[demux] [mkv] | + segment uid b4 28 40 4c 87 1a 0e 65 a1 d8 4c d3 cc c3 96 ef
[demux] [mkv] |+ segment tracks...
[demux] [mkv] | + a track...
[demux] [mkv] | + Track number: 1
[demux] [mkv] | + Track type: Video
[demux] [mkv] | + Video track
[demux] [mkv] | + Display width: 1280
[demux] [mkv] | + Display height: 720
[demux] [mkv] | + Pixel width: 1280
[demux] [mkv] | + Pixel height: 720
[demux] [mkv] | + Codec ID: V_MPEG4/ISO/AVC
[demux] [mkv] | + CodecPrivate, length 42
[demux] [mkv] | + Default duration: 41.708ms ( = 23.976 fps)
[demux] [mkv] | + a track...
[demux] [mkv] | + Track number: 2
[demux] [mkv] | + Track type: Audio
[demux] [mkv] | + Audio track
[demux] [mkv] | + Sampling frequency: 48000.000000
[demux] [mkv] | + Channels: 2
[demux] [mkv] | + Codec ID: A_VORBIS
[demux] [mkv] | + CodecPrivate, length 4036
[demux] [mkv] | + Language: jpn
[demux] [mkv] | + a track...
[demux] [mkv] | + Track number: 3
[demux] [mkv] | + Name: Mazui
[demux] [mkv] | + Track type: Subtitle
[demux] [mkv] | + Codec ID: S_TEXT/ASS
[demux] [mkv] | + CodecPrivate, length 2364
[demux] [mkv] /---- [ parsing chapters ] ---------
[demux] [mkv] New edition 0
[demux] [mkv] Default edition flag: 0
[demux] [mkv] Chapter 0 from 00:00:00.000 to 00:00:00.000, Prologue
[demux] [mkv] Chapter 1 from 00:01:29.89000000 to 00:00:00.000, Opening
[demux] [mkv] Chapter 2 from 00:02:59.179000000 to 00:00:00.000, Part A
[demux] [mkv] Chapter 3 from 00:13:20.800000000 to 00:00:00.000, Part B
[demux] [mkv] Chapter 4 from 00:25:37.536000000 to 00:00:00.000, Ending
[demux] [mkv] Chapter 5 from 00:27:07.626000000 to 00:00:00.000, Preview
[demux] [mkv] \---- [ parsing chapters ] ---------
[demux] [mkv] /---- [ parsing attachments ] ---------
[demux] [mkv] Attachment: arial.ttf, application/x-truetype-font, 774476 bytes
[demux] [mkv] Attachment: ARIAL_0.TTF, application/x-truetype-font, 774476 bytes
[demux] [mkv] Attachment: BALZANO.TTF, application/x-truetype-font, 51828 bytes
[demux] [mkv] Attachment: CronosPro-Capt.otf, application/x-truetype-font, 107976 bytes
[demux] [mkv] Attachment: NeoSansIntel.ttf, application/x-truetype-font, 63764 bytes
[demux] [mkv] Attachment: AbyssEPTitleFont.ttf, application/x-truetype-font, 79104 bytes
[demux] [mkv] Attachment: angeleobardo.ttf, application/x-truetype-font, 93660 bytes
[demux] [mkv] \---- [ parsing attachments ] ---------
[demux] [mkv] \---- [ parsing seek head ] ---------
[demux] [mkv] |+ found cluster, headers are parsed completely :)
[demux] [mkv] Aspect: 1.777778
[demux] [mkv] Track ID 1: video (V_MPEG4/ISO/AVC)
[demux] [mkv] Track ID 2: audio (A_VORBIS)
[demux] [mkv] Track ID 3: subtitles (S_TEXT/ASS) "Mazui"
[demuxer] Detected file format: Matroska
[global] get_path('subfont.ttf') -> '/home/adam/.mpv/subfont.ttf'
[global] get_path('fonts.conf') -> '/home/adam/.mpv/fonts.conf'
[ass] [ass] Setting up fonts...
[ass] [ass] Done.
[subreader] Load subtitles in .
[global] get_path('sub/') -> '/home/adam/.mpv/sub/'
[cplayer] [stream] Video (+) --vid=0 (h264)
[cplayer] [stream] Audio (+) --aid=0 --alang=jpn (*) (vorbis)
[cplayer] [stream] Subs (+) --sid=0 --slang=eng (*) 'Mazui' (ass)
[cplayer] [V] fourcc:0x31637661 size:1280x720 fps:23.976
[vo] X11 opening display: :0
[vo] vo: X11 running at 1366x768 (":0" => local display)
[vo] [x11] Detected wm supports NetWM.
[vo] [x11] Detected wm supports FULLSCREEN state.
[vo] [x11] Detected wm supports ABOVE state.
[vo] [x11] Detected wm supports BELOW state.
[vo] [x11] Current fstype setting honours FULLSCREEN ABOVE BELOW X atoms
[VS] Software VDPAU backend library initialized
[decvideo] Codec list:
[decvideo] lavc:h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
[decvideo] lavc:h264_vdpau (h264) - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)
[decvideo] Opening video decoder lavc:h264
[decvideo] Selected video codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 [lavc:h264]
[vo] Disabling DPMS
[vo] DPMSDisable stat: 1
[decaudio] Codec list:
[decaudio] lavc:vorbis - Vorbis
[decaudio] lavc:libvorbis (vorbis) - libvorbis
[decaudio] Opening audio decoder lavc:vorbis
[decaudio] dec_audio: Allocating 8192 + 65536 = 73728 bytes for output buffer.
[decaudio] INFO: libavcodec "vorbis" init OK!
[decaudio] Selected audio codec: Vorbis [lavc:vorbis]
[decaudio] AUDIO: 48000 Hz, 2 ch, floatle
[decaudio] Building audio filter chain for 48000Hz stereo 2ch floatle -> 0Hz empty 0ch ??...
[af] Audio filter chain:
[af] [in] 48000Hz stereo 2ch floatle
[af] [out] 48000Hz stereo 2ch floatle
[af] [ao] 0Hz empty 0ch ??
[af] Audio filter chain:
[af] [in] 48000Hz stereo 2ch floatle
[af] [out] 48000Hz stereo 2ch floatle
[af] [ao] 0Hz empty 0ch ??
[cplayer] AO: [pulse] 48000Hz stereo 2ch floatle
[cplayer] AO: Description: PulseAudio audio output
AO: Author: Lennart Poettering
[decaudio] Building audio filter chain for 48000Hz stereo 2ch floatle -> 48000Hz stereo 2ch floatle...
[af] Audio filter chain:
[af] [in] 48000Hz stereo 2ch floatle
[af] [out] 48000Hz stereo 2ch floatle
[af] [ao] 48000Hz stereo 2ch floatle
[af] Audio filter chain:
[af] [in] 48000Hz stereo 2ch floatle
[af] [out] 48000Hz stereo 2ch floatle
[af] [ao] 48000Hz stereo 2ch floatle
[osd] Subtitle filter chain: ass (ass)
[cplayer] Starting playback...
[decvideo] [ffmpeg/h264] get_buffer() failed
[decvideo] [ffmpeg/h264] thread_get_buffer() failed
[decvideo] [ffmpeg/h264] decode_slice_header error
[decvideo] [ffmpeg/h264] no frame!
[decvideo] Error while decoding frame!
[decvideo] Error using hardware decoding, falling back to software decoding.
[decvideo] [ffmpeg] aspect_ratio: 0.000000
[decvideo] VIDEO: 1280x720 23.976 fps 0.0 kbps ( 0.0 kB/s)
[decvideo] VDec: vo config request - 1280 x 720 (420p10)
[vf] Trying filter chain:
[vf] [vo] ???
[decvideo] Could not find matching colorspace - retrying with -vf scale...
[vf] Opening video filter: [scale]
[vf] SwScale params: -1 x -1 (-1=no scaling)
[vf] Trying filter chain:
[vf] [scale] ??? -> ???
[vf] [vo] ???
[cplayer] VO Config (1280x720->1280x720,flags=0,0x409)
[global] [ffmpeg/swscaler] using unscaled yuv420p10le -> yuv420p special converter
[cplayer] VO: [vdpau] 1280x720 => 1280x720 420p
[cplayer] VO: Description: VDPAU with X11
[cplayer] VO: Author: Rajib Mahapatra <[email protected]> and others
[vo] [vdpau] Got display refresh rate 60.001 Hz.
[vdpau] If that value looks wrong give the -vo vdpau:fps=X suboption manually.
[vo] [vdpau] Updating CSC matrix
[vo] Window size: 1280x720
[vo] Video source: 1280x720 (1280x720)
[vo] Video display: (0, 0) 1280x720 -> (0, 0) 1280x720
[vo] Video scale: 1.000000/1.000000
[vo] OSD borders: l=0 t=0 r=0 b=0
[vo] Video borders: l=0 t=0 r=0 b=0
[vo] [vdpau] Updating CSC matrix
[vf] Video filter chain:
[vf] [scale] 1280x720 420p10 0 BT.709 (HD)/TV -> 1280x720 420p 0 BT.709 (HD)/TV
[vf] [vo] 1280x720 420p 0 BT.709 (HD)/TV
[vo] [vdpau] Updating CSC matrix
[decaudio] Increasing filtered audio buffer size from 0 to 4096
[decaudio] Increasing filtered audio buffer size from 4096 to 69632
[decaudio] Increasing filtered audio buffer size from 69632 to 135168
[decaudio] Increasing filtered audio buffer size from 135168 to 200704
[decaudio] Increasing filtered audio buffer size from 200704 to 266240
[decaudio] Increasing filtered audio buffer size from 266240 to 331776
[decaudio] Increasing filtered audio buffer size from 331776 to 388096
[vo] [vdpau] Frame shown too early
[vo] [vdpau] Frame shown too early
[vo] [vdpau] Frame shown too early
[vo] [vdpau] Frame shown too early
3) Playing a 10-bit file through vo=opengl, works fine
[cplayer] mpv 0.1.7 (C) 2000-2013 mpv/MPlayer/mplayer2 projects
built on Fri Sep 20 22:59:56 CEST 2013
[cplayer] Compiled against libavutil version 52.38.100
[cplayer] Compiled against libavcodec version 55.18.102
[cplayer] Compiled against libavformat version 55.12.100
[cplayer] Compiled against libswscale version 2.3.100
[cfgparser] Reading config file /etc/mpv/mpv.conf
[cfgparser] : No such file or directory
[global] get_path('') -> '/home/adam/.mpv'
[global] get_path('config') -> '/home/adam/.mpv/config'
[cfgparser] Reading config file /home/adam/.mpv/config
[cplayer] Configuration: --prefix=/usr --confdir=/etc/mpv --disable-lircc --disable-joystick --disable-radio --disable-radio-capture --disable-radio-v4l2 --disable-rpath --disable-libbs2b --disable-direct3d --disable-corevideo --disable-cocoa --disable-coreaudio
[cplayer] Command line: '[ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv' '-v'
[global] get_path('input.conf') -> '/home/adam/.mpv/input.conf'
[input] Falling back on default (hardcoded) input config
[global] get_path('fonts') -> '/home/adam/.mpv/fonts'
[global] get_path('fonts') -> '/home/adam/.mpv/fonts'
[global] get_path('subfont.ttf') -> '/home/adam/.mpv/subfont.ttf'
[global] get_path('fonts.conf') -> '/home/adam/.mpv/fonts.conf'
[ass] [ass] Setting up fonts...
[ass] [ass] Done.
[global] get_path('[ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv.conf') -> '/home/adam/.mpv/[ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv.conf'
[global] get_path('watch_later/99B3F9726EDC41CCFA709D00925EB623') -> '/home/adam/.mpv/watch_later/99B3F9726EDC41CCFA709D00925EB623'
[?1h=[cplayer] Playing [ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv.
[open] [file] File size is 397296634 bytes
[open] [stream] [file] [ANE] Ore no Imouto ga Konna ni Kawaii Wake ga Nai - Ep01 [BDRip 720p x264 Vorbis].mkv
[demuxer] Trying demuxer: edl (force-level: normal)
[demuxer] Trying demuxer: cue (force-level: normal)
[demuxer] Trying demuxer: rawaudio (force-level: normal)
[demuxer] Trying demuxer: rawvideo (force-level: normal)
[demuxer] Trying demuxer: tv (force-level: normal)
[demuxer] Trying demuxer: libass (force-level: normal)
[demuxer] Trying demuxer: mkv (force-level: normal)
[demux] [mkv] Found the head...
[demux] [mkv] + a segment...
[demux] [mkv] /---- [ parsing seek head ] ---------
[demux] [mkv] |+ segment information...
[demux] [mkv] | + timecode scale: 1000000
[demux] [mkv] | + duration: 1633.640s
[demux] [mkv] | + segment uid b4 28 40 4c 87 1a 0e 65 a1 d8 4c d3 cc c3 96 ef
[demux] [mkv] |+ segment tracks...
[demux] [mkv] | + a track...
[demux] [mkv] | + Track number: 1
[demux] [mkv] | + Track type: Video
[demux] [mkv] | + Video track
[demux] [mkv] | + Display width: 1280
[demux] [mkv] | + Display height: 720
[demux] [mkv] | + Pixel width: 1280
[demux] [mkv] | + Pixel height: 720
[demux] [mkv] | + Codec ID: V_MPEG4/ISO/AVC
[demux] [mkv] | + CodecPrivate, length 42
[demux] [mkv] | + Default duration: 41.708ms ( = 23.976 fps)
[demux] [mkv] | + a track...
[demux] [mkv] | + Track number: 2
[demux] [mkv] | + Track type: Audio
[demux] [mkv] | + Audio track
[demux] [mkv] | + Sampling frequency: 48000.000000
[demux] [mkv] | + Channels: 2
[demux] [mkv] | + Codec ID: A_VORBIS
[demux] [mkv] | + CodecPrivate, length 4036
[demux] [mkv] | + Language: jpn
[demux] [mkv] | + a track...
[demux] [mkv] | + Track number: 3
[demux] [mkv] | + Name: Mazui
[demux] [mkv] | + Track type: Subtitle
[demux] [mkv] | + Codec ID: S_TEXT/ASS
[demux] [mkv] | + CodecPrivate, length 2364
[demux] [mkv] /---- [ parsing chapters ] ---------
[demux] [mkv] New edition 0
[demux] [mkv] Default edition flag: 0
[demux] [mkv] Chapter 0 from 00:00:00.000 to 00:00:00.000, Prologue
[demux] [mkv] Chapter 1 from 00:01:29.89000000 to 00:00:00.000, Opening
[demux] [mkv] Chapter 2 from 00:02:59.179000000 to 00:00:00.000, Part A
[demux] [mkv] Chapter 3 from 00:13:20.800000000 to 00:00:00.000, Part B
[demux] [mkv] Chapter 4 from 00:25:37.536000000 to 00:00:00.000, Ending
[demux] [mkv] Chapter 5 from 00:27:07.626000000 to 00:00:00.000, Preview
[demux] [mkv] \---- [ parsing chapters ] ---------
[demux] [mkv] /---- [ parsing attachments ] ---------
[demux] [mkv] Attachment: arial.ttf, application/x-truetype-font, 774476 bytes
[demux] [mkv] Attachment: ARIAL_0.TTF, application/x-truetype-font, 774476 bytes
[demux] [mkv] Attachment: BALZANO.TTF, application/x-truetype-font, 51828 bytes
[demux] [mkv] Attachment: CronosPro-Capt.otf, application/x-truetype-font, 107976 bytes
[demux] [mkv] Attachment: NeoSansIntel.ttf, application/x-truetype-font, 63764 bytes
[demux] [mkv] Attachment: AbyssEPTitleFont.ttf, application/x-truetype-font, 79104 bytes
[demux] [mkv] Attachment: angeleobardo.ttf, application/x-truetype-font, 93660 bytes
[demux] [mkv] \---- [ parsing attachments ] ---------
[demux] [mkv] \---- [ parsing seek head ] ---------
[demux] [mkv] |+ found cluster, headers are parsed completely :)
[demux] [mkv] Aspect: 1.777778
[demux] [mkv] Track ID 1: video (V_MPEG4/ISO/AVC)
[demux] [mkv] Track ID 2: audio (A_VORBIS)
[demux] [mkv] Track ID 3: subtitles (S_TEXT/ASS) "Mazui"
[demuxer] Detected file format: Matroska
[global] get_path('subfont.ttf') -> '/home/adam/.mpv/subfont.ttf'
[global] get_path('fonts.conf') -> '/home/adam/.mpv/fonts.conf'
[ass] [ass] Setting up fonts...
[ass] [ass] Done.
[subreader] Load subtitles in .
[global] get_path('sub/') -> '/home/adam/.mpv/sub/'
[cplayer] [stream] Video (+) --vid=0 (h264)
[cplayer] [stream] Audio (+) --aid=0 --alang=jpn (*) (vorbis)
[cplayer] [stream] Subs (+) --sid=0 --slang=eng (*) 'Mazui' (ass)
[cplayer] [V] fourcc:0x31637661 size:1280x720 fps:23.976
[vo] X11 opening display: :0
[vo] vo: X11 running at 1366x768 (":0" => local display)
[vo] [x11] Detected wm supports NetWM.
[vo] [x11] Detected wm supports FULLSCREEN state.
[vo] [x11] Detected wm supports ABOVE state.
[vo] [x11] Detected wm supports BELOW state.
[vo] [x11] Current fstype setting honours FULLSCREEN ABOVE BELOW X atoms
[vo] [gl] GLX chose visual with ID 0x29
[vo] [gl] Detected OpenGL 3.0.
[vo] GL_VENDOR='ATI Technologies Inc.'
[vo] GL_RENDERER='AMD Radeon HD 7340 Graphics'
[vo] GL_VERSION='3.0.12441 Compatibility Profile Context 13.20.11'
[vo] GL_SHADING_LANGUAGE_VERSION='4.30'
[vo] [gl] OpenGL legacy compat. found.
[vo] [gl] Detected OpenGL features: [Basic OpenGL] [Legacy OpenGL] [OpenGL 2.0] [OpenGL 2.1] [OpenGL 3.0] [Framebuffers] [VAOs] [sRGB textures] [sRGB framebuffers] [Float textures] [RG textures] [NO_SW]
[vo/opengl] Testing user-set FBO format
[vo/opengl] Create FBO: 16x16
[vo/opengl] 8-bit precision: 0x0p+0
[vo/opengl] 16-bit precision: 0x1.0001p-9
[vo/opengl] full float: 0x1.01p-9
[vo/opengl] out of range value (2): 0x1p+0
[vo/opengl] Display depth: R=8, G=8, B=8
[vo/opengl] Testing user-set FBO format
[vo/opengl] Create FBO: 16x16
[vo/opengl] 8-bit precision: 0x0p+0
[vo/opengl] 16-bit precision: 0x1.0001p-9
[vo/opengl] full float: 0x1.01p-9
[vo/opengl] out of range value (2): 0x1p+0
[vo/opengl] Reinit rendering.
[decvideo] Codec list:
[decvideo] lavc:h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
[decvideo] lavc:h264_vdpau (h264) - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)
[decvideo] Opening video decoder lavc:h264
[decvideo] Selected video codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 [lavc:h264]
[vo] Disabling DPMS
[vo] DPMSDisable stat: 1
[decaudio] Codec list:
[decaudio] lavc:vorbis - Vorbis
[decaudio] lavc:libvorbis (vorbis) - libvorbis
[decaudio] Opening audio decoder lavc:vorbis
[decaudio] dec_audio: Allocating 8192 + 65536 = 73728 bytes for output buffer.
[decaudio] INFO: libavcodec "vorbis" init OK!
[decaudio] Selected audio codec: Vorbis [lavc:vorbis]
[decaudio] AUDIO: 48000 Hz, 2 ch, floatle
[decaudio] Building audio filter chain for 48000Hz stereo 2ch floatle -> 0Hz empty 0ch ??...
[af] Audio filter chain:
[af] [in] 48000Hz stereo 2ch floatle
[af] [out] 48000Hz stereo 2ch floatle
[af] [ao] 0Hz empty 0ch ??
[af] Audio filter chain:
[af] [in] 48000Hz stereo 2ch floatle
[af] [out] 48000Hz stereo 2ch floatle
[af] [ao] 0Hz empty 0ch ??
[cplayer] AO: [pulse] 48000Hz stereo 2ch floatle
[cplayer] AO: Description: PulseAudio audio output
AO: Author: Lennart Poettering
[decaudio] Building audio filter chain for 48000Hz stereo 2ch floatle -> 48000Hz stereo 2ch floatle...
[af] Audio filter chain:
[af] [in] 48000Hz stereo 2ch floatle
[af] [out] 48000Hz stereo 2ch floatle
[af] [ao] 48000Hz stereo 2ch floatle
[af] Audio filter chain:
[af] [in] 48000Hz stereo 2ch floatle
[af] [out] 48000Hz stereo 2ch floatle
[af] [ao] 48000Hz stereo 2ch floatle
[osd] Subtitle filter chain: ass (ass)
[cplayer] Starting playback...
[decvideo] [ffmpeg] aspect_ratio: 0.000000
[decvideo] VIDEO: 1280x720 23.976 fps 0.0 kbps ( 0.0 kB/s)
[decvideo] VDec: vo config request - 1280 x 720 (420p10)
[vf] Trying filter chain:
[vf] [vo] ???
[cplayer] VO Config (1280x720->1280x720,flags=0,0x409)
[cplayer] VO: [opengl] 1280x720 => 1280x720 420p10
[cplayer] VO: Description: Extended OpenGL Renderer
[cplayer] VO: Author: Based on vo_gl.c by Reimar Doeffinger
[vo/opengl] Testing user-set FBO format
[vo/opengl] Create FBO: 16x16
[vo/opengl] 8-bit precision: 0x0p+0
[vo/opengl] 16-bit precision: 0x1.0001p-9
[vo/opengl] full float: 0x1.01p-9
[vo/opengl] out of range value (2): 0x1p+0
[vo/opengl] Texture for plane 0: 1280x720
[vo/opengl] Texture for plane 1: 640x360
[vo/opengl] Texture for plane 2: 640x360
[vo/opengl] Reinit rendering.
[vo/opengl] compiling shader program 'frag_osd_libass', header:
[vo/opengl] compiling shader program 'frag_osd_rgba', header:
[vo/opengl] compiling shader program 'final', header:
[vo/opengl] [ 1] #define SAMPLE_L sample_bilinear
[vo/opengl] [ 2] #define USE_CONV CONV_PLANAR
[vo/opengl] [ 3] #define USE_COLORMATRIX 1
[vo/opengl] [ 4] #define SAMPLE_C sample_bilinear
[vo/opengl] Resize: 1280x720
[vo] Window size: 1280x720
[vo] Video source: 1280x720 (1280x720)
[vo] Video display: (0, 0) 1280x720 -> (0, 0) 1280x720
[vo] Video scale: 1.000000/1.000000
[vo] OSD borders: l=0 t=0 r=0 b=0
[vo] Video borders: l=0 t=0 r=0 b=0
[vf] Video filter chain:
[vf] [vo] 1280x720 420p10 0 BT.709 (HD)/TV
[decaudio] Increasing filtered audio buffer size from 0 to 4096
[decaudio] Increasing filtered audio buffer size from 4096 to 69632
[decaudio] Increasing filtered audio buffer size from 69632 to 135168
[decaudio] Increasing filtered audio buffer size from 135168 to 200704
[decaudio] Increasing filtered audio buffer size from 200704 to 266240
[decaudio] Increasing filtered audio buffer size from 266240 to 331776
[decaudio] Increasing filtered audio buffer size from 331776 to 388096
Last edited by aphirst (2014-01-02 23:20:53)

So, I had a nice long conversation last night with some of the devs on the IRC channel (that I didn't find first-time-round somehow). I'll summarise this in bullet points:
>I'm using an ATI card with the proprietary driver
>I'm exposing VDPAU via a library that uses VA-API underneath
>the vo_vdpau mode for mpv continues to handle file playback even if the vdpau hardware decoder won't initialise
>>i.e. vdpau itself calls the software decoder, and then handles the calls to a software renderer
>because I'm using VDPAU in an indirect "wheels within wheels" library, it's slow as all hell
Solution:
UPDATE: READ THE POST BELOW, A BETTER SOLUTION HAS BEEN IMPLEMENTED
>mpv-git has native VA-API support, vo_vaapi
>compiling and using this works perfectly
>the vaapi handler is able to much more efficiently handle the calls to software decoders/renderers
>8bit h.264 files play fullspeed using hardware decoding
>10bit h.264 files are automatically handed to software-decoding, and play (almost!) as well as they should (i.e. when directly calling vo_opengl or vo_xv)
Note that it's still a little slower than using opengl or xv, which is kind of odd. wm4 on IRC mentioned he might be able to do something about this, by implementing the (hackish, apparently) thing that VLC does, so that vo_vaapi doesn't have to use swscale (slow) before rendering; but I'll wait and see if that pans out.
TL;DR - People using the proprietary ATI driver should compile mpv-git and and use vo=vaapi
@Roberth: I actually did have that enabled, but whether it was or wasn't enabled didn't affect the problem I was having. After all, the problem was with vo_vdpau calling software decoding in an inefficient, roundabout way. vo_vaapi still isn't as efficient at this as it should be, it seems, but it's better than vo_vdpau was on my setup.
@kaszak696: As far as I was aware, sws=0 was the default behaviour, but I do recall forcing that at one point with no effect. Either way, my particular problem is solved/worked around now! Well, almost.
Last edited by aphirst (2013-09-22 23:38:35)

Similar Messages

  • MPV: hwdec=vaapi fails and falls back to software decoding

    I've always been confused by setting up hardware decoding - but a couple of recent threads reminded me of this nagging issue and I took another shot at it.  Yet despite all the claims that mpv should support vaapi, it is simply not working here.  I've followed the instructions here yet mpv falls back to software decoding every time.  I've been searching for related issues, but I can't seem to find any reports from intel graphics users.
    The output from mpv:
    $ mpv --vo=opengl --hwdec=vaapi video.mpg
    Playing: video.mpg
    [stream] Video (+) --vid=1 (mpeg1video)
    [vo/opengl/x11] X11 error: GLXBadFBConfig
    [vo/opengl] Could not create GL3 context. Retrying with legacy context.
    Using software decoding.
    VO: [opengl] 720x480 => 853x480 yuv420p
    V: 00:00:00 / 00:00:32 (2%) Dropped: 1
    Exiting... (Quit)
    Mpv's man page suggests that vo=vaapi should only be used for old hardware, though it doesn't specify how old.  I gave that a try too.  That avoids the GLX error, yet still falls back to software decoding:
    $ mpv --vo=vaapi --hwdec=vaapi video.mpg
    Playing: video.mpg
    [stream] Video (+) --vid=1 (mpeg1video)
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/dri/i965_drv_video.so
    libva info: Found init function __vaDriverInit_0_37
    libva info: va_openDriver() returns 0
    Using software decoding.
    VO: [vaapi] 720x480 => 853x480 yuv420p
    V: 00:00:00 / 00:00:32 (1%)
    Exiting... (Quit)
    My hardware:
    $ lspci -vnn | grep -i vga
    00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07) (prog-if 00 [VGA controller])
    I have all the drivers/packages listed on the intel graphics wiki page.
    I must be missing something obvious here - the guides seem to suggest this should 'just work' yet mpv keeps falling back to software decoding.

    I was hoping you'd chime in on this one Gusar. Thanks to both of your for the suggestions.  So far no joy, though.  I installed libva-intel-driver-g45-h264 and tried again and received identical output as in my initial post.  I also tried xf86-video-intel-git which also gave no change.
    To be clear, the video plays just fine, but it just relies on software decoding.
    The output from vainfo from after the updates:
    $ vainfo
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/dri/i965_drv_video.so
    libva info: Found init function __vaDriverInit_0_37
    libva info: va_openDriver() returns 0
    vainfo: VA-API version: 0.37 (libva 1.5.0)
    vainfo: Driver version: Intel i965 driver for Intel(R) GM45 Express Chipset - 1.5.0
    vainfo: Supported profile and entrypoints
    VAProfileMPEG2Simple : VAEntrypointVLD
    VAProfileMPEG2Main : VAEntrypointVLD
    VAProfileH264ConstrainedBaseline: VAEntrypointVLD
    VAProfileH264Main : VAEntrypointVLD
    VAProfileH264High : VAEntrypointVLD
    edit: for reference/comparison I removed the new packages and got the "pre" vainfo (then reinstalled the aur packages again):
    $ vainfo
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/dri/i965_drv_video.so
    libva info: va_openDriver() returns -1
    vaInitialize failed with error code -1 (unknown libva error),exit
    As I'm pretty ignorant about video drivers, I'm curious if there are some video files that just would not be able to be hardware-decoded?  I've tried a small number of different videos and am getting the same results with all of them, but if there are video-file constraints, are there any sample/testing videos around I should use for debugging?
    Last edited by Trilby (2015-01-26 20:59:33)

  • IMac mid 2010 slow with 10.9

    Hi,
    My 2010 imac (i5, 4G mem) has been pretty slow since mavericks - the system seems slow and unresponsive with even simple operations seeming sluggish (my 8yr old core 2 duo laptop with 10.6 was way more responsive).
    I came across the thread Re: iMac mid 2010 slow with 10.9 and hoped I might be able to get some advice.
    I have previously reinstalled the system from fresh to see if this would help - and while it did for a while it seems to have become slow again.
    I tried starting in safe mode and it didn't seem very different. Some operations seemed slower and the window redrawing was really choppy and a bit weird (not sure if this is usual in safe mode?)
    I noticed that while I was running EtreCheck and perhaps also Diskutility just now (after running the imac in safemode and then restarting it) that the Finder kept restarting. All the icons would vanish and then reload in the finder window and on the desktop. I haven't seen this before.
    I have installed and run EtreCheck and the results are below. If anyone could give some advice that would be really appreciated. Thanks
    EtreCheck version: 1.9.12 (48)
    Report generated 23 July 2014 9:31:05 am AEST
    Hardware Information:
        iMac (27-inch, Mid 2010) (Verified)
        iMac - model: iMac11,3
        1 2.8 GHz Intel Core i5 CPU: 4 cores
        4 GB RAM
    Video Information:
        ATI Radeon HD 5750 - VRAM: 1024 MB
            iMac 2560 x 1440
    System Software:
        OS X 10.9.3 (13D65) - Uptime: 0 days 0:10:13
    Disk Information:
        ST31000528AS disk0 : (1 TB)
            EFI (disk0s1) <not mounted>: 209.7 MB
            Drive (disk0s2) / [Startup]: 999.35 GB (531.29 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        OPTIARC DVD RW AD-5680H 
    USB Information:
        Apple Inc. Built-in iSight
        Apple Computer, Inc. IR Receiver
        Apple Internal Memory Card Reader
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Gatekeeper:
        Anywhere
    Kernel Extensions:
        [not loaded]    com.elgato.driver.DontMatchAfaTech (1.1) Support
        [not loaded]    com.elgato.driver.DontMatchCinergy450 (1.1) Support
        [not loaded]    com.elgato.driver.DontMatchCinergyXS (1.1) Support
        [not loaded]    com.elgato.driver.DontMatchEmpia (1.1) Support
        [not loaded]    com.elgato.driver.DontMatchVoyager (1.1) Support
        [loaded]    org.virtualbox.kext.VBoxDrv (4.3.12) Support
        [loaded]    org.virtualbox.kext.VBoxNetAdp (4.3.12) Support
        [loaded]    org.virtualbox.kext.VBoxNetFlt (4.3.12) Support
        [loaded]    org.virtualbox.kext.VBoxUSB (4.3.12) Support
    Launch Daemons:
        [loaded]    com.adobe.fpsaud.plist Support
        [running]    com.elgato.EyeConnect.plist Support
        [loaded]    com.spotflux.Spotflux.tun.plist Support
        [not loaded]    org.virtualbox.startup.plist Support
    User Launch Agents:
        [loaded]    com.adobe.ARM.[...].plist Support
        [loaded]    com.google.keystone.agent.plist Support
        [not loaded]    org.virtualbox.vboxwebsrv.plist Support
    User Login Items:
        Quicksilver
        iTunesHelper
        EyeTV Helper
        Dropbox
        Google Drive
        Canon IJ Network Scanner Selector EX
        Launch Nikon Message Center 2
        spotflux
    Internet Plug-ins:
        FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
        QuickTime Plugin: Version: 7.7.3
        AdobePDFViewerNPAPI: Version: 11.0.07 - SDK 10.6 Support
        AdobePDFViewer: Version: 11.0.07 - SDK 10.6 Support
        Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
        Default Browser: Version: 537 - SDK 10.9
        JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Audio Plug-ins:
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 2.0 - SDK 10.9
        AppleAVBAudio: Version: 203.2 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
        Flash Player  Support
    Time Machine:
        Auto backup: YES
        Volumes being backed up:
            Drive: Disk size: 930.71 GB Disk used: 435.91 GB
        Destinations:
            Seagate Expansion Drive [Local] (Last used)
            Total size: 2 
            Total number of backups: 16
            Oldest backup: 2013-04-07 12:02:01 +0000
            Last backup: 2014-07-09 05:14:20 +0000
            Size of backup disk: Adequate
                Backup size 2  > (Disk used 435.91 GB X 3)
        Time Machine details may not be accurate.
        All volumes being backed up may not be listed.
    Top Processes by CPU:
             1%    WindowServer
             1%    firefox
             0%    fontd
             0%    dpd
    Top Processes by Memory:
        471 MB    firefox
        139 MB    com.apple.IconServicesAgent
        106 MB    Finder
        90 MB    mds_stores
        82 MB    Dropbox
    Virtual Memory Information:
        613 MB    Free RAM
        1.85 GB    Active RAM
        1.12 GB    Inactive RAM
        440 MB    Wired RAM
        1.36 GB    Page-ins
        60 KB    Page-outs

    Hi,
    thankyou for helping. I think I have managed to follow both steps below. The errors that are occurring related directly to the finder crashing  - I am not sure if this is related to the general slowness but it would be great to fix.
    Thanks
    STEP 1
    This is a small section of consective System log Queries. There is a cycle with the crashes that reoccurs regularly but this section seems to capture the errors that are occurring.
    23/07/2014 11:18:38.172 am ReportCrash[1102]: Saved crash report for Finder[1099] version 10.9.3 (10.9.3) to /Users/nathan/Library/Logs/DiagnosticReports/Finder_2014-07-23-111838_nathans-i Mac.crash
    23/07/2014 11:18:38.188 am ReportCrash[1102]: Removing excessive log: file:///Users/nathan/Library/Logs/DiagnosticReports/Finder_2014-07-23-105828_na thans-iMac.crash
    23/07/2014 11:19:37.000 am kernel[0]: Data/Stack execution not permitted: Finder[pid 1103] at virtual address 0x10e603000, protections were read-only
    23/07/2014 11:19:38.026 am com.apple.launchd.peruser.501[265]: (com.apple.Finder[1103]) Job appears to have crashed: Bus error: 10
    23/07/2014 11:19:38.148 am ReportCrash[1102]: Saved crash report for Finder[1103] version 10.9.3 (10.9.3) to /Users/nathan/Library/Logs/DiagnosticReports/Finder_2014-07-23-111938_nathans-i Mac.crash
    23/07/2014 11:19:38.149 am ReportCrash[1102]: Removing excessive log: file:///Users/nathan/Library/Logs/DiagnosticReports/Finder_2014-07-23-105928_na thans-iMac.crash
    23/07/2014 11:19:38.301 am Google Drive[332]: Failed to send: -609
    23/07/2014 11:20:17.000 am kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1109[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    23/07/2014 11:20:38.000 am kernel[0]: Data/Stack execution not permitted: Finder[pid 1108] at virtual address 0x109e84000, protections were read-only
    23/07/2014 11:20:38.696 am com.apple.launchd.peruser.501[265]: (com.apple.Finder[1108]) Job appears to have crashed: Bus error: 10
    STEP 2
    Process:    
    Finder [1012]
    Path:       
    /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier: 
    com.apple.finder
    Version:    
    10.9.3 (10.9.3)
    Build Info: 
    Finder_FE-885003002000000~1
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [265]
    Responsible:
    Finder [1012]
    User ID:    
    501
    Date/Time:  
    2014-07-23 11:03:30.239 +1000
    OS Version: 
    Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  541515EE-7A24-B680-6680-DFD7AAD386B4
    Crashed Thread:  7
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0:
    -->
    __TEXT            
    000000010c6b4000-000000010cb83000 [ 4924K] r-x/rwx SM=COW  /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib  
    0x0000000112e04a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x0000000112e03d18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x0000000111807fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00000001118075e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x0000000111806f25 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox     
    0x000000010f4f0a0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox     
    0x000000010f4f07b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox     
    0x000000010f4f05bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit        
    0x00000001104b726e _DPSNextEvent + 1434
    9   com.apple.AppKit        
    0x00000001104b68bb -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit        
    0x00000001104aa9bc -[NSApplication run] + 553
    11  com.apple.AppKit        
    0x00000001104957a3 NSApplicationMain + 940
    12  com.apple.finder        
    0x000000010c6ba770 0x10c6b4000 + 26480
    13  libdyld.dylib           
    0x0000000112c6a5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x0000000112e09662 kevent64 + 10
    1   libdispatch.dylib       
    0x0000000112c30421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib       
    0x0000000112c30136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib  
    0x0000000112e04a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x0000000112e03d18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x0000000111807fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00000001118075e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x0000000111806f25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit        
    0x000000011065705e _NSEventThread + 144
    6   libsystem_pthread.dylib 
    0x0000000112f1c899 _pthread_body + 138
    7   libsystem_pthread.dylib 
    0x0000000112f1c72a _pthread_start + 137
    8   libsystem_pthread.dylib 
    0x0000000112f20fc9 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib  
    0x0000000112e08e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x0000000112f1df08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x0000000112f20fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib  
    0x0000000112e08e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x0000000112f1df08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x0000000112f20fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib  
    0x0000000112e08e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x0000000112f1df08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x0000000112f20fb9 start_wqthread + 13
    Thread 6:
    Thread 7 Crashed:
    0   com.apple.finder        
    0x000000010c9b3fc2 0x10c6b4000 + 3145666
    Thread 7 crashed with X86 Thread State (64-bit):
      rax: 0x000000000974c984  rbx: 0x0000000000000050  rcx: 0x000000010e6a8000  rdx: 0x0000000000000050
      rdi: 0x000000010e6a8000  rsi: 0x000000010e2f2000  rbp: 0x000000010e6a9ff0  rsp: 0x000000010e6a9f78
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x000000010e2f2000
      rip: 0x000000010c9b3fc2  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Logical CPU:
    0
    Error Code: 
    0x00000004
    Trap Number:
    14
    Binary Images:
    0x10c6b4000 -   
    0x10cb82ff5  com.apple.finder (10.9.3 - 10.9.3) <904FF4B2-31A2-30F8-B606-784D38AF7232> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    0x10ccb7000 -   
    0x10cde7ff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x10ce6a000 -   
    0x10cecdffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x10cf0d000 -   
    0x10cf48fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x10cf5d000 -   
    0x10cf62fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x10cf6f000 -   
    0x10cfdbfff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x10d010000 -   
    0x10d03cff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
    0x10d06b000 -   
    0x10d14ffff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x10d212000 -   
    0x10d25dfff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x10d2a6000 -   
    0x10d442ff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x10d520000 -   
    0x10d52efff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x10d53c000 -   
    0x10d600ff7  com.apple.backup.framework (1.5.3 - 1.5.3) <088FEDED-BF5C-33F4-A51A-646C8149BDAA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x10d68b000 -   
    0x10d6dcfff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x10d71c000 -   
    0x10d8d4ffb  libicucore.A.dylib (511.32) <A7CE7DAD-D3AD-36A2-BE4F-25C5F21FADBB> /usr/lib/libicucore.A.dylib
    0x10d97b000 -   
    0x10d982fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x10d98e000 -   
    0x10dbeffff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x10de40000 -   
    0x10df11fff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x10dfca000 -   
    0x10e253fff  com.apple.CommerceKit (1.2.0 - 232.9) <F7FE41AC-AEFE-39B9-892B-0CD486C8E442> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
    0x10e2f3000 -   
    0x10e345ff7  com.apple.Suggestions (3.0 - 137.1) <B7E5B685-C6A4-35DB-BA0A-8DBA2BF4ADF6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x10e38d000 -   
    0x10e4e1ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x10e577000 -   
    0x10e648ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <B26C8237-52E0-3E93-A2E2-147B57B3292E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x10e6ae000 -   
    0x10e6afff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x10e6b4000 -   
    0x10e73ffff  libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib
    0x10e767000 -   
    0x10e7adfff  com.apple.DiskManagement (6.1 - 744.1) <3DD4CD10-4476-334C-8C4B-991A85AAC272> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
    0x10e7da000 -   
    0x10e7e4ff7  libcsfde.dylib (380) <A5CF6F85-0537-399F-968B-1536B1235E65> /usr/lib/libcsfde.dylib
    0x10e7f4000 -   
    0x10e835fff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x10f088000 -   
    0x10f0b6ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x10f0e8000 -   
    0x10f0ebfff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x10f0f2000 -   
    0x10f0fefff  com.apple.Collaboration (71 - 71) <0CD617F3-354C-3FEF-A966-C2553B7662EE> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
    0x10f10f000 -   
    0x10f369ffd  com.apple.security (7.0 - 55471.14.4) <1D5DA20E-DB48-3E1D-9BF5-BAA694192B25> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x10f4b8000 -   
    0x10f4b8fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x10f4c2000 -   
    0x10f76cff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x10f8cb000 -   
    0x10f8d8fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x10f8ed000 -   
    0x10fbebfff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x10fe2d000 -   
    0x10ffdaf27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x10fffd000 -   
    0x11004ffff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x1100b0000 -   
    0x1100b1ff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
    0x1100b9000 -   
    0x11017bff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x1101e9000 -   
    0x110384ff8  com.apple.CFNetwork (673.3 - 673.3) <4375B7CB-34B6-3A26-99AC-2D2404AD9C9B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x11048d000 -   
    0x11048dfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x110493000 -   
    0x111009ff7  com.apple.AppKit (6.9 - 1265.20) <D2A7AF23-0FEA-3D7D-9CF5-B4E262224577> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x111797000 -   
    0x11197cfff  com.apple.CoreFoundation (6.9 - 855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x111af4000 -   
    0x111bfaff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x111c66000 -   
    0x111c66fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x111c6d000 -   
    0x111ce0fff  com.apple.securityfoundation (6.0 - 55122.1) <D5AA4461-7406-3054-875D-0EDA3A6030EA> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x111d22000 -   
    0x112641f43  com.apple.CoreGraphics (1.600.0 - 599.23.13) <3A1952C7-1D67-3DEC-A5AB-5399FF4F2A92> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x11276e000 -   
    0x11277efff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x112789000 -   
    0x1127a2ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x1127b7000 -   
    0x1127c2ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x1127d2000 -   
    0x112802fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x11282f000 -   
    0x11289eff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x1128d1000 -   
    0x11295afff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x1129a8000 -   
    0x1129edff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x112a24000 -   
    0x112a33ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x112a43000 -   
    0x112a90ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x112ac0000 -   
    0x112af9ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x112b1b000 -   
    0x112b24fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x112b3c000 -   
    0x112b4dff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x112b57000 -   
    0x112b5affc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x112b6a000 -   
    0x112b6afff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x112b73000 -   
    0x112b77ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x112b83000 -   
    0x112b8dfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x112b9e000 -   
    0x112ba5fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x112bb6000 -   
    0x112bbdff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x112bc8000 -   
    0x112c16fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x112c2d000 -   
    0x112c47fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    0x112c67000 -   
    0x112c6aff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
    0x112c77000 -   
    0x112c77ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x112c82000 -   
    0x112c89ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
    0x112c93000 -   
    0x112c98fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x112ca3000 -   
    0x112ca5ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x112cad000 -   
    0x112caeffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x112cb6000 -   
    0x112cc7ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x112cd8000 -   
    0x112cd9ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x112ce5000 -   
    0x112d6eff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x112d9c000 -   
    0x112d9eff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
    0x112da7000 -   
    0x112daffff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
    0x112db6000 -   
    0x112dddffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x112df3000 -   
    0x112e0fff7  libsystem_kernel.dylib (2422.100.13) <498AEBD7-4194-3CF2-AA16-D5D03FFBD8C0> /usr/lib/system/libsystem_kernel.dylib
    0x112e39000 -   
    0x112e68fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x112e7a000 -   
    0x112e95ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x112ea1000 -   
    0x112ec8ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x112ee7000 -   
    0x112ef0ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x112efc000 -   
    0x112f02ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x112f1b000 -   
    0x112f22ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x112f32000 -   
    0x112f33ff7  libsystem_sandbox.dylib (278.11) <B46E4040-A8C6-3EBC-91F8-F1CB01106614> /usr/lib/system/libsystem_sandbox.dylib
    0x112f3f000 -   
    0x112f43ff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
    0x112f50000 -   
    0x112f51fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x112f5a000 -   
    0x112f5fff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x112f69000 -   
    0x112f8dfff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x112fad000 -   
    0x112fefff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x11300e000 -   
    0x113037ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x113045000 -   
    0x113050fff  libkxld.dylib (2422.100.13) <67D079F8-6C48-3F42-9FBE-26F1ADA03DC4> /usr/lib/system/libkxld.dylib
    0x113056000 -   
    0x113340fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x1133c4000 -   
    0x113454ff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x1134c2000 -   
    0x113539fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x1135e1000 -   
    0x11364efff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x113695000 -   
    0x1136f0ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x113721000 -   
    0x1137eafff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x113864000 -   
    0x11388dfff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x1138b3000 -   
    0x11399dfff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x1139b6000 -   
    0x113a9dff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x113ad5000 -   
    0x113ae2ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x113af0000 -   
    0x113af4fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x113afb000 -   
    0x113afbffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x113aff000 -   
    0x113b0cff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x113b19000 -   
    0x113b1afff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x113b21000 -   
    0x113b3cff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x113b4c000 -   
    0x113bb0fff  com.apple.datadetectorscore (5.0 - 354.4) <37093186-6019-3071-8D67-F3EF429F8F08> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x113bf4000 -   
    0x113bf7fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x113c02000 -   
    0x113c19ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x113c38000 -   
    0x113c42ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x113c50000 -   
    0x113c78ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x113c8b000 -   
    0x113f5ffc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x113fa7000 -   
    0x113fa7fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x113fad000 -   
    0x114078fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x114089000 -   
    0x114139ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x11414b000 -   
    0x11452cffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x114595000 -   
    0x114703ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x11472f000 -   
    0x11481efff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x11489a000 -   
    0x1148e1fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x11490d000 -   
    0x114931ff7  libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x11493a000 -   
    0x114993fff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x1149a7000 -   
    0x1149c2ff7  libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x1149d2000 -   
    0x1149d6ff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x1149db000 -   
    0x114ac9fff  libJP2.dylib (1043) <C4031D64-6C57-3FB4-9D87-874D387381DB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x114af5000 -   
    0x114af7fff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x114afc000 -   
    0x114b43ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
    0x114b5c000 -   
    0x114b75ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x114b92000 -   
    0x114bc1ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x114be6000 -   
    0x114c02fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x114c11000 -   
    0x114d02ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x114d19000 -   
    0x114d7effb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x114dad000 -   
    0x114daefff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x114db3000 -   
    0x114db7ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
    0x114dbe000 -   
    0x114dcaff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x114ddf000 -   
    0x114de8ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x114df5000 -   
    0x114e46ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x114e6f000 -   
    0x114e87ff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x114e9a000 -   
    0x114ebfff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x114ecf000 -   
    0x114edbff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x114ee9000 -   
    0x114ef4ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <B62B1994-1874-3F8D-B62E-589E6F6534C9> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x114f02000 -   
    0x114f05ff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
    0x114f0d000 -   
    0x114f0eff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
    0x114f14000 -   
    0x114fccff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x115038000 -   
    0x11507dfff  libcurl.4.dylib (78.92.2) <FE790105-B56B-3972-96F4-E133764FF735> /usr/lib/libcurl.4.dylib
    0x115092000 -   
    0x1150c3fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x1150db000 -   
    0x1150ddfff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x1150e5000 -   
    0x1150e7ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x1150ee000 -   
    0x1150f4fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x115106000 -   
    0x11513bffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x11514f000 -   
    0x11515fffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x11516c000 -   
    0x11524bfff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
    0x1152b4000 -   
    0x1152e8fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
    0x115302000 -   
    0x11533aff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x11537a000 -   
    0x11537affd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x115384000 -   
    0x1155ccff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x1156f6000 -   
    0x1156feff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x11570b000 -   
    0x11571dff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <E51DE5CA-9859-3C13-A24F-37EF4385C1D6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x115733000 -   
    0x1157bfff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x1157f7000 -   
    0x11581cff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x11583c000 -   
    0x115b0cffc  com.apple.CoreImage (9.2.8) <1509987F-5671-3AE3-91C7-18E952ED90C7> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x115c01000 -   
    0x115c54fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x115c7c000 -   
    0x115cbbfff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x115cce000 -   
    0x115cd6ffc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x115ce3000 -   
    0x115ceefff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x115d03000 -   
    0x115d41ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x115d4f000 -   
    0x115d51fff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x115d5c000 -   
    0x115d5ffff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x115d68000 -   
    0x11619bffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x1163b9000 -   
    0x1163c3ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x1163d5000 -   
    0x116423ff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x116440000 -   
    0x1164c1fff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x116515000 -   
    0x11656dff7  com.apple.Symbolication (1.4 - 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x1165bb000 -   
    0x1165eafff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x116606000 -   
    0x11660ffff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x11661e000 -   
    0x11675ffff  com.apple.QTKit (7.7.3 - 2826.19) <E634E6EC-2C7A-3F86-997B-CFC5D9F89E6B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x116878000 -   
    0x116913ff7  com.apple.PDFKit (2.9.2 - 2.9.2) <0CDC6467-9227-3D98-B4D4-660796AE9F6B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x116987000 -   
    0x116eaafff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x1171cc000 -   
    0x1171f0fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x117220000 -   
    0x117226ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x117235000 -   
    0x117357fff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x117473000 -   
    0x1174bcfff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x1174ec000 -   
    0x117822fff  com.apple.MediaToolbox (1.0 - 1273.54) <E11683F7-BB60-37EB-98B6-BD519D93CB30> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x1178d0000 -   
    0x117d1efef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x117d7b000 -   
    0x117d7bfff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x117d7e000 -   
    0x117d94fff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x117dad000 -   
    0x117df9ffe  com.apple.CoreMediaIO (407.0 - 4561) <040A98E4-F480-315B-BCEE-C18AF686492C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x117e24000 -   
    0x117e3bffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
    0x117e53000 -   
    0x117f82fef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x117fbc000 -   
    0x117febff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x117ff9000 -   
    0x117ffeff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
    0x11800d000 -   
    0x11800ffff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x11801c000 -   
    0x1183f3fef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x118405000 -   
    0x118422ff7  com.apple.framework.Apple80211 (9.3.2 - 932.59) <DA61BF63-978E-342D-8F7F-83D0169A7F48> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x118434000 -   
    0x11843cff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x118448000 -   
    0x1184afff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x1184e0000 -   
    0x11853ffff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <7F86A7C3-7B7D-3CD7-9758-CA74FB4DE2CC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x118584000 -   
    0x1185aeff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x1185c3000 -   
    0x118629fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x118688000 -   
    0x1186d5fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x1186e3000 -   
    0x1186edff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x1186f9000 -   
    0x118723ff7  libsandbox.1.dylib (278.11) <BD3D8652-8871-36DB-A27D-3BE4F18428B4> /usr/lib/libsandbox.1.dylib
    0x118730000 -   
    0x118743ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x11875d000 -   
    0x11875ffff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x118765000 -   
    0x11876dfff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
    0x118776000 -   
    0x11877afff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x118785000 -   

  • Is there a way to enable 3D display outside of the software that came with the device?

    Hello, 
    I just bought this device and my primary use for it is the 3D function, but unfortunately there is no option to enable or disable the 3D function outside the set of software that came with it. For example in Cyberlink Power DVD 3D works fine, TriDef software creates depth from games but that is not actually what I need. I need just to have an image or a sequence in standar over-under or side-by-side formats and to enable the 3D effect on the display. 
    Some third party software, Stereoscopic player for example recognizes the monitor fine and displays the 3D content normally. But what I need is to display a full screen image from After Effects so I could have a live preview of the 3D, is there a way to somehow engage the 3D mode by some utility or driver?

    MHetlerovic, welcome to the forum.
    I read the manual thoroughly and it doesn't appear that there is any way to access the 3D mode without using some type of program.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Mac running slow with Yosemite

    Mac Running slow with Yosemite install.
    report is below.  Now what do I do?   Thanks Stu
    Problem description:
    Mac running very slow after Yosemite install.  Wheel turns almost all the time
    EtreCheck version: 2.0.11 (98)
    Report generated November 7, 2014 at 10:14:41 AM PST
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.7 GHz Intel Core i7 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 14:53:8
    Disk Information: ℹ️
      Hitachi HTS547550A9E384 disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 498.88 GB (343.70 GB free)
      Core Storage: disk0s2 499.25 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [not loaded] com.seagate.driver.PowSecDriverCore (5.2.3 - SDK 10.4) Support
      /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.2.3 - SDK 10.4) Support
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.2.3 - SDK 10.5) Support
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.2.3 - SDK 10.4) Support
    Problem System Launch Agents: ℹ️
      [failed] com.apple.AirPlayUIAgent.plist
      [failed] com.apple.bird.plist
      [failed] com.apple.CallHistoryPluginHelper.plist
      [failed] com.apple.CallHistorySyncHelper.plist
      [failed] com.apple.coreservices.appleid.authentication.plist
      [failed] com.apple.coreservices.uiagent.plist
      [failed] com.apple.EscrowSecurityAlert.plist
      [failed] com.apple.icloud.fmfd.plist
      [failed] com.apple.nsurlsessiond.plist
      [failed] com.apple.pluginkit.pkd.plist
      [failed] com.apple.recentsd.plist
      [failed] com.apple.SafariNotificationAgent.plist
      [failed] com.apple.sbd.plist
      [failed] com.apple.scopedbookmarkagent.xpc.plist
      [failed] com.apple.security.cloudkeychainproxy.plist
      [failed] com.apple.spindump_agent.plist
      [failed] com.apple.syncdefaultsd.plist
      [failed] com.apple.telephonyutilities.callservicesd.plist
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.awdd.plist
      [failed] com.apple.cache_delete.plist
      [failed] com.apple.ctkd.plist
      [failed] com.apple.icloud.findmydeviced.plist
      [failed] com.apple.ifdreader.plist
      [failed] com.apple.MobileFileIntegrity.plist
      [failed] com.apple.nehelper.plist
      [failed] com.apple.nsurlsessiond.plist
      [failed] com.apple.periodic-daily.plist
      [failed] com.apple.periodic-weekly.plist
      [failed] com.apple.smbd.plist
      [failed] com.apple.softwareupdated.plist
      [failed] com.apple.spindump.plist
      [failed] com.apple.tccd.system.plist
      [failed] com.apple.wdhelper.plist
    Launch Agents: ℹ️
      [loaded] com.oracle.java.Java-Updater.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [loaded] com.sonos.smbbump.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.google.keystone.agent.plist Support
    User Login Items: ℹ️
      iTunesHelper UNKNOWNHidden (missing value)
      Dropbox Application (/Applications/Dropbox.app)
      AdobeResourceSynchronizer ApplicationHidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
    Internet Plug-ins: ℹ️
      Flip4Mac WMV Plugin: Version: 2.4.0.11 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    User Internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 7.1 Support
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Flip4Mac WMV  Support
      Java  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 498.88 GB Disk used: 155.18 GB
      Destinations:
      Seagate Backup Plus Drive [Local]
      Total size: 3.00 TB
      Total number of backups: 106
      Oldest backup: 2012-07-30 21:42:20 +0000
      Last backup: 2014-11-07 07:42:37 +0000
      Size of backup disk: Excellent
      Backup size 3.00 TB > (Disk size 498.88 GB X 3)
    Top Processes by CPU: ℹ️
          12% mds
          6% WindowServer
          0% Dropbox
          0% AppleSpell
          0% fontd
    Top Processes by Memory: ℹ️
      90 MB Safari
      34 MB WindowServer
      26 MB mds
      26 MB cloudd
      21 MB soagent
    Virtual Memory Information: ℹ️
      64 MB Free RAM
      766 MB Active RAM
      721 MB Inactive RAM
      1.13 GB Wired RAM
      18.26 GB Page-ins
      120 MB Page-outs

    my mac is also running very slowly with that spinning beach ball constantly making its unwanted presence felt. i've tried the following so far:
    - safe boot
    - cleared items from Users / Groups | Login
    - checked Activity Monitor to remove any processes in red
    - run disk verify
    - reinstalled the OS X
    here is the output from my EtreCheck ...
    Problem description:
    mac running very slowly with yosemite
    EtreCheck version: 2.1.8 (121)
    Report generated 8 March 2015 1:41:06 pm AEDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (27-inch, Late 2012) (Technical Specifications)
        iMac - model: iMac13,2
        1 2.9 GHz Intel Core i5 CPU: 4-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1600 MHz ok
            BANK 0/DIMM1
                Empty  
            BANK 1/DIMM1
                Empty  
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce GTX 660M - VRAM: 512 MB
            iMac 2560 x 1440
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:8:1
    Disk Information: ℹ️
        APPLE HDD ST1000DM003 disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.35 GB (737.74 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
        Apogee Duet USB
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. MacBook Air SuperDrive
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/AirParrot.app
        [not loaded]    com.squirrels.airparrot.framebuffer (3 - SDK 10.7) [Click for support]
        [not loaded]    com.squirrels.driver.AirParrotSpeakers (1.7 - SDK 10.7) [Click for support]
            /Library/Extensions
        [not loaded]    com.apogeedigital.kext.ApogeeUSBDuetAudio (1.0.0a1 - SDK 10.9) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.5.1) [Click for support]
        [not loaded]    com.pctools.iantivirus.kfs (1.0.1) [Click for support]
    Launch Agents: ℹ️
        [running]    com.ApogeePopup.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.DuetUSBDaemon.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    jp.co.canon.MasterInstaller.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.facebook.videochat.[redacted].plist [Click for support]
    User Login Items: ℹ️
        None
    Internet Plug-ins: ℹ️
        googletalkbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
        Default Browser: Version: 600 - SDK 10.10
    Safari Extensions: ℹ️
        "Duplicate Tab" Button
        Exposer
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 999.35 GB Disk used: 261.60 GB
        Destinations:
            Data [Network]
            Total size: 2.00 TB
            Total number of backups: 53
            Oldest backup: 2014-05-24 09:36:55 +0000
            Last backup: 2015-03-07 02:24:42 +0000
            Size of backup disk: Adequate
                Backup size 2.00 TB > (Disk used 261.60 GB X 3)
    Top Processes by CPU: ℹ️
             9%    cloudd
             2%    WindowServer
             0%    backupd
             0%    cloudpaird
    Top Processes by Memory: ℹ️
        258 MB    Living Earth Desktop
        180 MB    cloudd
        86 MB    Finder
        69 MB    ocspd
        52 MB    Preview
    Virtual Memory Information: ℹ️
        16 MB    Free RAM
        1.67 GB    Active RAM
        6.19 GB    Inactive RAM
        710 MB    Wired RAM
        77.72 GB    Page-ins
        7 MB    Page-outs
    Diagnostics Information: ℹ️
        Mar 8, 2015, 01:25:39 PM    Self test - passed
        Mar 7, 2015, 03:24:57 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Pages_2015-03-07-152457_[redac ted].crash
        Mar 5, 2015, 10:20:58 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/cloudd_2015-03-05-222058_[reda cted].crash
        Mar 5, 2015, 10:14:51 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/cloudd_2015-03-05-221451_[reda cted].crash
        Mar 5, 2015, 10:14:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/cloudd_2015-03-05-221442_[reda cted].crash

  • Early 2009 Mac Mini slow with Mavericks

    I bought an early 2009 Mac Mini, and it was really slow with Maverick 10.9.1 installed. I proceed to upgrade the ram to 8GB and replaced the Hard Drive with a WD 500GB Blue Drive. The system is still pegging the CPU to 98%. I am posting 2 EtreChecks.
    Hardware Information:
              Mac mini (Early 2009)
              Mac mini - model: Macmini3,1
              1 2 GHz Intel Core 2 Duo CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce 9400 - VRAM: 256 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:50:29
    Disk Information:
              WDC WD5000BEVT-75ZAT0 disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintiosh HD (disk0s2) /: 499.25 GB (481.17 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              PIONEER DVD-RW  DVRTS08 
    USB Information:
              Generic Flash Card Reader
              JMicron USB to ATA/ATAPI bridge 500.11 GB
                        EFI (disk1s1) <not mounted>: 209.7 MB
                        Time Machine Backups (disk1s2) <not mounted>: 499.76 GB
              American Power Conversion Back-UPS RS 1200 FW:8.g3 .D USB FW:g3 
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] com.torch.update.agent.plist 3rd-Party support link
    Launch Agents:
    User Launch Agents:
    User Login Items:
              iTunesHelper
              Torch
    Internet Plug-ins:
              Default Browser: Version: 537 - SDK 10.9
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.0.0 3rd-Party support link
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    3rd Party Preference Panes:
              None
    Bad Fonts:
              None
    Old Applications:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                 117%          helpd
                  23%          lssave
                  12%          com.apple.iCloudHelper
                  12%          WindowServer
                  12%          hiutil
    Top Processes by Memory:
              74 MB          installd
              66 MB          Torch
              66 MB          storeagent
              49 MB          mds_stores
              49 MB          helpd
    Virtual Memory Information:
              5.91 GB          Free RAM
              1.03 GB          Active RAM
              150 MB          Inactive RAM
              678 MB          Wired RAM
              229 MB          Page-ins
              0 B          Page-outs
    Hardware Information:
              Mac mini (Early 2009)
              Mac mini - model: Macmini3,1
              1 2 GHz Intel Core 2 Duo CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce 9400 - VRAM: 256 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 1:50:32
    Disk Information:
              WDC WD5000BEVT-75ZAT0 disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintiosh HD (disk0s2) /: 499.25 GB (481.11 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              PIONEER DVD-RW  DVRTS08 
    USB Information:
              American Power Conversion Back-UPS RS 1200 FW:8.g3 .D USB FW:g3 
              Generic Flash Card Reader
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] com.torch.update.agent.plist 3rd-Party support link
    Launch Agents:
    User Launch Agents:
    User Login Items:
              iTunesHelper
              Torch
    Internet Plug-ins:
              Default Browser: Version: 537 - SDK 10.9
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.0.0 3rd-Party support link
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    3rd Party Preference Panes:
              None
    Bad Fonts:
              None
    Old Applications:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                  42%          WindowServer
                  23%          mds
                  20%          AddressBookSourceSync
                  18%          syncdefaultsd
                  18%          hiutil
    Top Processes by Memory:
              123 MB          Safari
              123 MB          helpd
              106 MB          com.apple.WebKit.WebContent
              82 MB          mds_stores
              74 MB          Torch
    Virtual Memory Information:
              5.42 GB          Free RAM
              1.48 GB          Active RAM
              175 MB          Inactive RAM
              692 MB          Wired RAM
              255 MB          Page-ins
              0 B          Page-outs
    What could the issue be?

    here is the console dump for an hour and half.
    2/22/14 9:24:34.675 AM coreaudiod[164]: Enabled automatic stack shots because audio IO is inactive
    2/22/14 9:25:44.599 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Google Chrome" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 9:25:45.664 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Google Chrome" after 2.06 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 9:31:25.360 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Google Chrome" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 9:31:25.366 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Google Chrome" after 1.01 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 9:32:25.255 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 9:32:33.845 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 9.59 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 9:36:47.675 AM WindowServer[78]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    2/22/14 9:36:47.769 AM loginwindow[54]: find_shared_window: WID -1
    2/22/14 9:36:47.769 AM loginwindow[54]: CGSGetWindowTags: Invalid window 0xffffffff
    2/22/14 9:36:47.769 AM loginwindow[54]: find_shared_window: WID -1
    2/22/14 9:36:47.769 AM loginwindow[54]: CGSSetWindowTags: Invalid window 0xffffffff
    2/22/14 9:36:47.998 AM coreservicesd[28]: Application App:"loginwindow" [ 0x0/0x1001]  @ 0x0x7fcf4be2e9f0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x5d05d:) ), so denying.
    2/22/14 9:36:47.998 AM WindowServer[78]: [cps/setfront] Failed setting the front application to loginwindow, psn 0x0-0x1001, securitySessionID=0x186a4, err=-13066
    2/22/14 9:39:29.897 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "ScreenSaverEngine" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 9:39:43.897 AM WindowServer[78]: disable_update_likely_unbalanced: UI updates still disabled by application "ScreenSaverEngine" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    2/22/14 9:41:35.181 AM WindowServer[78]: Created shield window 0xd3 for display 0x2b284fd1
    2/22/14 9:41:35.213 AM WindowServer[78]: device_generate_desktop_screenshot: authw 0x7fb403cc92a0(2000), shield 0x7fb403e340b0(2001)
    2/22/14 9:41:36.516 AM WindowServer[78]: device_generate_lock_screen_screenshot: authw 0x7fb403cc92a0(2000), shield 0x7fb403e340b0(2001)
    2/22/14 9:41:40.300 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 9:41:40.301 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Finder" after 5.09 seconds (server forcibly re-enabled them after 5.09 seconds)
    2/22/14 9:42:01.253 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "ScreenSaverEngine" after 152.36 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:00:07.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=512[GoogleSoftwareUp] clearing CS_VALID
    2/22/14 10:11:06.929 AM WindowServer[78]: Created shield window 0xd4 for display 0x003f003c
    2/22/14 10:11:06.929 AM WindowServer[78]: handle_will_sleep_auth_and_shield_windows: no lock state data
    2/22/14 10:11:06.935 AM WindowServer[78]: handle_will_sleep_auth_and_shield_windows: no lock state data
    2/22/14 10:11:06.942 AM loginwindow[54]: ERROR | -[LWScreenLock(Private) screenIsLockedTimeExpired:] | No lock state found, use built in check
    2/22/14 10:11:07.864 AM WindowServer[78]: Received display connect changed for display 0x3f003c
    2/22/14 10:11:07.865 AM WindowServer[78]: Received display connect changed for display 0x2b284fd1
    2/22/14 10:11:08.061 AM WindowServer[78]: Created shield window 0xd5 for display 0x2b284fd1
    2/22/14 10:11:08.061 AM WindowServer[78]: handle_will_sleep_auth_and_shield_windows: no lock state data
    2/22/14 10:11:08.145 AM WindowServer[78]: Received display connect changed for display 0x3f003c
    2/22/14 10:11:08.146 AM WindowServer[78]: Received display connect changed for display 0x2b284fd1
    2/22/14 10:11:08.289 AM WindowServer[78]: Created shield window 0xd6 for display 0x2b284fd1
    2/22/14 10:11:08.289 AM WindowServer[78]: handle_will_sleep_auth_and_shield_windows: no lock state data
    2/22/14 10:11:08.563 AM WindowServer[78]: MPServiceForDisplayDevice: Invalid device alias (0)
    2/22/14 10:11:08.563 AM WindowServer[78]: Display 0x2b284fd1: GL mask 0x2; bounds (0, 0)[1920 x 1200], 69 modes available
    Main, Active, on-line, enabled, boot, OpenGL-accel, Vendor 10ac, Model a02a, S/N 31594553, Unit 1, Rotation 0
    UUID 0x000010ac0000a02a3159455300000000, ColorProfile { 3, "DELL 2408WFP"}
    2/22/14 10:11:08.563 AM WindowServer[78]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x0000333b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    2/22/14 10:11:08.564 AM WindowServer[78]: Display 0x003f003c: GL mask 0x1; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    2/22/14 10:11:08.961 AM WindowServer[78]: Created shield window 0xd7 for display 0x2b284fd1
    2/22/14 10:11:08.961 AM WindowServer[78]: Created shield window 0xd8 for display 0x003f003c
    2/22/14 10:11:09.046 AM loginwindow[54]: resume called when there was already a timer
    2/22/14 10:11:09.366 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1: Startup Mode 1920 x 1200, CGSThirtytwoBitColor, Resolution 1, IOMode 0x80001000, IODepth 0x2, IOReturn 0x0
    2/22/14 10:11:09.371 AM WindowServer[78]: Display added
    2/22/14 10:11:09.371 AM WindowServer[78]: Display removed
    2/22/14 10:11:09.396 AM WindowServer[78]: Display 0x2b284fd1: GL mask 0x2; bounds (0, 0)[1920 x 1200], 69 modes available
    Main, Active, on-line, enabled, boot, OpenGL-accel, Vendor 10ac, Model a02a, S/N 31594553, Unit 1, Rotation 0
    UUID 0x000010ac0000a02a3159455300000000, ColorProfile { 3, "DELL 2408WFP"}
    2/22/14 10:11:09.396 AM WindowServer[78]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x0000333b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    2/22/14 10:11:09.397 AM WindowServer[78]: Display 0x003f003c: GL mask 0x1; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    2/22/14 10:11:10.063 AM WindowServer[78]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    2/22/14 10:11:10.292 AM WindowServer[78]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    2/22/14 10:11:11.356 AM WindowServer[78]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    2/22/14 10:11:23.790 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1; ColorProfile { 3, "DELL 2408WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2/22/14 10:11:25.070 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1; ColorProfile { 3, "DELL 2408WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2/22/14 10:11:25.580 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1; ColorProfile { 3, "DELL 2408WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2/22/14 10:11:30.954 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1; ColorProfile { 3, "DELL 2408WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2/22/14 10:11:31.429 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1; ColorProfile { 3, "DELL 2408WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2/22/14 10:11:34.016 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1; ColorProfile { 3, "DELL 2408WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2/22/14 10:12:44.372 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Google Chrome" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:12:46.639 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Google Chrome" after 3.27 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:13:17.936 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:13:18.105 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 10.37 seconds (server forcibly re-enabled them after 10.20 seconds)
    2/22/14 10:13:19.403 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:13:23.043 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 4.64 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:13:24.633 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:13:24.810 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 1.18 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:13:55.737 AM Dock[168]: no information back from LS about running process
    2/22/14 10:14:08.271 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:14:20.063 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 12.79 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:14:21.346 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:14:22.661 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 2.32 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:14:33.366 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft AutoUpdate" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:14:38.030 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft AutoUpdate" after 5.66 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:15:12.817 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft AutoUpdate" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:15:13.323 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft AutoUpdate" after 1.51 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:15:33.378 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:15:33.557 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 1.18 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:15:42.866 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft AutoUpdate" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:15:44.503 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft AutoUpdate" after 2.64 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:17:06.581 AM Dock[168]: no information back from LS about running process
    2/22/14 10:17:25.185 AM Installer[556]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:17:28.009 AM Installer[556]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:17:32.827 AM Installer[556]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:18:06.003 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Google Chrome" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:18:07.697 AM coreservicesd[28]: Application App:"Google Chrome" [ 0x0/0x24024]  @ 0x0x7fcf4bc954d0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x6a06a:) ), so denying.
    2/22/14 10:18:07.710 AM WindowServer[78]: [cps/setfront] Failed setting the front application to Google Chrome, psn 0x0-0x24024, securitySessionID=0x186a4, err=-13066
    2/22/14 10:18:12.703 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Google Chrome" after 7.70 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:18:22.918 AM mdworker[563]: (Normal) Import: pre-plugin uti:public.data plugin:internalPlainTextImporter exceeded cpu use limits (1) after 20016 milliseconds - find suspect file using: sudo mdutil -t 492783
    2/22/14 10:18:49.948 AM sudo[576]:     root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.iEbaHs/tmp ; USER=ericstrauss ; COMMAND=/usr/bin/defaults write com.microsoft.autoupdate2 Applications -dict-add /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app { 'Application ID' = MSau02; LCID = 1033 ; }
    2/22/14 10:18:52.985 AM sudo[579]:     root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.iEbaHs/tmp ; USER=ericstrauss ; COMMAND=/usr/bin/defaults write com.microsoft.autoupdate2 Applications -dict-add /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app { 'Application ID' = Merp2; LCID = 1033 ; }
    2/22/14 10:19:05.937 AM Installer[556]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:19:06.801 AM coreaudiod[164]: Disabled automatic stack shots because audio IO is active
    2/22/14 10:19:07.637 AM coreaudiod[164]: Enabled automatic stack shots because audio IO is inactive
    2/22/14 10:20:00.196 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Google Chrome" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:20:00.278 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Google Chrome" after 1.08 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:21:23.657 AM loginwindow[54]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    2/22/14 10:21:23.658 AM loginwindow[54]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    2/22/14 10:21:29.634 AM com.apple.launchd.peruser.501[130]: ([0x0-0x24024].com.google.Chrome[289]) Exited: Killed: 9
    2/22/14 10:21:29.773 AM coreservicesd[28]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
    2/22/14 10:21:29.789 AM coreservicesd[28]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=134
    2/22/14 10:21:42.513 AM mdworker32[586]: CGSGetDisplayBounds: Invalid display 0x00000000
    2/22/14 10:21:42.829 AM mdworker32[586]: bootstrap_look_up2 failed with 0x44c
    2/22/14 10:21:43.000 AM kernel[0]: Sandbox: sandboxd(587) deny mach-lookup com.apple.coresymbolicationd
    2/22/14 10:21:59.390 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft AutoUpdate" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:21:59.403 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft AutoUpdate" after 1.04 seconds (server forcibly re-enabled them after 1.02 seconds)
    2/22/14 10:22:07.388 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft AutoUpdate" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:22:09.166 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft AutoUpdate" after 2.86 seconds (server forcibly re-enabled them after 1.08 seconds)
    2/22/14 10:23:55.864 AM Dock[168]: no information back from LS about running process
    2/22/14 10:24:29.358 AM Installer[610]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:24:38.403 AM find_office[687]: /
    2/22/14 10:24:38.424 AM find_office[687]: 14.0.0.0.0
    2/22/14 10:24:38.438 AM find_office[687]: 14.0.9.999999.999999
    2/22/14 10:24:38.503 AM find_office[687]: CheckPath: "{ENV:RSTargetMount}/Applications/Microsoft Office 2011/Office/MicrosoftComponentPlugin.framework"
    2/22/14 10:24:38.527 AM find_office[687]: CheckPath found the following results:
    2/22/14 10:24:38.618 AM find_office[687]:     /Applications/Microsoft Office 2011/Office/MicrosoftComponentPlugin.framework (14.0.0.100825.0)
    2/22/14 10:25:19.018 AM Installer[610]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:25:20.049 AM Installer[610]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:25:23.311 AM Installer[610]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:25:53.817 AM coreservicesd[28]: Application App:"Installer" [ 0x0/0x74074]  @ 0x0x7fcf4be33870 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x77077:) ), so denying.
    2/22/14 10:25:53.839 AM WindowServer[78]: [cps/setfront] Failed setting the front application to Installer, psn 0x0-0x74074, securitySessionID=0x186a4, err=-13066
    2/22/14 10:29:49.421 AM Dock[168]: no information back from LS about running process
    2/22/14 10:30:01.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=984[ksadmin] clearing CS_VALID
    2/22/14 10:31:20.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1029[ksadmin] clearing CS_VALID
    2/22/14 10:31:23.180 AM mdworker[983]: (Normal) Import: pre-plugin uti:dyn.ah62d4rv4ge80e2pp plugin:internalPlainTextImporter exceeded cpu use limits (1) after 28765 milliseconds - find suspect file using: sudo mdutil -t 485613
    2/22/14 10:31:38.814 AM mdworker[1035]: (Normal) Import: pre-plugin uti:dyn.ah62d4rv4ge80e2pp plugin:internalPlainTextImporter exceeded cpu use limits (1) after 7351 milliseconds - find suspect file using: sudo mdutil -t 485613
    2/22/14 10:32:30.019 AM mdworker[1047]: (Normal) Import: pre-plugin uti:public.data plugin:internalPlainTextImporter exceeded cpu use limits (1) after 8166 milliseconds - find suspect file using: sudo mdutil -t 502280
    2/22/14 10:32:42.444 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Google Chrome" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:32:45.625 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Google Chrome" after 4.18 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:33:05.352 AM mdworker[1073]: (Normal) Import: pre-plugin uti:public.data plugin:internalPlainTextImporter exceeded cpu use limits (1) after 7712 milliseconds - find suspect file using: sudo mdutil -t 502280
    2/22/14 10:34:02.014 AM mdworker[1109]: (Normal) Import: pre-plugin uti:public.data plugin:internalPlainTextImporter exceeded cpu use limits (1) after 4056 milliseconds - find suspect file using: sudo mdutil -t 503064
    2/22/14 10:34:21.827 AM mdworker[1130]: (Normal) Import: pre-plugin uti:public.data plugin:internalPlainTextImporter exceeded cpu use limits (1) after 6355 milliseconds - find suspect file using: sudo mdutil -t 503064
    2/22/14 10:34:30.447 AM com.apple.launchd.peruser.501[130]: ([0x0-0x78078].com.google.Chrome[976]) Exited: Killed: 9
    2/22/14 10:34:30.856 AM spindump[1137]: Google Chrome [976] unable to symbolicate
    2/22/14 10:34:51.454 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Console" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:34:51.568 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Console" after 2.08 seconds (server forcibly re-enabled them after 1.96 seconds)
    2/22/14 10:34:57.244 AM coreservicesd[28]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=412
    2/22/14 10:36:35.000 AM kernel[0]: Sandbox: xpcd(160) deny ipc-posix-shm-read-data /tmp/com.apple.csseed.28
    2/22/14 10:38:16.556 AM com.apple.launchd.peruser.501[130]: ([0x0-0x8e08e].com.apple.Notes[1332]) Exited: Terminated: 15
    2/22/14 10:38:21.197 AM com.apple.launchd.peruser.501[130]: ([0x0-0x8d08d].com.apple.TextEdit[1255]) Exited: Terminated: 15
    2/22/14 10:39:19.812 AM xpcd[160]: restored permissions (100644 -> 100744) on /Users/ericstrauss/Library/Containers/com.apple.TextEdit/Container.plist
    2/22/14 10:39:20.011 AM xpcd[160]: TextEdit[1255]: registration request failed: (0x10, 0x3) xpc_domain_import() failed with code 0x44e
    2/22/14 10:39:32.097 AM com.apple.security.pboxd[1428]: Bug: 12F45: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    2/22/14 10:39:35.993 AM com.apple.security.pboxd[1428]: CGSGetWindowTags: Invalid window 0x15c
    2/22/14 10:39:35.994 AM com.apple.security.pboxd[1428]: kCGErrorFailure: CGSSetHideOnDeact: error getting window tags
    2/22/14 10:39:36.565 AM librariand[1418]: [ERROR] [0.000s] com.apple. framework_client.c:794 IPCSyncingEnabled() failed to contact ubd: -1
    2/22/14 10:39:37.159 AM TextEdit[1372]: RVS:__54-[NSRemoteSavePanel _runOrderingOperationWithContext:]_block_invoke_0319 : Timeout occured while waiting for the window
    2/22/14 10:40:07.035 AM librariand[1418]: MMe quota status changed: under quota
    2/22/14 10:40:08.950 AM librariand[1418]: MMe quota status changed: under quota
    2/22/14 10:40:32.993 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "com.apple.security.pboxd" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:40:33.458 AM TextEdit[1372]: RVS:__54-[NSRemoteSavePanel _runOrderingOperationWithContext:]_block_invoke_0319 : Timeout occured while waiting for the window
    2/22/14 10:40:35.621 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "TextEdit" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:40:38.706 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "com.apple.security.pboxd" after 6.71 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:40:48.160 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "com.apple.security.pboxd" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:40:51.220 AM WindowServer[78]: disable_update_likely_unbalanced: UI updates still disabled by application "TextEdit" after 16.60 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    2/22/14 10:40:58.774 AM librariand[1418]: UBCopyItemListForPath(file://localhost/Users/ericstrauss/Library/Mobile%20Docum ents/.localized) returned nil
    2/22/14 10:40:58.816 AM librariand[1418]: UBCopyItemListForPath(file://localhost/Users/ericstrauss/Library/Mobile%20Docum ents/.localized) returned nil
    2/22/14 10:40:58.860 AM librariand[1418]: UBCopyItemListForPath(file://localhost/Users/ericstrauss/Library/Mobile%20Docum ents/.localized) returned nil
    2/22/14 10:40:59.776 AM ubd[1419]: objc[1419]: Object 0x7feeb0c22f80 of class NSUserDefaults autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    2/22/14 10:40:59.778 AM ubd[1419]: objc[1419]: Object 0x7feeb0c22f80 of class NSUserDefaults autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    2/22/14 10:41:02.159 AM WindowServer[78]: disable_update_likely_unbalanced: UI updates still disabled by application "com.apple.security.pboxd" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    2/22/14 10:41:04.723 AM librariand[1418]: TODO: unhandled delete of container file://localhost/Users/ericstrauss/Library/Mobile%20Documents/com~apple~shoebox
    2/22/14 10:41:52.142 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "TextEdit" after 77.52 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:41:52.633 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "com.apple.security.pboxd" after 65.48 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:41:52.837 AM com.apple.security.pboxd[1428]: CGSGetWindowTags: Invalid window 0x167
    2/22/14 10:41:52.847 AM com.apple.security.pboxd[1428]: kCGErrorFailure: CGSSetHideOnDeact: error getting window tags
    2/22/14 10:41:54.609 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "TextEdit" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:42:08.610 AM WindowServer[78]: disable_update_likely_unbalanced: UI updates still disabled by application "TextEdit" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    2/22/14 10:42:22.042 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "TextEdit" after 28.43 seconds (server forcibly re-enabled them after 1.00 seconds)

  • Scanning software to work with CS6 and Mountain Lion

    Since I upgrading my Mac to OS Mountain Lion 10.8 and downloaded Adobe CS 6 I have been unable to get my Epson Scanner to work properly. Since none of the drivers from the Epson and Adobe websites have worked so that I could scan from photoshop, I am looking into using third party software. Adobe mentioned VueScan in their instructions, but it is expensive and I don't like how it is laid out. It appears that SilverFast only works with 32 bit not the 64 required in CS6.
    Has anyone else found scanning software that worked for them?
    Or does anyone have an idea of getting the Epson software to work on my machine?
    The scanner is an Epson Perfection v600 photo scanner, which is still being sold currently as something that works with new computers.

    I have a scanner. I am trying to get a driver or new scanner software to work with it. Someone in a different discussion pointed out an article in MacWorld that goes into why this is not working.
    http://www.macworld.com/article/1168305/get_your_scanner_to_work_with_photoshop_cs6.html
    I would still be interested to know if anyone has had a positive experience with third party scanning sofware. Vue scan? Silverfast?
    Also to the Adobe staff :
    This is quoted from the MacWorld article.
    Right now, if users are running Mountain Lion (OS X 10.8), they will not be able to scan into Photoshop CS6 as described. According to Adobe, this is an across-the-board problem with the Cocoa classes comprising the scanning interface that it is using in Photoshop. It is neither a user nor a scanner manufacturer issue.
    Adobe is aware of the problem, has identified it as an Apple OS issue that they are working with Apple to solve, and offer no time frame for when it will be fixed. "
    Any idea on the timeframe or if there will be an anouncement when this is resolved?

  • Transactional replication very slow with indexes on Subscriber table

    I have setup Transactional Replication for one of our databases where one table with about 5mln records is replicated to a Subsriber database. With every replication about 500-600.000 changed records are send to the Subscriber.
    Since one month I see very strange behaviour when I add about 10 indexes to the Subscriber table. As soon as I have added the indexes replication speed becomes extremely slow (almost 3 hours for 600k records). As soon as I remove the indexes the replication
    is again very fast, about 3 minutes for the same amount of records.
    I've searched a lot on the internet to solve this issue but can't find any explaination for this strange behaviour after adding the indexes. As far as I know it doesn't have to be a problem to add indexes to a Subscriber table, and it hasn't been before on
    another replication configuration we use.
    Some information from the Replication Log:
    With indexes on the Subscriber table
    Total Run Time (ms) : 9589938 Total Work Time : 9586782
    Total Num Trans : 3 Num Trans/Sec : 0.00
    Total Num Cmds : 616245 Num Cmds/Sec : 64.28
    Total Idle Time : 0 
    Writer Thread Stats
    Total Number of Retries : 0 
    Time Spent on Exec : 9580752 
    Time Spent on Commits (ms): 2687 Commits/Sec : 0.00
    Time to Apply Cmds (ms) : 9586782 Cmds/Sec : 64.28
    Time Cmd Queue Empty (ms) : 5499 Empty Q Waits > 10ms: 172
    Total Time Request Blk(ms): 5499 
    P2P Work Time (ms) : 0 P2P Cmds Skipped : 0
    Reader Thread Stats
    Calls to Retrieve Cmds : 2 
    Time to Retrieve Cmds (ms): 10378 Cmds/Sec : 59379.94
    Time Cmd Queue Full (ms) : 9577919 Full Q Waits > 10ms : 6072
    Without indexes on the Subscriber table
    Total Run Time (ms) : 89282 Total Work Time : 88891
    Total Num Trans : 3 Num Trans/Sec : 0.03
    Total Num Cmds : 437324 Num Cmds/Sec : 4919.78
    Total Idle Time : 0 
    Writer Thread Stats
    Total Number of Retries : 0 
    Time Spent on Exec : 86298 
    Time Spent on Commits (ms): 282 Commits/Sec : 0.03
    Time to Apply Cmds (ms) : 88891 Cmds/Sec : 4919.78
    Time Cmd Queue Empty (ms) : 1827 Empty Q Waits > 10ms: 113
    Total Time Request Blk(ms): 1827 
    P2P Work Time (ms) : 0 P2P Cmds Skipped : 0
    Reader Thread Stats
    Calls to Retrieve Cmds : 2 
    Time to Retrieve Cmds (ms): 2812 Cmds/Sec : 155520.63
    Time Cmd Queue Full (ms) : 86032 Full Q Waits > 10ms : 4026
    Can someone please help me with this issue? Any ideas? 
    Pim 

    Hi Megens:
    Insert statement might be slow with not only indexes and few others things too
    0) SQL DB Blocking during inserts
    1) If any insert triggers are existed
    2) Constraints - if any
    3) Index fragmentation
    4) Page splits / fill factor
    Without indexes inserts will be fast because, each time when new row going to insert to the table, SQL Server will do
    1) it will check for the room, if no room page splits will happen and record will placed at right place
    2) Once the record updated all the index should be update
    3) all these extra update work will cause can make insert statement bit slow
    Its better to have index maintenance jobs frequently to avoid fragmentation.
    If every thing is clear on SQL Server Side, you need look up on DISK IO, N/W Latency between the servers and so on
    Thanks,
    Thanks, Satish Kumar. Please mark as this post as answered if my anser helps you to resolves your issue :)

  • HT4623 iphone4 runs slow with ios7

    Why does my iphone 4 run slow with ios 7.04 and can I get ios 6 back?

    you cannot. there is no way to downgrade the ios.   you might just have a buggy version of the software. i, personally would do a restore. i and to do that with my 4s

  • Preview is TOO SLOW with RAW images! PLEASE HELP !!!

    Hi my name is Dario and I am Photographer.
    After upgrading from Mountain Lion to Mavericks on my current iMac preview app is sick slow with RAW images.
    On Moutain Lion viewing RAW files from my camera with normal OS Preveiw app was wonderful,fast and now it is disaster...
    I can't any more fast pick what I need and delite rest. Now I need hole ethernety until loads next picture.
    PLEASE HELP I CAN'T WORK ENY MORE LIKE THIS !!!!

    Some things to try - Linc Davis is a good problem solver.
    https://discussions.apple.com/message/22128130#22128130

  • Oracle 11g decode issue with null

    Hi,
    we want to migrate from Oracle 10g to Oracle 11g and have an issue with decode.
    The database has the following character set settings:
    NLS_CHARACTERSET = AL32UTF8 in Oracle 11g and UTF8 in Oracle 10g
    NLS_NCHAR_CHARACTERSET = AL16UTF16
    If I try a select with decode which has null as first result argument I will get a wrong value.
    select decode(id, null, null, name) from tab1;
    ("name" is a NVARCHAR2 field. Table tab1 has only one entry and "id" is not null.)
    This select returns a value with characters which are splitted by 0 bytes.
    In Oracle 10g the value without 0 bytes is delivered.
    If I suround the decode with dump I get following results:
    select dump(decode(id, null, null, name), 1016) from tab1;
    Oracle 10g: Typ=1 Len=6 CharacterSet=AL32UTF8: 4d,61,72,74,69,6e
    Oracle 11g: Typ=1 Len=12 CharacterSet=US7ASCII: 0,4d,0,61,0,72,0,74,0,69,0,6e
    NLS_LANG has no effect on the character set of 'null' in Oracle 11g.
    Non null literals work:
    select dump(decode(id, null, 'T', name), 1016) from tab1;
    Oracle 10g: Typ=1 Len=6 CharacterSet=UTF8: 4d,61,72,74,69,6e
    Oracle 11g: Typ=1 Len=6 CharacterSet=AL32UTF8: 4d,61,72,74,69,6e
    select dump(decode(id, null, N'T', name), 1016) from tab1;
    Oracle 10g: Typ=1 Len=12 CharacterSet=AL16UTF16: 0,4d,0,61,0,72,0,74,0,69,0,6e
    Oracle 11g: Typ=1 Len=12 CharacterSet=AL16UTF16: 0,4d,0,61,0,72,0,74,0,69,0,6e
    Here the scripts for creating the table and the entry:
    create table tab1 (
    id NUMBER(3),
    name NVARCHAR2(10)
    insert into tab1 (id, name) values (1, N'Martin');
    commit;
    Is it possible to change the character set?
    Could you please help me?
    Regards
    Martin

    This doesn't have the problem.looks this doesn't solve the problem (of returning a value with characters which are splitted by 0 bytes):
    SQL> select * from v$version where rownum = 1
    BANNER                                                                         
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production         
    1 row selected.
    SQL> select dump(decode(id, null, null, name), 1016) from tab1
    union all
    select dump(case id when null then null else name end, 1016) cs from tab1
    DUMP(DECODE(ID,NULL,NULL,NAME),1016)                                           
    Typ=1 Len=12 CharacterSet=US7ASCII: 0,4d,0,61,0,72,0,74,0,69,0,6e              
    Typ=1 Len=12 CharacterSet=AL16UTF16: 0,4d,0,61,0,72,0,74,0,69,0,6e             
    2 rows selected.You need to explicitly convert the third parameter to char:
    SQL> select dump(decode(id, null, to_char(null), name), 1016) from tab1
    DUMP(DECODE(ID,NULL,TO_CHAR(NULL),NAME),1016)                                  
    Typ=1 Len=6 CharacterSet=WE8MSWIN1252: 4d,61,72,74,69,6e                       
    1 row selected.

  • [SOLVED] MacbookPro 8,1 13" - Dual boot with Mac OS X #rEFIt

    Hi everyone, I want to share my experience and request for help regarding my attempt to install Arch on my MBP 8,1. I can't count the times I've tried to install it this week.
    What have I done?
    So I followed the Beginner's Guide to aid me in the installation, with some exceptions:
    * I used Linux Mint 14 to use GParted. The reason I used it is because rEFIt won't sync the GPT and MBR tables properly when I try and use `mkfs.ext4 /dev/sdaX` inside the Archiso. With Archiso, the filesystem types are considered to be "Unknown" (#wtf no. 1), whereas with Mint that doesn't happen.
    * In fstab I had something like:
    # /dev/sda4
    UUID=c35d9121-a3f1-4cd6-ab53-61fe0f474eee / ext4 rw,noatime 0 1
    # /dev/sda5
    UUID=390185f6-6d55-430c-a9ba-d3d0b4c7798b /home ext4 rw,relatime,codepage=437 0 2
    The wiki mentioned the noatime and codepage flags for the respective partitions and so I complied.
    One thing to notice is I have no /boot mount because syslinux apparently doesn't like that.
    * Installing syslinux (along with gptfdisk), I issued:
    syslinux-install_update -iam
    , and reviewed /boot/syslinux/syslinux.cfg like this:
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    ----APPEND root=/dev/disk/by-uuid/c35d9121-a3f1-4cd6-ab53-61fe0f474eee ro----
    APPEND root=/dev/disk/by-partuuid/c35d9121-a3f1-4cd6-ab53-61fe0f474eee ro **still doesn't work, it's not found**
    INITRD ../initramfs-linux.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX ../vmlinuz-linux
    ----APPEND root=/dev/disk/by-uuid/c35bod9121-a3f1-4cd6-ab53-61fe0f474eee ro----
    APPEND root=/dev/disk/by-partuuid/c35d9121-a3f1-4cd6-ab53-61fe0f474eee ro **still doesn't work, it's not found**
    INITRD ../initramfs-linux-fallback.img
    I used UUID's to avoid the mess on sdaX discrepancies.
    Results
    * rEFIt correctly shows Arch as a boot option. It boots correctly to Syslinux.
    * The kernel load fails due to something like:
    Unknown filesystem 'vfat'
    ... and/or ...
    Waiting 10 seconds for /dev/sdaX ...
    This stroke me as #wtf no.2. VFAT?? Has anyone experienced this before?
    For now this is all I have. I was hoping the community could give me helpful pointers on solving this as I intend to contribute with documentation on this setup in the wiki.
    I'll be updating this post with newer information. Thanks for helping!
    Last edited by josemota (2012-12-31 18:05:09)

    I don't have much experience with SYSLINUX or booting a Mac in BIOS mode, but I can help answer a couple of your questions and offer some alternative approaches....
    josemota wrote:
    Hi everyone, I want to share my experience and request for help regarding my attempt to install Arch on my MBP 8,1. I can't count the times I've tried to install it this week.
    What have I done?
    So I followed the Beginner's Guide to aid me in the installation, with some exceptions:
    * I used Linux Mint 14 to use GParted. The reason I used it is because rEFIt won't sync the GPT and MBR tables properly when I try and use `mkfs.ext4 /dev/sdaX` inside the Archiso. With Archiso, the filesystem types are considered to be "Unknown" (#wtf no. 1), whereas with Mint that doesn't happen.
    This issue is a limitation of the "gptsync" program that's included with rEFIt, not with rEFIt itself. It's also not caused by mkfs; gptsync doesn't even look inside the partitions, AFAIK. Instead, it looks at partition type codes. It understands just a few of them, including the one that all but the very latest versions of libparted use on Linux filesystem partitions. The trouble is that the libparted developers long ago "borrowed" that code from Windows, but they shouldn't have done so. That's being corrected, and gdisk can use the correct code for Linux ("8300" in gdisk). In the future, libparted will use this code, too; the support is already present but isn't yet widely distributed. You could have set the type code to "0700" in gdisk from Arch and gptsync would have worked.
    You may be interested to know that gdisk can do the same job that gptsync does, and gdisk can do so much more flexibly. You can read more in the gdisk hybrid MBR documentation. Be aware that hybrid MBRs (which is what gptsync creates) are ugly and dangerous hacks. Sadly, they're necessary to dual-boot Windows and OS X on Macs, but you may be able to dual-boot OS X and Linux without a hybrid MBR. The trick here is to install an EFI boot loader for Linux rather than a BIOS boot loader for Linux. Macs use EFI natively, so this is the superior way to get started, at least theoretically.
    The Arch wiki has a number of pages on EFI issues, such as:
    https://wiki.archlinux.org/index.php/Un … _Interface
    https://wiki.archlinux.org/index.php/UEFI_Bootloaders
    https://wiki.archlinux.org/index.php/GRUB_EFI_Examples
    The main problem with booting a Mac in EFI mode is that some systems won't activate all their hardware in this way, so with some models you can end up with a network adapter or video display or sound that doesn't work. Other models are fine, though; you'll just have to give it a try and see if it works.
    Personally, I think the best way to do it is to use the kernel's EFI stub loader in conjunction with an EFI boot manager like rEFInd or gummiboot. Both are available as Arch packages, but it's better to install from OS X, and that process is much better documented for rEFInd than for gummiboot (although you could adapt the rEFInd documentation for gummiboot, if you liked). rEFIt can work, too, but only if the kernel includes built-in command-line options and is renamed with a ".efi" extension. These are awkward requirements, and since rEFInd is a continuation of rEFIt development, there's not much point in trying to get rEFIt to do the job.

  • HT201413 May I know how to solve this problem "iPhone software update server could not be contacted or is temporarily unavailable"

    May I know how to solve this problem "iPhone software update server could not be contacted or is temporarily unavailable"
    Thank you.

    Let's try the following document with that one.
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    (If the "Automatically detect settings" checkbox is already checked, try unchecking and rechecking it and clicking OK.)

  • Desktop Software and syncing with Outlook 2010

    When will we see the upgrade to Desktop Software that syncs with Outlook 2010?

    RIM has stated in August.
    http://www.blackberry.com/btsc/KB20654
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Mavericks causing slowness with certain Apps

    I am experiencing 10-15 minute wait times(Beach Ball) when I am using Photoshop CS5.  When I have Steam running, or even when it is being launched, my mac becomes unusable until the app crashes.  These applications were definitely not running slow or crashing before I upgraded to Mavericks.  I have booted to my recovery drive and run Disk Utility to Repair Disk and Repair Permissions, but that did not seem to help at all.  I have even restored from a Time Machine Backup and the symptoms remain.  Any assistance is appreciated.
    Hardware Information:
    MacBook Pro (15-inch, Mid 2010)
    MacBook Pro - model: MacBookPro6,2
    1 2.66 GHz Intel Core i7 CPU: 2 cores
    8 GB RAM
    Video Information:
    Intel HD Graphics - VRAM: 288 MB
    NVIDIA GeForce GT 330M - VRAM: 512 MB
    Audio Plug-ins:
    BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
    AirPlay: Version: 1.9 - SDK 10.9
    AppleAVBAudio: Version: 2.0.0 - SDK 10.9
    iSightAudio: Version: 7.7.3 - SDK 10.9
    System Software:
    OS X 10.9.1 (13B42) - Uptime: 0 days 3:3:52
    Disk Information:
    Hitachi HTS725050A9A362 disk0 : (500.11 GB)
    EFI (disk0s1) <not mounted>: 209.7 MB
    Macintosh HD (disk0s2) /: 379 GB (100.03 GB free)
    Recovery HD (disk0s3) <not mounted>: 650 MB
    BOOTCAMP (disk0s4) /Volumes/BOOTCAMP: 120.25 GB (20.39 GB free)
    MATSHITADVD-R   UJ-898
    USB Information:
    Apple Internal Memory Card Reader
    Apple Inc. Apple Internal Keyboard / Trackpad
    Apple Inc. BRCM2070 Hub
    Apple Inc. Bluetooth USB Host Controller
    CHICONY HP Basic USB Keyboard
    Turtle Beach Turtle Beach PX3 (PC)
    Logitech G700s Rechargeable Gaming Mouse
    Apple Computer, Inc. IR Receiver
    Apple Inc. Built-in iSight
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    org.virtualbox.kext.VBoxDrv (4.2.6)
    org.virtualbox.kext.VBoxUSB (4.2.6)
    com.squirrels.driver.AirParrotSpeakers (1.7 - SDK 10.7)
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
    [loaded] com.adobe.fpsaud.plist
    [loaded] com.adobe.SwitchBoard.plist
    [loaded] com.autodesk.mentalraysat2011.plist
    [loaded] com.microsoft.office.licensing.helper.plist
    [loaded] com.oracle.java.Helper-Tool.plist
    [loaded] com.teamviewer.teamviewer_service.plist
    Launch Agents:
    [not loaded] com.adobe.AAM.Updater-1.0.plist
    [loaded] com.adobe.CS5ServiceManager.plist
    [loaded] com.divx.dms.agent.plist
    [loaded] com.divx.update.agent.plist
    [loaded] com.oracle.java.Java-Updater.plist
    [loaded] com.teamviewer.teamviewer.plist
    [loaded] com.teamviewer.teamviewer_desktop.plist
    [loaded] com.wacom.pentablet.plist
    User Launch Agents:
    [loaded] com.adobe.AAM.Updater-1.0.plist
    [loaded] com.adobe.ARM.[...].plist
    [loaded] com.valvesoftware.steamclean.plist
    [not loaded] org.virtualbox.vboxwebsrv.plist
    User Login Items:
    Steam
    Caffeine
    Canon IJ Network Scanner Selector2
    3rd Party Preference Panes:
    PenTablet
    Flash Player
    Flip4Mac WMV
    Growl
    Java
    Perian
    Internet Plug-ins::
    WacomNetscape: Version: 1.1.1-1
    OVSHelper: Version: 1.1
    Default Browser: Version: 537 - SDK 10.9
    Flip4Mac WMV Plugin: Version: 2.3.6.5
    Unity Web Player: Version: UnityPlayer version 3.5.0f5 - SDK 10.6
    WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.1
    AdobePDFViewerNPAPI: Version: 10.1.8
    FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6
    DivX Web Player: Version: 3.0.1.5 - SDK 10.5
    Silverlight: Version: 5.1.10411.0 - SDK 10.6
    Flash Player: Version: 11.9.900.170 - SDK 10.6
    QuickTime Plugin: Version: 7.7.3
    iPhotoPhotocast: Version: 7.0
    SharePointBrowserPlugin: Version: 14.3.8 - SDK 10.6
    AdobePDFViewer: Version: 10.1.8
    JavaAppletPlugin: Version: Java 7 Update 45
    Bad Fonts:
    None
    Old applications:
    DMSLaunch: Version: 1.0 - SDK 10.5
    /Library/Application Support/DivX/DMSLaunch.app
    DivX Converter: Version: 10.0.1 (Build 10.0.1.57) - SDK 10.5
    /Applications/DivX Converter.app
    DivXMediaServer: Version: 10.0 - SDK 10.5
    /Library/Application Support/DivX/DivXMediaServer.app
    DivXTransferWizard: Version: 10.0.0 (Build 10.0.1.41) - SDK 10.5
    /Library/Application Support/DivX/DivXTransferWizard.app
    DivXUpdate: Version: 1.0 - SDK 10.5
    /Library/Application Support/DivX/DivXUpdate.app
    Epson Printer Utility 4: Version: 8.61 - SDK 10.5
    /Library/Printers/EPSON/InkjetPrinter2/Utility/UT4/Epson Printer Utility 4.app
    Microsoft AutoUpdate: Version: 2.3.6 - SDK 10.4
    /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
    Microsoft Error Reporting: Version: 2.2.9 - SDK 10.4
    /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
    Microsoft Ship Asserts: Version: 1.1.4 - SDK 10.4
    /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
    Peggle Deluxe: Version: Peggle version 1.0.5 - SDK 10.4
    /Users/dsdarsenal11/Library/Application Support/Steam/SteamApps/common/Peggle Deluxe/Peggle Deluxe.app
    Peggle Nights: Version: 1.0.4 - SDK 10.4
    /Users/dsdarsenal11/Library/Application Support/Steam/SteamApps/common/Peggle Nights/Peggle Nights.app
    SLLauncher: Version: 1.0 - SDK 10.5
    /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
    Tower Wars: Version: 1.0 - SDK 10.5
    /Users/dsdarsenal11/Library/Application Support/Steam/SteamApps/common/Tower Wars/Tower Wars.app
    Trine2Launcher: Version: 1.0 - SDK 10.5
    /Users/dsdarsenal11/Library/Application Support/Steam/SteamApps/common/Trine 2/Trine2Launcher.app
    Time Machine:
    Skip System Files: NO
    Auto backup: YES
    Volumes being backed up:
    Macintosh HD: Disk size: 352.97 GB Disk used: 259.81 GB
    Destinations:
    Time Capsule [Network] (Last used)
    Total size: 2
    Total number of backups: 83
    Oldest backup: 2012-12-13 21:36:25 +0000
    Last backup: 2013-12-22 00:47:04 +0000
    Size of backup disk: Excellent
    Backup size 2  > (Disk size 352.97 GB X 3)
    Time Machine details may not be accurate.
    All volumes being backed up may not be listed.
    Top Processes by CPU:
        2% WindowServer
        2% EtreCheck
        1% firefox
        0% mds_stores
        0% mds
    Top Processes by Memory:
    451 MB firefox
    164 MB mds_stores
    147 MB com.apple.IconServicesAgent
    139 MB softwareupdated
    106 MB Finder
    Virtual Memory Statistics:
    4.37 GB Free RAM
    1.65 GB Active RAM
    864 MB Inactive RAM
    1.13 GB Wired RAM
    1.75 GB Page-ins
    0 B Page-outs

    Daniel Davidson wrote:
    I have checked with Steam Support, but they are unable to offer me any assistance and they say it's a problem with Mavericks and not their software.
    In other words they cannot get their software to work with Mavericks. You need to check for updates, especially
    org.virtualbox.kext.VBoxDrv  (4.2.6)
    org.virtualbox.kext.VBoxUSB  (4.2.6)
    com.squirrels.driver.AirParrotSpeakers  (1.7 - SDK 10.7)
    [loaded]  com.wacom.pentablet.plist
    Steam
    Caffeine
    The last two, I honestly wouldn't bother keeping. I have seen bpth as culprits so far in affecting Mavericks installs adversly.
    Cheers
    Pete

Maybe you are looking for

  • Inspection lot creation for inspection type 05

    Hi Gurus, We have finished material FERT & semifinished material HALB.We have assigned insp. type 02 & 05 in material master of matl. HALB.When we create production order for FERT & confirm the order , inspection lot is generated for matl.HALB of ins

  • Since I updated Firefox 7, password for operations in banks webs don't work

    Since I've downloaded new Firefox 7.0 my banks websites don't work correctly, specifically when I am doing a transaction like a money transfer, I have to enter a password in small bar enabled for thi purpose. When I enter the password, nothing happen

  • Query on time ..................

    Hi This is the query on time. I am getting the current system time using sy-uzeit.I want the one hour after time from the current time. eg. current time : 8:25 one hour after time : 9:25 Is there any funtion module to get the one hour time from the c

  • BPEL 11g to ODI

    Hello, Has anyone gotten any of the 10g BPEL to ODI obe to work on SOA 11g with weblogic? I am trying to find a way to fix the ODIInvokerService missing classes, e.g. com.collaxa.cube.util.CXPasswodUtils, com.oracle.bpel.client.Locator, ... Is it sup

  • Unable to update Safari 6.0.4

    Whenever I try to update Safari it says "Operatin has failed".....