Wallpaper slideshow for lxde, dual monitors

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

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

Similar Messages

  • What cable do i need for a dual monitor iMac late 2013

    Hi there
    I am wondering if I can set up a dual monitor for my imac late 2013. I'm quite new to macs so bear with me. I'm a university student studying maya (digital vfx animation) and I need desperately to hve a dual set up. My mac is the 21.5inches. What cable would I need and would monitor would you recommend that would be a good match to my mac. I can afford around £150 but cheaper the better. I am a student who is also a full time disabled single mum lol so funds are scarce.
    Thank you in advance for any help that you can give me.
    kind regards
    Kitt

    You will need the mini-DisplayPort to VGA adapter cable, here.

  • Remembering app positions for single/dual monitor setups?

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

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

  • Latest DisplayLink Drivers For Running Dual Monitors on Mac Lion OS Crashes Fireworks CS5

    I run dual monitors off of my 2011 MacBook Pro via the Diamond BVU195 HD USB Display Adapter. The Diamond BVU195 uses DisplayLink drivers.
    I upgraded my Mac OS to Lion yesterday and had to update my DisplayLink drivers to the latest version: 1.7b2. The new drivers enabled me to use my 2 monitors again. However, they also cause Adobe Fireworks CS5 to crash every time I try to open it. When I unplug the Diamond BVU195 and just use the laptop screen, Fireworks opens and works just fine.
    Here is the error code that Adobe Fireworks CS5 is spititng out:
    Process:         Adobe Fireworks CS5.1 [1621]
    Path:            /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/MacOS/Adobe Fireworks CS5.1
    Identifier:      com.macromedia.fireworks
    Version:         Adobe Fireworks CS5.1 version 11.1.0.205 (11.1.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [133]
    Date/Time:       2011-07-28 09:41:01.009 -0400
    OS Version:      Mac OS X 10.7 (11A511)
    Report Version:  9
    Interval Since Last Report:          39507 sec
    Crashes Since Last Report:           54
    Per-App Interval Since Last Report:  328 sec
    Per-App Crashes Since Last Report:   10
    Anonymous UUID:                      C1EF46A2-2EDC-4272-9FAE-A7A1475A954B
    Crashed Thread:  36
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/MacOS/Adobe Fireworks CS5.1
        __TEXT                 0000000000001000-0000000001450000 [ 20.3M] r-x/rwx SM=COW  /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/MacOS/Adobe Fireworks CS5.1
    Application Specific Information:
    objc[1621]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreGraphics        0x9a7ba746 CGClipGetMode + 0
    1   libRIP.A.dylib                0x975023fc ripc_GetClipState + 3820
    2   libRIP.A.dylib                0x975011c0 ripc_GetRenderingState + 177
    3   libRIP.A.dylib                0x97500f0c ripc_DrawRects + 139
    4   com.apple.CoreGraphics        0x9a7a2293 CGContextFillRects + 150
    5   com.apple.CoreGraphics        0x9a7a2052 CGContextClearRect + 77
    6   com.adobe.owl                 0x01fcd9a7 OWLThemeAddBrush + 76891
    7   com.adobe.owl                 0x020a67ec OWLWorkspaceBookmarkSnapshot + 57402
    8   com.adobe.owl                 0x01fbb2e0 OWLThemeAddBrush + 1428
    9   com.apple.HIToolbox           0x9102fe54 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    10  com.apple.HIToolbox           0x90eab82b _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    11  com.apple.HIToolbox           0x90eaaca8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCall Rec + 482
    12  com.apple.HIToolbox           0x90eaaac0 SendEventToEventTargetWithOptions + 75
    13  com.apple.HIToolbox           0x90ecb888 HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 478
    14  com.apple.HIToolbox           0x90f5a42b HIView::RecursiveDrawComposited(__HIShape const*, __HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 755
    15  com.apple.HIToolbox           0x90f5b6cf HIView::DrawComposited(short, OpaqueGrafPtr*, __HIShape const*, unsigned long, HIView*, CGContext*) + 1227
    16  com.apple.HIToolbox           0x90f5b817 HIView::Draw(short, OpaqueGrafPtr*, unsigned long) + 81
    17  com.apple.HIToolbox           0x90f5bbdf HIView::Render(unsigned long, CGContext*) + 45
    18  com.apple.HIToolbox           0x90ef15c5 WindowData::PrepareForVisibility() + 137
    19  com.apple.HIToolbox           0x90ef0621 _ShowHideWindows + 355
    20  com.apple.HIToolbox           0x90ef04b6 ShowHide + 44
    21  com.adobe.owl                 0x01fe59a6 OWLPaletteCreateNonComposite + 82364
    22  com.adobe.owl                 0x01fe662b OWLPaletteCreateNonComposite + 85569
    23  com.adobe.owl                 0x01fe76f4 OWLPaletteCreateNonComposite + 89866
    24  com.adobe.owl                 0x01fbb2e0 OWLThemeAddBrush + 1428
    25  com.apple.HIToolbox           0x9102fe54 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    26  com.apple.HIToolbox           0x90eab82b _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    27  com.apple.HIToolbox           0x90eaaca8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCall Rec + 482
    28  com.apple.HIToolbox           0x90eaaac0 SendEventToEventTargetWithOptions + 75
    29  com.adobe.owl                 0x01ff5f02 OWLWidgetGetLatentVisibility + 1636
    30  com.adobe.owl                 0x02009dad OWLControlBarGetPreferredSize + 8829
    31  com.adobe.owl                 0x01fbb2e0 OWLThemeAddBrush + 1428
    32  com.apple.HIToolbox           0x9102fe54 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    33  com.apple.HIToolbox           0x90eab82b _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    34  com.apple.HIToolbox           0x90eaaca8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCall Rec + 482
    35  com.apple.HIToolbox           0x90ebfac9 SendEventToEventTarget + 76
    36  com.apple.HIToolbox           0x9102fca0 ToolboxEventDispatcher + 82
    37  com.apple.HIToolbox           0x9102fdcf RunApplicationEventLoop + 236
    38  com.macromedia.fireworks      0x008a6b28 0x1000 + 9067304
    39  com.macromedia.fireworks      0x00004366 0x1000 + 13158
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib        0x97fe290a kevent + 10
    1   libdispatch.dylib             0x950d8ccc _dispatch_mgr_invoke + 969
    2   libdispatch.dylib             0x950d771b _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib        0x97fe202e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x99f85ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x99f876fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib        0x97fe202e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x99f85ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x99f876fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f87f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore 0x93fb98fb TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore 0x93fb9671 TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore 0x93fb9482 TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore 0x9402e740 TimerThread + 292
    7   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    8   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib        0x97fdfc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x97fdf1f6 mach_msg + 70
    2   com.apple.CoreServices.CarbonCore 0x940476e8 YieldToThread + 308
    3   com.apple.CoreServices.CarbonCore 0x940477fd SetThreadState + 152
    4   com.apple.CoreServices.CarbonCore 0x94047898 SetThreadStateEndCritical + 114
    5   libPowerPlant2.dylib          0x081beb51 FW_PowerPlant::LThread::SemWait(FW_PowerPlant::LSemaphore*, long, QHdr&, unsigned char&) + 119
    6   libPowerPlant2.dylib          0x081bdb07 FW_PowerPlant::LSemaphore::BlockThread(long) + 61
    7   libPowerPlant2.dylib          0x081bdb6d FW_PowerPlant::LSemaphore::Wait(long) + 71
    8   libPowerPlant2.dylib          0x081bef70 FW_PowerPlant::LThread::Cleanup::Run() + 32
    9   libPowerPlant2.dylib          0x081bf94e FW_PowerPlant::LThread::DoEntry(void*) + 30
    10  com.apple.CoreServices.CarbonCore 0x94047da6 CooperativeThread + 308
    11  libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    12  libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib        0x97fe202e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x99f85ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x99f876fe start_wqthread + 30
    Thread 7:
    0   libsystem_kernel.dylib        0x97fe202e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x99f85ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x99f876fe start_wqthread + 30
    Thread 8:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f2f82a pthread_cond_wait + 48
    3   com.adobe.amt.services        0x0fe25274 C_AMTUISwitchSuppressUpdates + 16864
    4   com.adobe.amt.services        0x0fe1e074 C_EULA_SetState + 2166
    5   com.adobe.amt.services        0x0fe252da C_AMTUISwitchSuppressUpdates + 16966
    6   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x99f3842c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9404820a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x93fb98d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x9401ba29 MPWaitOnQueue + 200
    6   com.macromedia.fireworks      0x00aea269 0x1000 + 11440745
    7   com.apple.CoreServices.CarbonCore 0x9401c988 PrivateMPEntryPoint + 68
    8   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    9   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x99f3842c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9404820a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x93fb98d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x9401ba29 MPWaitOnQueue + 200
    6   AdobeACE                      0x02c4e6f1 0x2c14000 + 239345
    7   AdobeACE                      0x02c4e0ed 0x2c14000 + 237805
    8   com.apple.CoreServices.CarbonCore 0x9401c988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x99f3842c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9404820a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x93fb98d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x9401ba29 MPWaitOnQueue + 200
    6   AdobeACE                      0x02c4e6f1 0x2c14000 + 239345
    7   AdobeACE                      0x02c4e0ed 0x2c14000 + 237805
    8   com.apple.CoreServices.CarbonCore 0x9401c988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x99f3842c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9404820a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x93fb98d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x9401ba29 MPWaitOnQueue + 200
    6   AdobeACE                      0x02c4e6f1 0x2c14000 + 239345
    7   AdobeACE                      0x02c4e0ed 0x2c14000 + 237805
    8   com.apple.CoreServices.CarbonCore 0x9401c988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x99f3842c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9404820a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x93fb98d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x9401ba29 MPWaitOnQueue + 200
    6   AdobeACE                      0x02c4e6f1 0x2c14000 + 239345
    7   AdobeACE                      0x02c4e0ed 0x2c14000 + 237805
    8   com.apple.CoreServices.CarbonCore 0x9401c988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x99f3842c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9404820a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x93fb98d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x9401ba29 MPWaitOnQueue + 200
    6   AdobeACE                      0x02c4e6f1 0x2c14000 + 239345
    7   AdobeACE                      0x02c4e0ed 0x2c14000 + 237805
    8   com.apple.CoreServices.CarbonCore 0x9401c988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x99f3842c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9404820a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x93fb98d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x9401ba29 MPWaitOnQueue + 200
    6   AdobeACE                      0x02c4e6f1 0x2c14000 + 239345
    7   AdobeACE                      0x02c4e0ed 0x2c14000 + 237805
    8   com.apple.CoreServices.CarbonCore 0x9401c988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x99f3842c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9404820a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x93fb98d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x9401ba29 MPWaitOnQueue + 200
    6   AdobeACE                      0x02c4e6f1 0x2c14000 + 239345
    7   AdobeACE                      0x02c4e0ed 0x2c14000 + 237805
    8   com.apple.CoreServices.CarbonCore 0x9401c988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib        0x97fe0e12 __accept + 10
    1   com.macromedia.fireworks      0x00995883 0x1000 + 10045571
    2   com.macromedia.fireworks      0x006e6745 0x1000 + 7231301
    3   com.macromedia.fireworks      0x0076251e 0x1000 + 7738654
    4   com.macromedia.fireworks      0x00964bde 0x1000 + 9845726
    5   com.apple.CoreServices.CarbonCore 0x9401c988 PrivateMPEntryPoint + 68
    6   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib        0x97fe1bb2 __semwait_signal + 10
    1   libsystem_c.dylib             0x99f387b9 nanosleep$UNIX2003 + 187
    2   ServiceManager-Launcher.dylib 0x16c63a45 Invoke + 52693
    3   ServiceManager-Launcher.dylib 0x16c64a8d Invoke + 56861
    4   ServiceManager-Launcher.dylib 0x16c60fb5 Invoke + 41797
    5   ServiceManager-Launcher.dylib 0x16c611b8 Invoke + 42312
    6   ServiceManager-Launcher.dylib 0x16c611f2 Invoke + 42370
    7   ServiceManager-Launcher.dylib 0x16c6123d Invoke + 42445
    8   ServiceManager-Launcher.dylib 0x16c6148c Invoke + 43036
    9   ServiceManager-Launcher.dylib 0x16c5311a Login + 1654
    10  ServiceManager-Launcher.dylib 0x16c546f7 Login + 7251
    11  ServiceManager-Launcher.dylib 0x16c619fb Invoke + 44427
    12  ServiceManager-Launcher.dylib 0x16c63f49 Invoke + 53977
    13  libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    14  libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f2f82a pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x1cb9b42f APXGetHostAPI + 2599903
    4   com.adobe.adobeswfl           0x1c93453f APXGetHostAPI + 81135
    5   com.adobe.adobeswfl           0x1cb9b51c APXGetHostAPI + 2600140
    6   com.adobe.adobeswfl           0x1cb9b587 APXGetHostAPI + 2600247
    7   com.adobe.adobeswfl           0x1cb9b6a6 APXGetHostAPI + 2600534
    8   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    9   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f2f82a pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x1cb9b42f APXGetHostAPI + 2599903
    4   com.adobe.adobeswfl           0x1c93453f APXGetHostAPI + 81135
    5   com.adobe.adobeswfl           0x1cb9b51c APXGetHostAPI + 2600140
    6   com.adobe.adobeswfl           0x1cb9b587 APXGetHostAPI + 2600247
    7   com.adobe.adobeswfl           0x1cb9b6a6 APXGetHostAPI + 2600534
    8   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    9   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f2f82a pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x1cb9b42f APXGetHostAPI + 2599903
    4   com.adobe.adobeswfl           0x1c93453f APXGetHostAPI + 81135
    5   com.adobe.adobeswfl           0x1cb9b51c APXGetHostAPI + 2600140
    6   com.adobe.adobeswfl           0x1cb9b587 APXGetHostAPI + 2600247
    7   com.adobe.adobeswfl           0x1cb9b6a6 APXGetHostAPI + 2600534
    8   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    9   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f2f82a pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x1cb9b42f APXGetHostAPI + 2599903
    4   com.adobe.adobeswfl           0x1c93453f APXGetHostAPI + 81135
    5   com.adobe.adobeswfl           0x1cb9b51c APXGetHostAPI + 2600140
    6   com.adobe.adobeswfl           0x1cb9b587 APXGetHostAPI + 2600247
    7   com.adobe.adobeswfl           0x1cb9b6a6 APXGetHostAPI + 2600534
    8   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    9   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f87f7b pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl           0x1cb9b3f7 APXGetHostAPI + 2599847
    4   com.adobe.adobeswfl           0x1cbb5e4e APXGetHostAPI + 2708990
    5   com.adobe.adobeswfl           0x1cb9b51c APXGetHostAPI + 2600140
    6   com.adobe.adobeswfl           0x1cb9b587 APXGetHostAPI + 2600247
    7   com.adobe.adobeswfl           0x1cb9b6a6 APXGetHostAPI + 2600534
    8   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    9   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f87f7b pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl           0x1cb9b3f7 APXGetHostAPI + 2599847
    4   com.adobe.adobeswfl           0x1cd12348 APXGetHostAPI + 4135672
    5   com.adobe.adobeswfl           0x1cb9b51c APXGetHostAPI + 2600140
    6   com.adobe.adobeswfl           0x1cb9b587 APXGetHostAPI + 2600247
    7   com.adobe.adobeswfl           0x1cb9b6a6 APXGetHostAPI + 2600534
    8   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    9   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib        0x97fdfc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x97fdf1f6 mach_msg + 70
    2   com.macromedia.Flash Player.authplaylib 0x1dfba942 ExternalPlayer_Initialize + 1873594
    3   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    4   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f2f82a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib 0x1dde515c 0x1db0c000 + 2986332
    4   com.macromedia.Flash Player.authplaylib 0x1de06a15 ExternalPlayer_Initialize + 87949
    5   com.macromedia.Flash Player.authplaylib 0x1dde555a 0x1db0c000 + 2987354
    6   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f2f82a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib 0x1dde515c 0x1db0c000 + 2986332
    4   com.macromedia.Flash Player.authplaylib 0x1de06a15 ExternalPlayer_Initialize + 87949
    5   com.macromedia.Flash Player.authplaylib 0x1dde555a 0x1db0c000 + 2987354
    6   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f2f82a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib 0x1dde515c 0x1db0c000 + 2986332
    4   com.macromedia.Flash Player.authplaylib 0x1de06a15 ExternalPlayer_Initialize + 87949
    5   com.macromedia.Flash Player.authplaylib 0x1dde555a 0x1db0c000 + 2987354
    6   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 29:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f2f82a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib 0x1dde515c 0x1db0c000 + 2986332
    4   com.macromedia.Flash Player.authplaylib 0x1de06a15 ExternalPlayer_Initialize + 87949
    5   com.macromedia.Flash Player.authplaylib 0x1dde555a 0x1db0c000 + 2987354
    6   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 30:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f2f82a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib 0x1dde515c 0x1db0c000 + 2986332
    4   com.macromedia.Flash Player.authplaylib 0x1de06a15 ExternalPlayer_Initialize + 87949
    5   com.macromedia.Flash Player.authplaylib 0x1dde555a 0x1db0c000 + 2987354
    6   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 31:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f2f82a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib 0x1dde515c 0x1db0c000 + 2986332
    4   com.macromedia.Flash Player.authplaylib 0x1de06a15 ExternalPlayer_Initialize + 87949
    5   com.macromedia.Flash Player.authplaylib 0x1dde555a 0x1db0c000 + 2987354
    6   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 32:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f2f82a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib 0x1dde515c 0x1db0c000 + 2986332
    4   com.macromedia.Flash Player.authplaylib 0x1de06a15 ExternalPlayer_Initialize + 87949
    5   com.macromedia.Flash Player.authplaylib 0x1dde555a 0x1db0c000 + 2987354
    6   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 33:
    0   libsystem_kernel.dylib        0x97fe183e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99f87e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99f2f82a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib 0x1dde515c 0x1db0c000 + 2986332
    4   com.macromedia.Flash Player.authplaylib 0x1de06a15 ExternalPlayer_Initialize + 87949
    5   com.macromedia.Flash Player.authplaylib 0x1dde555a 0x1db0c000 + 2987354
    6   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 34:
    0   libsystem_kernel.dylib        0x97fe1bb2 __semwait_signal + 10
    1   libsystem_c.dylib             0x99f387b9 nanosleep$UNIX2003 + 187
    2   com.macromedia.fireworks      0x010aab1b catch_exception_raise + 5219589
    3   com.macromedia.fireworks      0x010a3b13 catch_exception_raise + 5190909
    4   com.macromedia.fireworks      0x010aac28 catch_exception_raise + 5219858
    5   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    6   libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 35:
    0   libsystem_kernel.dylib        0x97fdfc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x97fdf1f6 mach_msg + 70
    2   com.apple.CoreFoundation      0x951179ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation      0x95120b14 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation      0x951201ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation      0x95120098 CFRunLoopRunInMode + 120
    6   com.apple.HIToolbox           0x90ea5487 RunCurrentEventLoopInMode + 318
    7   com.apple.HIToolbox           0x90f0507d RunCurrentEventLoop + 64
    8   com.macromedia.fireworks      0x0088c8a6 0x1000 + 8960166
    9   com.macromedia.fireworks      0x00964bde 0x1000 + 9845726
    10  com.apple.CoreServices.CarbonCore 0x9401c988 PrivateMPEntryPoint + 68
    11  libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    12  libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 36 Crashed:
    0   com.apple.opengl              0x93d82852 CGLDescribeRenderer + 70
    1   com.adobe.psl                 0x04160d3a 0x3dba000 + 3829050
    2   com.adobe.psl                 0x042a6d00 PSLInit + 4476
    3   com.adobe.psl                 0x042f0d3b PSLCreateStringFromErrorCode + 221499
    4   com.adobe.psl                 0x042ef1dc PSLCreateStringFromErrorCode + 214492
    5   com.adobe.psl                 0x042a58d0 PSLFreeUnusedVM + 1954
    6   com.adobe.psl                 0x042a5b34 PSLFreeUnusedVM + 2566
    7   com.macromedia.fireworks      0x00ad4995 0x1000 + 11352469
    8   com.adobe.linguistic.LinguisticManager 0x07aecd8d thread_proxy + 141
    9   libsystem_c.dylib             0x99f83ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x99f876de thread_start + 34
    Thread 36 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x00000000  edx: 0x0872630c
      edi: 0x00000000  esi: 0x00000080  ebp: 0xb1369988  esp: 0xb13698e0
       ss: 0x00000023  efl: 0x00010246  eip: 0x93d82852   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 6
    Binary Images:
        0x1000 -  0x144fff5 +com.macromedia.fireworks (Adobe Fireworks CS5.1 version 11.1.0.205 - 11.1.0) <D6C5CC77-72DF-C73A-2103-AA03E258769A> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/MacOS/Adobe Fireworks CS5.1
    0x1e7d000 -  0x1ed3ffb +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1263) <5B594BC9-5222-651B-6B70-7AD067035B1A> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x1f1c000 -  0x1f8affb +com.adobe.amtlib (amtlib 4.0.0.21 - 4.0.0.21) <3090D254-587A-A820-DBCD-729C27532FC8> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x1fa1000 -  0x2140fe7 +com.adobe.owl (AdobeOwl version 3.0.81 - 3.0.81) <9C261D9E-9BD7-5DE6-5676-AEEF4828D17B> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x21ad000 -  0x22e5fe7 +WRServices (??? - ???) <52CE5B97-1E6A-92A2-EA70-93511AB7EA2E> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x232f000 -  0x239cfef +FileInfo (??? - ???) <4A4C74F9-CA83-B174-F56D-F7671DC61389> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x23b7000 -  0x23ddff6 +AdobeAXE8SharedExpat (??? - ???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedEx pat
    0x23f0000 -  0x240bfff +AdobeBIB (??? - ???) <3B3092DC-A296-9D1C-1922-D20E6A5A7D7E> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x2416000 -  0x246eff7 +AdobeXMP (??? - ???) <73329999-C364-2451-6574-4D0277057D19> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x247e000 -  0x2aacfe7 +AdobeAGM (??? - ???) <91D37E54-E985-47E1-2696-0BD7E4183132> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x2c14000 -  0x2d28fff +AdobeACE (??? - ???) <DD291A17-ECF4-FE20-5837-AC1F5BC76940> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x2d4e000 -  0x3040ff7 +AdobeCoolType (??? - ???) <9FDD596D-9824-2BB9-5DA2-25DACAB6A324> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x30cd000 -  0x30eeff7 +AdobeBIBUtils (??? - ???) <E1FAA7A3-E807-DE5A-1F68-7A53780E8202> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x30fb000 -  0x3137fff +AdobeARE (??? - ???) <76851E91-2381-5D05-742C-BB24E4BAD276> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x3141000 -  0x3519ff7 +AdobeMPS (??? - ???) <36BB5D09-B87A-77AB-C171-E988910367F8> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x3650000 -  0x3c84feb +AdobePDFL (??? - ???) <49D6D58A-1EBB-424A-4CB0-8F9691E0991D> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x3dba000 -  0x4afdfff +com.adobe.psl (AdobePSL 12.0.0.7524 - 12.0.0.7524) <CFBCB19A-03F7-D095-1F48-8D68F05A25C5> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x4e51000 -  0x4edeff7 +com.adobe.AdobeScCore (ScCore 4.1.28 - 4.1.28.12764) <410AEFDB-A716-D200-E889-BFCB3CCC17A9> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x4f25000 -  0x5008fef +AdobePDFPort (??? - ???) <A2E6DCF7-283F-09E9-53AE-D5D84D020469> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x5040000 -  0x5043ffc +com.adobe.ape.shim (adbeape version 3.1.74.12761 - 3.1.74.12761) <FE2ABE8A-1D3F-7AF5-297C-D22FC3E0FBDA> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x504a000 -  0x50dbff7 +libicucnv.dylib.36.0 (36.0.0 - compatibility 36.0.0) <581475CC-C039-1B42-49BA-71811D8B4E15> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x50fc000 -  0x5aacfff +libicudata.dylib.36.0 (36.0.0 - compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x5abc000 -  0x5b89ff3 +libicui18n.dylib.36.0 (36.0.0 - compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.d ylib.36.0
    0x5bef000 -  0x5cc9fef +libicuuc.dylib.36.0 (36.0.0 - compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x5d0c000 -  0x6a97fe7 +com.adobe.illustrator (382 - 15.0.0) <64F68532-0311-6BBA-1F50-246CAF917549> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AILib.framework/Versions/A/AILib
    0x789f000 -  0x78e3fff +com.adobe.illustrator.aiport (AIPort version 1.0 - 1.0) <69EDC44E-D7BB-A259-282D-C42725AE0E26> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x7949000 -  0x798ffff +FilterPort (??? - ???) <23FAE9D1-9376-1E71-21F7-D3EB2BFD50EE> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/FilterPort.framework/Versions/A/FilterPort
    0x7a06000 -  0x7a06fff +SPBasic (??? - ???) <5D1760D8-C910-C641-0BC9-CF74A1A5190D> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x7a0b000 -  0x7bf1ff7 +com.adobe.linguistic.LinguisticManager (5.0.0 - 11309) <CA1D50A3-F965-F8B2-76B9-007F290C5791> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x7c83000 -  0x7d50fe7 +AdobeAXEDOMCore (??? - ???) <F76D74DC-FD5A-9783-C447-2E58773DA7E1> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x7dc2000 -  0x7f3cfe3 +com.adobe.PlugPlug (2.5.0.232 - 2.5.0.232) <04C90B5C-DC6D-A2B5-BE9B-193466222BE7> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x7fe5000 -  0x8002fef +libCurl.dylib (??? - ???) <1BA6E2DE-EF14-D50A-4697-035AE07875D7> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/MacOS/libCurl.dylib
    0x800b000 -  0x8021ff4 +libChar16.dylib (??? - ???) <30CD0194-BAD7-4101-EA60-436EBF2F8FF7> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/MacOS/libChar16.dylib
    0x802b000 -  0x804efe0 +libCoreTypes.dylib (??? - ???) <C29FAF5E-1CC7-F6BE-7CD0-049CF59F6AE5> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/MacOS/libCoreTypes.dylib
    0x805f000 -  0x8066ffc  com.apple.carbonframeworktemplate (1.0 - 1.0) <0D270CC7-B715-943E-2B4F-5C9B5775505A> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/NetIO.framework/Versions/A/NetIO
    0x8073000 -  0x8076fff +Dioxide.dylib (??? - ???) <BCE94F23-4CCA-20FB-79A8-DE7925879DCD> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/Dioxide.dylib
    0x807f000 -  0x8085ffc +libfwutility.dylib (??? - ???) <4951B965-CF5A-1A49-8682-66B255CB4313> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/libfwutility.dylib
    0x808d000 -  0x80ddfff +com.macromedia.javascript (Javascript version 1.0 - 1.0) <540CB029-3946-8E41-BD91-AED6F73C86B7> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/Javascript.framework/Versions/A/Javascript
    0x80f4000 -  0x8101fff +com.macromedia.moa (Moa version 1.0 - 1.0) <3C4B7F42-5A5D-78E7-B1DC-DAA06A99CCB2> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/Moa.framework/Versions/A/Moa
    0x810c000 -  0x8113fff +com.macromedia.morefiles (MoreFiles version 1.0 - 1.0) <36115C66-79A3-5DB9-B36B-8D655B46FC76> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/MoreFiles.framework/Versions/A/MoreFiles
    0x811b000 -  0x81fffe3 +libPowerPlant2.dylib (??? - ???) <964FB3D7-B7EE-94EB-FD95-4AE90C657A4A> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/libPowerPlant2.dylib
    0x8336000 -  0x833cffb +com.macromedia.testframework (1.0 - 1.0) <ED14FA00-1C6F-D433-1EEB-833BB4402B2B> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/uwchar.framework/Versions/A/uwchar
    0x8342000 -  0x835afef +libgiff.dylib (??? - ???) <8F90552B-3D11-2B1E-D1BA-A109FEB99969> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/libgiff.dylib
    0x8363000 -  0x8381fe7 +com.macromedia.png (LibPNG version 1.0 - 1.0) <2DBA0A3F-4F01-7474-0FED-3021382D635F> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/LibPNG.framework/Versions/A/LibPNG
    0x838b000 -  0x8399feb +com.macromedia.zlib (ZLib version 1.0 - 1.0) <EEA4CFAF-A748-FA72-91F0-ADE7A1BE9FA7> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/ZLib.framework/Versions/A/ZLib
    0x839f000 -  0x83a3ffd +com.yourcompany.yourcocoaframework (??? - 1.0) <7EF7A82E-0AAE-0022-3B15-7C50F1C550C1> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/ASEFramework.framework/Versions/A/ASEFramework
    0x83a8000 -  0x83afff2 +com.adobe.boost_threads.framework (boost_threads version 5.0.0 - 5.0.0.0) <F966C78A-3CC1-8678-B3B7-B0A2B118343A> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x83c0000 -  0x83c6fef +com.adobe.boost_date_time.framework (boost_date_time version 5.0.0 - 5.0.0.0) <8837A972-1EBE-CAA9-473A-CD157F17163D> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0x83d8000 -  0x8455fff +AdobeOwlCanvas (??? - ???) <65B2E680-4F43-BE46-2290-3500758D1BF7> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x8473000 -  0x847eff3 +com.adobe.boost_filesystem.framework (boost_filesystem version 5.0.0 - 5.0.0.0) <90B8B4E3-6C44-D110-1545-1A34EB14B22D> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x8493000 -  0x8495ffb +com.adobe.boost_system.framework (boost_system version 5.0.0 - 5.0.0.0) <0C4D56E8-9593-4C4A-4A7E-BEAEDE1CA131> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
    0x849e000 -  0x84a2ffc +com.adobe.AdobeCrashReporter (3.0 - 5.5.20101001) <EA9B7B55-7FE5-14D2-FBAE-817121F94086> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x84a9000 -  0x8556ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x859b000 -  0x864bff7 +libCrypto.dylib (??? - ???) <7743860E-1E20-BC36-8443-53A4DC91A879> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/MacOS/libCrypto.dylib
    0x869a000 -  0x86bbffc +libSSL.dylib (??? - ???) <202C3E7F-DBBB-4AF1-FFA7-7DDD19A17938> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/MacOS/libSSL.dylib
    0x86ca000 -  0x8707fff  com.apple.vmutils (4.2 - 106) <E16C6BE7-C3B2-3836-85CF-989364FBE163> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x87ae000 -  0x87afff1  com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x8fe6000 -  0x8feefff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xfcb0000 -  0xfce5fef +com.adobe.pip (??? - 5.5.0.1265) <660E209C-F595-AB0B-FB5E-C8FC1527CF4D> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
    0xfe00000 -  0xfe6bfe7 +com.adobe.amt.services (AMTServices 4.0.0.21 [BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00] - 4.0.0.21) <018F21DE-7E2E-C850-4C32-D4A2131ABF74> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0xff6d000 -  0xffddfeb +com.adobe.adobe_caps (adobe_caps 4.0.42.0 - 4.0.42.0) <55D7D2EA-D21E-98B1-77C6-58C0A0E07051> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x10d2d000 - 0x10d5aff8  GLRendererFloat (??? - ???) <BBFAA220-4A07-3CDC-9A93-DF6A2220AE01> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x12900000 - 0x12a6dff0  GLEngine (??? - ???) <3C6D5F72-9CDA-37E2-B085-7F38C99FE8C5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x12aa1000 - 0x12b98ffb  libGLProgrammability.dylib (??? - ???) <560A7F12-1AA6-35E1-A922-309016BF6D3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x12bbc000 - 0x12e8bffb  com.apple.ATIRadeonX3000GLDriver (7.2.9 - 7.0.2) <F4616DD7-FD38-3FE4-9545-CDD802105F8D> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLD river
    0x12ebc000 - 0x1399affb  com.apple.driver.AppleIntelHDGraphicsGLDriver (7.2.9 - 7.0.2) <CAA291D4-5A96-320C-87FD-CC92B12889EE> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelH DGraphicsGLDriver
    0x14512000 - 0x1454bffb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 2.0.0.15 - 2.0.0.15) <3A9CF871-6678-90BB-3770-CDBF56AF21D5> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotificati ons
    0x1455b000 - 0x14584fef +com.adobe.ape (adbeapecore version 3.1.74.12761 - 3.1.74.12761) <21548488-E9C3-4638-D7FC-895EE0F8EE30> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
    0x1471f000 - 0x14731fff  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <ADEB72F9-0048-3C87-AD9B-71AA57D523E9> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x147e2000 - 0x147f0ffb  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <D3F1CC34-55EB-3D33-A7C2-025D5C8025D0> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x16739000 - 0x16741fff  com.apple.carbonbundletemplate (1.0 - 1.0) <CF59539F-6DC9-3B0B-FBD4-509DA74AEBE3> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/JSExtensions/AIRext.bundle/Contents/MacOS/AIRext
    0x16761000 - 0x16787ff2  com.apple.carbonbundletemplate (3.0.2,5298 - 3.0.2) <F75E094F-15D1-483C-AE07-71D5FEA37305> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/JSExtensions/MMNotes.bundle/Contents/MacOS/MMNotes
    0x167ad000 - 0x167b5fff +com.macromedia.bmpimportexport (1.0 - 1.0) <A2D04F1D-3150-8E7A-6C3D-EB48C582C261> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/PlugIns/BMP Import Export.bundle/Contents/MacOS/BMP Import Export
    0x167bd000 - 0x167dbff7 +com.macromedia.mix_services (MIX Services version 1.0 - 1.0) <A2E68C22-D23E-165E-0A57-E6BA9B9D5B2D> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/PlugIns/Mix Services.bundle/Contents/MacOS/MIX Services
    0x167f0000 - 0x167f5ffb +com.macromedia.pict (PICT Import Export version 1.0 - 1.0) <5B7C5D2E-E7E5-9486-FC7D-8757F26AC4AA> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/PlugIns/PICT Import Export.bundle/Contents/MacOS/PICT Import Export
    0x167fd000 - 0x16801fff +com.macromedia.targa (Targa Import version 1.0 - 1.0) <FB1FC0D2-B47B-A054-C026-66A5E8BB31DD> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/PlugIns/Targa Import.bundle/Contents/MacOS/Targa Import
    0x16808000 - 0x1684afef +com.macromedia.tiff (TIFF Import Export version 1.0 - 1.0) <2ABEC8A4-B15C-1B8D-53B3-DFDDC8A0851B> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/PlugIns/Tiff Import Export.bundle/Contents/MacOS/Tiff Import Export
    0x16859000 - 0x1685efeb +com.macromedia.twain (TwainAgent version 1.0 - 1.0) <FDFAD6E4-D5F4-A773-9A1B-5DAC9B464075> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/PlugIns/TwainAgent.bundle/Contents/MacOS/TwainAgent
    0x16865000 - 0x1686bfff  org.twain.dsm (1.9.4 - 1.9.4) <C0CCCE50-2929-3853-BE08-0DAE14CA29B8> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x16872000 - 0x16875fff +com.macromedia.wbmp (WBMP Import Export version 1.0 - 1.0) <E3A57AC0-D6E8-7619-74AD-E7B1ADB99B94> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/PlugIns/WBMP Import Export.bundle/Contents/MacOS/WBMP Import Export
    0x168bd000 - 0x168c1ffb  com.apple.audio.AudioIPCPlugIn (1.2.0 - 1.2.0) <8A4CC918-D47D-3F33-8420-0698071A5944> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
    0x16c51000 - 0x16c74fe7 +ServiceManager-Launcher.dylib (236.0.0 - compatibility 2.5.0) <F2933B29-0CC1-00B4-1778-BF44110851F8> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
    0x16ff2000 - 0x16ff8ffb  com.apple.audio.AppleHDAHALPlugIn (2.1.1 - 2.1.1f11) <8CA3DFAA-56F6-37B1-9C93-16C5C3A0A00F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x16ffd000 - 0x17029ff3  com.apple.audio.CoreAudioKit (1.6.2 - 1.6.2) <C2F6DA06-35A9-310A-9444-D07D6F47E0B4> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1ac17000 - 0x1af5ffe7 +com.adobe.dvaadameve.framework (dvaadameve version 5.0.0 - 5.0.0.0) <3D6B5526-68C6-AB1B-B98F-326F18EA44F0> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/dvaadameve.framework/dvaadameve
    0x1b9ff000 - 0x1bb7bfe7 +com.adobe.dvacore.framework (dvacore version 5.0.0 - 5.0.0.0) <4BC4AD81-2341-CCA5-6972-F9C2B8C7B097> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x1c2eb000 - 0x1c5d1fff +com.adobe.dvaui.framework (dvaui version 5.0.0 - 5.0.0.0) <3F61310E-8DF6-5E42-878E-E6A696BDD0AF> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x1c8f0000 - 0x1d74dfeb +com.adobe.adobeswfl (??? - 2.0.0.11360) <3E243C12-18DB-469A-DFA9-B0AE4A1C620F> /Library/Application Support/Adobe/*/adbeapecore.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/AdobeSWFL
    0x1db0c000 - 0x1e1a1ffb +com.macromedia.Flash Player.authplaylib (10.0.0.508 - 1.0.1d333) <02A2245F-4883-4AA8-B06C-47704216613B> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/PlugIns/AuthPlayLib.bundle/Contents/MacOS/AuthPlayLib
    0x40000000 - 0x400d1fe7 +AdobeJP2K (??? - ???) <2ABF10A7-540A-06C8-21FA-186263931DF9> /Applications/Adobe Fireworks CS5.1/Adobe Fireworks CS5.1.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe4f000 - 0x8fe819c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    0x90005000 - 0x9028afe3  com.apple.QuickTime (7.7.1 - 2246) <56DF434A-D929-350C-86D5-684089D0EDFB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x902d9000 - 0x903eaff7  libJP2.dylib (??? - ???) <E938C201-C508-3E3D-B9A9-81FE52349E1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJP2.dylib
    0x9042a000 - 0x9045eff3  libTrueTypeScaler.dylib (??? - ???) <FF162272-243C-321C-B152-AD81B3171C54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9045f000 - 0x90861ff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x90940000 - 0x90947fff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <B3B3875D-311D-31A7-A09F-D1BC56795E00> /usr/lib/system/libnotify.dylib
    0x90948000 - 0

    Unlikely the solution, but just in case (I'm going back to all the places I was looking before I found the answer to my problem), see:
    http://forums.adobe.com/message/3929927#3929927
    If you have flashfirebug installed, it messes up EVERYTHING, including launching fireworks cs5.1

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

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

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

  • How do I display wallpaper across dual monitors?

    I have an iMac 21.5 Mid 2011 and my second monitor is a SAMSUNG SyncMaster SA350. My iMac displays the amazing Apple Lion background and the samsung monitor displays the default Apple Galaxy background. How do I stretch across both? I thought maybe I needed a panoramic background, but it didn't move over. Any suggestions? Thanks!
    Brian

    Here's how I do it:
    1. Download application called "Multiscape", click "Softpedia Secure Download (US)" and it will automatically start downloading
    2. Get the wallpaper suitable for your dual screen.
    3. Open "Multiscape"
    4. Drag wallpaper file into the Multiscape and it will automatically display onto the screens.
    Hope this helps.

  • Dual monitor for Power mac g5 dual 2.3ghz

    I wanted some advice on which monitors to get for a dual monitor setup and if its even possible to setup on my G5 or do I need a different video card?
    Here's my computer spechs:
    Power mac G5 dual core 2.3 ghz (late 2005)
    Model: A1177
    Memory: 2GB DDR2 SDRAM
    HDD: 250GB
    OS X 10.5.8 Leopard
    The only thing I run on this is logic studio 8. I wanted to expand my setup but not sure how.
    Any advice is greatly appreciated! Thanks
    < Edited by Host >

    It depends on which video card you have installed, though not much.  Whichever card you have installed, you should have two DVI outputs available.  With the minimum 256 Meg VRAM, you should be able to support two 1920x1080 monitors without a problem, and the "HD" monitors are getting very plentiful and dropping in price.  Were I to buy today, I would make sure to get an LED monitor, as that flavor should have a longer overall life than a florescent panel monitor.  You can find monitors in 23" dimensions for under $200 a pop, and more 27" monitors are showing up at a slightly bigger bite.

  • Which dual monitor for iMac 21.5" 2010?

    Hey guys,
    I've had my iMac 21.5" 2010 model for a while now, but now I would like another monitor.
    It must be:
    -Around 21.5"
    -Preffibly LED back lit
    -Black and/or aluminium
    -Connect to my iMac
    Do any of you have any suggestions for good dual monitors. Currently I'm not looking at the Cinema displays.

    Back in the mid 90s I had a 17" display that I thought was heaven but as DTP and graphics software became more powerful I decided I needed a second display but when I went looking I found my display had been discontinued. The second display was also 17" but it was about 5 inches taller. I liked it better but I found it disconcerting that they weren't vertically aligned. A couple old college text books solved the problem.
    More recently I received a nice HD LCD display from my wife when she upgraded and it was maybe an inch shorter than my iMac. That didn't bother me at all. The display itself is 2" larger than my iMac and that didn't bother me either. I sometimes connect my notebook to the LCD and then the size difference does bother me so I only use mirroring with the notebook.
    If the height difference bugs you, cheap out with a few books or go the classier route with a little shelf to raise the LCD. Or, find a display that has an adjustable height.

  • Bridge CS3 & ACR with dual monitors

    Question: In a dual-monitor Windows XP setup, how do I control which monitor ACR opens on when opened from Bridge?
    Background: In my workflow, I use Bridge to open small batches of DNGs in ACR. What I want is to have Bridge on monitor #2 (uncalibrated), but have ACR open on monitor #1 (calibrated). At first I had Bridge opening on #1 and couldn't get ACR to open on #2. Then I figured out how to move ACR to #2, but now it always opens on #2, regardless of where Bridge is. How to fix?
    Thanks,
    Andrew

    Okay, I think I've figured out how this works, although (1) the way it appears to function is exactly opposite to how I think it should function, and (2) I still can't figure out how to fix it.
    If I open ACR from Bridge on the primary monitor (#1 for short, as designated in Windows XP), ACR will open on the primary monitor by default. If I leave Bridge on the primary monitor but move ACR to the secondary monitor (#2 for short), ACR will continue to open on #2. If, however, I move Bridge to #2, there is no way to get ACR to open on #1; no matter what I do, it will always open on #2. If I then move Bridge back to #1, ACR might open on either monitor. If it continues then to open on #2 the only way to force it to move back to #1 is to open Photoshop on #1 and then open ACR from Photoshop.
    First of all, it's stupid that I can't tell ACR to open wherever I want it to. But it is particularly stupid that one cannot make ACR open on #1 unless Bridge is also open on #1. The reason is that Windows XP only has native support for color calibration on the primary monitor (#1). If I'm using Bridge and ACR next to each other, I naturally care more about color calibration in ACR, where I'm actually editing photos, than I do in Bridge. Yet it is impossible to get ACR to open on the calibrated monitor! This can only be described as a bug, albeit one that won't get fixed due to the age of XP and CS3.
    (Yes, I am aware that Microsoft makes a control-panel plugin that supposedly allows calibration of both monitors, but I have been unable to get it to work correctly. By all accounts it is somewhat fragile, doesn't offer support for all dual-monitor graphics cards, there isn't a list of cards it does and doesn't support, and Microsoft doesn't even offer support for the plugin. Way to go, Microsoft.)

  • HT5219 How would I connect dual monitors and also a firewire cable?  Macbook Pro (Retina)

    Currently I am using two thunderbolt to DVI connectors for the dual monitors, but I am left without any firewire cable connection for my audio interface. THe only adaptor I found was another thunderbolt to firewire, but since I already used these two ports, I am left with no options. I haven't been able to find any usb to firewire cable connections.
    Are there any other adapators/ports I can use that I am not aware of?

    Something like this at US$300:
    http://store.apple.com/us/product/HB865ZM/A/belkin-thunderbolt-express-dock?fnod e=58
    Highlights
    One cable output provides instant access to eight ports
    Ability to daisy-chain up to five additional Thunderbolt devices
    Includes Cable-management channel
    One Gigabit Ethernet port
    One FireWire 800 port
    One Thunderbolt port
    One 3.5 mm headphone output Jack
    One 3.5 mm audio Input Jack
    Three USB 3.0 ports*
    [Click on this pictures to see it larger]

  • Mac mini dual monitors setup

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

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

  • Dual monitor window missing

    i gave dual monitors a try today for the first time. its nice but i dont feel its needed.
    i like using the dual monitor if I have to read while working, such as when following a tutorial.
    i discoverd that when i unplug the second monitor i lose my photoshop page and i cant get it bakc unless i restart photoshop while pressing shift+cmd+alt
    is there another of making it know to reset the window to the main screen?

    I don't know the procedure for handling dual monitors/projectors etc with a Mac, but with Win 7 it is doable even if you can't see anything on the screen.  Try toggling through the options to restore the single monitor status.   If you can actually see Photoshop, then just reset your Workspace.  I can't see what version of photoshop you are using, but Workspaces will be on the options bar

  • Connecting Dual Monitors T500

    I undestand the T500 does have a displayport, as well as a VGA output. So I could easily connect two monitors for a dual monitor setup. But what would I do in order to connect two monitors digitally?
    I currently have a 22" WSXGA screen and using the laptop as a second screen. But I figure another large monitor might increase productivity.
    Thanks

    Is there a trick to getting the display port to work?  I purchased a cablestogo displayport to DVI adapter and the machine does not recognize that any devices connected to it.  I went through the presentation manager to turn off the laptop screen and switch my video to displayport and vga and I get this error: 
    The folloing settings you have selected cannot be applied properly. Change the setting and try again. External Monitor or Projector, Television
    Resolution
    Color Quality
    any help would be apprecicated.

  • NF750 with Dual Monitors using Internal Video issue

    I'm currently trying to get this motherboard to output using both the builtin DVI, and HDMI for a dual monitor setup.
    Unfortunately what is happening is, first, while in windows with current output to DVI, connecting the HDMI, the monitor is not detected. When booting up with the HDMI it will be detected as long as the DVI is not plugged in. If both are plugged in, neither will show a screen.
    Has anyone else had this issue and managed to fix it?
    I have also updated to the latest nforce drivers, and bios.
    Thanks for the help

    I don't believe its possible to use both digital outputs (DVI and HDMI) simultaneously.

  • Dual Monitor Set up Stuck at Low-Resolution?

    I have just bought a refurbished Power Mac 2.66 dual core and it came with Leopard. I have a 1 LCD and 1 CRT, and have a problem where the CRT will only run at 736x552 if I have both monitors connected. HOWEVER, if disconnect the LCD and just run the CRT, the CRT will give me the option to run in higher resolutions (up to 1280x960). This on an Nvidia 7300 (I think, 7 something) with 256 meg of video ram...
    Why is this? I have been running both monitors just fine on my older G5 (which has a lower-end video card).
    This was a problem before the 10.5.2 combo update, also before the Video Up date, and still is a problem after installing all updates.
    Anyone have this problem? Is it a problem with the video card? I think it's Leopard...
    Leopard... I hate you.

    hi levononick,
    Thanks for posting and welcome to the community,
    After reading your post I was trying to get a visual on how the back of the desktop looks like. I don't one here to check on so after googling round I'm assuming that your Desktop Back panel looks like the visual below.
    Base from what I seen here it appear that your machine do not have the support for having dual monitor. If you see the top (Blue connector) is for the output of a single monitor that is powered by the Onboard graphics. Now the out put below (Also with Blue connector and HDMI) indicates that you are able to have 2 monitors but not extended. One is for the Montor which supports VGA and the other is for connection for HDMI out, to connect to newer TV screens such as LCD or LED tv nowadays, and use them as a monitor. 
    By looking at this it does appear that you do have extra slot to possibly insert another Graphics card which does support 2 montior displays. You might need to purchase another type of GPU which does this in order to have the Dual support to fuction. Indidcation of the cards with the dual support can be shown below.
    This type of can definitely support 2 montior functions and should be the type you are targeting to get fitted into the machine for the support.
    Hope this helps.
    Please do let me know should you require further clariffication.
    regards

Maybe you are looking for

  • Logging Java objects and threads. Application sampling.

    I am using a laptop to run my application on. It uses windows XP and it is the only application running on that machine. I use TCP and serial port to communicate to other devices. My application is supposed to use up to 300M of memory but apparently

  • Non-static cannot be referenced from a static context - ?

    Hi, i understand (kinda) what the error means i think its saying that i cannot call a non-static method "bubbleSort" from the static method main (correct?) but i dont know how to fix it... do i make bubbleSort public static void bubbleSort??? C:\jLot

  • Extract Data in Power Pivot from MDX with diffrentnt different Level of Hierarchy in MDX

    Hi All, My requirement is to extract the data form tabular model and put in power pivot,as all the measures calculation is present in model just extracting the aggregated data. Issue is appearing on Rolling up the data, so is there any way to extract

  • Cross-processing effect in Elements 8 for Mac?

    I'm doing a free trial of Elements 8 on my Mac and am looking for a way to render cross-processing effects. I know that if you have a Windows PC, you can install a plug-in called SmartCurve which will enable to you to make the color adjustment curves

  • ZEN7 on OES Linux

    hi there, i installed zfs7 on oes linux and i cant connect to the mms database ( consoleone / management site status ) . Any help would be nice. Regards Wolfgang Hackl