Compiz-git without xgl nor aiglx

Hi!,
does anyone knows how to (or if it's possible)  run compiz-git without xgl nor aiglx? (using the new nvidia drivers), I know this is possible with beryl, but compiz-git   won't run ok if xgl isn't loaded, it will show only a black screen with some white rectangles where the windows are supposed to be.
I love compiz-git, please help me
thanks a lot!
silencer

This is a modified version of startxgl script I made to run compiz against Nvidia beta driver libs instead Xgl mesa
#!/bin/bash
USE_COLOR=1
msg() {
  if [ $USE_COLOR -eq 1 ]; then
    echo -e "33[1;32m==>33[1;0m 33[1;1m$133[1;0m" >&2
  else
    echo "==> $1" >&2
  fi
usage() {
  echo "Usage: startnv [display number] [window manager] [gfx]"
  echo
  echo "  Command line arguments are optional."
  echo "  Default [display number] is 1."
  echo "  [window manager] can be: 'gnome', 'xfce' (no session), 'xfce-svn' (no session), or 'xfce-session'. Default is 'gnome'."
  echo "  [gfx] values are 'ati', 'nvidia' or 'other'. Default is 'other'."
if [ "$1" = "-h" -o "$1" = "--help" ]; then
  usage
  exit 0
elif [ -z "$1" ]; then
  xgldisplay=1
else
  xgldisplay=$1
fi
xinit -- :0 &
sleep 3
msg "Starting Compiz (window and composite manager)"
DISPLAY=:$xgldisplay LD_LIBRARY_PATH=/usr/lib/ LD_PRELOAD=/usr/lib/libGL.so.1.0.9625 compiz --replace miniwin decoration transset state wobbly fade minimize cube rotate zoom scale move resize place switcher trailfocus water bs &
sleep 3
if [ "$2" = "xfce" ]; then
  msg "Starting xfce-mcs-manager"
  DISPLAY=:$xgldisplay xfce-mcs-manager
  msg "Starting gnome-window-decorator"
  DISPLAY=:$xgldisplay gnome-window-decorator &
  msg "Starting xftaskbar4, xfdesktop and xfce4-panel"
  DISPLAY=:$xgldisplay xftaskbar4 &
  DISPLAY=:$xgldisplay xfdesktop &
  DISPLAY=:$xgldisplay exec xfce4-panel
elif [ "$2" = "xfce-svn" ]; then
  msg "Starting xfce-mcs-manager"
  DISPLAY=:$xgldisplay xfce-mcs-manager
  msg "Starting gnome-window-decorator"
  DISPLAY=:$xgldisplay gnome-window-decorator &
  msg "Starting xfdesktop and xfce4-panel"
  DISPLAY=:$xgldisplay xfdesktop &
  DISPLAY=:$xgldisplay exec xfce4-panel
elif [ "$2" = "xfce-session" ]; then
  msg "Starting gnome-window-decorator"
  DISPLAY=:$xgldisplay gnome-window-decorator &
  msg "Starting xfce4-session"
  DISPLAY=:$xgldisplay exec xfce4-session
else
  msg "Starting gnome-window-decorator"
  DISPLAY=:$xgldisplay gnome-window-decorator &
  msg "Starting gnome-session"
  DISPLAY=:$xgldisplay exec gnome-session
fi
Save this bash script to a file like "startnv", chmod it to 755 and start your X session with "startnv 0"
For me, it doesnt work well, I get choppy windows and strange errors but at least its an easy way to get direct rendering working.
I dont know you guys but I cant run both Doom III and Quake 3 at the same time looking perfectly with compiz running on Xgl, but I can do it with Nvidia beta drivers now -although as I said, I have lot of windows bugs...
I wish someone could explain us more about using compiz-git --not beryl-- WITH OUT Xgl

Similar Messages

  • Compiz-git and other friends on Arch64

    Mmm, the new compiz-git packages work fantastically well on my Arch64 installation, it all seems much smaller than my last svn cut of beryl.
    Worth doing if you're interested in such things, was a painless abs installation. (One caveat, I had to add arch=('i686' 'x86_64') to the PKGBUILD of the compiz-git aur package).
    Awesome. Love Expo!

    Err, I *think * the configuration dependencies are now on ccs/bcop [or something] for doing the configuration of compiz, at least as far as I could tell there's now an /option/ as to whether you use gconf or somethign else to configure compiz, I'm not sure if there are other dependencies ?
    Beryl's stopped anyhow ,they're re-merging back into compiz, (www.opencompositing.org) so long term I guess you'll have to swap

  • [Solved]Compiz Standalone without Emerald

    Hi!
    Does somebody know if it is possible to run Compiz Standalone without emerald, using Gnome`s gtk decorator?
    Last edited by K0tuk (2009-10-01 13:26:28)

    PoZiTPoH wrote:
    pacman -S fusion-icon compiz-decorator-gtk
    then launch fusion-icon and in "Select Window Decorator" choose Metacity
    Actually it's gtk-window-decorator not metacity
    EDIT: You might need to have gnome-settings-daemon running for this to work
    Last edited by some-guy94 (2009-09-16 00:11:32)

  • Compiz required for XGL?

    I was just wondering whether compiz is required for XGL or not, or does XGLs eyecandy apply to desktops such as gnome?

    stavrosg wrote:
    Compiz is required only if you want the fancy effects.
    If you "just" want the hardware acceleration for your favourite window manager and one of the rest composite managers, you may go ahead and use it so.
    This is what I do sometimes, running xfwm4 and its embedded composite manager over xgl. Works fine.
    And it feels stable?

  • Xgl compiz cgwd themes & xgl functions

    Edit-- found the cgwd in aur.. stupid me..
    Cant find the cgwd package to install and use the compiz themes..
    want to also know howto fix the background when turning around the desktop in cube mode i saw that it was possible to have a background behind the cube..
    check it out:
    http://video.google.com/videoplay?docid … dome&hl=en
    what is the slow mo effect? doesnt seem to work for me.. nothing happens when i run it..
    thanks. let me know.

    the tar.gz files doesnt exist. ran the pkgbuild got this:
    ==>     Downloading compiz_0.0.13.41.orig.tar.gz
    --10:33:33--  http://ubuntu.compiz.net/pool/main/c/co … rig.tar.gz
               => `compiz_0.0.13.41.orig.tar.gz'
    Resolving ubuntu.compiz.net... 195.14.0.203
    Connecting to ubuntu.compiz.net|195.14.0.203|:80... connected.
    HTTP request sent, awaiting response... 502 Bad Gateway
    10:33:33 ERROR 502: Bad Gateway.
    ==> ERROR: Failed to download compiz_0.0.13.41.orig.tar.gz
    ==> Aborting...
    also your repository package is corrupted:
    10:40:57 (77.38 KB/s) - `compiz-0.0.13.41_0ubuntu1-1.pkg.tar.gz.part' saved [223574/223574]
    --10:40:57--  http://aquila.deus.googlepages.com/comp … pkg.tar.gz
               => `compiz-plugins-0.7_0ubuntu1-1.pkg.tar.gz.part'
    Resolving aquila.deus.googlepages.com... 72.14.207.95, 72.14.207.91, 72.14.207.93
    Connecting to aquila.deus.googlepages.com|72.14.207.95|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 458,565 (448K) [application/octet-stream]
    100%[====================================>] 458,565       58.89K/s    ETA 00:00
    10:41:04 (68.26 KB/s) - `compiz-plugins-0.7_0ubuntu1-1.pkg.tar.gz.part' saved [458565/458565]
    checking package integrity...
    error: archive compiz-plugins-0.7_0ubuntu1-1.pkg.tar.gz is corrupted

  • Install compiz-fusion without KDE and QT ??

    Hi guys, just wanna install compiz-fusion on my box.
    sudo pacman -S compiz-fusion
    compiz-fusion package not found, searching for group...
    :: group compiz-fusion (including ignored packages):
    ccsm compiz-core compiz-fusion-plugins-extra compiz-fusion-plugins-main
    compizconfig-backend-gconf compizconfig-backend-kconfig emerald
    emerald-themes fusion-icon
    :: Install whole content? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    Targets (21): libxslt-1.1.26-1 fuse-2.8.3-1 compiz-core-0.8.4-3
    libcompizconfig-0.8.4-1 pyrex-0.9.8.5-2
    compizconfig-python-0.8.4-1 ccsm-0.8.4-1 compiz-bcop-0.8.4-1
    compiz-fusion-plugins-main-0.8.4-2
    compiz-fusion-plugins-extra-0.8.4-1
    compizconfig-backend-gconf-0.8.4-1 libmng-1.0.10-3
    [b]qt3-3.3.8-17 [/b] libart-lgpl-2.3.20-1 libidn-1.16-1
    [b]kdelibs3-3.5.10-10 compizconfig-backend-kconfig-0.8.4-1 [/b]
    xdg-utils-1.0.2.20100303-1 emerald-0.8.4-2
    emerald-themes-0.6.0-2 fusion-icon-20091023-1
    Total Download Size: 40.17 MB
    Total Installed Size: 147.59 MB
    as you can see it wants install qt3-3.3.8-17 , delibs3-3.5.10-10 , compizconfig-backend-kconfig-0.8.4-1 , is there a way to prevent install KDE and QT3/4 stuff? I dont use KDE at all.
    any advice would be appreciated, thanks

    Try installing the packages themselves instead of the group. Basically it lists packages in the group, just install the rest except for kconfig backend.

  • Safari will not allow uploads without crashing (nor will Firefox)

    Every time I try to upload a photo to email, Safari quits. I downloaded Firefox and tried again, only to get the same result. I'm also trying to upload some art to a website to which I belong. I can't do it. The crash happens when I try to go to a folder that contains the art/photos.
    I'm on a Mac Pro, OS 6. (whatever the latest is, as I always update) (Snow Leopard).
    I DID recently download Adobe Reader 10.whatever. Could that be the problem?
    Thanks for any help,
    Chas

    Posting Error report upon crashing. Man, this is loooong. Sorry about this, but thanks for tip Linc. And sorry for delay getting back. I'm also having printer connection problems.
    Error Report:
    Process:         Safari [270]
    Path:           /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1.2 (6534.52.7)
    Build Info:      WebBrowser-75345207~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [224]
    Date/Time:       2011-12-2004:56:35.828 -0800
    OS Version:      Mac OS X 10.6.8(10K549)
    Report Version:  6
    Interval Since Last Report:         382191 sec
    Crashes Since Last Report:           33
    Per-App Interval Since Last Report: 197100 sec
    Per-App Crashes Since Last Report:   12
    Anonymous UUID:                    DELETED
    Exception Type:  EXC_BAD_ACCESS(SIGSEGV)
    Exception Codes: 0x000000000000000d,0x0000000000000000
    Crashed Thread:  0  Dispatch queue:com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name:_restoreLevelAfterRunningModal
    Thread 0 Crashed:  Dispatch queue:com.apple.main-thread
    0   libobjc.A.dylib                   0x00007fff839a7f0c objc_msgSend + 40
    1   com.apple.Foundation              0x00007fff8456624c __NSFireDelayedPerform + 404
    2   com.apple.CoreFoundation          0x00007fff8222cbb8 __CFRunLoopRun + 6488
    3   com.apple.CoreFoundation          0x00007fff8222ad8f CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox               0x00007fff899197ee RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox               0x00007fff899195f3 ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox               0x00007fff899194ac BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit                  0x00007fff82fcdeb2 _DPSNextEvent + 708
    8   com.apple.AppKit                  0x00007fff82fcd801 -[NSApplicationnextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   com.apple.Safari.framework        0x00007fff84e492be -[BrowserApplicationnextEventMatchingMask:untilDate:inMode:dequeue:] + 177
    10  com.apple.AppKit                  0x00007fff82f9368f -[NSApplication run] + 395
    11  com.apple.AppKit                  0x00007fff82f8c3b0 NSApplicationMain + 364
    12  com.apple.Safari.framework        0x00007fff85007924 SafariMain + 200
    13  com.apple.Safari                  0x0000000100000f1c 0x100000000 + 3868
    Thread 1:  Dispatch queue:com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x00007fff85633c0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff85635add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                 0x00007fff856357b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                 0x00007fff856352de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                 0x00007fff85634c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                 0x00007fff85634aa5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                 0x00007fff85655a6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff85659881 _pthread_cond_wait + 1286
    2   com.apple.WebCore                 0x00007fff8730b529 WebCore::IconDatabase::syncThreadMainLoop() + 265
    3   com.apple.WebCore                 0x00007fff87308b28 WebCore::IconDatabase::iconDatabaseSyncThread() +296
    4   libSystem.B.dylib                 0x00007fff85653fd6 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff85653e89 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                 0x00007fff8561ad7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff8561b3ed mach_msg + 59
    2   com.apple.QuartzCore              0x00007fff85d2d396 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore              0x00007fff85d2d2d6 thread_fun + 34
    4   libSystem.B.dylib                 0x00007fff85653fd6 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff85653e89 thread_start + 13
    Thread 4:  Safari:CertRevocationChecker
    0   libSystem.B.dylib                 0x00007fff8561ad7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff8561b3ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff8222b902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff8222ad8f CFRunLoopRunSpecific + 575
    4   com.apple.Safari.framework        0x00007fff84fbfaa5 Safari::MessageRunLoop::threadBody() + 107
    5   com.apple.Safari.framework        0x00007fff84fbfadf Safari::MessageRunLoop::threadCallback(void*) + 9
    6   libSystem.B.dylib                 0x00007fff85653fd6 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff85653e89 thread_start + 13
    Thread 5:  WebCore: LocalStorage
    0   libSystem.B.dylib                 0x00007fff85655a6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff85659881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore          0x00007fff84a6e1c0 ***::ThreadCondition::timedWait(***::Mutex&,double) + 64
    3   com.apple.WebCore                 0x00007fff873256d1 WebCore::LocalStorageThread::threadEntryPoint() +177
    4   libSystem.B.dylib                 0x00007fff85653fd6 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff85653e89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                 0x00007fff8561ad7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff8561b3ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff8222b902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff8222ad8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation              0x00007fff845ce14f +[NSURLConnection(NSURLConnectionReallyInternal)_resourceLoadLoop:] + 297
    5   com.apple.Foundation              0x00007fff8454f114 __NSThread__main__ + 1429
    6   libSystem.B.dylib                 0x00007fff85653fd6 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff85653e89 thread_start + 13
    Thread 7:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                 0x00007fff8561ad7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff8561b3ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff8222b902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff8222ad8f CFRunLoopRunSpecific + 575
    4   com.apple.Safari.framework        0x00007fff84fbfaa5 Safari::MessageRunLoop::threadBody() + 107
    5   com.apple.Safari.framework        0x00007fff84fbfadf Safari::MessageRunLoop::threadCallback(void*) + 9
    6   libSystem.B.dylib                 0x00007fff85653fd6 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff85653e89 thread_start + 13
    Thread 8:  Safari: SnapshotStore
    0   libSystem.B.dylib                 0x00007fff85655a6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff85659881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore          0x00007fff84a6e1c0 ***::ThreadCondition::timedWait(***::Mutex&,double) + 64
    3   com.apple.Safari.framework        0x00007fff8503a685 Safari::MessageQueueWaitResultSafari::MessageQueue<***::RefPtr<Safari::Snapshot Store::DiskAccessMessage>>::waitForMessageFilteredWithTimeout<bool()(***::RefPtr <Safari::SnapshotStore::DiskAccessMessage>&)>(***::RefPtr<Safari::SnapshotStore: :DiskAccessMessage>&,bool (&)(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&),double) + 149
    4   com.apple.Safari.framework        0x00007fff85038a85 Safari::SnapshotStore::diskAccessThreadBody() +379
    5   com.apple.Safari.framework        0x00007fff8503923fSafari::SnapshotStore::diskAccessThreadCallback(void*) + 9
    6   libSystem.B.dylib                 0x00007fff85653fd6 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff85653e89 thread_start + 13
    Thread 9:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                 0x00007fff85655a6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff85659881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore          0x00007fff84a6e217 ***::ThreadCondition::timedWait(***::Mutex&,double) + 151
    3   com.apple.JavaScriptCore          0x00007fff84c9a74f JSC::Heap::blockFreeingThreadMain() + 319
    4   com.apple.JavaScriptCore          0x00007fff84c9a789 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5   libSystem.B.dylib                 0x00007fff85653fd6 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff85653e89 thread_start + 13
    Thread 10:  com.apple.CFSocket.private
    0   libSystem.B.dylib                 0x00007fff8565e932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation          0x00007fff8224d468 __CFSocketManager + 824
    2   libSystem.B.dylib                 0x00007fff85653fd6 _pthread_start + 331
    3   libSystem.B.dylib                 0x00007fff85653e89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                 0x00007fff85634a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff85634e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff85634aa5 start_wqthread + 13
    Thread 12:
    0   libSystem.B.dylib                 0x00007fff85634a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff85634e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff85634aa5 start_wqthread + 13
    Thread 13:  Safari:SpotlightCacheController
    0   libSystem.B.dylib                 0x00007fff8565c8ba fsync + 10
    1   com.apple.Foundation              0x00007fff8457b75c _NSWriteBytesToFileWithExtendedAttributes + 537
    2   com.apple.Safari.framework        0x00007fff85041b93 -[SpotlightHistoryWriter(FileInternal)_writeCacheFileForItem:] + 133
    3   com.apple.Safari.framework        0x00007fff850420a8 -[SpotlightHistoryWriteraddSpotlightCacheFilesForItems:ofDataType:inDirectory:] + 89
    4   com.apple.Safari.framework        0x00007fff84fd2f4c -[OldSpotlightCacheController(FileInternal)updateCacheFilesForType:] + 203
    5   com.apple.Safari.framework        0x00007fff84fd3905 -[OldSpotlightCacheController(FileInternal)updaterThreadBody:] + 267
    6   com.apple.Foundation              0x00007fff8454f114 __NSThread__main__ + 1429
    7   libSystem.B.dylib                 0x00007fff85653fd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff85653e89 thread_start + 13
    Thread 0 crashed with X86 Thread State(64-bit):
      rax: 0x0000000000000000  rbx:0x00007fff70484370  rcx: 0x00007fffffe001a0  rdx: 0x0000000000000000
      rdi: 0x0000000101878f40  rsi:0x00007fff837146ad  rbp: 0x00007fff5fbfe900  rsp: 0x00007fff5fbfe868
       r8: 0x00000001003b76e8   r9:0x00000001019af730  r10: 0x0000000000000001  r11: 0x30307473696c7062
      r12: 0xffffffffffffffff  r13:0x00000000ffffffff  r14: 0x00007fff70484370  r15: 0x00007fff70484370
      rip: 0x00007fff839a7f0c  rfl:0x0000000000010202  cr2: 0x0000000116086880
    Binary Images:
           0x100000000 -        0x100000fff com.apple.Safari 5.1.2 (6534.52.7)<5BABE0D3-3AE2-90EF-B89B-32BE68862F48>/Applications/Safari.app/Conte nts/MacOS/Safari
           0x110b51000 -        0x110b77fff GLRendererFloat ??? (???) <490221DD-53D9-178E-3F31-3A4974D34DCD>/System/Library/Frameworks/OpenGL.framewo rk/Resources/GLRendererFloat.bundle/GLRendererFloat
           0x110c9c000 -        0x110e2ffe7 GLEngine ??? (???) <53A8A7E8-4846-D236-F3D9-DA3F2AF686D8>/System/Library/Frameworks/OpenGL.framewo rk/Resources/GLEngine.bundle/GLEngine
           0x110e60000 -        0x111283fef libclh.dylib 3.1.1 C  (3.1.1) <432F5475-F934-92A0-FB49-78F03DA82176>/System/Library/Extensions/GeForceGLDrive r.bundle/Contents/MacOS/libclh.dylib
           0x200000000 -        0x200787fe7 com.apple.GeForceGLDriver 1.6.36 (6.3.6)<4F23289A-D45A-0630-8D7F-4C35A4D2AA00>/System/Library/Extensions/GeForce GLDriver.bundle/Contents/MacOS/GeForceGLDriver
        0x7fff5fc00000 -     0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06>/usr/lib/dyld
        0x7fff8005f000 -     0x7fff80133fe7 com.apple.CFNetwork 454.12.4 (454.12.4)<C83E2BA1-1818-B3E8-5334-860AD21D1C80>/System/Library/Frameworks/Core Services.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwor k
        0x7fff801a9000 -     0x7fff805f0fef com.apple.RawCamera.bundle 3.7.1 (570)<5AFA87CA-DC3D-F84E-7EA1-6EABA8807766>/System/Library/CoreServices/RawCame ra.bundle/Contents/MacOS/RawCamera
        0x7fff8068f000 -     0x7fff8070efe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6)<79E256EB-43F1-C7AA-6436-124A4FFB02D0>/System/Library/Frameworks/CoreAud io.framework/Versions/A/CoreAudio
        0x7fff807dc000 -     0x7fff807dcff7 com.apple.CoreServices 44 (44)<DC7400FB-851E-7B8A-5BF6-6F50094302FB>/System/Library/Frameworks/CoreServic es.framework/Versions/A/CoreServices
        0x7fff8081b000 -     0x7fff80870ff7 com.apple.framework.familycontrols 2.0.2 (2020)<F09541B6-5E28-1C01-C1AE-F6A2508670C7>/System/Library/PrivateFrameworks/F amilyControls.framework/Versions/A/FamilyControls
        0x7fff8088c000 -     0x7fff80892ff7 IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A>/System/Library/Frameworks/IOSurface.fram ework/Versions/A/IOSurface
        0x7fff80893000 -     0x7fff80b1bfef com.apple.security 6.1.2 (55002)<015C9A08-3D07-9462-8E91-DB1924349621>/System/Library/Frameworks/Securit y.framework/Versions/A/Security
        0x7fff80d86000 -     0x7fff80d89fff com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/Help.framework/Versions/A/Help
        0x7fff80d8a000 -     0x7fff80d95fff com.apple.CrashReporterSupport 10.6.7 (258)<A2CBB18C-BD1C-8650-9091-7687E780E689>/System/Library/PrivateFrameworks/Cr ashReporterSupport.framework/Versions/A/CrashReporterSupport
        0x7fff80eaf000 -     0x7fff80f49fff com.apple.ApplicationServices.ATS 275.19 (???)<FBC907AF-C3EF-CAF1-3705-13DC91B29114>/System/Library/Frameworks/Applicati onServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
        0x7fff80f4a000 -     0x7fff80f99fef libTIFF.dylib ??? (???) <1E2593D1-A7F6-84C6-DF8F-0B46AE445926>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib TIFF.dylib
        0x7fff81051000 -     0x7fff81065ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35)<63C87CF7-56B3-4038-8136-8C26E96AD42F>/System/Library/Frameworks/Appli cationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Version s/A/SpeechSynthesis
        0x7fff81066000 -     0x7fff8139afef com.apple.CoreServices.CarbonCore 861.39 (861.39)<1386A24D-DD15-5903-057E-4A224FAF580B>/System/Library/Frameworks/CoreSe rvices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCor e
        0x7fff81411000 -     0x7fff81416fff libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGFXShared.dylib
        0x7fff81417000 -     0x7fff8141dff7 com.apple.DiskArbitration 2.3 (2.3)<857F6E43-1EF4-7D53-351B-10DE0A8F992A>/System/Library/Frameworks/DiskArbit ration.framework/Versions/A/DiskArbitration
        0x7fff8149c000 -     0x7fff814e3ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21>/System/Library/PrivateFrameworks/CoreUI. framework/Versions/A/CoreUI
        0x7fff814e4000 -     0x7fff81527ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0)<5FF3D7FD-84D8-C5FA-D640-90BB82EC651D>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/R esources/libRIP.A.dylib
        0x7fff81528000 -     0x7fff815adff7 com.apple.print.framework.PrintCore 6.3 (312.7)<CDFE82DD-D811-A091-179F-6E76069B432D>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/Prin tCore
        0x7fff815d3000 -     0x7fff815ecfff com.apple.CFOpenDirectory 10.6 (10.6)<CCF79716-7CC6-2520-C6EB-A4F56AD0A207>/System/Library/Frameworks/OpenDire ctory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpe nDirectory
        0x7fff815ed000 -     0x7fff8169dfff edu.mit.Kerberos 6.5.11 (6.5.11)<085D80F5-C9DC-E252-C21B-03295E660C91>/System/Library/Frameworks/Kerber os.framework/Versions/A/Kerberos
        0x7fff816d9000 -     0x7fff816eaff7 libz.1.dylib 1.2.3 (compatibility 1.0.0)<FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff816eb000 -     0x7fff81737fff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF>/usr/lib/libauto.dylib
        0x7fff81738000 -     0x7fff8178bff7 com.apple.HIServices 1.8.3 (???)<F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD>/System/Library/Frameworks/Applicati onServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HISer vices
        0x7fff818c0000 -     0x7fff818e1fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0)<6993F348-428F-C97E-7A84-7BD2EDC46A62>/usr/lib/libresolv.9.dylib
        0x7fff818e2000 -     0x7fff81902ff7 com.apple.DirectoryService.Framework 3.6 (621.11)<AD76C757-6701-BDB5-631E-1CB77D669586>/System/Library/Frameworks/Direct oryService.framework/Versions/A/DirectoryService
        0x7fff81903000 -     0x7fff81a22fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8)<14115D29-432B-CF02-6B24-A60CC533A09E>/usr/lib/libcrypto.0.9.8.dylib
        0x7fff81a23000 -     0x7fff81a48ff7 com.apple.CoreVideo 1.6.2 (45.6)<E138C8E7-3CB6-55A9-0A2C-B73FE63EA288>/System/Library/Frameworks/CoreVide o.framework/Versions/A/CoreVideo
        0x7fff81b27000 -     0x7fff81b64ff7 libFontRegistry.dylib ??? (???)<4C3293E2-851B-55CE-3BE3-29C425DD5DFF>/System/Library/Frameworks/Applicati onServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/li bFontRegistry.dylib
        0x7fff81b65000 -     0x7fff81be2fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0)<35ECA411-2C08-FD7D-11B1-1B7A04921A5C>/usr/lib/libstdc++.6.dylib
        0x7fff81be3000 -     0x7fff81be9fff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0)<D2F8C7E3-CBA1-2E66-1376-04AA839DABBB>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/R esources/libCGXCoreImage.A.dylib
        0x7fff81dd1000 -     0x7fff81e1aff7 com.apple.securityinterface 4.0.1 (40418)<E2DC796D-84EC-48F5-34A9-DF614573BE74>/System/Library/Frameworks/Securit yInterface.framework/Versions/A/SecurityInterface
        0x7fff8215f000 -     0x7fff8215fff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6)<DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF>/System/Library/Frameworks/Accelerate .framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff82160000 -     0x7fff821deff7 com.apple.CoreText 151.10 (???)<54961997-55D8-DC0F-2634-674E452D5A8E>/System/Library/Frameworks/Applicati onServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreTex t
        0x7fff821df000 -     0x7fff82356fe7 com.apple.CoreFoundation 6.6.6 (550.44)<BB4E5158-E47A-39D3-2561-96CB49FA82D4>/System/Library/Frameworks/CoreFo undation.framework/Versions/A/CoreFoundation
        0x7fff82357000 -     0x7fff82359fff libRadiance.dylib ??? (???) <A9DB4D5D-4072-971B-DEF6-DDE645F415EA>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib Radiance.dylib
        0x7fff823cc000 -     0x7fff823cefff com.apple.print.framework.Print 6.1 (237.1)<CA8564FB-B366-7413-B12E-9892DA3C6157>/System/Library/Frameworks/Carbon. framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
        0x7fff82541000 -     0x7fff82541ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6>/System/Library/Frameworks/Cocoa.framewor k/Versions/A/Cocoa
        0x7fff82542000 -     0x7fff82554fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0)<76B83C8D-8EFE-4467-0F75-275648AFED97>/usr/lib/libsasl2.2.dylib
        0x7fff8256e000 -     0x7fff8259efef com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D>/System/Library/PrivateFrameworks/Shortcu t.framework/Versions/A/Shortcut
        0x7fff8259f000 -     0x7fff825b5fef libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB>/usr/lib/libbsm.0.dylib
        0x7fff82773000 -     0x7fff827bdff7 com.apple.Metadata 10.6.3 (507.15)<2EF19055-D7AE-4D77-E589-7B71B0BC1E59>/System/Library/Frameworks/CoreSe rvices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
        0x7fff82874000 -     0x7fff8287fff7 com.apple.HelpData 2.0.5 (34.1.1)<24DC6CD3-02B7-9332-FF6D-F0C545857B55>/System/Library/PrivateFrameworks /HelpData.framework/Versions/A/HelpData
        0x7fff82880000 -     0x7fff82f7cff7 com.apple.CoreGraphics 1.545.0 (???)<58D597B1-EB3B-710E-0B8C-EC114D54E11B>/System/Library/Frameworks/Applicati onServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Cor eGraphics
        0x7fff82f7d000 -     0x7fff82f7eff7 com.apple.TrustEvaluationAgent 1.1 (1)<040B71B1-F8BD-1605-057E-E80DBDE1FE59>/System/Library/PrivateFrameworks/Trus tEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
        0x7fff82f8a000 -     0x7fff83984ff7 com.apple.AppKit 6.6.8 (1038.36)<4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251>/System/Library/Frameworks/AppKi t.framework/Versions/C/AppKit
        0x7fff83985000 -     0x7fff839a2ff7 libPng.dylib ??? (???) <6D8E515B-E0A2-2BA1-9CAC-8CB8A8B35879>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib Png.dylib
        0x7fff839a3000 -     0x7fff83a59ff7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0)<03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff83a5a000 -     0x7fff83b71fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0)<1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
        0x7fff83b72000 -     0x7fff83c12fff com.apple.LaunchServices 362.3 (362.3)<B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA>/System/Library/Frameworks/CoreSer vices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Launch Services
        0x7fff83c13000 -     0x7fff83c20fe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0)<1C35FA50-9C70-48DC-9E8D-2054F7A266B1>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/R esources/libCSync.A.dylib
        0x7fff83ce9000 -     0x7fff83d1fff7 com.apple.framework.Apple80211 6.2.5 (625.6)<B67C7A65-E4FB-4419-3F31-4482E17EF203>/System/Library/PrivateFrameworks/ Apple80211.framework/Versions/A/Apple80211
        0x7fff83f9b000 -     0x7fff84078fff com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
        0x7fff84079000 -     0x7fff840a0ff7 libJPEG.dylib ??? (???) <46A413EA-4FD1-A050-2EF0-6279F3EAD581>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib JPEG.dylib
        0x7fff840a1000 -     0x7fff840a8fff com.apple.OpenDirectory 10.6 (10.6)<4200CFB0-DBA1-62B8-7C7C-91446D89551F>/System/Library/Frameworks/OpenDire ctory.framework/Versions/A/OpenDirectory
        0x7fff840a9000 -     0x7fff84246fef com.apple.WebKit 6534.52 (6534.52.7)<CE3B2C17-67CD-E5DA-1580-B08B10A8FFBB>/System/Library/Frameworks/Web Kit.framework/Versions/A/WebKit
        0x7fff84247000 -     0x7fff8428fff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0)<170DE04F-89AB-E295-0880-D69CAFBD7979>/System/Library/Frameworks/Accelera te.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
        0x7fff84290000 -     0x7fff842bbff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0)<8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
        0x7fff842bc000 -     0x7fff842fdfff com.apple.SystemConfiguration 1.10.8 (1.10.2)<78D48D27-A9C4-62CA-2803-D0BBED82855A>/System/Library/Frameworks/System Configuration.framework/Versions/A/SystemConfiguration
        0x7fff842fe000 -     0x7fff842ffff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7)<53299948-2554-0F8F-7501-04B34E49F6CF>/System/Library/Frameworks/AudioUn it.framework/Versions/A/AudioUnit
        0x7fff84300000 -     0x7fff84360fe7 com.apple.framework.IOKit 2.0 (???)<4F071EF0-8260-01E9-C641-830E582FA416>/System/Library/Frameworks/IOKit.fra mework/Versions/A/IOKit
        0x7fff8444a000 -     0x7fff8450bfef com.apple.ColorSync 4.6.6 (4.6.6)<BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Colo rSync
        0x7fff8450c000 -     0x7fff8453dfff libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGLImage.dylib
        0x7fff8453e000 -     0x7fff847c0fff com.apple.Foundation 6.6.8 (751.63)<E10E4DB4-9D5E-54A8-3FB6-2A82426066E4>/System/Library/Frameworks/Founda tion.framework/Versions/C/Foundation
        0x7fff84823000 -     0x7fff84828fff libGIF.dylib ??? (???) <201B8077-B5CC-11AA-E1B0-1D057ABE416A>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib GIF.dylib
        0x7fff84829000 -     0x7fff84829ff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Carbon
        0x7fff8482a000 -     0x7fff849e8fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0)<4274FC73-A257-3A56-4293-5968F3428854>/usr/lib/libicucore.A.dylib
        0x7fff849e9000 -     0x7fff84a2cfef libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23>/usr/lib/libtidy.A.dylib
        0x7fff84a2d000 -     0x7fff84a31ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0)<95718673-FEEE-B6ED-B127-BCDBDB60D4E5>/usr/lib/system/libmathCommon.A.dyl ib
        0x7fff84a53000 -     0x7fff84a62fff libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF>/usr/lib/libxar.1.dylib
        0x7fff84a63000 -     0x7fff84ceefef com.apple.JavaScriptCore 6534.52 (6534.52.7)<C8340CAE-B6AC-BCBB-24AB-A6B8B1276C23>/System/Library/Frameworks/Jav aScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff84de8000 -     0x7fff85619fe7 com.apple.Safari.framework 6534 (6534.52.7)<CE2D4B77-63EA-81C6-B04C-7E1F9D6C80BB>/System/Library/PrivateFramewo rks/Safari.framework/Versions/A/Safari
        0x7fff8561a000 -     0x7fff857dbfef libSystem.B.dylib 125.2.11 (compatibility 1.0.0)<9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69>/usr/lib/libSystem.B.dylib
        0x7fff857dc000 -     0x7fff858e0ff7 com.apple.PubSub 1.0.5 (65.28)<0C94CB22-B6B6-F37A-A4FD-A33BB2A29996>/System/Library/Frameworks/PubSub. framework/Versions/A/PubSub
        0x7fff858e1000 -     0x7fff858fcff7 com.apple.openscripting 1.3.1 (???)<2243C17C-EE36-D5B6-3A3E-8258973FF789>/System/Library/Frameworks/Carbon.fr amework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
        0x7fff859c9000 -     0x7fff859d8fef com.apple.opengl 1.6.13 (1.6.13)<516098B3-4517-8A55-64BB-195CDAA5334D>/System/Library/Frameworks/OpenGL .framework/Versions/A/OpenGL
        0x7fff859eb000 -     0x7fff859eeff7 libCoreVMClient.dylib ??? (???)<E03D7C81-A3DA-D44A-A88A-DDBB98AF910B>/System/Library/Frameworks/OpenGL.fr amework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff859ef000 -     0x7fff859fafff com.apple.corelocation 12.3 (12.3)<A6CFB410-2333-8BE3-658B-75A93C90A9CC>/System/Library/Frameworks/CoreLoca tion.framework/Versions/A/CoreLocation
        0x7fff85a4c000 -     0x7fff85a89ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8)<F743389F-F25A-A77D-4FCA-D6B01AF2EE6D>/usr/lib/libssl.0.9.8.dylib
        0x7fff85a94000 -     0x7fff85aa8fff libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGL.dylib
        0x7fff85aa9000 -     0x7fff85ae4fff com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/AE.framework/Versions/A/AE
        0x7fff85ae5000 -     0x7fff85b18ff7 libTrueTypeScaler.dylib ??? (???)<69D4A213-45D2-196D-7FF8-B52A31DFD329>/System/Library/Frameworks/Applicati onServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/li bTrueTypeScaler.dylib
        0x7fff85b19000 -     0x7fff85b1fff7 com.apple.CommerceCore 1.0 (9.1)<3691E9BA-BCF4-98C7-EFEC-78DA6825004E>/System/Library/PrivateFrameworks/Co mmerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/Comm erceCore
        0x7fff85b20000 -     0x7fff85bd5fe7 com.apple.ink.framework 1.3.3 (107)<FFC46EE0-3544-A459-2AB9-94778A75E3D4>/System/Library/Frameworks/Carbon.fr amework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
        0x7fff85cd7000 -     0x7fff85cd7ff7 com.apple.Accelerate 1.6 (Accelerate 1.6)<2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B>/System/Library/Frameworks/Accelerate .framework/Versions/A/Accelerate
        0x7fff85cda000 -     0x7fff86077fe7 com.apple.QuartzCore 1.6.3 (227.37)<16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD>/System/Library/Frameworks/Quartz Core.framework/Versions/A/QuartzCore
        0x7fff860a0000 -     0x7fff8612cfef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D>/System/Library/Frameworks/SecurityFounda tion.framework/Versions/A/SecurityFoundation
        0x7fff8612d000 -     0x7fff862eafe7 com.apple.WebKit2 6534.52 (6534.52.7)<EF04B551-3612-DA0D-B7F3-48781234DCCE>/System/Library/PrivateFramewo rks/WebKit2.framework/Versions/A/WebKit2
        0x7fff862eb000 -     0x7fff862f6ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1)<5CA110A2-0712-F774-E7CF-AA7A2A106DAC>/System/Library/Frameworks/Carbon .framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRe cognition
        0x7fff862f7000 -     0x7fff8673bfef libLAPACK.dylib 219.0.0 (compatibility 1.0.0)<E14EC4C6-B055-A4AC-B971-42AB644E4A7C>/System/Library/Frameworks/Accelera te.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
        0x7fff8673c000 -     0x7fff8678bff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1)<01B370FB-D524-F660-3826-E85B7F0D85CD>/System/Library/PrivateFrameworks/Pa sswordServer.framework/Versions/A/PasswordServer
        0x7fff8694f000 -     0x7fff86977fff com.apple.DictionaryServices 1.1.2 (1.1.2)<E9269069-93FA-2B71-F9BA-FDDD23C4A65E>/System/Library/Frameworks/CoreSer vices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/Di ctionaryServices
        0x7fff86acc000 -     0x7fff86adaff7 libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F>/usr/lib/system/libkxld.dylib
        0x7fff86af2000 -     0x7fff86b01fff com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145>/System/Library/Frameworks/NetFS.framewor k/Versions/A/NetFS
        0x7fff86b32000 -     0x7fff86c67fff com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7)<E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3>/System/Library/Frameworks/AudioTo olbox.framework/Versions/A/AudioToolbox
        0x7fff86d20000 -     0x7fff86d24ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0)<DB710299-B4D9-3714-66F7-5D2964DE585B>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/R esources/libCGXType.A.dylib
        0x7fff86d25000 -     0x7fff86de6fff libFontParser.dylib ??? (???) <A00BB0A7-E46C-1D07-1391-194745566C7E>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFont Parser.dylib
        0x7fff86de7000 -     0x7fff86eccfef com.apple.DesktopServices 1.5.11 (1.5.11)<39FAA3D2-6863-B5AB-AED9-92D878EA2438>/System/Library/PrivateFrameworks /DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
        0x7fff86f10000 -     0x7fff86f51fef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
        0x7fff86f58000 -     0x7fff86f5bff7 com.apple.securityhi 4.0 (36638)<38935851-09E4-DDAB-DB1D-30ADC39F7ED0>/System/Library/Frameworks/Carbon. framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
        0x7fff86f5e000 -     0x7fff8709cfff com.apple.CoreData 102.1 (251)<32233D4D-00B7-CE14-C881-6BF19FD05A03>/System/Library/Frameworks/CoreData. framework/Versions/A/CoreData
        0x7fff8709d000 -     0x7fff8725bff7 com.apple.ImageIO.framework 3.0.4 (3.0.4)<0A4F51A1-4502-767B-8A4E-F14C6214EF88>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageI O
        0x7fff87264000 -     0x7fff8727bfff com.apple.ImageCapture 6.1 (6.1)<79AB2131-2A6C-F351-38A9-ED58B25534FD>/System/Library/Frameworks/Carbon.fr amework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
        0x7fff8727c000 -     0x7fff872e6fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0)<75A8D840-4ACE-6560-0889-2AFB6BE08E59>/System/Library/Frameworks/Accelera te.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
        0x7fff87303000 -     0x7fff88335fef com.apple.WebCore 6534.52 (6534.52.11)<78740DDE-7B9C-92EC-9CF6-C8DD1815B609>/System/Library/Frameworks/We bKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
        0x7fff88336000 -     0x7fff8833bff7 com.apple.CommonPanels 1.2.4 (91)<4D84803B-BD06-D80E-15AE-EFBE43F93605>/System/Library/Frameworks/Carbon.fra mework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
        0x7fff88387000 -     0x7fff88b91fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0)<EEE5CE62-9155-6559-2AEA-05CED0F5B0F1>/System/Library/Frameworks/Accelera te.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
        0x7fff88dcd000 -     0x7fff88df0fff com.apple.opencl 12.3.6 (12.3.6)<42FA5783-EB80-1168-4015-B8C68F55842F>/System/Library/Frameworks/OpenCL .framework/Versions/A/OpenCL
        0x7fff88df1000 -     0x7fff88e02fff SyndicationUI ??? (???) <D0B68148-DB2E-D613-B507-EA95311B5045>/System/Library/PrivateFrameworks/Syndica tionUI.framework/Versions/A/SyndicationUI
        0x7fff88e55000 -     0x7fff88e61fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0)<6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9>/usr/lib/libbz2.1.0.dylib
        0x7fff893bb000 -     0x7fff893d0ff7 com.apple.LangAnalysis 1.6.6 (1.6.6)<DC999B32-BF41-94C8-0583-27D9AB463E8B>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/L angAnalysis
        0x7fff893d1000 -     0x7fff893d1ff7 com.apple.ApplicationServices 38 (38)<10A0B9E9-4988-03D4-FC56-DDE231A02C63>/System/Library/Frameworks/Applicatio nServices.framework/Versions/A/ApplicationServices
        0x7fff893d2000 -     0x7fff893d3fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D>/usr/lib/liblangid.dylib
        0x7fff893d4000 -     0x7fff893eafe7 com.apple.MultitouchSupport.framework 207.11 (207.11)<8233CE71-6F8D-8B3C-A0E1-E123F6406163>/System/Library/PrivateFrameworks /MultitouchSupport.framework/Versions/A/MultitouchSupport
        0x7fff893eb000 -     0x7fff894a8fff com.apple.CoreServices.OSServices 359.2 (359.2)<BBB8888E-18DE-5D09-3C3A-F4C029EC7886>/System/Library/Frameworks/CoreSer vices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
        0x7fff896a8000 -     0x7fff8970afe7 com.apple.datadetectorscore 2.0 (80.7)<5B6AABCA-C75A-D28F-6A2F-59648F0ABFC8>/System/Library/PrivateFrameworks/D ataDetectorsCore.framework/Versions/A/DataDetectorsCore
        0x7fff89745000 -     0x7fff897c1ff7 com.apple.ISSupport 1.9.7 (55)<BAE839AB-9DBD-FB23-F1F1-39445F04D8DA>/System/Library/PrivateFrameworks/ISS upport.framework/Versions/A/ISSupport
        0x7fff898eb000 -     0x7fff89be9fff com.apple.HIToolbox 1.6.5 (???)<AD1C18F6-51CB-7E39-35DD-F16B1EB978A8>/System/Library/Frameworks/Carbon.fr amework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
        0x7fff8a37f000 -     0x7fff8a3b9fff libcups.2.dylib 2.8.0 (compatibility 2.0.0)<7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
        0x7fff8a3ba000 -     0x7fff8a44afff com.apple.SearchKit 1.3.0 (1.3.0)<3403E658-A54E-A79A-12EB-E090E8743984>/System/Library/Frameworks/CoreSer vices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
        0x7fff8a4a3000 -     0x7fff8a5bdfef libGLProgrammability.dylib ??? (???)<8A4B86E3-0FA7-8684-2EF2-C5F8079428DB>/System/Library/Frameworks/OpenGL.fr amework/Versions/A/Libraries/libGLProgrammability.dylib
        0x7fff8a5be000 -     0x7fff8a5beff7 com.apple.vecLib 3.6 (vecLib 3.6)<08D3D45D-908B-B86A-00BA-0F978D2702A7>/System/Library/Frameworks/vecLib.fra mework/Versions/A/vecLib
        0x7fff8a5bf000 -     0x7fff8a678fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0)<2C5ED312-E646-9ADE-73A9-6199A2A43150>/usr/lib/libsqlite3.dylib
        0x7fff8a688000 -     0x7fff8a6d1fef libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGLU.dylib
        0x7fffffe00000 -     0x7fffffe01fff libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69>/usr/lib/libSystem.B.dylib
    Model: MacPro4,1, BootROMMP41.0081.B07, 4 processors, Quad-Core Intel Xeon, 2.66 GHz, 8 GB,SMC 1.39f5
    Graphics: NVIDIA GeForce GT 120, NVIDIAGeForce GT 120, PCIe, 512 MB
    Memory Module: global_name
    Bluetooth: Version 2.4.5f3, 2 service,19 devices, 1 incoming serial ports
    Network Service: Ethernet 2, Ethernet,en1
    PCI Card: NVIDIA GeForce GT 120,sppci_displaycontroller, Slot-1
    Serial ATA Device: HL-DT-ST DVD-RWGH41N
    Serial ATA Device: WDCWD6400AAKS-41H2B0, 596.17 GB
    Serial ATA Device: WDCWD5000AAKS-00V1A0, 465.76 GB
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfd500000 / 3
    USB Device: Apple Optical USB Mouse,0x05ac  (Apple Inc.), 0x0304, 0xfd530000 / 8
    USB Device: Composite Device, 0x0971 (GretagMacbeth AG), 0x2005, 0xfd510000 / 7
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0220, 0xfd520000 / 6
    USB Device: Hub, 0x05ac  (Apple Inc.),0x911d, 0xfd100000 / 2
    USB Device: Back-UPS ES 725 FW:802.n5.DUSB FW:n5, 0x051d  (American Power Conversion), 0x0002, 0xfd110000 /5
    USB Device: Apple Cinema Display,0x05ac  (Apple Inc.), 0x921d, 0xfd130000 / 4
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x5a100000 / 2
    USB Device: Bluetooth USB HostController, 0x05ac  (Apple Inc.), 0x8215, 0x5a110000 / 4
    FireWire Device: built-in_hub, Up to800 Mb/sec
    FireWire Device: Rugged FW/USB, LaCie,Up to 800 Mb/sec
    FireWire Device: unknown_device,Unknown

  • OK pop ups without text nor error

    Hi everyone,
    we recently (last week) upgraded from LV 5.0 and VISION 4.1. to Labview 7.1 and IMAQ VISION 7.1(hurray!!!) but since I'm running my VIs with the new version of IMAQ VISION, I et annoying popups everytime data goes through one of the standard VISION VIs. Just a small box having "VISION" in the title bar and an OK button I have to click on before I can continue working. One bow would be ok from time to time, but I get 5 of 'em everytime I click a button because my VI is essentially used for Image Processing.
    Can anybody help me on this one, please ?
    Thanks a lot
    K.Y.

    Here is the Vi (image Processor) including the subVI (ShiftFoldLinearizeImage.vi) used to Fold the Pic and the Globals2.vi plus a sample acquisition. In fact our hardware (resonant mirror) is sinosuoidal on the borders with a non constant offset from one pic to another. So we have to find a certain shift value (best overlap of left over right half) then linearize and finally fold and display overlaid halves; as soon as I load the VI I get one pop up per IMAQ VI the wire goes through ?!
    Seems bizarre to me... Is there a problem with the DLL., or the new installation of LV 7.1 and IMAQ Vision 7.1. I hope the problem does not disappear on your PC, that would not help me very much.
    (I did not change anyhing from the LV5.0 version; only changed the output of the IMAQ create. In LV5.0 images were considered as something like clusters, were'nt they ? The pink wires did not want to fit on IMAQ create anymore so I created new global images and linked them to get the program up and running)
    Thanks for all
    Attachments:
    Image processor.zip ‏357 KB

  • Compiz & XGL: Blank screen.

    Hi all.
    With new version of compiz-git and xgl-git, I got, when I use compiz, a big blank screen. I don't found any solution...
    Anybody have the same problem?
    Thanks you

    I've got the same problem but it's white screen.
    Newest xgl-git and compiz from your repo ;/
    last versions worked fine

  • How can I install two versions of the same software w/o overwriting?

    Specifically, I want to install compiz-git without overwriting my current version. I'd like to just run a different command to run the git version.
    pkgname=compiz-core-git
    pkgver=20090508
    pkgrel=1
    pkgdesc="Composite manager for Aiglx and Xgl"
    url="http://www.compiz-fusion.org/"
    license=('GPL' 'LGPL' 'MIT')
    arch=('i686' 'x86_64')
    depends=('startup-notification' 'librsvg' 'libgl' 'dbus' 'mesa' 'libxslt' 'fuse')
    makedepends=('git' 'intltool' 'pkgconfig')
    conflicts=('compiz-git' 'compiz-core' 'compiz' 'compiz-decorator-gnome' 'compiz-kde-git')
    provides=('compiz-git')
    replaces=('compiz-git')
    groups=('compiz-fusion-git' 'compiz-git' 'compiz-gtk-git' 'compiz-kde-git')
    source=()
    md5sums=()
    options=(!libtool !emptydirs)
    _gitroot="git://git.compiz-fusion.org/compiz/core"
    _gitname="compiz"
    build() {
    msg "Connecting to the GIT server...."
    if [[ -d $srcdir/$_gitname ]] ; then
    cd $_gitname
    git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot $_gitname
    cd $_gitname
    git checkout --track -b compiz-0.8 origin/compiz-0.8
    fi
    msg "GIT checkout done"
    msg "Starting make..."
    rm -rf $srcdir/$_gitname-build
    cp -r $srcdir/$_gitname $srcdir/$_gitname-build
    cd $srcdir/$_gitname-build
    ./autogen.sh \
    --prefix=/usr --with-gconf-schema-file-dir=/etc/gconf/schemas \
    --enable-librsvg --enable-dbus\
    --disable-gconf \
    --disable-schemas-install \
    --disable-gnome \
    --disable-gnome-keybindings \
    --disable-gtk \
    --disable-metacity \
    --disable-kde \
    --disable-kde4 \
    --disable-kconfig \
    --disable-static || return 1
    make || return 1
    make DESTDIR=$pkgdir install || return 1
    rm -rf $srcdir/$_gitname-build

    Configure with a different prefix -- perhaps /opt or /usr/local.

  • Problem installing compiz-fusion-git package

    When running pacman -Sy compiz-fusion-git i get the following errors,
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    /usr/lib/compiz/lib3d.so exists in both 'compiz-fusion-plugins-3d-git' and 'compiz-fusion-plugins-unsupported-git'
    /usr/share/compiz/3d.xml exists in both 'compiz-fusion-plugins-3d-git' and 'compiz-fusion-plugins-unsupported-git'
    /usr/lib/compiz/libatlantis.so exists in both 'compiz-fusion-plugins-atlantis-git' and 'compiz-fusion-plugins-unsupported-git'
    /usr/share/compiz/atlantis.xml exists in both 'compiz-fusion-plugins-atlantis-git' and 'compiz-fusion-plugins-unsupported-git'
    errors occurred, no packages were upgraded.
    I am using the http://arch.nesl247.org/compiz-fusion/i686 server.
    Solutions?
    Last edited by Tigertailz (2007-09-27 08:18:36)

    Tigertailz,can you enable compiz-fusion according to WIKI? I did just as you have done(didnt install unsupported plugin)~
    # Fusion-icon give me following output
    [andywxy@uspirit ~]$ fusion-icon
    * Detected Session: gnome
    * Searching for installed applications...
    Backend : gconf
    Integration : true
    Profile : default
    Adding plugin decoration (decoration)
    Initializing decoration options...done
    * No GLX_EXT_texture_from_pixmap with direct rendering context
    ... nor with indirect rendering, this isn't going to work!
    Traceback (most recent call last):
    File "/usr/bin/fusion-icon", line 57, in <module>
    from FusionIcon.interface import choose_interface
    File "/usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 23, in <module>
    import start
    File "/usr/lib/python2.5/site-packages/FusionIcon/start.py", line 64, in <module>
    env.set()
    File "/usr/lib/python2.5/site-packages/FusionIcon/environment.py", line 140, in set
    if not self.Xgl and self.glx_vendor == 'NVIDIA Corporation':
    AttributeError: Environment instance has no attribute 'glx_vendor'
    If I try the command wiki suggest to use for a "non-direct " video card:
    LIBGL_ALWAYS_INDIRECT=1 compiz --replace ccp &
    Everything seems frozing but cursor gives me its display indicates that it's only the windows display problem ,it is not really froze, but... why?
    My video card is Intel 900 (910GML, 915GM). I have installed the xf86-video-intel from testing repos., along with following packages as WIKI indicateing:
    [andywxy@uspirit ~]$ pacman -Q | grep "\-git"
    ccsm-git 20070926-1
    compiz-bcop-git 20070926-1
    compiz-fusion-plugins-3d-git 20070918-1
    compiz-fusion-plugins-atlantis-git 20070918-1
    compiz-fusion-plugins-extra-git 20070926-1
    compiz-fusion-plugins-main-git 20070926-1
    compiz-git 20070926-1
    compizconfig-backend-gconf-git 20070926-1
    compizconfig-python-git 20070926-1
    emerald-git 20070926-1
    emerald-themes-git 20070926-1
    fusion-icon-git 20070926-1
    libcompizconfig-git 20070926-1
    Here is my xorg.conf
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    # Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    Load "dri"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    # RgbPath "/usr/share/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/yahei"
    # FontPath "/usr/share/fonts/TTF"
    # FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "Generic Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 31.5 - 82.0
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-100
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    # Driver "vga"
    Driver "intel"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "Intel GMA950"
    Driver "intel"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    #VideoRam 131072
    # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "Intel GMA950"
    Monitor "Generic Monitor"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    Option "AIGLX" "true"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Anybody can help? Many thanks!
    andywxy
    Last edited by andywxy (2007-09-28 03:32:17)

  • XFCE4 + AIGLX + Compiz/Beryl [no windows decorator]

    Hi,
    I'm a newbie in archlinux and xfce, so probably this is a newbish question.
    I run AIGLX over a ati with radeon opensource drivers in xfce4.
    It runs well , I activated composite on xfce and see semi-transparents panel and so on.
    Today I'm trying to install and run compiz or beryl but without success.
    I installed compiz-core, beryl-core, emerald, something else.
    try to run compiz with replace but no windows borders appear (even if when I try Alt+Tab there is the typical compiz effect ).
    So I decided to switch beryl... Try to run beryl-manager and change in beryl or compiz but without success.
    I don't see windows border s:\.
    I checked the default depth is 24, i tried to put:
    beryl-manager &
    emerald & 
    startxfce4
    in .xinitrc but the windows decorator doesn't appear.
    Any idea?
    Thanks in advice for the replys.

    Okay I solved it.
    This is a simple mini guide to installa compiz on xfce4 with ati open source drivers:
    1) install ati open source drivers (look the wiki)
    2) in xorg.conf (I have a ati radeon 9000pro):
    Section "ServerLayout"
            Option         "AIGLX" "true"
    EndSection
    Section "Device"
            Identifier "ATI"                     # your alias
        Driver "radeon"
        Option "XAANoOffscreenPixmaps" "true" #needed for aiglx
            Option "AGPMode" "4"
            Option "DRI"     "true"
            #Option "EnablePageFlip" "on"
            #Option "AGPFastWrite" "yes"
    EndSection
    Section "DRI"
            Group        0 #"video"
        Mode 0666
    EndSection
    Section "Extensions"
           Option      "Composite"   "Enable"
    EndSection
    3) in order to run compiz you must NOT enable the compositor options in Window Manager Tweaks.
    4) Install compiz-git for example using (pacman.conf):
    [compiz-fusion]
    Server = http://arch.nesl247.org/compiz-fusion/i686
    4.1) install fusion-icon #simple systray icon .
    5) Open terminal and run fusion-icon. Change (Select Window Manager) to compiz.
    6) Enjoy your archlinux-box .
    Buon divertimento!

  • Compiz without Emerald [SOLVED]

    Hello
    I want to use compiz, but without buggy Emerald decorator (just Metacity).
    So, I have installed: compiz-decorator-gtk and fusion-icon packages. And I choose Metacity from context menu of fusion-icon.
    Additionaly I've instaled: ccsm package, (to be able to easy chose some window effects) and I've selected some effects from it.
    So far so good, but nothing happened.
    My question is how to enable window effects (choosen from ccsm, like 'woobly window, minimize effect' and etc.) using Metacity?
    Last edited by clovenhoof (2010-11-03 12:25:04)

    Gusar wrote:
    clovenhoof wrote:My question is how to enable window effects (choosen from ccsm, like 'woobly window, minimize effect' and etc.) using Metacity?
    You don't. Compiz is a window manager. Metacity is a window manager. If you activate one, the other is deactivated. If emerald is buggy, try gtk-window-decorator, I think (but I'm not sure) it's possible to use Metacity themes with it.
    Then there's the possibility of using compiz-0.9.2. Search the forums, there are PKGBUILDs somewhere.
    Is that means that I should choose 'Compiz' , not 'Metacity' from the context menu of fusion-icon, and use 'gtk-window-decorator --replace' in the 'Window Decoration' plug-in?
    Last edited by clovenhoof (2010-11-02 10:43:47)

  • Compiz Broken [Fixed]

    Updated this morning, now can't get compiz to start-> leaves me without windows borders or any of the compiz effects.
    When I try to start fusion-icon I get:
    * Detected Session: kde
    * Searching for installed applications...
    * NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
    * Using the GTK Interface
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    * Starting Compiz
    ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --loose-binding
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    compiz (core) - Error: Plugin 'core' has ABI version '20090207', expected ABI version '20080828'.
    compiz (ccp) - Error: InitObject failed
    compiz (core) - Error: Couldn't activate plugin 'ccp'
    Last edited by virati (2009-02-24 17:55:05)

    Where exactly did you guys get compiz 0.8?
    Even with forcing my mirror to sync it shows:
    [kurt@arch ~]$ pacman -Ss compiz-core
    community/compiz-core 0.7.8-1 (compiz compiz-kde compiz-gtk compiz-fusion)
    Composite manager for Aiglx and Xgl
    So now when i go to do a pacman -Syu I get:
    [kurt@arch ~]$ sudo pacman -Syyu
    :: Synchronizing package databases...
    testing 13.3K 58.4K/s 00:00:00 [#####################] 100%
    core 32.2K 97.8K/s 00:00:00 [#####################] 100%
    extra 390.4K 283.9K/s 00:00:01 [#####################] 100%
    community 363.5K 280.3K/s 00:00:01 [#####################] 100%
    :: Starting full system upgrade...
    resolving dependencies...
    error: cannot resolve "compiz-core>=0.8.0", a dependency of "libcompizconfig"
    error: failed to prepare transaction (could not satisfy dependencies)
    :: libcompizconfig: requires compiz-core>=0.8.0
    It also appears my mirror is synced up to date.  If I search for dssi which the website says is the newest package it shows the newest version:
    [kurt@arch ~]$ pacman -Ss dssi
    testing/dssi 1.0.0-1
    DSSI is an API for audio plugins, with particular application for software
    synthesis plugins with native user interfaces.
    Any ideas?

  • [FIXED] Compiz runs only with emerald and crashes with metacity

    Hey,
    I currently try to use a metacity theme and have compiz enabled but apparently that's something compiz doesn't really like.
    One think i noticed in fusion-icon is that the entire metacity option under: "Select Window Devorator" is just not there.. (or was that always the case?)
    Oke, things i have done so far:
    - Search this forum (obviously) nothing found with a solution
    - Searched the wiki (same results)
    - in gconf-editor /desktop/gnome/session/required_components/windowmanager set to compiz (like said in the Compiz wiki page on archlinux.org
    - disabled metacity as compositing manager (tried with enabled as well but the same results)
    - right now i have the compiz bash script from ubuntu (tweaked a little) and that starts up compiz just fine but not with metacity
    And incase you want the script:
    #!/bin/sh
    # Compiz Manager wrapper script
    # Copyright (c) 2007 Kristian Lyngstøl <[email protected]>
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    # GNU General Public License for more details.
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    # Contributions by: Treviño (3v1n0) <[email protected]>, Ubuntu Packages
    # Much of this code is based on Beryl code, also licensed under the GPL.
    # This script will detect what options we need to pass to compiz to get it
    # started, and start a default plugin and possibly window decorator.
    COMPIZ_BIN_PATH="/usr/bin/" # For window decorators and compiz
    PLUGIN_PATH="/usr/lib/compiz/"
    GLXINFO="/usr/bin/glxinfo"
    KWIN="/usr/bin/kwin"
    METACITY="/usr/bin/metacity"
    XFWM="/usr/bin/xfwm"
    COMPIZ_NAME="compiz" # Final name for compiz (compiz.real)
    # For Xgl LD_PRELOAD
    LIBGL_NVIDIA="/usr/lib/nvidia/libGL.so.1.2.xlibmesa"
    LIBGL_FGLRX="/usr/lib/fglrx/libGL.so.1.2.xlibmesa"
    # Minimum amount of memory (in kilo bytes) that nVidia cards need
    # to be allowed to start
    # Set to 262144 to require 256MB
    NVIDIA_MEMORY="65536" # 64MB
    NVIDIA_SETTINGS="nvidia-settings" # Assume it's in the path by default
    # For detecting what driver is in use, the + is for one or more /'s
    XORG_DRIVER_PATH="/usr/lib/xorg/modules/drivers/+"
    FALLBACKWM="xterm"
    if [ x"$KDE_FULL_SESSION" = x"true" ]; then
    FALLBACKWM="${KWIN}";
    elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then
    FALLBACKWM="${METACITY}"
    elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then
    FALLBACKWM="${XFWM}"
    fi
    FALLBACKWM_OPTIONS="--replace $@"
    # Driver whitelist
    WHITELIST="nvidia intel ati radeon i810 fglrx"
    # blacklist based on the pci ids
    # See http://wiki.compiz-fusion.org/Hardware/Blacklist for details
    #T=" 1002:5954 1002:5854 1002:5955" # ati rs480
    #T="$T 1002:4153" # ATI Rv350
    #T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12" # intel 965
    T="$T 8086:2a02 " # Intel GM965
    T="$T 8086:3577 8086:2562 " # Intel 830MG, 845G (LP: #259385)
    BLACKLIST_PCIIDS="$T"
    unset T
    COMPIZ_OPTIONS="--ignore-desktop-hints --replace"
    COMPIZ_PLUGINS="core"
    ENV=""
    # Use emerald by default if it exist
    USE_EMERALD="yes"
    # No indirect by default
    INDIRECT="no"
    # Default X.org log if xset q doesn't reveal it
    XORG_DEFAULT_LOG="/var/log/Xorg.0.log"
    # Set to yes to enable verbose
    VERBOSE="yes"
    # Echos the arguments if verbose
    verbose()
    if [ "x$VERBOSE" = "xyes" ]; then
    printf "$*"
    fi
    # abort script and run fallback windowmanager
    abort_with_fallback_wm()
    if [ "x$SKIP_CHECKS" = "xyes" ]; then
    verbose "SKIP_CHECKS is yes, so continuing despite problems.\n"
    return 0;
    fi
    if [ "x$CM_DRY" = "xyes" ]; then
    verbose "Dry run failed: Problems detected with 3D support.'n"
    exit 1;
    fi
    verbose "aborting and using fallback: $FALLBACKWM \n"
    if [ -x $FALLBACKWM ]; then
    exec $FALLBACKWM $FALLBACKWM_OPTIONS
    else
    printf "no $FALLBACKWM found, exiting\n"
    exit 1
    fi
    # Check if we run with the Software Rasterizer, this happens e.g.
    # when a second screen session is opened via f-u-a on intel
    check_software_rasterizer()
    verbose "Checking for Software Rasterizer: "
    if glxinfo 2> /dev/null | egrep -q '^OpenGL renderer string: Software Rasterizer' ; then
    verbose "present. \n";
    return 0;
    else
    verbose "Not present. \n"
    return 1;
    fi
    # Check for non power of two texture support
    check_npot_texture()
    verbose "Checking for non power of two support: "
    if glxinfo 2> /dev/null | egrep -q '(GL_ARB_texture_non_power_of_two|GL_NV_texture_rectangle|GL_EXT_texture_rectangle|GL_ARB_texture_rectangle)' ; then
    verbose "present. \n";
    return 0;
    else
    verbose "Not present. \n"
    return 1;
    fi
    # Check for presence of FBConfig
    check_fbconfig()
    verbose "Checking for FBConfig: "
    if [ "$INDIRECT" = "yes" ]; then
    $GLXINFO -i | grep -q GLX.*fbconfig
    FB=$?
    else
    $GLXINFO | grep -q GLX.*fbconfig
    FB=$?
    fi
    if [ $FB = "0" ]; then
    unset FB
    verbose "present. \n"
    return 0;
    else
    unset FB
    verbose "not present. \n"
    return 1;
    fi
    # Check for TFP
    check_tfp()
    verbose "Checking for texture_from_pixmap: "
    if [ $($GLXINFO 2>/dev/null | grep -c GLX_EXT_texture_from_pixmap) -gt 2 ] ; then
    verbose "present. \n"
    return 0;
    else
    verbose "not present. \n"
    if [ "$INDIRECT" = "yes" ]; then
    unset LIBGL_ALWAYS_INDIRECT
    INDIRECT="no"
    return 1;
    else
    verbose "Trying again with indirect rendering:\n";
    INDIRECT="yes"
    export LIBGL_ALWAYS_INDIRECT=1
    check_tfp;
    return $?
    fi
    fi
    # Check wether the composite extension is present
    check_composite()
    verbose "Checking for Composite extension: "
    if xdpyinfo -queryExtensions | grep -q Composite ; then
    verbose "present. \n";
    return 0;
    else
    verbose "not present. \n";
    return 1;
    fi
    # Detects if Xgl is running
    check_xgl()
    verbose "Checking for Xgl: "
    if xvinfo | grep -q Xgl ; then
    verbose "present. \n"
    return 0;
    else
    verbose "not present. \n"
    return 1;
    fi
    # Check if the nVidia card has enough video ram to make sense
    check_nvidia_memory()
    if [ ! -x "$NVIDIA_SETTINGS" ]; then
    return 0
    fi
    MEM=$(${NVIDIA_SETTINGS} -q VideoRam | egrep Attribute\ \'VideoRam\'\ .*: | cut -d: -f3 | sed 's/[^0-9]//g')
    if [ $MEM -lt $NVIDIA_MEMORY ]; then
    verbose "Less than ${NVIDIA_MEMORY}kb of memory and nVidia";
    return 1;
    fi
    return 0;
    # Check for existence if NV-GLX
    check_nvidia()
    if [ ! -z $NVIDIA_INTERNAL_TEST ]; then
    return $NVIDIA_INTERNAL_TEST;
    fi
    verbose "Checking for nVidia: "
    if xdpyinfo | grep -q NV-GLX ; then
    verbose "present. \n"
    NVIDIA_INTERNAL_TEST=0
    return 0;
    else
    verbose "not present. \n"
    NVIDIA_INTERNAL_TEST=1
    return 1;
    fi
    # Check if the max texture size is large enough compared to the resolution
    check_texture_size()
    # Check how many screens we've got and iterate over them
    N=$(xdpyinfo | grep -i "number of screens" | sed 's/.*[^0-9]//g')
    for i in $(seq 1 $N); do
    verbose "Checking screen $i"
    TEXTURE_LIMIT=$(glxinfo -l | grep GL_MAX_TEXTURE_SIZE | sed -n "$i s/^.*=[^0-9]//g p")
    RESOLUTION=$(xdpyinfo | grep -i dimensions: | sed -n -e "$i s/^ *dimensions: *\([0-9]*x[0-9]*\) pixels.*/\1/ p")
    VRES=$(echo $RESOLUTION | sed 's/.*x//')
    HRES=$(echo $RESOLUTION | sed 's/x.*//')
    verbose "Comparing resolution ($RESOLUTION) to maximum 3D texture size ($TEXTURE_LIMIT): ";
    if [ $VRES -gt $TEXTURE_LIMIT ] || [ $HRES -gt $TEXTURE_LIMIT ]; then
    verbose "Failed.\n"
    return 1;
    fi
    verbose "Passed.\n"
    done
    return 0
    # check driver whitelist
    running_under_whitelisted_driver()
    LOG=$(xset q|grep "Log file"|awk '{print $3}')
    if [ "$LOG" = "" ]; then
    verbose "xset q doesn't reveal the location of the log file. Using fallback $XORG_DEFAULT_LOG \n"
    LOG=$XORG_DEFAULT_LOG;
    fi
    if [ -z "$LOG" ];then
    verbose "AIEEEEH, no Log file found \n"
    verbose "$(xset q) \n"
    return 0
    fi
    for DRV in ${WHITELIST}; do
    if egrep -q "Loading ${XORG_DRIVER_PATH}${DRV}_drv\.so" $LOG &&
    ! egrep -q "Unloading ${XORG_DRIVER_PATH}${DRV}_drv\.so" $LOG;
    then
    return 0
    fi
    done
    verbose "No whitelisted driver found\n"
    return 1
    # check pciid blacklist
    have_blacklisted_pciid()
    OUTPUT=$(lspci -n)
    for ID in ${BLACKLIST_PCIIDS}; do
    if echo "$OUTPUT" | egrep -q "$ID"; then
    verbose "Blacklisted PCIID '$ID' found \n"
    return 0
    fi
    done
    OUTPUT=$(lspci -vn | grep -i VGA)
    verbose "Detected PCI ID for VGA: $OUTPUT\n"
    return 1
    build_env()
    if check_nvidia; then
    ENV="__GL_YIELD=NOTHING "
    fi
    if [ "$INDIRECT" = "yes" ]; then
    ENV="$ENV LIBGL_ALWAYS_INDIRECT=1 "
    fi
    if check_xgl; then
    if [ -f ${LIBGL_NVIDIA} ]; then
    ENV="$ENV LD_PRELOAD=${LIBGL_NVIDIA}"
    verbose "Enabling Xgl with nVidia drivers...\n"
    fi
    if [ -f ${LIBGL_FGLRX} ]; then
    ENV="$ENV LD_PRELOAD=${LIBGL_FGLRX}"
    verbose "Enabling Xgl with fglrx ATi drivers...\n"
    fi
    fi
    ENV="$ENV FROM_WRAPPER=yes"
    if [ -n "$ENV" ]; then
    export $ENV
    fi
    build_args()
    if [ "x$INDIRECT" = "xyes" ]; then
    COMPIZ_OPTIONS="$COMPIZ_OPTIONS --indirect-rendering "
    fi
    if [ ! -z "$DESKTOP_AUTOSTART_ID" ]; then
    COMPIZ_OPTIONS="$COMPIZ_OPTIONS --sm-client-id $DESKTOP_AUTOSTART_ID"
    fi
    if check_nvidia; then
    if [ "x$INDIRECT" != "xyes" ]; then
    COMPIZ_OPTIONS="$COMPIZ_OPTIONS --loose-binding"
    fi
    fi
    # Execution begins here.
    # Read configuration from XDG paths
    if [ -z "$XDG_CONFIG_DIRS" ]; then
    test -f /etc/xdg/compiz/compiz-manager && . /etc/xdg/compiz/compiz-manager
    for f in /etc/xdg/compiz/compiz-manager.d/*; do
    test -e $f && . $f
    done
    else
    OLD_IFS=$IFS
    IFS=:
    for CONFIG_DIR in $XDG_CONFIG_DIRS
    do
    test -f $CONFIG_DIR/compiz/compiz-manager && . $CONFIG_DIR/compiz/compiz-manager
    for f in $CONFIG_DIRS/compiz/compiz-manager.d/*; do
    test -e $f && . $f
    done
    done
    IFS=$OLD_IFS
    unset OLD_IFS
    fi
    if [ -z "$XDG_CONFIG_HOME" ]; then
    test -f $HOME/.config/compiz/compiz-manager && . $HOME/.config/compiz/compiz-manager
    else
    test -f $XDG_CONFIG_HOME/compiz/compiz-manager && . $XDG_CONFIG_HOME/compiz/compiz-manager
    fi
    # Don't use compiz when running the failsafe session
    if [ "x$GNOME_DESKTOP_SESSION_ID" = "xFailsafe" ]; then
    abort_with_fallback_wm
    fi
    if [ "x$LIBGL_ALWAYS_INDIRECT" = "x1" ]; then
    INDIRECT="yes";
    fi
    # if we run under Xgl, we can skip some tests here
    if ! check_xgl; then
    # if vesa or vga are in use, do not even try glxinfo (LP#119341)
    if ! running_under_whitelisted_driver || have_blacklisted_pciid; then
    abort_with_fallback_wm
    fi
    # check if we have the required bits to run compiz and if not,
    # fallback
    if ! check_tfp || ! check_npot_texture || ! check_composite || ! check_texture_size; then
    abort_with_fallback_wm
    fi
    # check if we run with software rasterizer and if so, bail out
    if check_software_rasterizer; then
    verbose "Software rasterizer detected, aborting"
    abort_with_fallback_wm
    fi
    if check_nvidia && ! check_nvidia_memory; then
    abort_with_fallback_wm
    fi
    if ! check_fbconfig; then
    abort_with_fallback_wm
    fi
    fi
    # load the ccp plugin if present and fallback to plain gconf if not
    if [ -f ${PLUGIN_PATH}libccp.so ]; then
    COMPIZ_PLUGINS="$COMPIZ_PLUGINS ccp"
    elif [ -f ${PLUGIN_PATH}libgconf.so ]; then
    COMPIZ_PLUGINS="$COMPIZ_PLUGINS glib gconf"
    fi
    # enable gnomecompat if we run under gnome
    if [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ] && [ ! -e ~/.compiz-gnomecompat ]; then
    verbose "running under gnome seesion, checking for gnomecompat\n"
    if ! gconftool -g /apps/compiz/general/allscreens/options/active_plugins|grep -q gnomecompat; then
    verbose "adding missing gnomecompat\n"
    V=$(gconftool -g /apps/compiz/general/allscreens/options/active_plugins|sed s/mousepoll,/mousepoll,gnomecompat,/)
    if ! echo $V|grep -q gnomecompat; then
    verbose "can not add gnomecompat, reseting\n"
    gconftool --unset /apps/compiz/general/allscreens/options/active_plugins
    else
    gconftool -s /apps/compiz/general/allscreens/options/active_plugins --type list --list-type=string $V
    fi
    touch ~/.compiz-gnomecompat
    fi
    fi
    # get environment
    build_env
    build_args
    if [ "x$CM_DRY" = "xyes" ]; then
    verbose "Dry run finished: everything should work with regards to Compiz and 3D.\n"
    verbose "Execute: ${COMPIZ_BIN_PATH}${COMPIZ_NAME} $COMPIZ_OPTIONS "$@" $COMPIZ_PLUGINS \n"
    exit 0;
    fi
    ${COMPIZ_BIN_PATH}${COMPIZ_NAME} $COMPIZ_OPTIONS "$@" $COMPIZ_PLUGINS || exec $FALLBACKWM $FALLBACKWM_OPTIONS
    That's it so far.
    So again what i try to do is running compiz with metacity decorations.
    I hope someone can help me here,
    Mark.
    Last edited by markg85 (2009-06-28 00:26:04)

    whoops wrote:
    Wait, what, I thought metacity isn't as window decorator, it is a window manager, right? I don't really get what you're trying to do... maybe install compiz-decorator-gtk and use it instead of emerald?
    edit: aaah, yes, I think you're missing compiz-decorator-gtk, try that, look at fusion icon "window decorator" option again.
    Strange.. i was under the impression that pacman -S compiz-fusion would install GTK and QT decorators... guess not.
    This issue is fixed now. Running metacity decorations now WITH compiz.

Maybe you are looking for