X11 "privileged_start"

I was wondering what this process is. It appears to be started whenever I run X11 and is run as root. From the name, it sounds kind of fishy to me, and I don't see any documentation about it on the net. Does anyone know anything about it?
Also, I'm not using the "Official" X11, as that program won't run on my computer for some reason. I'm using X11 2.3.0 from http://xquartz.macosforge.org/trac/wiki.
Thanks.

That's a normal process. Ignore it. BTW, I suggest posting X11 queries to the Unix forum under OS X Technologies.

Similar Messages

  • X11 environment variables on MacBook Pro

    Hi
    I have just got my new MacBook Pro and have installed Gimp to run using x11 that came on the apple installation disks however I can't seem to get the xterm to configure correctly.
    GIMP is installed under /sw/bin but the default PATH for x11 does not include this location so I added PATH=$PATH:/sw/bin:/sw/sbin to a newly created .bash_profile. But x11 did not seem to use this file although terminal worked OK.
    After doing a bit of research, I then created a .bashrc file with the PATH defined and changed the .bash_profile to source .bashrc with no other entries.
    Again this worked OK for Terminal but now when I type 'echo $Path' in an x11 xterm the PATH displays two entries for /sw/bin & /sw/sbin. i.e.
    $ echo $PATH
    /usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/sw/bin:/sw/sbin:/sw/bin:/sw/sbin
    Any ideas why? and how can I correct it?
    Macbook Pro 17   Mac OS X (10.4.9)  

    Sorry this was a bit brief; I think I was still asleep when I typed it.
    The reasons are these:
    1. Many fink programs require environment variables and other settings. When you source that init.sh file, it ensures everything is set up to work out of the box. (Among the things it does is to in turn source every relevant file in /sw/etc/profile.d -- take a look in it to see what, if anything, is in there). There is also some code to keep your path trimmed properly, so you don't get repeats pasted on.
    2. Bash is unique in that either .bashrc or .bash_profile, but not both, get sourced. In a rooted X11 environment, everything works properly, but on OS X, where X11 is "rootless," it leads to unexpected behavior like what you saw. As long as you put everything into one file and then tell the other one to source its contents, you should be ok.
    You can also run X11 stuff from Apple's terminal, provided you somewhere in a startup file have something to set the DISPLAY variable, usually to .0.
    I've put more discussion of these things here

  • X11 on a single screen in a dual monitor setup

    Same problem as posed here: http://discussions.info.apple.com/message.jspa?messageID=2260647&tstart=0
    I was excited when I read the following:
    I fiddled with Apple's X11, which I'd installed on my Desktop, to no avail. Nowhere could I disable the screen-spanning behavior. On a hunch, I decided to try out XDarwin, however, and lo and behold --- a checkbox for enabling/disabling Xinerama! In addition, XDarwin seems to be better behaved than Apple's X11 when it comes to correctly sourcing some of my $HOME/.X* configuration files (e.g., I always had to run xmodmap ~/.Xmodmap manually under X11, even after putting the command in my .xinitrc).
    I only ever use Xquartz(currently XQuartz 2.6.0 (xorg-server 1.9.3)) which is Xdarwin now. But I do not see the mentioned checkbox for enabling/disabling Xinerama.
    Which sounds exactly like what I want to do. I want to have my macbook air(mba) to display full screen Xquartz on external 27" Dell monitor only. On the macbook screen I want to show the OSX desktop with open applications not blacked out by X11.
    Any pointers to this checkbox's location would be great. Or any other way to configure this setup would also be good.
    I'm not looking for solutions that keep the laptop monitor off in any way as I have seen suggested many times. This is because I want to use it to view state of other OS X apps on the macbook screen while working in full screen X session on the external monitor.
    The xnest solution sounds inferior for the same reasons pointed out by Michael C. Lee in the post I mentioned above.

    Hi Andy,
    I really appreciate your help!
    I believe you're correct in that I wouldn't be able to start the X server and have it only produce output on one of my monitors, as they are necessarily part of a single "display" (in OS X, at least). Barring that, however, I wanted to be able to at least keep X11 from creating a single screen that spanned both my monitors (the problem with this is that it doesn't recognize the separate monitor geometries, so large chunks of the virtual spanning screen were inaccessible, and it also made dealing with X apps that are none dual-head friendly a pain). On my linux machine, I was able to get this behavior by default (i.e., separate screens named '.0 and .1' under a single X display), and could get monitor spanning only after enabling the Xinerama extension.
    I fiddled with Apple's X11, which I'd installed on my Desktop, to no avail. Nowhere could I disable the screen-spanning behavior. On a hunch, I decided to try out XDarwin, however, and lo and behold --- a checkbox for enabling/disabling Xinerama! In addition, XDarwin seems to be better behaved than Apple's X11 when it comes to correctly sourcing some of my $HOME/.X* configuration files (e.g., I always had to run xmodmap ~/.Xmodmap manually under X11, even after putting the command in my .xinitrc).
    Anyway, that basically gave me what I needed, so I'm a happy camper. Just thought I'd post this in the unlikely event that someone else is in the same situation. Oh, and if you're curious, the reason I needed to do this in the first place was because I wanted to run the ratpoison windows manager fullscreen --- great for dealing with ADD!

  • Cannot Get X11 Running

    So, I've spent the last few days setting up Arch on my iMac.  I've been using Linux for a few years, but this is the first time I've tried to setup a distro myself.  Anyway, I got things partitioned and dual booting okay, but I'm now stuck trying to get X to work.  I'm not sure if this is a problem with my graphics card, with the drivers, with X11, with my sound, or with my general configuration, but what I *do* know is that I'm a newbie.. so I hope this is the right place to be.
    I've been able to get unstuck thus far because I've had a concrete google-able error to look up... but none of these warnings are particularly illuminating.  I know I'm committing the cardinal sin of not including bunches of relevant files, but I guess that's a Catch-22, since I don't know how to copy-pasta things from that computer as I don't have a WM, so bear with me and I'll try to provide the information ya'll need.
    $ lspci | grep VGA
    01:00.0 VGA compatible controller: ATI Technologies Inc M98L [Mobility Radeon HD4850]
    I'm using Catalyst -- I tried the open source drivers but I seem to have more luck with Catalyst (I can switch back, not particularly set on either, and I was careful to reboot between uninstalling and installing and remove the old config files).  I'm using the 3.2.5-1 kernel and Catalyst 12. The xorg.conf file indicates to use "fglrx" for the graphics card on "PCI:1:0:0" (all the settings from an aticonfig --init).  I have fglrx in the the rc.conf modules as well, and I'm running the kernel with nomodeset (if I don't, it wont even boot.. not even a little bit). 
    So, the problem... I try starting X with startx, and it goes grey, then black, and the shuts down "successfully" without doing anything.  Just running X will hang on a grey screen and I'll have to reboot.  At least startx spits out stuff to the command line:
    $ startx
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
    xinit: connection to X server lost
    waiting for X server to shut down Server terminated successfully (0). Closing log file.
    The device at that port is the HDMI Radeon sound -- so I don't know why that's relevant.  I've tried to add a Device section for it but the warning persists.  I haven't changed xinit, and I have installed twm, clock, xterm, etc.  There are no errors in the log file, only warnings, including the warning above:
    $ cat /var/log/Xorg.0.log | grep WW
    (WW) Falling back to old probe method for fglrx
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    Running just X, or various other similar commands lead to the same warnings and observationally equivalent behavior.  This might be needless to say, but the commands to "see if you set this up right" also fail, like
    $ glxinfo | grep direct
    Error: unable to open display
    So... yeah.
    EDIT: Figured out how to command line email myself the files..!
    The output of startx to the terminal:
    X.Org X Server 1.10.4
    Release Date: 2011-08-19
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.0-ARCH x86_64
    Current Operating System: Linux archsepia 3.2.5-1-ARCH #1 SMP PREEMPT Tue Feb 7 08:34:36 CET 2012 x86_64
    Kernel command line: root=/dev/sda6 ro nomodeset 5
    Build Date: 17 September 2011 07:42:58AM
    Current version of pixman: 0.24.4
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 15 18:05:38 2012
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
    xinit: connection to X server lost
    waiting for X server to shut down .
    The contents of Xorg.0.log after that (or after something similar):
    [ 73.402]
    X.Org X Server 1.10.4
    Release Date: 2011-08-19
    [ 73.403] X Protocol Version 11, Revision 0
    [ 73.403] Build Operating System: Linux 3.0-ARCH x86_64
    [ 73.403] Current Operating System: Linux archsepia 3.2.5-1-ARCH #1 SMP PREEMPT Tue Feb 7 08:34:36 CET 2012 x86_64
    [ 73.403] Kernel command line: root=/dev/sda6 ro nomodeset 5
    [ 73.403] Build Date: 17 September 2011 07:42:58AM
    [ 73.403]
    [ 73.403] Current version of pixman: 0.24.4
    [ 73.403] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 73.403] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 73.403] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 15 18:05:38 2012
    [ 73.403] (==) Using config file: "/etc/X11/xorg.conf"
    [ 73.403] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 73.403] (==) ServerLayout "aticonfig Layout"
    [ 73.403] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 73.403] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 73.403] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 73.403] (==) Automatically adding devices
    [ 73.403] (==) Automatically enabling devices
    [ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 73.403] Entry deleted from font path.
    [ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/".
    [ 73.403] Entry deleted from font path.
    [ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/Type1/").
    [ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 73.403] Entry deleted from font path.
    [ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 73.403] Entry deleted from font path.
    [ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 73.403] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 73.403] (**) ModulePath set to "/usr/lib/xorg/modules/extensions/fglrx,/usr/lib/xorg/modules"
    [ 73.403] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 73.403] (II) Loader magic: 0x7d6160
    [ 73.403] (II) Module ABI versions:
    [ 73.403] X.Org ANSI C Emulation: 0.4
    [ 73.403] X.Org Video Driver: 10.0
    [ 73.403] X.Org XInput driver : 12.2
    [ 73.403] X.Org Server Extension : 5.0
    [ 73.404] (--) PCI:*(0:1:0:0) 1002:944a:106b:00b5 rev 0, Mem @ 0xc0000000/268435456, 0xd0620000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    [ 73.404] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 73.404] (II) "extmod" will be loaded by default.
    [ 73.404] (II) "dbe" will be loaded by default.
    [ 73.404] (II) "glx" will be loaded by default.
    [ 73.404] (II) "record" will be loaded by default.
    [ 73.404] (II) "dri" will be loaded by default.
    [ 73.404] (II) "dri2" will be loaded by default.
    [ 73.404] (II) LoadModule: "extmod"
    [ 73.404] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 73.404] (II) Module extmod: vendor="X.Org Foundation"
    [ 73.404] compiled for 1.10.4, module version = 1.0.0
    [ 73.404] Module class: X.Org Server Extension
    [ 73.404] ABI class: X.Org Server Extension, version 5.0
    [ 73.404] (II) Loading extension MIT-SCREEN-SAVER
    [ 73.404] (II) Loading extension XFree86-VidModeExtension
    [ 73.404] (II) Loading extension XFree86-DGA
    [ 73.404] (II) Loading extension DPMS
    [ 73.404] (II) Loading extension XVideo
    [ 73.404] (II) Loading extension XVideo-MotionCompensation
    [ 73.404] (II) Loading extension X-Resource
    [ 73.404] (II) LoadModule: "dbe"
    [ 73.404] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 73.404] (II) Module dbe: vendor="X.Org Foundation"
    [ 73.404] compiled for 1.10.4, module version = 1.0.0
    [ 73.405] Module class: X.Org Server Extension
    [ 73.405] ABI class: X.Org Server Extension, version 5.0
    [ 73.405] (II) Loading extension DOUBLE-BUFFER
    [ 73.405] (II) LoadModule: "glx"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 73.405] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 73.405] compiled for 6.9.0, module version = 1.0.0
    [ 73.405] (II) Loading extension GLX
    [ 73.405] (II) LoadModule: "record"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 73.405] (II) Module record: vendor="X.Org Foundation"
    [ 73.405] compiled for 1.10.4, module version = 1.13.0
    [ 73.405] Module class: X.Org Server Extension
    [ 73.405] ABI class: X.Org Server Extension, version 5.0
    [ 73.405] (II) Loading extension RECORD
    [ 73.405] (II) LoadModule: "dri"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 73.405] (II) Module dri: vendor="X.Org Foundation"
    [ 73.405] compiled for 1.10.4, module version = 1.0.0
    [ 73.405] ABI class: X.Org Server Extension, version 5.0
    [ 73.405] (II) Loading extension XFree86-DRI
    [ 73.405] (II) LoadModule: "dri2"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 73.405] (II) Module dri2: vendor="X.Org Foundation"
    [ 73.405] compiled for 1.10.4, module version = 1.2.0
    [ 73.405] ABI class: X.Org Server Extension, version 5.0
    [ 73.405] (II) Loading extension DRI2
    [ 73.405] (II) LoadModule: "fglrx"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 73.416] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 73.416] compiled for 1.4.99.906, module version = 8.93.4
    [ 73.417] Module class: X.Org Video Driver
    [ 73.417] (II) Loading sub module "fglrxdrm"
    [ 73.417] (II) LoadModule: "fglrxdrm"
    [ 73.417] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 73.417] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 73.417] compiled for 1.4.99.906, module version = 8.93.4
    [ 73.417] (II) ATI Proprietary Linux Driver Version Identifier:8.93.4
    [ 73.417] (II) ATI Proprietary Linux Driver Release Identifier: 8.93
    [ 73.417] (II) ATI Proprietary Linux Driver Build Date: Dec 5 2011 21:06:58
    [ 73.417] (--) using VT number 7
    [ 73.419] (WW) Falling back to old probe method for fglrx
    [ 73.434] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 73.435] (--) Chipset Supported AMD Graphics Processor (0x944A) found
    [ 73.436] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 73.436] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 73.436] (II) AMD Video driver is signed
    [ 73.436] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 73.436] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 73.436] (II) fglrx(0): pEnt->device->identifier=0x1d2d540
    [ 73.436] (II) fglrx(0): === [xdl_xs110_atiddxPreInit] === begin
    [ 73.436] (II) Loading sub module "vgahw"
    [ 73.436] (II) LoadModule: "vgahw"
    [ 73.437] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 73.437] (II) Module vgahw: vendor="X.Org Foundation"
    [ 73.437] compiled for 1.10.4, module version = 0.1.0
    [ 73.437] ABI class: X.Org Video Driver, version 10.0
    [ 73.437] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 73.437] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 73.437] (==) fglrx(0): Default visual is TrueColor
    [ 73.437] (**) fglrx(0): Option "DPMS" "true"
    [ 73.437] (==) fglrx(0): RGB weight 888
    [ 73.437] (II) fglrx(0): Using 8 bits per RGB
    [ 73.437] (==) fglrx(0): Buffer Tiling is ON
    [ 73.437] (II) Loading sub module "fglrxdrm"
    [ 73.437] (II) LoadModule: "fglrxdrm"
    [ 73.437] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 73.437] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 73.437] compiled for 1.4.99.906, module version = 8.93.4
    [ 73.439] ukiDynamicMajor: found major device number 251
    [ 73.439] ukiDynamicMajor: found major device number 251
    [ 73.439] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 73.439] ukiOpenDevice: node name is /dev/ati/card0
    [ 73.439] ukiOpenDevice: open result is 9, (OK)
    [ 73.439] ukiOpenByBusid: ukiOpenMinor returns 9
    [ 73.439] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 73.439] (==) fglrx(0): NoAccel = NO
    [ 73.439] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
    [ 73.439] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 4850" (Chipset = 0x944a)
    [ 73.439] (--) fglrx(0): (PciSubVendor = 0x106b, PciSubDevice = 0x00b5)
    [ 73.439] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    [ 73.439] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
    [ 73.439] (--) fglrx(0): MMIO registers at 0xd0620000
    [ 73.439] (--) fglrx(0): I/O port at 0x00002000
    [ 73.439] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 73.440] (II) fglrx(0): AC Adapter is used
    [ 73.444] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 73.532] (II) Loading sub module "vbe"
    [ 73.532] (II) LoadModule: "vbe"
    [ 73.532] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 73.532] (II) Module vbe: vendor="X.Org Foundation"
    [ 73.532] compiled for 1.10.4, module version = 1.1.0
    [ 73.532] ABI class: X.Org Video Driver, version 10.0
    [ 73.533] (II) fglrx(0): VESA BIOS detected
    [ 73.533] (II) fglrx(0): VESA VBE Version 3.0
    [ 73.533] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 73.533] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    [ 73.533] (II) fglrx(0): VESA VBE OEM Software Rev: 11.22
    [ 73.533] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    [ 73.533] (II) fglrx(0): VESA VBE OEM Product: M98
    [ 73.533] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 73.576] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    [ 73.576] (--) fglrx(0): Video RAM: 524288 kByte, Type: GDDR3
    [ 73.576] (II) fglrx(0): PCIE card detected
    [ 73.576] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 73.576] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 73.582] (II) fglrx(0): Using adapter: 1:0.0.
    [ 73.660] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
    [ 73.740] (II) fglrx(0): Interrupt handler installed at IRQ 48.
    [ 73.740] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 73.740] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 73.740] (==) fglrx(0): Center Mode is disabled
    [ 73.740] (II) Loading sub module "fb"
    [ 73.740] (II) LoadModule: "fb"
    [ 73.740] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 73.740] (II) Module fb: vendor="X.Org Foundation"
    [ 73.740] compiled for 1.10.4, module version = 1.0.0
    [ 73.740] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 73.740] (II) Loading sub module "ddc"
    [ 73.740] (II) LoadModule: "ddc"
    [ 73.740] (II) Module "ddc" already built-in
    [ 74.177] (II) fglrx(0): Finished Initialize PPLIB!
    [ 74.179] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
    [ 74.179] (II) fglrx(0): Output DFP1 has no monitor section
    [ 74.179] (II) fglrx(0): Output CRT1 has no monitor section
    [ 74.179] (II) Loading sub module "ddc"
    [ 74.179] (II) LoadModule: "ddc"
    [ 74.179] (II) Module "ddc" already built-in
    [ 74.179] (II) fglrx(0): Connected Display0: LVDS
    [ 74.179] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 74.179] (II) fglrx(0): Manufacturer: APP Model: 9cb5 Serial#: 0
    [ 74.179] (II) fglrx(0): Year: 2009 Week: 28
    [ 74.179] (II) fglrx(0): EDID Version: 1.4
    [ 74.179] (II) fglrx(0): Digital Display Input
    [ 74.179] (II) fglrx(0): 8 bits per channel
    [ 74.179] (II) fglrx(0): Digital interface is DisplayPort
    [ 74.179] (II) fglrx(0): Max Image Size [cm]: horiz.: 60 vert.: 34
    [ 74.179] (II) fglrx(0): Gamma: 2.20
    [ 74.179] (II) fglrx(0): DPMS capabilities: Off
    [ 74.179] (II) fglrx(0): Supported color encodings: RGB 4:4:4
    [ 74.179] (II) fglrx(0): First detailed timing is preferred mode
    [ 74.179] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
    [ 74.179] (II) fglrx(0): redX: 0.653 redY: 0.334 greenX: 0.300 greenY: 0.620
    [ 74.179] (II) fglrx(0): blueX: 0.146 blueY: 0.050 whiteX: 0.312 whiteY: 0.329
    [ 74.179] (II) fglrx(0): Manufacturer's mask: 0
    [ 74.179] (II) fglrx(0): Supported detailed timing:
    [ 74.179] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
    [ 74.179] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
    [ 74.179] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
    [ 74.179] (II) fglrx(0): Supported detailed timing:
    [ 74.179] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
    [ 74.179] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
    [ 74.179] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
    [ 74.179] (II) fglrx(0): Unknown vendor-specific block 2
    [ 74.179] (II) fglrx(0): Monitor name: Color LCD
    [ 74.179] (II) fglrx(0): Supported detailed timing:
    [ 74.179] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
    [ 74.179] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
    [ 74.179] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
    [ 74.179] (II) fglrx(0): Supported detailed timing:
    [ 74.179] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
    [ 74.179] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
    [ 74.179] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
    [ 74.179] (II) fglrx(0): Number of EDID sections to follow: 1
    [ 74.179] (II) fglrx(0): EDID (in hex):
    [ 74.179] (II) fglrx(0): 00ffffffffffff000610b59c00000000
    [ 74.179] (II) fglrx(0): 1c130104a53c2278226fb1a7554c9e25
    [ 74.179] (II) fglrx(0): 0c505400000001010101010101010101
    [ 74.179] (II) fglrx(0): 010101010101565e00a0a0a029503020
    [ 74.179] (II) fglrx(0): 350055502100001a1a1d008051d01c20
    [ 74.179] (II) fglrx(0): 4080350055502100001c000000020106
    [ 74.179] (II) fglrx(0): 10010a010000000000000000000000fc
    [ 74.179] (II) fglrx(0): 00436f6c6f72204c43440a2020200108
    [ 74.179] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 74.199] (II) fglrx(0): EDID for output LVDS
    [ 74.199] (II) fglrx(0): Manufacturer: APP Model: 9cb5 Serial#: 0
    [ 74.199] (II) fglrx(0): Year: 2009 Week: 28
    [ 74.199] (II) fglrx(0): EDID Version: 1.4
    [ 74.199] (II) fglrx(0): Digital Display Input
    [ 74.199] (II) fglrx(0): 8 bits per channel
    [ 74.199] (II) fglrx(0): Digital interface is DisplayPort
    [ 74.199] (II) fglrx(0): Max Image Size [cm]: horiz.: 60 vert.: 34
    [ 74.199] (II) fglrx(0): Gamma: 2.20
    [ 74.199] (II) fglrx(0): DPMS capabilities: Off
    [ 74.199] (II) fglrx(0): Supported color encodings: RGB 4:4:4
    [ 74.199] (II) fglrx(0): First detailed timing is preferred mode
    [ 74.199] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
    [ 74.199] (II) fglrx(0): redX: 0.653 redY: 0.334 greenX: 0.300 greenY: 0.620
    [ 74.199] (II) fglrx(0): blueX: 0.146 blueY: 0.050 whiteX: 0.312 whiteY: 0.329
    [ 74.199] (II) fglrx(0): Manufacturer's mask: 0
    [ 74.199] (II) fglrx(0): Supported detailed timing:
    [ 74.199] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
    [ 74.199] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
    [ 74.199] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
    [ 74.199] (II) fglrx(0): Supported detailed timing:
    [ 74.199] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
    [ 74.199] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
    [ 74.199] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
    [ 74.199] (II) fglrx(0): Unknown vendor-specific block 2
    [ 74.199] (II) fglrx(0): Monitor name: Color LCD
    [ 74.199] (II) fglrx(0): Supported detailed timing:
    [ 74.199] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
    [ 74.199] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
    [ 74.199] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
    [ 74.199] (II) fglrx(0): Supported detailed timing:
    [ 74.199] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
    [ 74.199] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
    [ 74.199] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
    [ 74.199] (II) fglrx(0): Number of EDID sections to follow: 1
    [ 74.199] (II) fglrx(0): EDID (in hex):
    [ 74.199] (II) fglrx(0): 00ffffffffffff000610b59c00000000
    [ 74.199] (II) fglrx(0): 1c130104a53c2278226fb1a7554c9e25
    [ 74.199] (II) fglrx(0): 0c505400000001010101010101010101
    [ 74.199] (II) fglrx(0): 010101010101565e00a0a0a029503020
    [ 74.199] (II) fglrx(0): 350055502100001a1a1d008051d01c20
    [ 74.199] (II) fglrx(0): 4080350055502100001c000000020106
    [ 74.199] (II) fglrx(0): 10010a010000000000000000000000fc
    [ 74.199] (II) fglrx(0): 00436f6c6f72204c43440a2020200108
    [ 74.199] (II) fglrx(0): EDID vendor "APP", prod id 40117
    [ 74.199] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 74.199] (II) fglrx(0): Modeline "2560x1440"x0.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz)
    [ 74.199] (II) fglrx(0): Modeline "1280x720"x0.0 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 74.200] (II) fglrx(0): Printing probed modes for output LVDS
    [ 74.200] (II) fglrx(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1920x1440"x60.0 241.50 1920 2608 2640 2720 1440 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1800x1440"x60.0 241.50 1800 2608 2640 2720 1440 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1856x1392"x60.0 241.50 1856 2608 2640 2720 1392 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1792x1344"x60.0 241.50 1792 2608 2640 2720 1344 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1920x1200"x60.0 241.50 1920 2608 2640 2720 1200 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1920x1080"x60.0 241.50 1920 2608 2640 2720 1080 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1600x1200"x60.0 241.50 1600 2608 2640 2720 1200 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1680x1050"x60.0 241.50 1680 2608 2640 2720 1050 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1400x1050"x60.0 241.50 1400 2608 2640 2720 1050 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x1024"x60.0 241.50 1280 2608 2640 2720 1024 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1440x900"x60.0 241.50 1440 2608 2640 2720 900 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x960"x60.0 241.50 1280 2608 2640 2720 960 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x800"x60.0 241.50 1280 2608 2640 2720 800 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1152x864"x60.0 241.50 1152 2608 2640 2720 864 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x768"x60.0 241.50 1280 2608 2640 2720 768 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x720"x60.0 241.50 1280 2608 2640 2720 720 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1024x768"x60.0 241.50 1024 2608 2640 2720 768 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1024x600"x60.0 241.50 1024 2608 2640 2720 600 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "800x600"x60.0 241.50 800 2608 2640 2720 600 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "800x480"x60.0 241.50 800 2608 2640 2720 480 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "720x480"x60.0 241.50 720 2608 2640 2720 480 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "640x480"x60.0 241.50 640 2608 2640 2720 480 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): EDID for output DFP1
    [ 74.200] (II) fglrx(0): EDID for output CRT1
    [ 74.200] (II) fglrx(0): Output LVDS connected
    [ 74.200] (II) fglrx(0): Output DFP1 disconnected
    [ 74.200] (II) fglrx(0): Output CRT1 disconnected
    [ 74.200] (II) fglrx(0): Using exact sizes for initial modes
    [ 74.200] (II) fglrx(0): Output LVDS using initial mode 2560x1440
    [ 74.200] (II) fglrx(0): Display dimensions: (600, 340) mm
    [ 74.200] (II) fglrx(0): DPI set to (108, 108)
    [ 74.200] (II) fglrx(0): Adapter ATI Mobility Radeon HD 4850 has 2 configurable heads and 1 displays connected.
    [ 74.200] (==) fglrx(0): PseudoColor visuals disabled
    [ 74.200] (II) Loading sub module "ramdac"
    [ 74.200] (II) LoadModule: "ramdac"
    [ 74.200] (II) Module "ramdac" already built-in
    [ 74.200] (==) fglrx(0): NoDRI = NO
    [ 74.200] (==) fglrx(0): Capabilities: 0x00000000
    [ 74.200] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 74.200] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 74.200] (==) fglrx(0): UseFastTLS=0
    [ 74.200] (==) fglrx(0): BlockSignalsOnLock=1
    [ 74.200] (--) Depth 24 pixmap format is 32 bpp
    [ 74.200] (II) Loading extension ATIFGLRXDRI
    [ 74.200] (II) fglrx(0): doing swlDriScreenInit
    [ 74.200] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 74.200] ukiDynamicMajor: found major device number 251
    [ 74.200] ukiDynamicMajor: found major device number 251
    [ 74.200] ukiDynamicMajor: found major device number 251
    [ 74.200] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 74.200] ukiOpenDevice: node name is /dev/ati/card0
    [ 74.200] ukiOpenDevice: open result is 12, (OK)
    [ 74.200] ukiOpenByBusid: ukiOpenMinor returns 12
    [ 74.200] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 74.200] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 74.200] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 74.200] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x50000
    [ 74.200] (II) fglrx(0): [uki] mapped SAREA 0x50000 to 0x7f5494ee8000
    [ 74.200] (II) fglrx(0): [uki] framebuffer handle = 0x51000
    [ 74.200] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 74.200] (II) fglrx(0): swlDriScreenInit done
    [ 74.200] (II) fglrx(0): Kernel Module Version Information:
    [ 74.200] (II) fglrx(0): Name: fglrx
    [ 74.200] (II) fglrx(0): Version: 8.93.4
    [ 74.200] (II) fglrx(0): Date: Dec 5 2011
    [ 74.200] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    [ 74.200] (II) fglrx(0): Kernel Module version matches driver.
    [ 74.200] (II) fglrx(0): Kernel Module Build Time Information:
    [ 74.200] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.2.5-1-ARCH
    [ 74.200] (II) fglrx(0): Build-Kernel MODVERSIONS: no
    [ 74.200] (II) fglrx(0): Build-Kernel __SMP__: no
    [ 74.200] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 74.200] (II) fglrx(0): [uki] register handle = 0x00052000
    [ 74.214] (II) fglrx(0): DRI initialization successfull
    [ 74.214] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01900000
    [ 74.214] (==) fglrx(0): Backing store disabled
    [ 74.214] (II) Loading extension FGLRXEXTENSION
    [ 74.214] (**) fglrx(0): DPMS enabled
    [ 74.215] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 74.215] (**) fglrx(0): Textured Video is enabled.
    [ 74.215] (II) LoadModule: "glesx"
    [ 74.215] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 74.215] (II) Module glesx: vendor="X.Org Foundation"
    [ 74.215] compiled for 1.4.99.906, module version = 1.0.0
    [ 74.215] (II) Loading extension GLESX
    [ 74.215] (II) fglrx(0): GLESX enableFlags = 528
    [ 74.215] (II) fglrx(0): GLESX is enabled
    [ 74.215] (II) LoadModule: "amdxmm"
    [ 74.215] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 74.215] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 74.215] compiled for 1.4.99.906, module version = 2.0.0
    [ 74.216] (II) Loading extension AMDXVOPL
    [ 74.216] (II) Loading extension AMDXVBA
    [ 74.216] [- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
    [ 74.216] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 74.218] (II) fglrx(0): Enable composite support successfully
    [ 74.218] (WW) fglrx(0): Option "VendorName" is not used
    [ 74.218] (WW) fglrx(0): Option "ModelName" is not used
    [ 74.218] (II) fglrx(0): X context handle = 0x1
    [ 74.218] (II) fglrx(0): [DRI] installation complete
    [ 74.218] (==) fglrx(0): Silken mouse enabled
    [ 74.218] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 74.218] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
    [ 74.218] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
    [ 74.483] (--) RandR disabled
    [ 74.483] (II) Initializing built-in extension Generic Event Extension
    [ 74.483] (II) Initializing built-in extension SHAPE
    [ 74.483] (II) Initializing built-in extension MIT-SHM
    [ 74.483] (II) Initializing built-in extension XInputExtension
    [ 74.483] (II) Initializing built-in extension XTEST
    [ 74.483] (II) Initializing built-in extension BIG-REQUESTS
    [ 74.483] (II) Initializing built-in extension SYNC
    [ 74.483] (II) Initializing built-in extension XKEYBOARD
    [ 74.483] (II) Initializing built-in extension XC-MISC
    [ 74.483] (II) Initializing built-in extension SECURITY
    [ 74.483] (II) Initializing built-in extension XINERAMA
    [ 74.483] (II) Initializing built-in extension XFIXES
    [ 74.483] (II) Initializing built-in extension RENDER
    [ 74.483] (II) Initializing built-in extension RANDR
    [ 74.483] (II) Initializing built-in extension COMPOSITE
    [ 74.483] (II) Initializing built-in extension DAMAGE
    [ 74.485] ukiDynamicMajor: found major device number 251
    [ 74.485] ukiDynamicMajor: found major device number 251
    [ 74.485] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 74.485] ukiOpenDevice: node name is /dev/ati/card0
    [ 74.485] ukiOpenDevice: open result is 13, (OK)
    [ 74.485] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 74.485] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 74.542] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 74.550] (II) fglrx(0): Enable the clock gating!
    [ 74.550] (II) fglrx(0): Setting screen physical size to 677 x 381
    [ 74.607] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 74.607] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 74.607] (II) LoadModule: "evdev"
    [ 74.607] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.607] (II) Module evdev: vendor="X.Org Foundation"
    [ 74.607] compiled for 1.10.0, module version = 2.6.0
    [ 74.607] Module class: X.Org XInput Driver
    [ 74.607] ABI class: X.Org XInput driver, version 12.2
    [ 74.607] (II) Using input driver 'evdev' for 'Power Button'
    [ 74.607] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.607] (**) Power Button: always reports core events
    [ 74.607] (**) Power Button: Device: "/dev/input/event4"
    [ 74.607] (--) Power Button: Found keys
    [ 74.607] (II) Power Button: Configuring as keyboard
    [ 74.607] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 74.607] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 74.607] (**) Option "xkb_rules" "evdev"
    [ 74.607] (**) Option "xkb_model" "evdev"
    [ 74.607] (**) Option "xkb_layout" "us"
    [ 74.656] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 74.656] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 74.656] (II) Using input driver 'evdev' for 'Power Button'
    [ 74.656] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.656] (**) Power Button: always reports core events
    [ 74.656] (**) Power Button: Device: "/dev/input/event2"
    [ 74.656] (--) Power Button: Found keys
    [ 74.656] (II) Power Button: Configuring as keyboard
    [ 74.656] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 74.656] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 74.656] (**) Option "xkb_rules" "evdev"
    [ 74.656] (**) Option "xkb_model" "evdev"
    [ 74.656] (**) Option "xkb_layout" "us"
    [ 74.656] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 74.656] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 74.656] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 74.656] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.656] (**) Sleep Button: always reports core events
    [ 74.656] (**) Sleep Button: Device: "/dev/input/event3"
    [ 74.656] (--) Sleep Button: Found keys
    [ 74.656] (II) Sleep Button: Configuring as keyboard
    [ 74.656] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 74.656] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 74.656] (**) Option "xkb_rules" "evdev"
    [ 74.656] (**) Option "xkb_model" "evdev"
    [ 74.656] (**) Option "xkb_layout" "us"
    [ 74.657] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event6)
    [ 74.657] (II) No input driver/identifier specified (ignoring)
    [ 74.658] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event0)
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
    [ 74.658] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
    [ 74.658] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event0"
    [ 74.658] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
    [ 74.658] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
    [ 74.658] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.3/1-1.3:1.0/input/input0/event0"
    [ 74.658] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD)
    [ 74.658] (**) Option "xkb_rules" "evdev"
    [ 74.658] (**) Option "xkb_model" "evdev"
    [ 74.658] (**) Option "xkb_layout" "us"
    [ 74.658] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event1)
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev pointer catchall"
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
    [ 74.658] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
    [ 74.659] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event1"
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found 9 mouse buttons
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found scroll wheel(s)
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found relative axes
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found x and y relative axes
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found absolute axes
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
    [ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as mouse
    [ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
    [ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Adding scrollwheel support
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: YAxisMapping: buttons 4 and 5
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 74.659] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.3/1-1.3:1.1/input/input1/event1"
    [ 74.659] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD)
    [ 74.659] (**) Option "xkb_rules" "evdev"
    [ 74.659] (**) Option "xkb_model" "evdev"
    [ 74.659] (**) Option "xkb_layout" "us"
    [ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: initialized for relative axes.
    [ 74.659] (WW) Microsft Microsoft Wireless Desktop Receiver 3.1: ignoring absolute axes.
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) keeping acceleration scheme 1
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration profile 0
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration factor: 2.000
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration threshold: 4
    [ 74.659] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/mouse0)
    [ 74.659] (II) No input driver/identifier specified (ignoring)
    [ 74.660] (II) config/udev: Adding input device Built-in iSight (/dev/input/event7)
    [ 74.660] (**) Built-in iSight: Applying InputClass "evdev keyboard catchall"
    [ 74.660] (II) Using input driver 'evdev' for 'Built-in iSight'
    [ 74.660] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.660] (**) Built-in iSight: always reports core events
    [ 74.660] (**) Built-in iSight: Device: "/dev/input/event7"
    [ 74.660] (--) Built-in iSight: Found keys
    [ 74.660] (II) Built-in iSight: Configuring as keyboard
    [ 74.660] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1:1.0/input/input7/event7"
    [ 74.660] (II) XINPUT: Adding extended input device "Built-in iSight" (type: KEYBOARD)
    [ 74.660] (**) Option "xkb_rules" "evdev"
    [ 74.660] (**) Option "xkb_model" "evdev"
    [ 74.660] (**) Option "xkb_layout" "us"
    [ 74.662] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 74.662] (II) No input driver/identifier specified (ignoring)
    [ 75.732] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 75.796] (II) Power Button: Close
    [ 75.796] (II) UnloadModule: "evdev"
    [ 75.796] (II) Unloading evdev
    [ 75.903] (II) Power Button: Close
    [ 75.903] (II) UnloadModule: "evdev"
    [ 75.903] (II) Unloading evdev
    [ 76.010] (II) Sleep Button: Close
    [ 76.010] (II) UnloadModule: "evdev"
    [ 76.010] (II) Unloading evdev
    [ 76.130] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Close
    [ 76.130] (II) UnloadModule: "evdev"
    [ 76.130] (II) Unloading evdev
    [ 76.236] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Close
    [ 76.236] (II) UnloadModule: "evdev"
    [ 76.236] (II) Unloading evdev
    [ 76.343] (II) Built-in iSight: Close
    [ 76.343] (II) UnloadModule: "evdev"
    [ 76.343] (II) Unloading evdev
    [ 76.346] (II) fglrx(0): Shutdown CMMQS
    [ 76.346] (II) fglrx(0): [uki] removed 1 reserved context for kernel
    [ 76.346] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x50000 at 0x7f5494ee8000
    [ 76.349] (II) fglrx(0): Interrupt handler Shutdown.
    And finally, someone asked for my xorg.conf (this is mostly autogenerated by aticonfig):
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules/extensions/fglrx"
    ModulePath "/usr/lib/xorg/modules"
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Last edited by chckadee (2012-02-15 23:58:52)

    moetunes wrote:Maybe start reading from here.
    Yeah thats... the guide I was reading.
    hadrons123 wrote:Another thread possibly due to not adding required dameons  in /etc/rc.conf.
    And those are?  I installed dbus as that's the only daemon the beginners guide mentions, and I added alsa and a few others to rc.conf for good measure but saw no change and removed them.  So right now I only have:
    $ grep DAEMONS /etc/rc.conf
    # DAEMONS
    DAEMONS=(syslog-ng network crond dbus)

  • X11 there but not there

    Hi,
    I thought I had x11 installed but I cant find it and an app that I am trying to use cant find it. I downloaded the installer from Apple, but when I try to install it, it says that newer software already exists. Im trying to use Darwine.
    Thanks
    Josh

    You cannot download an X11 installer for Tiger. The version you want is already on your Tiger DVD. Insert the DVD into the optical drive and when the window appears double-click on the Optional Installs package. Deselect all but the X11 package and click on the Install button.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • Snow Leopard 10.6.2 can't run 'X11.app' (with system log)

    Hello everyone, English is not my mother tongue so may not be exactly correct, sorry about that.
    Background:
    I have a MacBook White (13-inch, Mid 2009) that isn't unibody, and was running Leopard 10.5.
    I am the only one that will use the Mac and my user account is as the 'admin'.
    When I was using 10.5, I could open the 'X11.app'.
    But few days ago, I did a clean installation of 10.6.2 Snow Leopard from the USD$29 disc.
    After that I installed the iLife '09 (the gray disc bundled with the MacBook),
    and I cloned the drive to my ext. FireWire HD immediately after the installation of SL and iLife'09 by using the CCC (Carbon Copy Cloner).
    After that, of course, I was going to install the apps I need, and update the software.
    _But the problem appears:_
    When I try to open the 'X11.app', the X11 icon begins jumping on the Dock, but nothing happens.
    Jumping and jumping... finally, it doesn't jump any more, with just the X11 icon on the dock.
    What's more, there is no white dot under the icon, which means the app isn't running at the moment.
    I right-clicked the icon, it shows me 'application not responding'.
    So, I open the *Activity Monitor*, and I can see there are two apps related to X11 are running:
    (1) X11
    (2) X11.bin
    Please see below for the system log (around 1min. log, starting with the time when I open the X11)
    ==========
    Feb 20 15:56:30 (my user name)-(my user name)-MacBook 0x0-0x33033.org.x.X1128300: X11.app: main(): argc=2
    Feb 20 15:56:30 (my user name)-(my user name)-MacBook 0x0-0x33033.org.x.X1128300: argv[0] = /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
    Feb 20 15:56:30 (my user name)-(my user name)-MacBook 0x0-0x33033.org.x.X1128300: argv[1] = -psn0208947
    Feb 20 15:56:30 (my user name)-(my user name)-MacBook 0x0-0x33033.org.x.X1128300: Waiting for startup parameters via Mach IPC.
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook org.x.startx28308: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook org.x.startx28308: font_cache: Updating FC cache
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook defaults28334: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook org.x.startx28308: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.28308
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook org.x.startx28308: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook org.x.startx28308: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 15:56:34 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 15:56:36 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.startx28441: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.startx28441: font_cache: Updating FC cache
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook defaults28467: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.startx28441: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.28441
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.startx28441: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.startx28441: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 15:56:46 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.startx28574: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.startx28574: font_cache: Updating FC cache
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook defaults28602: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.startx28574: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.28574
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.startx28574: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.startx28574: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 15:56:56 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.startx28708: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.startx28708: font_cache: Updating FC cache
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook defaults28734: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.startx28708: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.28708
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.startx28708: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.startx28708: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 15:57:06 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.startx28841: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.startx28841: font_cache: Updating FC cache
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook defaults28869: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.startx28841: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.28841
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.startx28841: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.startx28841: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 15:57:16 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook org.x.startx28974: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook org.x.startx28974: font_cache: Updating FC cache
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook defaults29000: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook org.x.startx28974: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.28974
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook org.x.startx28974: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook org.x.startx28974: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 15:57:25 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 15:57:27 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    ==========
    It seems that the processes are repeating themselves,
    so I decide to end them in the *Activity Monitor*.
    For 'X11', I have to force quit.
    For 'X11.bin', 'quit' is enough.
    But after that, it seems that the processes are stilling running:
    ==========
    Feb 20 16:03:11 (my user name)-(my user name)-MacBook org.x.startx33510: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.33510
    Feb 20 16:03:11 (my user name)-(my user name)-MacBook org.x.startx33510: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 16:03:11 (my user name)-(my user name)-MacBook org.x.startx33510: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 16:03:11 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 16:03:11 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 16:03:13 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    Feb 20 16:03:21 (my user name)-(my user name)-MacBook org.x.startx33643: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 16:03:21 (my user name)-(my user name)-MacBook org.x.startx33643: font_cache: Updating FC cache
    Feb 20 16:03:21 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 16:03:21 (my user name)-(my user name)-MacBook defaults33669: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 16:03:21 (my user name)-(my user name)-MacBook org.x.startx33643: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.33643
    ==========
    As I've said, I have a clone of 10.6.2 on my ext. FireWire HD.
    So I've tried to boot the MacBook with the key 'option' pressed in order to boot from the clone.
    What surprises me is that I can open the X11 without any problem.
    And I've tried to open a new user account to test.
    Even if the account isn't 'admin', the X11 can be opened too.
    What this phenomenon tells me is that maybe there is an app(s) that I installed will make the X11 not open.
    I've Googled the problem and tried the following methods:
    (1) Reinstall the X11 from the Snow Leopard disc.
    (2) Log in as the 'root' user, go to *System Preferences* to create a temporary account (e.g. named 'test') so that I can delete my current account (e.g. named 'User') (I copied the UUID and pasted it into TextEdit, saving it on my different partition of ext. FireWire HD.). Then I open a new account with the same username (named 'User') and paste the UUID I previously saved to the newly created account (named 'User'), and then redirect the home folder path to the original home folder (the account named 'User' that I deleted).
    (3) Create an account for testing (e.g. named 'test'), set it as admin. Then log in as the 'root' user, to use 'ditto' command in Terminal to copy my home folder to the account named 'test'. After that, I make the account for testing (account name 'test') have the permission to read and write the files by pressing 'command + I' the home folder, and then set the user 'test' having the permission to read and write and apply this to all the enclosed folder.
    NONE of the above has worked.
    So what can I do in order to make my X11.app work again?
    Thanks in advance!!

    etresoft wrote:
    But you have it running in the other account. With X11 problems, this is as easy as it gets.
    I hope this problem can be solved soon...
    Unfortunately, I'm pretty sure you are going to have to use the Terminal.
    I see, thanks for the info.! (I am new to the Mac since 2009 )
    The only one that would cause any problem by being removed is ".Trash". You don't have any of the other files that Bob is talking about. It would be annoying for any heavy Terminal user to lose those dot files, but perfectly safe.
    There is no need to even attempt to backup anything in /tmp.
    Thanks for the info.!
    Try this. In System Preferences, select Sharing and enable "Remote Login". Login to that Standard user who can run X11 with no problem. Then, just as a test, run "ssh <mainuser>@localhost". Verify that you are in the home directory of the user with the X11 problems. Don't do anything yet. Just type 'exit' to logout.
    Reboot your machine. Login as the Standard User. Run "ssh <mainuser>@localhost" again. This time, run the "rm .<somefile>" on all those dot files (except for .Trash and maybe .CFUserEncoding). This time they should all stay deleted. Follow Bob's advice too and do "rm Library/Preferences/org.x.X11.plist". Type "cd /tmp" and delete everything you can find in there. You can't do any damage there. Type "exit" to quit the ssh session.
    Now logout of the standard user and log back in to your primary user and try it again.
    I am now at the standard account called 'test' and browse this web page using Safari through Wi-Fi.
    4 things:
    .bash_history
    .DS_Store
    .fontconfig
    .Xauthority
    ==========
    With the '.fontconfig', I can't delete it from the Terminal:
    +Michael-Leungs-MacBook:~ Michael$ rm .fontconfig+
    _+rm: .fontconfig: is a directory+_
    (At this moment, I Googled the 'rm' command and found these web pages:
    http://ss64.com/osx/
    http://newsourcemedia.com/blog/basic-terminal-commands/
    That's why I try the 'rmdir' and 'sudo rm'.
    But NONE of these command helps)
    +Michael-Leungs-MacBook:~ Michael$ rmdir .fontconfig+
    _+rmdir: .fontconfig: Directory not empty+_
    +Michael-Leungs-MacBook:~ Michael$ sudo rm .fontconfig+
    +WARNING: Improper use of the sudo command could lead to data loss+
    +or the deletion of important system files. Please double-check your+
    +typing when using sudo. Type "man sudo" for more information.+
    +To proceed, enter your password, or type Ctrl-C to abort.+
    Password:
    +Sorry, try again.+
    Password:
    _+rm: .fontconfig: is a directory+_
    +Michael-Leungs-MacBook:~ Michael$ sudo rm .fontconfig+
    _+rm: .fontconfig: is a directory+_
    =========
    For the '/tmp':
    +Michael-Leungs-MacBook:~ Michael$ cd /tmp+
    +Michael-Leungs-MacBook:tmp Michael$ cd /+
    +Michael-Leungs-MacBook:/ Michael$ sudo rm -rf /tmp+
    Password:
    +Michael-Leungs-MacBook:/ Michael$ +
    So, for the steps you provided, I can follow all the steps except the one '.fontconfig'
    Hope the information I provided above can help you to help me!
    Thank you etresoft!

  • X11 / xterm won't even launch anymore

    I was using X11 with the minor glitches (i.e. cannot move x11 windows to secondary display). For some reason, x11 stopped working altogether today. I go to /Applications/Utilities/X11 and nothing happens.
    I checked /var/log/system.log and it has the following errors:
    Nov 5 22:04:20 initech [0x0-0x29029].org.x.X11_launcher[318]: command=/usr/X11/bin/xterm
    Nov 5 22:04:20 initech com.apple.launchd[113] ([0x0-0x29029].org.x.X11_launcher[318]): Stray process with PGID equal to this dead job: PID 319 PPID 1 login
    Nov 5 22:04:20 initech login[319]: USER_PROCESS: 319 tty??
    Nov 5 22:04:20 initech login[319]: DEAD_PROCESS: 319 tty??
    Nov 5 22:04:20 initech [0x0-0x29029].org.x.X11_launcher[0]: -xterm Xt error: Can't open display:
    Nov 5 22:04:20 initech [0x0-0x29029].org.x.X11_launcher[0]: -xterm: DISPLAY is not set
    Nov 5 22:04:20 initech [0x0-0x29029].org.x.X11_launcher[0]: Last login: Mon Nov 5 21:56:48 on ttys000
    Coincidentally, X11 stopped working after I ran System Update to install the Quicktime and iTunes updates today.
    Anyone else start having this problem?

    I was checking the boards and found someone who said their org.x.X11.plist file was not being installed after they had deinstalled 10.5 X11, installed 10.4 X11, and went back to 10.5 X11.
    I had did that earlier and wasn't having problems, but I went ahead and pulled that file from another 10.5 computer and copied that over to the affected Macbook.
    Problem solved.

  • X11 won't start anymore!

    Hello,
    this is a desperate call: I am at a conference with my MBP, (10.6.7, all updates done). I need Matlab for my presentation, which needs X11.
    X11 (and XQuartz) decided that they won't start anymore: the icon bounces in the dock for a while, then sits there without the little light underneath, and X11 is "non responding".
    The logs show something like this.
    I have googled and searched: similar problems once in a while appear but no posted solution.
    I tried:
    1) reinstalling XQuartz (I would reinstall X11, but how? I do not have the disks with me, I am away!)
    2) from an admin account
    3) create a new account.
    4) repair permissions.
    5) reinstall the font update from Apple that was recently issued.
    HELP PLEASE!!!
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     X11.app: DISPLAY ("/tmp/launch-bHvQen/org.macosforge.xquartz:0") does not match our id ("org.x"), unsetting.
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     X11.app: main(): argc=2
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[0] = /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[1] = -psn_0_278596
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     Waiting for startup parameters via Mach IPC.
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     X11.app: Could not connect to server (DISPLAY is not set). Starting X server.
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     X11.app: Launching /usr/X11/bin/startx:
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[0] = /bin/sh
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[1] = -c
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[2] = /usr/X11/bin/startx
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     font_cache: Scanning user font directories to generate X11 font caches
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     font_cache: Updating FC cache
    11-05-16 5:02:01 PM     org.x.privileged_startx[20781]     font_cache: Scanning system font directories to generate X11 font caches
    11-05-16 5:02:01 PM     defaults[20791]
    The domain/default pair of (org.x.X11, dpi) does not exist
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     Couldn't create cookie
    11-05-16 5:02:02 PM     org.x.privileged_startx[20781]     font_cache: Updating FC cache
    11-05-16 5:02:04 PM     [0x0-0x44044].org.x.X11[20759]     font_cache: Done
    11-05-16 5:02:04 PM     org.x.privileged_startx[20781]     font_cache: Done

    Here is the solution: there was nothing wrong with x11 per se!
    The problem was that about 30 files in /usr/bin (like gzip, egrep, hexdump etc) had been hosed (they had 0 file size).  The puzzling messages was due to the fact that startx uses hexdump, which was simply silently doing nothing (since it had 0 size!).
    I do not know what or when these files were zeroed: I suspect a recent OSX update which did not complete and I had to forcefully reboot.
    I have fixed it enough to work (copying those files from another mac), but who knows what else lurks beneath the surface of apparent serenity!
    I am actually surprised that the whole system did not stop functioning completely.
    MORALE: if something looks strange in the logs with x11 or other apps, check the file sizes  in your /usr/bin, you may be surprised too!

  • How to change the default font size in X11?

    I was a PC/linux user and have switched to use Mac lately (MBP Snow leopard 10.6.8).
    Everything's been running perfectly on Mac so far and I really like it, until I have to run some programs on XQuartz/X11 (XQuart 2.7.0).  
    The default font size in the Xterm is too small. And I hate it that I have to change it everytime i open a new terminal (via vt fonts menu, ctrl+right-mouse click).
    Is there a way to change the default font size "permanently" in XQuartz/X11 ??
    This may be a stupid question to ask in the developer forum but i cant really solve it.
    There's only config. file ~/.Xdefaults they have mentioned so far on Google but i really cant find it regarding to the directorty.
    Thank you very much in advance.

    You would be surprised to find out that is not like this, to get your account blocked you really need to do a lot of damage and posts are not removed unless they are illegal, and *always* it needs more than a person to delete something. That's a site managed by the community, not by some people put in place by a company.
    It is always acceptable to link to external resources as long these resources do provide additional usefull information. Clearly the thread on that side contained much more information than the one here. I observed people linking from there to this forum, but it's not so common, and that's not due to the policy, just because here is more chat and less usefull information.... you will not see endless threads of replies on with "yes, I have the same problem" there.
    Shortly, this is "discussions" and is quite different in approach than the SE model, where everythign is aimed towards getting the be answers UP and removing all the nonsense.
    I wish that Apple would invest more in discussion, and going towards making this more practical.

  • X11 loop!!HELP!! X11 won't stop opening and closing?

    Here is my crash log:
    Process:         X11.bin [22896]
    Path:            /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
    Identifier:      org.x.X11
    Version:         2.6.3 (2.6.3)
    Build Info:      X11server-106003000000000~56
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [120]
    Date/Time:       2011-10-06 21:14:04.824 -0500
    OS Version:      Mac OS X 10.7.1 (11B2118)
    Report Version:  9
    Interval Since Last Report:          64163 sec
    Crashes Since Last Report:           15
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      AEA17C5B-A9FA-48D6-9B46-A27A2425615C
    Crashed Thread:  4
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    X.Org X Server 1.10.2 Build Date: 20110629
    Cannot establish any listening sockets - Make sure an X server isn't already running
    objc[22896]: garbage collection is OFF
    abort() called
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8fe7e67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8fe7dd71 mach_msg + 73
    2   com.apple.CoreGraphics                  0x00007fff8de0c96a _CGSCreateWindowInline + 420
    3   com.apple.CoreGraphics                  0x00007fff8de0c2eb CGSNewWindowWithOpaqueShape + 574
    4   com.apple.HIToolbox                     0x00007fff8e6780cc _ZL16SetMenuBarBoundsv + 289
    5   com.apple.HIToolbox                     0x00007fff8e662d71 _ZL17FlushWindowObjectP10WindowDataPPvh + 995
    6   com.apple.HIToolbox                     0x00007fff8e673364 _FlushWindow + 71
    7   com.apple.HIToolbox                     0x00007fff8e673312 HIWindowFlush + 22
    8   com.apple.HIToolbox                     0x00007fff8e673295 MBarDraw() + 42
    9   com.apple.HIToolbox                     0x00007fff8e66c0cc _ZL7ShowBar21MenuBarAnimationStylehhh + 361
    10  com.apple.HIToolbox                     0x00007fff8e69929e _ZL21UpdateAggregateUIMode21MenuBarAnimationStylehh + 726
    11  com.apple.AppKit                        0x00007fff8d1ab742 -[NSApplication finishLaunching] + 915
    12  com.apple.AppKit                        0x00007fff8d1ab0b1 -[NSApplication run] + 118
    13  X11.bin                                 0x000000010c6a020a X11ApplicationMain + 1258
    14  X11.bin                                 0x000000010c6a8f23 server_main + 172
    15  X11.bin                                 0x000000010c69a1b8 do_start_x11_server + 307
    16  X11.bin                                 0x000000010c69a57f _Xstart_x11_server + 245
    17  X11.bin                                 0x000000010c69a459 mach_startup_server + 146
    18  libsystem_kernel.dylib                  0x00007fff8fe7e28b mach_msg_server + 496
    19  X11.bin                                 0x000000010c699fdb main + 1636
    20  X11.bin                                 0x000000010c69926c start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8fe807e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff9081560e _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff9081419e _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8fe80192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91b93594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff91b94b85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8fe80192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91b93594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff91b94b85 start_wqthread + 13
    Thread 4 Crashed:
    0   libsystem_kernel.dylib                  0x00007fff8fe7fce2 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff91b937d2 pthread_kill + 95
    2   libsystem_c.dylib                       0x00007fff91b84a7a abort + 143
    3   X11.bin                                 0x000000010c7a0b59 OsAbort + 9
    4   X11.bin                                 0x000000010c6a3f60 AbortDDX + 23
    5   X11.bin                                 0x000000010c7a7e43 AbortServer + 29
    6   X11.bin                                 0x000000010c7a8194 FatalError + 257
    7   X11.bin                                 0x000000010c79e9b3 CreateWellKnownSockets + 875
    8   X11.bin                                 0x000000010c74cb7f dix_main + 670
    9   X11.bin                                 0x000000010c6a8f80 server_thread + 43
    10  libsystem_c.dylib                       0x00007fff91b918bf _pthread_start + 335
    11  libsystem_c.dylib                       0x00007fff91b94b75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8fe7fbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91b95274 _pthread_cond_wait + 840
    2   X11.bin                                 0x000000010c6bb1bd xpbproxy_run + 117
    3   X11.bin                                 0x000000010c6a023a xpbproxy_x_thread + 9
    4   libsystem_c.dylib                       0x00007fff91b918bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff91b94b75 thread_start + 13
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x000000010f45dcc8  rdx: 0x0000000000000000
      rdi: 0x0000000000005307  rsi: 0x0000000000000006  rbp: 0x000000010f45dcf0  rsp: 0x000000010f45dcc8
       r8: 0x00007fff78ba6fb8   r9: 0x000000010f45dbb8  r10: 0x00007fff8fe7fd0a  r11: 0xffffff80002d8240
      r12: 0x0000000000005307  r13: 0x000000010f45e000  r14: 0x000000010f45e000  r15: 0x000000010c84db60
      rip: 0x00007fff8fe7fce2  rfl: 0x0000000000000246  cr2: 0x000000010c748b27
    Logical CPU: 0
    Binary Images:
           0x10c697000 -        0x10c82bfff +X11.bin (??? - ???) <6FA641A4-3990-38DB-92B6-F47F5487D043> /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
           0x10c8b2000 -        0x10c8b3fff +libAppleWM.7.dylib (8.0.0 - compatibility 8.0.0) <EEFCCC2E-929D-370E-B07A-19361DDAE615> /usr/X11/lib/libAppleWM.7.dylib
           0x10c8b9000 -        0x10c8bcfff +libXfixes.3.dylib (5.0.0 - compatibility 5.0.0) <43E4DE46-CDC4-3C52-A702-0387A9188A5D> /usr/X11/lib/libXfixes.3.dylib
           0x10c8c4000 -        0x10c9d1fff +libX11.6.dylib (10.0.0 - compatibility 10.0.0) <A4432829-C30A-348C-87D7-43236C7A09C4> /usr/X11/lib/libX11.6.dylib
           0x10c9fa000 -        0x10ca4ffff +libpixman-1.0.dylib (21.2.0 - compatibility 21.0.0) <2DA10D90-A050-37EE-AB2D-61DCD8F70466> /usr/X11/lib/libpixman-1.0.dylib
           0x10ca65000 -        0x10ca93fff +libXfont.1.dylib (6.1.0 - compatibility 6.0.0) <974015CC-B244-3DEF-A768-135A498FF8FC> /usr/X11/lib/libXfont.1.dylib
           0x10caa9000 -        0x10caaafff +libXau.6.dylib (7.0.0 - compatibility 7.0.0) <CF27D15A-DF5B-3933-80E6-1725E55B97D8> /usr/X11/lib/libXau.6.dylib
           0x10cab4000 -        0x10cab7ff7 +libXdmcp.6.dylib (7.0.0 - compatibility 7.0.0) <72C92DD0-E385-3632-9970-3C8D9B925B96> /usr/X11/lib/libXdmcp.6.dylib
           0x10cac3000 -        0x10cacffff  libXplugin.1.dylib (??? - ???) <87056787-67D8-3D35-BA5E-EF348D76854F> /usr/lib/libXplugin.1.dylib
           0x10cad8000 -        0x10cae4fff +libXext.6.dylib (11.0.0 - compatibility 11.0.0) <CF2CFA94-581A-35A4-8EBE-B6B971A9BBD0> /usr/X11/lib/libXext.6.dylib
           0x10caef000 -        0x10cb00fff +libxcb.1.dylib (3.0.0 - compatibility 3.0.0) <692CC699-B63A-393A-B51D-8CDB08A6813B> /usr/X11/lib/libxcb.1.dylib
           0x10cb0f000 -        0x10cb84ff7 +libfreetype.6.dylib (13.2.0 - compatibility 13.0.0) <31A6FA08-86B2-36B8-AE76-98C79E5014F7> /usr/X11/lib/libfreetype.6.dylib
           0x10cb9e000 -        0x10cba1fff +libfontenc.1.dylib (2.0.0 - compatibility 2.0.0) <B130AA20-1363-35DB-9331-837B0DB4F4BB> /usr/X11/lib/libfontenc.1.dylib
        0x7fff6c297000 -     0x7fff6c2cbac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
        0x7fff87479000 -     0x7fff87750fff  com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff87751000 -     0x7fff878b4fff  com.apple.CFNetwork (520.0.13 - 520.0.13) <31F0F360-6BF6-370A-A512-26EF5F02CE4E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff87e17000 -     0x7fff87e24fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff88045000 -     0x7fff88148fff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <ED5E84C6-646D-3B70-81D6-7AF957BEB217> /usr/lib/libsqlite3.dylib
        0x7fff88149000 -     0x7fff8814dfff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
        0x7fff8814e000 -     0x7fff881bcfff  com.apple.CoreSymbolication (2.1 - 67) <194A355B-58C7-3B1E-A714-00F71ACCDB0A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff881d0000 -     0x7fff881d5fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <3D114C8A-AD1F-3C78-9E8C-B8F3810740E5> /usr/lib/system/libcache.dylib
        0x7fff881d6000 -     0x7fff881d7ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff881d8000 -     0x7fff88331ff7  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <A5740EE6-DF30-3A23-BF9D-97C5D149604B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff88332000 -     0x7fff88371fff  com.apple.AE (527.6 - 527.6) <0D555071-91EA-35DD-85A0-18AA62DC52F1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff883d4000 -     0x7fff88413ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <16CD96D7-B9C2-3020-99F0-C757BBC6BD01> /usr/lib/libcups.2.dylib
        0x7fff88414000 -     0x7fff88433fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
        0x7fff8843f000 -     0x7fff88441fff  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <A6B3CF07-A0D0-3C56-9BEC-33CBDD63CB89> /usr/lib/system/libquarantine.dylib
        0x7fff88442000 -     0x7fff88a26faf  libBLAS.dylib (??? - ???) <899DF0AF-4205-3089-8B8B-49EA5D101F1D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff88a27000 -     0x7fff88a56fff  com.apple.DictionaryServices (1.2 - 158) <19E1C699-F2E5-3134-A81B-5B299B5DBE42> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff88a9a000 -     0x7fff88afcff7  com.apple.coreui (0.3 - 162) <3508DD39-D563-36AF-B046-A3E850149D86> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff88afd000 -     0x7fff88b0fff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff88b10000 -     0x7fff88b1dff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
        0x7fff88b1e000 -     0x7fff88ba3ff7  com.apple.Heimdal (2.1 - 2.0) <0493DAC9-904A-3E20-9780-D892D6133C1F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff88ba4000 -     0x7fff88bbafff  libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff88bbb000 -     0x7fff88cb0fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff88cb7000 -     0x7fff88d02ff7  com.apple.SystemConfiguration (1.11.1 - 1.11) <F26E6001-1EEC-3A0A-AF8F-E09D055A6CA4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff88d3f000 -     0x7fff88dd5ff7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <AC5A384A-FA5A-3307-9CED-BD69E6F12A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff88dd6000 -     0x7fff88decff7  com.apple.ImageCapture (7.0 - 7.0) <8F036520-B57E-34DE-8BA2-084BC3D289C2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff88ded000 -     0x7fff88e2cff7  libGLImage.dylib (??? - ???) <3C7093E9-CB04-38B4-8B0E-02124DFFC9A4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff890a0000 -     0x7fff891d9fef  com.apple.vImage (5.0 - 5.0) <C45D2CBE-FA15-3D13-9E9D-A3BF57B84BBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff891da000 -     0x7fff89207fe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <B4654B67-7521-3CD2-A67D-E1393C459D23> /usr/lib/libSystem.B.dylib
        0x7fff8921e000 -     0x7fff8921ffff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff8931f000 -     0x7fff8932efff  com.apple.opengl (1.7.4 - 1.7.4) <971DF1AE-2E9D-31E7-9836-8EE7F4299931> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8932f000 -     0x7fff8932ffff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff8933e000 -     0x7fff8941efff  com.apple.CoreServices.OSServices (478.25.1 - 478.25.1) <5F448C73-671F-3541-B50B-68BAD256357D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8941f000 -     0x7fff89425fff  libGFXShared.dylib (??? - ???) <F047CF07-F6AA-327F-890D-19C8AA5C3AD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff89ba7000 -     0x7fff89be9ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff89bea000 -     0x7fff89beffff  com.apple.OpenDirectory (10.7 - 144) <B60C26CF-A209-3025-8893-B1AA96EC40B3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff89c0e000 -     0x7fff89c2bfff  libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff89c2c000 -     0x7fff89c7eff7  libGLU.dylib (??? - ???) <29D31138-F6BE-3BA6-8248-7A0F90179230> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff89c7f000 -     0x7fff89caaff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
        0x7fff8a072000 -     0x7fff8a080ff7  libkxld.dylib (??? - ???) <F94C4064-4F3D-31D1-9A12-81DEFA7EAC83> /usr/lib/system/libkxld.dylib
        0x7fff8a866000 -     0x7fff8a869ff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8bde9000 -     0x7fff8bdfcff7  libCRFSuite.dylib (??? - ???) <322486D1-359C-3059-BF53-D4B038621E18> /usr/lib/libCRFSuite.dylib
        0x7fff8bdfd000 -     0x7fff8bdfefff  libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <37FEFE78-BCB5-37EC-8E99-747469BCA4C7> /usr/lib/system/libdnsinfo.dylib
        0x7fff8bed3000 -     0x7fff8bf06fff  com.apple.GSS (2.1 - 2.0) <03D84E4F-D3C5-3CA6-ACA8-8F14A139F45D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8bf07000 -     0x7fff8bf71fff  com.apple.framework.IOKit (2.0 - ???) <17181E34-343F-3374-A2EA-BA4D81A9AC72> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8c10a000 -     0x7fff8c17fff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
        0x7fff8c3ef000 -     0x7fff8c3f5fff  com.apple.DiskArbitration (2.4 - 2.4) <BE0D3C1E-F04B-3CB8-8064-A36E2DCBEB63> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8c409000 -     0x7fff8c420fff  com.apple.MultitouchSupport.framework (220.62 - 220.62) <0A342A11-2D8C-328E-9278-6D7A121E47AF> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8c421000 -     0x7fff8c4c3ff7  com.apple.securityfoundation (5.0 - 55005) <7BF73DFE-1DA2-3ABB-9842-FCA5BB50AF5B> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8c4c4000 -     0x7fff8c4edfff  com.apple.CoreServicesInternal (113.7 - 113.7) <7E4F0C51-B7DA-3A8D-B621-CCC238E516AA> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8c543000 -     0x7fff8c9eaff7  FaceCoreLight (1.4.2 - compatibility 1.0.0) <74CA3A04-4B9A-3ADA-89A6-680F44E0F03E> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8c9eb000 -     0x7fff8cd04fff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <62220C6A-F1AE-36BF-A20A-B401201E3AC8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8cd40000 -     0x7fff8cd4bfff  com.apple.CommonAuth (2.1 - 2.0) <5E1EB52D-855C-31C6-8A6D-01B21959DF48> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8cd4c000 -     0x7fff8cf0dfe7  com.apple.CoreData (103 - 358.4) <82B34A51-2CE8-358C-A899-2370B495EC58> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8cf21000 -     0x7fff8cf3eff7  libxpc.dylib (77.16.0 - compatibility 1.0.0) <1FEBB79D-8537-38A4-882D-1E2AE212CD31> /usr/lib/system/libxpc.dylib
        0x7fff8d058000 -     0x7fff8d058fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8d059000 -     0x7fff8d0c0ff7  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <72C4215B-9B71-385E-8E7D-1636FF6AAA4F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8d152000 -     0x7fff8d1a5fff  libFontRegistry.dylib (??? - ???) <A061D361-E9BB-3895-8675-46EAF3767036> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8d1a6000 -     0x7fff8dd9efff  com.apple.AppKit (6.7.1 - 1138.1) <A31E143D-8D00-3D70-8670-0349CFD34E93> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8dd9f000 -     0x7fff8e46d76f  com.apple.CoreGraphics (1.600.0 - ???) <127C5974-2A74-35DE-B869-725F06D24561> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8e46e000 -     0x7fff8e471fff  libCoreVMClient.dylib (??? - ???) <5C607B1C-E4DB-3050-B4BB-3A12CF9AC1C4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8e472000 -     0x7fff8e4c9fff  libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8e4df000 -     0x7fff8e546fff  com.apple.Symbolication (1.2 - 87) <C8F38870-0C4E-3A7F-9B12-0E970DE92F24> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8e640000 -     0x7fff8e649fff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <BD08553D-8088-38A8-8007-CF5C0B8F0404> /usr/lib/system/libnotify.dylib
        0x7fff8e64a000 -     0x7fff8e96dfff  com.apple.HIToolbox (1.7 - ???) <CFFBF43D-4D05-33D9-A3FD-0F9309320F0C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8e96e000 -     0x7fff8e9cefff  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <74B62E70-4189-3022-8FC9-1182EA7C6E34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8e9f7000 -     0x7fff8ebcaff7  com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8ebd0000 -     0x7fff8ebf7fff  com.apple.PerformanceAnalysis (1.10 - 10) <127134DE-0304-3B49-B539-B95E01CF02A2> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8ee06000 -     0x7fff8ee29ff7  com.apple.RemoteViewServices (1.0 - 1) <4146AF41-EBFF-35F8-86BD-B4DEC440477C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8ef84000 -     0x7fff8ef86ff7  com.apple.print.framework.Print (7.0 - 247) <2DF03709-F410-3D32-822E-AD1837557798> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8ef87000 -     0x7fff8ef8bff7  com.apple.CommonPanels (1.2.5 - 94) <CA9C910D-E406-33E7-B8EE-C86EAA62AB68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8ef8c000 -     0x7fff8f007ff7  com.apple.print.framework.PrintCore (7.0 - 366) <94EC53AD-04DA-3835-8829-775327A17AC3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8f050000 -     0x7fff8f055fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff8f07e000 -     0x7fff8f118ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <625D3453-549D-35F4-AF0D-DDA78BCE043D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8f7cf000 -     0x7fff8f7ddfff  com.apple.NetAuth (1.0 - 3.0) <CAA2C83D-B164-315A-8B6C-76C4A3746C9B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8fbd2000 -     0x7fff8fbd4fff  libCVMSPluginSupport.dylib (??? - ???) <458A1115-6338-3119-9D38-3097CBBE3985> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8fbd5000 -     0x7fff8fbd9fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8fbda000 -     0x7fff8fc14fef  com.apple.DebugSymbols (2.1 - 85) <7E0E17D9-C8D4-3117-B36A-506929F6FF72> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8fc15000 -     0x7fff8fd21fef  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <217FC1A0-3E85-3575-A351-0000BA78C9CE> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8fd22000 -     0x7fff8fd22fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <D75971EE-0D74-365A-8E52-46558EA49E87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8fe69000 -     0x7fff8fe89fff  libsystem_kernel.dylib (1699.23.2 - compatibility 1.0.0) <55377210-60A0-3F33-9D45-B2D19AA91859> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8fe8c000 -     0x7fff8feb9ff7  com.apple.opencl (1.50.62 - 1.50.62) <D6959F4A-9D7A-364A-917B-6E12A800E095> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8feba000 -     0x7fff8ff5efef  com.apple.ink.framework (1.3.2 - 110) <48F42AEB-0D24-3B0D-8BF4-80929BB51FE0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8ff5f000 -     0x7fff8ff74fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <1158319D-3B16-3000-94D8-E4234CEC6152> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8ff75000 -     0x7fff8ff7bfff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <548BAEB6-8C4C-3B0F-AB0C-7E1C960BCAB5> /usr/lib/system/libmacho.dylib
        0x7fff8fff3000 -     0x7fff8fff4fff  libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8fff5000 -     0x7fff8fff6fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff90025000 -     0x7fff9007ffff  com.apple.HIServices (1.9 - ???) <D094714C-148D-38F7-9583-157818955CA8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff90080000 -     0x7fff90088fff  libsystem_dnssd.dylib (??? - ???) <1FA8F861-9D0D-33D2-939F-5BD382718B97> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff90089000 -     0x7fff9009dff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <A7C58D71-6D4A-317D-AA06-D648B1F78573> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff900a2000 -     0x7fff900caff7  com.apple.CoreVideo (1.7 - 70.0) <EEDE0828-0E14-3D0F-A04F-8DB0D3513749> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff900cb000 -     0x7fff900cbfff  com.apple.Carbon (153 - 153) <E37A515C-4C10-3102-8146-C0FBD458F8CF> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff900cc000 -     0x7fff900d0fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff90137000 -     0x7fff90137fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4CC14F7C-BCA7-3CAC-BEC9-B06576E5A15B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff9013a000 -     0x7fff901d9fff  com.apple.LaunchServices (480.19 - 480.19) <3D4577D6-11C4-3EAE-9717-3493716E666D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff9021d000 -     0x7fff9021dfff  com.apple.Cocoa (6.6 - ???) <9E3D4787-A2CE-38E0-BEF8-E5DA63B6E6A1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff9021e000 -     0x7fff90225fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <65602684-33B1-32DE-802B-050CE07659AC> /usr/lib/system/libcopyfile.dylib
        0x7fff90226000 -     0x7fff9022dff7  com.apple.CommerceCore (1.0 - 17) <95285481-4162-308B-85E9-E0A47D4F3766> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff90242000 -     0x7fff90320ff7  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff90321000 -     0x7fff90347ff7  com.apple.framework.familycontrols (3.0 - 300) <7AF88AB8-38AE-38F7-8D07-E6FC50D3E602> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff903b1000 -     0x7fff90435ff7  com.apple.ApplicationServices.ATS (5.0 - ???) <BFEA93FC-F9F8-3772-B0E7-DDBFC99C5B2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff90489000 -     0x7fff9068bfff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib
        0x7fff9068c000 -     0x7fff90697ff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <524DFF6E-0C63-3C18-ACF4-341CFA80DC70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff906a8000 -     0x7fff9075afff  com.apple.CoreText (4.0.0 - ???) <BC8EA48B-3398-365B-80CE-DB981248ECF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff90765000 -     0x7fff90766ff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <AACAD200-A346-3653-89E2-D9D10FE4DC06> /usr/lib/system/libremovefile.dylib
        0x7fff9078f000 -     0x7fff90811fff  com.apple.Metadata (10.7.0 - 627.9) <F293A9A7-9790-3629-BE81-D19C158C5EA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff90812000 -     0x7fff90820fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
        0x7fff90821000 -     0x7fff90923ff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
        0x7fff90aaf000 -     0x7fff90ab0fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <0482C762-746D-37EB-A8C9-E1048CF70462> /usr/lib/system/libunc.dylib
        0x7fff90b0c000 -     0x7fff90b0cfff  com.apple.ApplicationServices (41 - 41) <E23F1CED-C0FB-35A8-9657-484C5E6A32AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff90b11000 -     0x7fff90c1efff  libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff90c1f000 -     0x7fff90c1ffff  com.apple.CoreServices (53 - 53) <97E086D0-20B4-3BB4-BEE2-04EE5700D55B> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff90c20000 -     0x7fff90c6eff7  libauto.dylib (??? - ???) <76E69813-D857-3885-A67D-7B459ED41CB0> /usr/lib/libauto.dylib
        0x7fff90d1d000 -     0x7fff90d27ff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <EB5C4B29-D3B7-38AC-A646-3D445C767F03> /usr/lib/system/liblaunch.dylib
        0x7fff91060000 -     0x7fff91175fff  com.apple.DesktopServices (1.6.0 - 1.6.0) <F0DC8E2E-8848-372E-A79F-7993F1745B05> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff91176000 -     0x7fff9119aff7  com.apple.Kerberos (1.0 - 1) <38E1B575-319A-307D-AEB1-3DB816C09ED7> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff9119b000 -     0x7fff911a0fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff911fa000 -     0x7fff91200ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff91201000 -     0x7fff91472fff  com.apple.CoreImage (7.77 - 1.0.1) <4280B4FA-E8AF-3F4B-B172-B369EC980A57> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff91473000 -     0x7fff9148fff7  com.apple.GenerationalStorage (1.0 - 124) <A9D4FE26-A02B-307E-9A7A-59A8EC32303C> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff91490000 -     0x7fff914d1fff  com.apple.QD (3.12 - ???) <B0C04A45-1C50-3B13-BC6E-43C7D008B3AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff914d2000 -     0x7fff914e9fff  com.apple.CFOpenDirectory (10.7 - 144) <99A746A5-870A-33DB-9E4F-30A0D755A8F6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff919c8000 -     0x7fff919f1fff  libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff919f2000 -     0x7fff919f8fff  IOSurface (??? - ???) <2114359C-D839-3855-8735-BBAA2704DB93> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff919f9000 -     0x7fff91a00fff  com.apple.NetFS (4.0 - 4.0) <AD99FA2A-CF27-30CB-937E-233AD161BA2C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff91a0e000 -     0x7fff91a4afff  libsystem_info.dylib (??? - ???) <BC49C624-1DAB-3A37-890F-6EFD46538424> /usr/lib/system/libsystem_info.dylib
        0x7fff91b3d000 -     0x7fff91b42ff7  libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
        0x7fff91b43000 -     0x7fff91c20fef  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <D48352AB-D1F1-3D8F-875C-2C807425CB8C> /usr/lib/system/libsystem_c.dylib
        0x7fff91c21000 -     0x7fff91c21fff  com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff91c8b000 -     0x7fff91d6fdef  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
        0x7fff91d70000 -     0x7fff91d8dff7  com.apple.openscripting (1.3.3 - ???) <4B03E015-36CB-3CDD-901B-4A6105753D4E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff91d8e000 -     0x7fff91e01fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff91e02000 -     0x7fff91e56ff7  com.apple.ScalableUserInterface (1.0 - 1) <EB468227-3203-38C9-A5BC-E28576D507CF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff91e62000 -     0x7fff92174fff  com.apple.Foundation (6.7 - 833.1) <1602C934-3D31-382B-AEBA-1F37EF1929EE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff92949000 -     0x7fff9294cfff  com.apple.help (1.3.2 - 42) <416BA8D2-9A2F-3F07-9E6B-E1231A92AAC0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff9294d000 -     0x7fff92950fff  libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff92951000 -     0x7fff92953fff  com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff929c9000 -     0x7fff92b68fff  com.apple.QuartzCore (1.7 - 269.0) <3959543C-1D9E-3BC6-B220-F4254E561840> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff92b6b000 -     0x7fff92b7dff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff92b8f000 -     0x7fff92bd2ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff92bd3000 -     0x7fff92cd8ff7  libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff92ce5000 -     0x7fff92d55fff  com.apple.datadetectorscore (3.0 - 179.3) <3500BF7F-31FE-378D-A819-3E88B54E69F3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff92d56000 -     0x7fff93183fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff935a0000 -     0x7fff935abff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff935ac000 -     0x7fff935b1fff  libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff93a14000 -     0x7fff93adbff7  com.apple.ColorSync (4.7.0 - 4.7.0) <60E125DE-053F-3E92-AD66-8F79B18842F7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 77448
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=141.4M resident=68.0M(48%) swapped_out_or_unallocated=73.4M(52%)
    Writable regions: Total=70.0M written=1520K(2%) resident=3328K(5%) swapped_out=0K(0%) unallocated=66.7M(95%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                   160K
    CG image                              4K
    CG shared images                   1224K
    CoreGraphics                         16K
    CoreServices                       2600K
    MALLOC                             41.7M
    MALLOC guard page                    48K
    Mach message                          8K
    STACK GUARD                        56.0M
    Stack                              10.5M
    VM_ALLOCATE                        16.1M
    __CI_BITMAP                          80K
    __DATA                             12.6M
    __IMAGE                            1256K
    __LINKEDIT                         47.9M
    __TEXT                             93.5M
    __UNICODE                           544K
    mapped file                        23.3M
    shared memory                       312K
    ===========                      =======
    TOTAL                             307.8M
    Model: MacBookAir4,2, BootROM MBA41.0077.B08, 2 processors, Intel Core i5, 1.7 GHz, 4 GB, SMC 1.73f63
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.100.98.75.10)
    Bluetooth: Version 4.0.0f4, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM128C, 121.33 GB
    USB Device: FaceTime Camera (Built-in), apple_vendor_id, 0x850a, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x024c, 0xfa120000 / 5
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821f, 0xfa113000 / 6
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8404, 0xfd110000 / 3

    Didn't do it for me.
    This is how I fixed it:
    Simply remove all the .pllist files with X11 in them in the preference folder (2 in my case) and then quit the X11 app.
    From: https://discussions.apple.com/message/24658060#24658060
    tomahawk.chop
    Re: My x11 is malfunctioning. 
    Mar 9, 2013 2:16 PM (in response to chltjdtn)
    Had this same problem. XQuartz would not start working after a complete reinstall of X11, or reboot, repair permissions etc. Ended up realizing it was a User specific problem, so I removed the X11 .plist files from ~/Users/yourusername/Library/Preferences. I don't remember the exact names of the two .plist files I removed, but they were org.x11.pllist or something along those lines. Once I removed these two files and rebooted XQuartz the skies parted and X11 worked. Hope this helps!
    From: https://discussions.apple.com/message/24658060#24658060

  • Option "ctrl:nocaps" in /etc/X11/xorg.conf.d/10-evdev.conf ignored

    Hi all,
    I have a single-user laptop, so I'd like to configure my X keyboard layout and options globally instead of doing it for any WM/DE I might happen to use.  And most importantly, the desktop manager (GDM) should already use my layout.  So my /etc/X11/xorg.conf.d/10-evdev.conf contains this section:
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbLayout" "de"
    Option "XkbVariant" "dvorak"
    Option "XkbOptions" "ctrl:nocaps"
    EndSection
    The result is that I have my German Dvorak layout in GDM and in whatever WM I choose there.  However, the ctrl:nocaps option seems to be ignored.  In GDM, CapsLock is still CapsLock, not an additional CTRL.  Why not?
    Here's the Xorg.0.log in case that might shed some light.  (Well, it actually only shows that the options seems to be applied to all keyboard devices...)
    [ 14.912]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 14.912] X Protocol Version 11, Revision 0
    [ 14.912] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 14.912] Current Operating System: Linux thinkpad-t61 3.12.9-1-ARCH #1 SMP PREEMPT Sun Jan 26 09:01:37 CET 2014 x86_64
    [ 14.912] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda3 rw initrd=../initramfs-linux.img
    [ 14.912] Build Date: 09 January 2014 08:47:24AM
    [ 14.912]
    [ 14.912] Current version of pixman: 0.32.4
    [ 14.912] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 14.912] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 14.912] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 30 08:06:06 2014
    [ 15.046] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 15.046] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 15.385] (==) No Layout section. Using the first Screen section.
    [ 15.385] (==) No screen section available. Using defaults.
    [ 15.385] (**) |-->Screen "Default Screen Section" (0)
    [ 15.385] (**) | |-->Monitor "<default monitor>"
    [ 15.415] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 15.415] (==) Automatically adding devices
    [ 15.415] (==) Automatically enabling devices
    [ 15.415] (==) Automatically adding GPU devices
    [ 15.596] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 15.596] Entry deleted from font path.
    [ 15.603] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 15.603] Entry deleted from font path.
    [ 15.603] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 15.604] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 15.604] Entry deleted from font path.
    [ 15.604] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 15.604] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 15.604] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 15.604] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 15.604] (II) Loader magic: 0x804c80
    [ 15.604] (II) Module ABI versions:
    [ 15.604] X.Org ANSI C Emulation: 0.4
    [ 15.604] X.Org Video Driver: 15.0
    [ 15.604] X.Org XInput driver : 20.0
    [ 15.604] X.Org Server Extension : 8.0
    [ 15.604] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 15.607] (--) PCI:*(0:0:2:0) 8086:2a02:17aa:20b5 rev 12, Mem @ 0xf8100000/1048576, 0xe0000000/268435456, I/O @ 0x00001800/8
    [ 15.607] (--) PCI: (0:0:2:1) 8086:2a03:17aa:20b5 rev 12, Mem @ 0xf8200000/1048576
    [ 15.607] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 15.619] Initializing built-in extension Generic Event Extension
    [ 15.619] Initializing built-in extension SHAPE
    [ 15.619] Initializing built-in extension MIT-SHM
    [ 15.619] Initializing built-in extension XInputExtension
    [ 15.619] Initializing built-in extension XTEST
    [ 15.619] Initializing built-in extension BIG-REQUESTS
    [ 15.619] Initializing built-in extension SYNC
    [ 15.619] Initializing built-in extension XKEYBOARD
    [ 15.619] Initializing built-in extension XC-MISC
    [ 15.619] Initializing built-in extension SECURITY
    [ 15.619] Initializing built-in extension XINERAMA
    [ 15.619] Initializing built-in extension XFIXES
    [ 15.619] Initializing built-in extension RENDER
    [ 15.619] Initializing built-in extension RANDR
    [ 15.619] Initializing built-in extension COMPOSITE
    [ 15.619] Initializing built-in extension DAMAGE
    [ 15.619] Initializing built-in extension MIT-SCREEN-SAVER
    [ 15.619] Initializing built-in extension DOUBLE-BUFFER
    [ 15.619] Initializing built-in extension RECORD
    [ 15.619] Initializing built-in extension DPMS
    [ 15.619] Initializing built-in extension Present
    [ 15.619] Initializing built-in extension DRI3
    [ 15.619] Initializing built-in extension X-Resource
    [ 15.619] Initializing built-in extension XVideo
    [ 15.619] Initializing built-in extension XVideo-MotionCompensation
    [ 15.619] Initializing built-in extension XFree86-VidModeExtension
    [ 15.619] Initializing built-in extension XFree86-DGA
    [ 15.619] Initializing built-in extension XFree86-DRI
    [ 15.619] Initializing built-in extension DRI2
    [ 15.619] (II) "glx" will be loaded by default.
    [ 15.619] (II) LoadModule: "dri2"
    [ 15.619] (II) Module "dri2" already built-in
    [ 15.619] (II) LoadModule: "glamoregl"
    [ 15.671] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 15.894] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 15.894] compiled for 1.15.0, module version = 0.6.0
    [ 15.894] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 15.894] (II) LoadModule: "glx"
    [ 15.894] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 15.926] (II) Module glx: vendor="X.Org Foundation"
    [ 15.926] compiled for 1.15.0, module version = 1.0.0
    [ 15.926] ABI class: X.Org Server Extension, version 8.0
    [ 15.926] (==) AIGLX enabled
    [ 15.926] Loading extension GLX
    [ 15.926] (==) Matched intel as autoconfigured driver 0
    [ 15.926] (==) Matched intel as autoconfigured driver 1
    [ 15.926] (==) Matched modesetting as autoconfigured driver 2
    [ 15.926] (==) Matched fbdev as autoconfigured driver 3
    [ 15.926] (==) Matched vesa as autoconfigured driver 4
    [ 15.926] (==) Assigned the driver to the xf86ConfigLayout
    [ 15.926] (II) LoadModule: "intel"
    [ 15.926] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 16.103] (II) Module intel: vendor="X.Org Foundation"
    [ 16.103] compiled for 1.15.0, module version = 2.21.15
    [ 16.103] Module class: X.Org Video Driver
    [ 16.103] ABI class: X.Org Video Driver, version 15.0
    [ 16.103] (II) LoadModule: "modesetting"
    [ 16.112] (WW) Warning, couldn't open module modesetting
    [ 16.112] (II) UnloadModule: "modesetting"
    [ 16.112] (II) Unloading modesetting
    [ 16.112] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 16.112] (II) LoadModule: "fbdev"
    [ 16.112] (WW) Warning, couldn't open module fbdev
    [ 16.112] (II) UnloadModule: "fbdev"
    [ 16.112] (II) Unloading fbdev
    [ 16.112] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 16.112] (II) LoadModule: "vesa"
    [ 16.112] (WW) Warning, couldn't open module vesa
    [ 16.112] (II) UnloadModule: "vesa"
    [ 16.112] (II) Unloading vesa
    [ 16.112] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 16.112] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
    HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
    HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
    HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
    HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
    [ 16.114] (++) using VT number 1
    [ 16.139] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 16.139] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 16.139] (==) intel(0): RGB weight 888
    [ 16.139] (==) intel(0): Default visual is TrueColor
    [ 16.139] (--) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
    [ 16.139] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1
    [ 16.139] (**) intel(0): Framebuffer tiled
    [ 16.139] (**) intel(0): Pixmaps tiled
    [ 16.139] (**) intel(0): "Tear free" disabled
    [ 16.139] (**) intel(0): Forcing per-crtc-pixmaps? no
    [ 16.139] (II) intel(0): Output LVDS1 has no monitor section
    [ 16.139] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
    [ 16.139] (II) intel(0): Output VGA1 has no monitor section
    [ 16.140] (II) intel(0): Output DVI1 has no monitor section
    [ 16.140] (--) intel(0): Output LVDS1 using initial mode 1280x800 on pipe 0
    [ 16.140] (--) intel(0): Output DVI1 using initial mode 1920x1200 on pipe 1
    [ 16.140] (==) intel(0): DPI set to (96, 96)
    [ 16.140] (II) Loading sub module "dri2"
    [ 16.140] (II) LoadModule: "dri2"
    [ 16.140] (II) Module "dri2" already built-in
    [ 16.140] (==) Depth 24 pixmap format is 32 bpp
    [ 16.173] (II) intel(0): SNA initialized with Broadwater (gen4) backend
    [ 16.173] (==) intel(0): Backing store enabled
    [ 16.173] (==) intel(0): Silken mouse enabled
    [ 16.175] (II) intel(0): HW Cursor enabled
    [ 16.175] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 16.178] (==) intel(0): DPMS enabled
    [ 16.178] (II) intel(0): [XvMC] i965_xvmc driver initialized.
    [ 16.178] (II) intel(0): [DRI2] Setup complete
    [ 16.178] (II) intel(0): [DRI2] DRI driver: i965
    [ 16.178] (II) intel(0): direct rendering: DRI2 Enabled
    [ 16.178] (==) intel(0): hotplug detection: "enabled"
    [ 16.178] (--) RandR disabled
    [ 16.398] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 16.398] (II) AIGLX: enabled GLX_ARB_create_context
    [ 16.398] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 16.398] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 16.398] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 16.398] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 16.398] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 16.398] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 16.398] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 16.398] (II) AIGLX: Loaded and initialized i965
    [ 16.398] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 16.410] (II) intel(0): switch to mode [email protected] on pipe 0 using LVDS1, position (0, 0), rotation normal
    [ 16.426] (II) intel(0): switch to mode [email protected] on pipe 1 using DVI1, position (0, 0), rotation normal
    [ 16.440] (II) intel(0): Setting screen physical size to 508 x 317
    [ 16.899] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 16.899] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 16.899] (II) LoadModule: "evdev"
    [ 16.899] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 16.928] (II) Module evdev: vendor="X.Org Foundation"
    [ 16.928] compiled for 1.15.0, module version = 2.8.2
    [ 16.928] Module class: X.Org XInput Driver
    [ 16.928] ABI class: X.Org XInput driver, version 20.0
    [ 16.928] (II) Using input driver 'evdev' for 'Power Button'
    [ 16.928] (**) Power Button: always reports core events
    [ 16.928] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 16.928] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 16.928] (--) evdev: Power Button: Found keys
    [ 16.928] (II) evdev: Power Button: Configuring as keyboard
    [ 16.928] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
    [ 16.928] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 16.928] (**) Option "xkb_rules" "evdev"
    [ 16.928] (**) Option "xkb_model" "pc104"
    [ 16.928] (**) Option "xkb_layout" "de"
    [ 16.928] (**) Option "xkb_variant" "dvorak"
    [ 16.928] (**) Option "xkb_options" "ctrl:nocaps"
    [ 16.976] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 16.976] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 16.976] (II) Using input driver 'evdev' for 'Video Bus'
    [ 16.976] (**) Video Bus: always reports core events
    [ 16.976] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 16.976] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 16.976] (--) evdev: Video Bus: Found keys
    [ 16.976] (II) evdev: Video Bus: Configuring as keyboard
    [ 16.976] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
    [ 16.976] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 16.976] (**) Option "xkb_rules" "evdev"
    [ 16.976] (**) Option "xkb_model" "pc104"
    [ 16.976] (**) Option "xkb_layout" "de"
    [ 16.976] (**) Option "xkb_variant" "dvorak"
    [ 16.976] (**) Option "xkb_options" "ctrl:nocaps"
    [ 16.977] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 16.977] (II) No input driver specified, ignoring this device.
    [ 16.977] (II) This device may have been added with another device file.
    [ 16.977] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 16.977] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 16.977] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 16.977] (**) Sleep Button: always reports core events
    [ 16.977] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [ 16.977] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 16.977] (--) evdev: Sleep Button: Found keys
    [ 16.977] (II) evdev: Sleep Button: Configuring as keyboard
    [ 16.977] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event2"
    [ 16.977] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 16.977] (**) Option "xkb_rules" "evdev"
    [ 16.977] (**) Option "xkb_model" "pc104"
    [ 16.977] (**) Option "xkb_layout" "de"
    [ 16.977] (**) Option "xkb_variant" "dvorak"
    [ 16.977] (**) Option "xkb_options" "ctrl:nocaps"
    [ 16.977] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 16.978] (II) config/udev: Adding input device HID 04b3:3107 (/dev/input/event12)
    [ 16.978] (**) HID 04b3:3107: Applying InputClass "evdev pointer catchall"
    [ 16.978] (II) Using input driver 'evdev' for 'HID 04b3:3107'
    [ 16.978] (**) HID 04b3:3107: always reports core events
    [ 16.978] (**) evdev: HID 04b3:3107: Device: "/dev/input/event12"
    [ 16.978] (--) evdev: HID 04b3:3107: Vendor 0x4b3 Product 0x3107
    [ 16.978] (--) evdev: HID 04b3:3107: Found 3 mouse buttons
    [ 16.978] (--) evdev: HID 04b3:3107: Found scroll wheel(s)
    [ 16.978] (--) evdev: HID 04b3:3107: Found relative axes
    [ 16.978] (--) evdev: HID 04b3:3107: Found x and y relative axes
    [ 16.978] (II) evdev: HID 04b3:3107: Configuring as mouse
    [ 16.978] (II) evdev: HID 04b3:3107: Adding scrollwheel support
    [ 16.978] (**) evdev: HID 04b3:3107: YAxisMapping: buttons 4 and 5
    [ 16.978] (**) evdev: HID 04b3:3107: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 16.978] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-4/3-4.6/3-4.6.1/3-4.6.1:1.0/input/input14/event12"
    [ 16.978] (II) XINPUT: Adding extended input device "HID 04b3:3107" (type: MOUSE, id 9)
    [ 16.978] (II) evdev: HID 04b3:3107: initialized for relative axes.
    [ 16.978] (**) HID 04b3:3107: (accel) keeping acceleration scheme 1
    [ 16.978] (**) HID 04b3:3107: (accel) acceleration profile 0
    [ 16.978] (**) HID 04b3:3107: (accel) acceleration factor: 2.000
    [ 16.978] (**) HID 04b3:3107: (accel) acceleration threshold: 4
    [ 16.979] (II) config/udev: Adding input device HID 04b3:3107 (/dev/input/mouse1)
    [ 16.979] (II) No input driver specified, ignoring this device.
    [ 16.979] (II) This device may have been added with another device file.
    [ 16.979] (II) config/udev: Adding input device USB Keyboard (/dev/input/event13)
    [ 16.979] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 16.979] (II) Using input driver 'evdev' for ' USB Keyboard'
    [ 16.979] (**) USB Keyboard: always reports core events
    [ 16.979] (**) evdev: USB Keyboard: Device: "/dev/input/event13"
    [ 16.979] (--) evdev: USB Keyboard: Vendor 0x4d9 Product 0x2013
    [ 16.979] (--) evdev: USB Keyboard: Found keys
    [ 16.979] (II) evdev: USB Keyboard: Configuring as keyboard
    [ 16.979] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-4/3-4.6/3-4.6.4/3-4.6.4:1.0/input/input15/event13"
    [ 16.979] (II) XINPUT: Adding extended input device " USB Keyboard" (type: KEYBOARD, id 10)
    [ 16.979] (**) Option "xkb_rules" "evdev"
    [ 16.979] (**) Option "xkb_model" "pc104"
    [ 16.979] (**) Option "xkb_layout" "de"
    [ 16.979] (**) Option "xkb_variant" "dvorak"
    [ 16.979] (**) Option "xkb_options" "ctrl:nocaps"
    [ 16.980] (II) config/udev: Adding input device USB Keyboard (/dev/input/event14)
    [ 16.980] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 16.980] (II) Using input driver 'evdev' for ' USB Keyboard'
    [ 16.980] (**) USB Keyboard: always reports core events
    [ 16.980] (**) evdev: USB Keyboard: Device: "/dev/input/event14"
    [ 16.980] (--) evdev: USB Keyboard: Vendor 0x4d9 Product 0x2013
    [ 16.980] (--) evdev: USB Keyboard: Found keys
    [ 16.980] (II) evdev: USB Keyboard: Configuring as keyboard
    [ 16.980] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-4/3-4.6/3-4.6.4/3-4.6.4:1.1/input/input16/event14"
    [ 16.980] (II) XINPUT: Adding extended input device " USB Keyboard" (type: KEYBOARD, id 11)
    [ 16.980] (**) Option "xkb_rules" "evdev"
    [ 16.980] (**) Option "xkb_model" "pc104"
    [ 16.980] (**) Option "xkb_layout" "de"
    [ 16.980] (**) Option "xkb_variant" "dvorak"
    [ 16.980] (**) Option "xkb_options" "ctrl:nocaps"
    [ 16.981] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 16.981] (II) No input driver specified, ignoring this device.
    [ 16.981] (II) This device may have been added with another device file.
    [ 16.981] (II) config/udev: Adding input device HDA Intel Dock Mic (/dev/input/event8)
    [ 16.981] (II) No input driver specified, ignoring this device.
    [ 16.981] (II) This device may have been added with another device file.
    [ 16.981] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event7)
    [ 16.981] (II) No input driver specified, ignoring this device.
    [ 16.981] (II) This device may have been added with another device file.
    [ 16.981] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event6)
    [ 16.981] (II) No input driver specified, ignoring this device.
    [ 16.981] (II) This device may have been added with another device file.
    [ 16.982] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 16.982] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 16.982] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 16.982] (**) AT Translated Set 2 keyboard: always reports core events
    [ 16.982] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 16.982] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 16.982] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 16.982] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 16.982] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 16.982] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 16.982] (**) Option "xkb_rules" "evdev"
    [ 16.982] (**) Option "xkb_model" "pc104"
    [ 16.982] (**) Option "xkb_layout" "de"
    [ 16.982] (**) Option "xkb_variant" "dvorak"
    [ 16.982] (**) Option "xkb_options" "ctrl:nocaps"
    [ 16.982] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 16.982] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 16.982] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 16.983] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 16.983] (II) LoadModule: "synaptics"
    [ 16.983] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 16.994] (II) Module synaptics: vendor="X.Org Foundation"
    [ 16.994] compiled for 1.15.0, module version = 1.7.3
    [ 16.994] Module class: X.Org XInput Driver
    [ 16.994] ABI class: X.Org XInput driver, version 20.0
    [ 16.994] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 16.994] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 16.995] (**) Option "Device" "/dev/input/event10"
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 93)
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 125)
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 17.100] (**) Option "TapButton1" "1"
    [ 17.100] (**) Option "TapButton2" "2"
    [ 17.100] (**) Option "TapButton3" "3"
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 17.100] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 17.163] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event10"
    [ 17.163] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 17.163] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 17.163] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 17.163] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
    [ 17.164] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 17.164] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 17.164] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 17.164] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 17.164] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 17.165] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 17.165] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 17.166] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event15)
    [ 17.166] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 17.166] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 17.166] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 17.166] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event15"
    [ 17.166] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 17.166] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 17.166] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 17.166] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 17.166] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 17.166] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 17.166] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 17.166] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input12/event15"
    [ 17.166] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 14)
    [ 17.166] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 17.167] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 17.167] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 17.167] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 17.167] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 17.168] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
    [ 17.168] (II) No input driver specified, ignoring this device.
    [ 17.168] (II) This device may have been added with another device file.
    [ 17.168] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
    [ 17.168] (II) No input driver specified, ignoring this device.
    [ 17.168] (II) This device may have been added with another device file.
    [ 17.170] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
    [ 17.170] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 17.170] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 17.170] (**) ThinkPad Extra Buttons: always reports core events
    [ 17.170] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event4"
    [ 17.170] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 17.170] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 17.170] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 17.170] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
    [ 17.170] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
    [ 17.170] (**) Option "xkb_rules" "evdev"
    [ 17.170] (**) Option "xkb_model" "pc104"
    [ 17.170] (**) Option "xkb_layout" "de"
    [ 17.170] (**) Option "xkb_variant" "dvorak"
    [ 17.170] (**) Option "xkb_options" "ctrl:nocaps"
    [ 23.199] (II) intel(0): EDID vendor "LEN", prod id 16464
    [ 23.201] (II) intel(0): Printing DDC gathered Modelines:
    [ 23.201] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz eP)
    [ 23.201] (II) intel(0): Modeline "1280x800"x0.0 59.26 1280 1304 1336 1408 800 803 809 816 -hsync -vsync (42.1 kHz e)
    [ 23.900] (II) intel(0): resizing framebuffer to 3200x1200
    [ 23.921] (II) intel(0): switch to mode [email protected] on pipe 0 using LVDS1, position (0, 0), rotation normal
    [ 23.990] (II) intel(0): switch to mode [email protected] on pipe 1 using DVI1, position (0, 0), rotation normal
    [ 23.997] (II) intel(0): switch to mode [email protected] on pipe 0 using DVI1, position (1280, 0), rotation normal
    [ 24.533] (II) intel(0): switch to mode [email protected] on pipe 1 using LVDS1, position (0, 0), rotation normal
    [ 48.537] (II) intel(0): switch to mode [email protected] on pipe 1 using DVI1, position (0, 0), rotation normal
    [ 49.105] (II) intel(0): switch to mode [email protected] on pipe 0 using LVDS1, position (1920, 0), rotation normal

    Kebertx wrote:I have the exact same problem (now on version 3.12), and commented on your bug report. Did you ever get this issue resolved? Furthermore, did GDM apply some of your keyboard settings but not others - were you getting a dvorak layout but not the caps-lock control key?
    Yes, exactly.  I do get the Dvorak layout that's set in 10-evdev.conf, but not the ctrl:nocaps option that's set there as well.

  • MacBook Pro on 10.8.3 is randomly restarting with the following error log: Process:         X11 [108] Path:            /Applications/Utilities/X11.app/Contents/MacOS/X11 Identifier:      X11 Version:         1.0 (1) Code Type:       X86-64 (Native) Paren

    I have a MacBook Pro on 10.8.3 which is randomly crashing and restarting.  The error log indicates it may have something to do with X11, but X11 is not actually installed. It is available to install under Utilities but has never been run.  Following is the error log:
    Process: X11 [108]
    Path: /Applications/Utilities/X11.app/Contents/MacOS/X11
    Identifier: X11
    Version: 1.0 (1)
    Code Type: X86-64 (Native)
    Parent Process: launchd [1]
    User ID: 0
    Date/Time: 2013-03-25 08:34:03.741 -0500
    OS Version: Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Anonymous UUID:  62D1DBF7-2A56-E7DD-373D-8ABBA74926D0
    Crashed Thread:  0 Dispatch queue: com.apple.main-thread
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1000) creating CGSWindow on line 259'
    terminate called throwing an exception
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation  0x00007fff8a7bfb06 __exceptionPreprocess + 198
    1   libobjc.A.dylib  0x00007fff877263f0 objc_exception_throw + 43
    2   CoreFoundation  0x00007fff8a7bf8dc +[NSException raise:format:] + 204
    3   AppKit  0x00007fff897f0b79 _NSCreateWindowWithOpaqueShape2 + 655
    4   AppKit  0x00007fff897ef370 -[NSWindow _commonAwake] + 2002
    5   AppKit  0x00007fff8989f78b -[NSWindow _makeKeyRegardlessOfVisibility] + 88
    6   AppKit  0x00007fff8989f6f5 -[NSWindow makeKeyAndOrderFront:] + 25
    7   CoreFoundation 0x00007fff8a7b78e9 -[NSSet makeObjectsPerformSelector:] + 201
    8   AppKit  0x00007fff897a8166 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1168
    9   AppKit  0x00007fff8978714d loadNib + 317
    10  AppKit  0x00007fff89786679 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 219
    11  AppKit  0x00007fff897864ae -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 200
    12  AppKit  0x00007fff8978628e +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 360
    13  AppKit  0x00007fff89782a2f NSApplicationMain + 398
    14  libdyld.dylib  0x00007fff866327e1 start + 0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 libsystem_kernel.dylib                 0x00007fff873a8212 __pthread_kill + 10
    1 libsystem_c.dylib                          0x00007fff8d98fb54 pthread_kill + 90
    2 libsystem_c.dylib                          0x00007fff8d9d3dce abort + 143
    3   libc++abi.dylib 0x00007fff8669e9eb abort_message + 257
    4   libc++abi.dylib 0x00007fff8669c39a default_terminate() + 28
    5   libobjc.A.dylib 0x00007fff87726873 _objc_terminate() + 91
    6   libc++abi.dylib 0x00007fff8669c3c9 safe_handler_caller(void (*)()) + 8
    7   libc++abi.dylib 0x00007fff8669c424 std::terminate() + 16
    8   libc++abi.dylib 0x00007fff8669d58b __cxa_throw + 111
    9   libobjc.A.dylib 0x00007fff8772650c objc_exception_throw + 327
    10 com.apple.CoreFoundation                      0x00007fff8a853f49 -[NSException raise] + 9
    11 com.apple.AppKit                        0x00007fff897ef200 -[NSWindow _commonAwake] + 1634
    12 com.apple.AppKit                        0x00007fff8989f78b -[NSWindow _makeKeyRegardlessOfVisibility] + 88
    13 com.apple.AppKit                        0x00007fff8989f6f5 -[NSWindow makeKeyAndOrderFront:] + 25
    14 com.apple.CoreFoundation                      0x00007fff8a7b78e9 -[NSSet makeObjectsPerformSelector:] + 201
    15 com.apple.AppKit                        0x00007fff897a8166 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1168
    16 com.apple.AppKit                        0x00007fff8978714d loadNib + 317
    17  com.apple.AppKit 0x00007fff89786679 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 219
    18 com.apple.AppKit                        0x00007fff897864ae -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 200
    19  com.apple.AppKit 0x00007fff8978628e +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 360
    20 com.apple.AppKit                        0x00007fff89782a2f NSApplicationMain + 398
    21  libdyld.dylib 0x00007fff866327e1 start + 1
    Thread 1:
    0 libsystem_kernel.dylib                 0x00007fff873a86d6 __workq_kernreturn + 10
    1 libsystem_c.dylib                          0x00007fff8d990f4c _pthread_workq_return + 25
    2 libsystem_c.dylib                          0x00007fff8d990d13 _pthread_wqthread + 412
    3   libsystem_c.dylib 0x00007fff8d97b1d1 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib                 0x00007fff873a8d16 kevent + 10
    1 libdispatch.dylib                            0x00007fff88e35dea _dispatch_mgr_invoke + 883
    2 libdispatch.dylib                            0x00007fff88e359ee _dispatch_mgr_thread + 54
    Thread 3:
    0 libsystem_kernel.dylib                 0x00007fff873a86d6 __workq_kernreturn + 10
    1 libsystem_c.dylib                          0x00007fff8d990f4c _pthread_workq_return + 25
    2 libsystem_c.dylib                          0x00007fff8d990d13 _pthread_wqthread + 412
    3 libsystem_c.dylib                          0x00007fff8d97b1d1 start_wqthread + 13
    Thread 4:
    0 libsystem_kernel.dylib                 0x00007fff873a86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib 0x00007fff8d990f4c _pthread_workq_return + 25
    2 libsystem_c.dylib                          0x00007fff8d990d13 _pthread_wqthread + 412
    3 libsystem_c.dylib                          0x00007fff8d97b1d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff501d13c8 rdx: 0x0000000000000000
      rdi: 0x0000000000000303  rsi: 0x0000000000000006  rbp: 0x00007fff501d13f0 rsp: 0x00007fff501d13c8
       r8: 0x00007fff728ec278   r9: 0x000000000000001e  r10: 0x0000000020000000 r11: 0x0000000000000206
      r12: 0x00007fff501d1550  r13: 0x00007feff2426420  r14: 0x00007fff728ed180 r15: 0x00007fff501d1430
      rip: 0x00007fff873a8212  rfl: 0x0000000000000206  cr2: 0x00007fff728e5ff0
    Logical CPU: 0
    Binary Images:
    0x10fa2d000 -        0x10fa2efff com.apple.X11redirect (1.0 - 1) <403AF17F-8DFF-3EFE-88F2-202662937601> /Applications/Utilities/X11.app/Contents/MacOS/X11
    0x7fff6f62d000 -     0x7fff6f66193f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
    0x7fff80dd8000 -     0x7fff80ddffff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff80de5000 -     0x7fff80de6ff7  libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff80e2e000 -     0x7fff8124bfff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff8125c000 -     0x7fff815b9ff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff81a37000 -     0x7fff81a42fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff81a43000 -     0x7fff81a4bff7  libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff81bfe000 -     0x7fff81c02fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff81c03000 -     0x7fff81c1afff  libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff81c63000 -     0x7fff81ce4fff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff81ce5000 -     0x7fff81de2ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    0x7fff81de3000 -     0x7fff81de7ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8298c000 -     0x7fff829e8ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff82a3c000 -     0x7fff82a5cfff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff82a5d000 -     0x7fff82af8fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff82af9000 -     0x7fff82b10fff com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff82b97000 -     0x7fff82b97fff com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff82bf2000 -     0x7fff82c90ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff82d2f000 -     0x7fff82d31fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
    0x7fff82d8d000 -     0x7fff82d8efff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff82d8f000 -     0x7fff82d9dfff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
    0x7fff82d9e000 -     0x7fff82e0cfff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff82e0d000 -     0x7fff82e0ffff com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff82f1d000 -     0x7fff831a2ff7  com.apple.RawCamera.bundle (4.04 - 680) <F9A2656C-CE71-326E-BD6D-077487F49D74> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff83456000 -     0x7fff83499ff7 com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8349a000 -     0x7fff8351cff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8353b000 -     0x7fff8353ffff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff83540000 -     0x7fff8358fff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff83590000 -     0x7fff835f9fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x7fff835fa000 -     0x7fff83607ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff83608000 -     0x7fff83636fff com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff83637000 -     0x7fff8363ffff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff83732000 -     0x7fff83733fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff839aa000 -     0x7fff839d1ff7 com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff839d2000 -     0x7fff83dc9fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff84b7e000 -     0x7fff84bfeff7 com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff84c22000 -     0x7fff84c79ff7 com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff84d0a000 -     0x7fff84eb8fff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff84f4e000 -     0x7fff84fa3ff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8578a000 -     0x7fff85794fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff857e9000 -     0x7fff857e9fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff85981000 -     0x7fff85986fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff85987000 -     0x7fff859aefff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff859af000 -     0x7fff859b2fff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff859b3000 -     0x7fff859ddff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff859de000 -     0x7fff859f0ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff859f1000 -     0x7fff85aeefff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x7fff85df2000 -     0x7fff85ef4fff  libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff85f3e000 -     0x7fff85f47ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff85f51000 -     0x7fff85f52ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
    0x7fff86209000 -     0x7fff8638ffff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff86390000 -     0x7fff863eafff com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff863eb000 -     0x7fff864f6fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff864f7000 -     0x7fff8650efff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8650f000 -     0x7fff8662ffff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff86630000 -     0x7fff86633ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff86634000 -     0x7fff86683ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff86684000 -     0x7fff8669afff com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8669b000 -     0x7fff866c0ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
    0x7fff866c1000 -     0x7fff866e3ff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
    0x7fff8675f000 -     0x7fff8681cff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8681d000 -     0x7fff8681eff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
    0x7fff86903000 -     0x7fff86908fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff86a58000 -     0x7fff86a58fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff86a5a000 -     0x7fff86a90fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x7fff86a91000 -     0x7fff86a97ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff86a98000 -     0x7fff86b00ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff86b01000 -     0x7fff86c9cfef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff86c9d000 -     0x7fff86f41ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff86f42000 -     0x7fff87272fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff87396000 -     0x7fff873b1ff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8741e000 -     0x7fff8743dff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff8743f000 -     0x7fff8743ffff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff8750f000 -     0x7fff8757cff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8757d000 -     0x7fff875daff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff87706000 -     0x7fff87714fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff87715000 -     0x7fff8782d92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff8782e000 -     0x7fff87908fff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8790b000 -     0x7fff87917fff com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff87aa9000 -     0x7fff87aabff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff87ae9000 -     0x7fff87b08ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff87b09000 -     0x7fff87b87ff7 com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff87b88000 -     0x7fff87b8cfff  libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff87d38000 -     0x7fff87f38fff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
    0x7fff88065000 -     0x7fff88072fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff88534000 -     0x7fff8856eff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff885d5000 -     0x7fff885e1fff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff885e2000 -     0x7fff88641fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff88a97000 -     0x7fff88ad4fef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff88d85000 -     0x7fff88d85fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff88d86000 -     0x7fff88d86fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff88d87000 -     0x7fff88dddfff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff88dec000 -     0x7fff88e30fff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
    0x7fff88e31000 -     0x7fff88e46ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff88e47000 -     0x7fff88e52ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff88ead000 -     0x7fff88ecfff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff88f6f000 -     0x7fff88f70ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff8903a000 -     0x7fff8903affd com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff890a2000 -     0x7fff890b5ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff89116000 -     0x7fff8922ffff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff894f4000 -     0x7fff89502ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
    0x7fff89503000 -     0x7fff8950efff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8950f000 -     0x7fff89660fff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff89692000 -     0x7fff8a2bfff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8a68a000 -     0x7fff8a6abfff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8a6ac000 -     0x7fff8a6bbfff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8a72c000 -     0x7fff8a916ff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8aa82000 -     0x7fff8aa96fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8aa97000 -     0x7fff8aa9bfff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8aa9c000 -     0x7fff8aaaaff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff8aaab000 -     0x7fff8aaabfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8aaac000 -     0x7fff8ab14fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8ab66000 -     0x7fff8ac00fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8ac12000 -     0x7fff8ac55ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8ac56000 -     0x7fff8ac77ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    0x7fff8ac78000 -     0x7fff8af49ff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8af4a000 -     0x7fff8af80fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff8af81000 -     0x7fff8b298ff7 com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff8b3f3000 -     0x7fff8b568fff  com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8b683000 -     0x7fff8b692ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff8c651000 -     0x7fff8c657fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8c658000 -     0x7fff8c6a9ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8c6ee000 -     0x7fff8c7c0ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8c7d5000 -     0x7fff8c886fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff8c887000 -     0x7fff8c88cfff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x7fff8c890000 -     0x7fff8c8dcff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
    0x7fff8c8dd000 -     0x7fff8c8e3fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff8c8e4000 -     0x7fff8c8f7ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff8c95a000 -     0x7fff8c95bfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8c95c000 -     0x7fff8c95efff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff8c972000 -     0x7fff8ca37ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8ca38000 -     0x7fff8d3c86ff  com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8d3e6000 -     0x7fff8d61bff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8d61c000 -     0x7fff8d666ff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8d667000 -     0x7fff8d6f4ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff8d79d000 -     0x7fff8d843ff7 com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8d844000 -     0x7fff8d939fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x7fff8d93a000 -     0x7fff8d96bff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8d96c000 -     0x7fff8d979fff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff8d97a000 -     0x7fff8da46ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
    0x7fff8da70000 -     0x7fff8da70fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8dc5a000 -     0x7fff8dc85fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff8dc86000 -     0x7fff8dcc5ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8dcc6000 -     0x7fff8dceefff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8dcef000 -     0x7fff8dcf6fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8dd44000 -     0x7fff8dd72ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff8dd73000 -     0x7fff8ddcdff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8ddce000 -     0x7fff8ddd5fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 2
    thread_create: 0
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 60
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=144.7M resident=96.1M(66%) swapped_out_or_unallocated=48.6M(34%)
    Writable regions: Total=50.9M written=1656K(3%) resident=2236K(4%) swapped_out=0K(0%) unallocated=48.7M(96%)
    REGION TYPE VIRTUAL
    =========== =======
    CG image  4K
    CoreServices 5716K
    MALLOC  40.6M
    MALLOC guard page 48K
    STACK GUARD  56.0M
    Stack  10.0M
    VM_ALLOCATE  32K
    __DATA  10.6M
    __IMAGE  528K
    __LINKEDIT 52.0M
    __TEXT  92.7M
    __UNICODE  544K
    mapped file  32.3M
    shared memory 308K
    =========== =======
    TOTAL  301.3M
    System Profile:
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.16)
    Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: Hitachi HTS725050A9A362, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5

    Thanks for the responses. I don't deal with too many Macs in my position, so this helps me out tremendously. Linc, here is the Kernel_2013-03-26-211811_********.panic log:
    Interval Since Last Panic Report:  678 sec
    Panics Since Last Report:          1
    Tue Mar 26 21:18:10 2013
    panic(cpu 0 caller 0xffffff7f971587f2): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff8093170000 0x0a5480a2, D0, P2/4
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80921bb340 : 0xffffff8016a1d626
    0xffffff80921bb3b0 : 0xffffff7f971587f2
    0xffffff80921bb470 : 0xffffff7f972553b9
    0xffffff80921bb4d0 : 0xffffff7f9725542e
    0xffffff80921bb540 : 0xffffff7f9757bc82
    0xffffff80921bb670 : 0xffffff7f9727bfe8
    0xffffff80921bb6b0 : 0xffffff7f97160567
    0xffffff80921bb760 : 0xffffff7f9715e05a
    0xffffff80921bb960 : 0xffffff7f97160160
    0xffffff80921bba50 : 0xffffff7f9820fc4b
    0xffffff80921bbab0 : 0xffffff7f9820ce82
    0xffffff80921bbb00 : 0xffffff7f981f6718
    0xffffff80921bbb40 : 0xffffff7f981ed22b
    0xffffff80921bbba0 : 0xffffff8016e650c9
    0xffffff80921bbbc0 : 0xffffff8016e66670
    0xffffff80921bbc20 : 0xffffff8016e6408f
    0xffffff80921bbd70 : 0xffffff8016a984a1
    0xffffff80921bbe80 : 0xffffff8016a20aed
    0xffffff80921bbeb0 : 0xffffff8016a10448
    0xffffff80921bbf00 : 0xffffff8016a1961b
    0xffffff80921bbf70 : 0xffffff8016aa5dd6
    0xffffff80921bbfb0 : 0xffffff8016acdd43
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(8.1)[A26D2A3D-C06F-3A0F-BCFF-901A98C93C3D]@0xffffff7f970fb 000->0xffffff7f97408fff
                dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f97066000
                dependency: com.apple.iokit.IONDRVSupport(2.3.7)[38C214C0-83C8-3594-8A4C-DC6AC3FEC163]@0xff ffff7f970e7000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[74E3E50F-E50A-3073-8C96-06F854292A91]@0 xffffff7f970a4000
             com.apple.GeForce(8.1)[A15BB65E-3501-340F-87CB-2FD2BAD33E35]@0xffffff7f981aa000 ->0xffffff7f98276fff
                dependency: com.apple.NVDAResman(8.1.0)[A26D2A3D-C06F-3A0F-BCFF-901A98C93C3D]@0xffffff7f970 fb000
                dependency: com.apple.iokit.IONDRVSupport(2.3.7)[38C214C0-83C8-3594-8A4C-DC6AC3FEC163]@0xff ffff7f970e7000
                dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f97066000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[74E3E50F-E50A-3073-8C96-06F854292A91]@0 xffffff7f970a4000
             com.apple.nvidia.nv50hal(8.1)[5F021999-8B18-3BD5-9B98-90617E638A63]@0xffffff7f9 7416000->0xffffff7f97737fff
                dependency: com.apple.NVDAResman(8.1.0)[A26D2A3D-C06F-3A0F-BCFF-901A98C93C3D]@0xffffff7f970 fb000
                dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f97066000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    12D78
    Kernel version:
    Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
    Kernel UUID: 3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6
    Kernel slide:     0x0000000016800000
    Kernel text base: 0xffffff8016a00000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 641940914405
    last loaded kext at 45774052028: com.apple.driver.AppleHWSensor 1.9.5d0 (addr 0xffffff7f98a4e000, size 36864)
    last unloaded kext at 222088795259: com.apple.driver.AppleUSBUHCI 5.2.5 (addr 0xffffff7f979f1000, size 65536)
    loaded kexts:
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager 4.1.3f3
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AGPM 100.12.87
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleMikeyHIDDriver 122
    com.apple.driver.AppleHDA 2.3.7fc4
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport 4.1.3f3
    com.apple.GeForce 8.1.0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.ApplePolicyControl 3.3.0
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleUpstreamUserClient 3.5.10
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AppleIntelHDGraphics 8.1.0
    com.apple.driver.AppleIntelHDGraphicsFB 8.1.0
    com.apple.driver.AppleSMCLMU 2.0.3d0
    com.apple.driver.AppleMikeyDriver 2.3.7fc4
    com.apple.driver.AppleMCCSControl 1.1.11
    com.apple.driver.AppleLPC 1.6.0
    com.apple.driver.AppleMuxControl 3.3.0
    com.apple.driver.SMCMotionSensor 3.0.3d1
    com.apple.driver.AppleUSBTCButtons 237.1
    com.apple.driver.AppleUSBCardReader 3.1.7
    com.apple.driver.AppleIRController 320.15
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 34
    com.apple.driver.AppleUSBTCKeyboard 237.1
    com.apple.iokit.SCSITaskUserClient 3.5.5
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.3.1
    com.apple.driver.AirPort.Brcm4331 614.20.16
    com.apple.driver.AppleAHCIPort 2.5.1
    com.apple.driver.AppleFWOHCI 4.9.6
    com.apple.driver.AppleUSBHub 5.5.5
    com.apple.iokit.AppleBCM5701Ethernet 3.6.0b1
    com.apple.driver.AppleUSBEHCI 5.5.0
    com.apple.driver.AppleEFINVRAM 1.7
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleRTC 1.5
    com.apple.driver.AppleACPIButtons 1.7
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 1.9
    com.apple.driver.AppleACPIEC 1.7
    com.apple.driver.AppleAPIC 1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient 196.0.0
    com.apple.nke.applicationfirewall 4.0.39
    com.apple.security.quarantine 2
    com.apple.driver.AppleIntelCPUPowerManagement 196.0.0
    com.apple.iokit.IOSerialFamily 10.0.6
    com.apple.kext.triggers 1.0
    com.apple.driver.DspFuncLib 2.3.7fc4
    com.apple.iokit.IOAudioFamily 1.8.9fc11
    com.apple.kext.OSvKernDSPLib 1.6
    com.apple.nvidia.nv50hal 8.1.0
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport 4.1.3f3
    com.apple.NVDAResman 8.1.0
    com.apple.iokit.IOSurface 86.0.4
    com.apple.iokit.IOBluetoothFamily 4.1.3f3
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.iokit.IOFireWireIP 2.2.5
    com.apple.driver.AppleHDAController 2.3.7fc4
    com.apple.iokit.IOHDAFamily 2.3.7fc4
    com.apple.driver.AppleSMBusPCI 1.0.11d0
    com.apple.driver.AppleSMBusController 1.0.11d0
    com.apple.driver.IOPlatformPluginFamily 5.3.0d51
    com.apple.driver.AppleGraphicsControl 3.3.0
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.3.7
    com.apple.iokit.IOGraphicsFamily 2.3.7
    com.apple.driver.AppleSMC 3.1.4d2
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.5.5
    com.apple.iokit.IOUSBMassStorageClass 3.5.1
    com.apple.driver.AppleUSBMultitouch 237.3
    com.apple.iokit.IOUSBHIDDriver 5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.5.5
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.driver.AppleUSBMergeNub 5.5.5
    com.apple.driver.AppleUSBComposite 5.2.5
    com.apple.iokit.IOAHCISerialATAPI 2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.5.5
    com.apple.iokit.IO80211Family 522.4
    com.apple.iokit.IOAHCIFamily 2.3.1
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOUSBUserClient 5.5.5
    com.apple.iokit.IOEthernetAVBController 1.0.2b1
    com.apple.iokit.IONetworkingFamily 3.0
    com.apple.iokit.IOUSBFamily 5.5.5
    com.apple.driver.AppleEFIRuntime 1.7
    com.apple.iokit.IOHIDFamily 1.8.1
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 220.2
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.DiskImages 345
    com.apple.iokit.IOStorageFamily 1.8
    com.apple.driver.AppleKeyStore 28.21
    com.apple.driver.AppleACPIPlatform 1.7
    com.apple.iokit.IOPCIFamily 2.7.3
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    System Profile:
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.16)
    Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: Hitachi HTS725050A9A362, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0xfa120000 / 4
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 3

  • Snow Leopard 10.6.2 takes a long time to run 'X11.app' (with system log)

    Hello everyone, English is not my mother tongue so may not be exactly correct, sorry about that.
    Background:
    I have a MacBook White (13-inch, Mid 2009) that isn't unibody, and was running Leopard 10.5.
    I did a clean installation and now Snow Leopard 10.6.2, with iLife, iWork, and many many apps.
    I am the only one who will use the Mac and my user account is as the 'admin'.
    I previously had a problem concerning X11 too:
    http://discussions.apple.com/thread.jspa?threadID=2343732
    *What I've done:*
    (1) rename my HD to 'Michaels_Home' under 'Get Info' from Finder (I can't rename in Disk Utility though)
    (2) press return (enter)
    (3) change my home folder path to the '/Volumes/Michaels_Home/Users/Michael' (http://eshop.macsales.com/Reviews/Framework.cfm?page=Tips/relocate3/relocate3.ht ml)
    (4) restart
    (5) log in and open X11
    (6) problem solved!!
    ==========
    *BUT NOW* I have a problem after:
    (1) log in as the root user, and use command +ditto -V xyz xyz+ to copy my home folder from '/Volumes/Michaels_Home/Users/Michael' to '/Users>Michael'
    (2) change my home folder path to the '/Users/Michael' (http://eshop.macsales.com/Reviews/Framework.cfm?page=Tips/relocate3/relocate3.ht ml)
    (3) use the Mac OS X Snow Leopard USD$29 disc to boot my Mac up
    (4) delete the 'Michaels_Home' partition (I had 3 partitions: (1) Macintosh HD (2) Michaels_Home (3) Windows XP Professional)
    (5) resize the 'Macintosh HD' partition
    (6) boot from Macintosh HD
    (7) find that there's a problem about X11
    _The problem:_
    it takes a *long time* for X11 to start.
    When I try to open the 'X11.app', the X11 icon begins jumping on the Dock, but nothing happens.
    Jumping and jumping... finally, it doesn't jump any more, with just the X11 icon on the dock.
    What's more, there is no white dot under the icon, which means the app isn't running at the moment.
    I right-clicked the icon, it shows me 'application not responding'.
    So, I open the *Activity Monitor*, and I can see there are 3 apps related to X11 are running:
    (1) X11
    (2) X11.bin
    (3) xauth
    *At the moment now, if you would wait for about 1.5 min., X11 will open.*
    Please see below for the system log (from 'FREEZING' to 'WORKING')
    ==========
    Mar 1 00:42:10 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app: main(): argc=2
    Mar 1 00:42:10 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[0] = /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
    Mar 1 00:42:10 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[1] = -psn0139298
    Mar 1 00:42:10 n219073058253 [0x0-0x22022].org.x.X11[327]: Waiting for startup parameters via Mach IPC.
    Mar 1 00:42:10 n219073058253 org.x.startx[335]: font_cache: Scanning user font directories to generate X11 font caches
    Mar 1 00:42:10 n219073058253 org.x.startx[335]: font_cache: Updating FC cache
    Mar 1 00:42:10 n219073058253 org.x.privileged_startx[344]: font_cache: Scanning system font directories to generate X11 font caches
    Mar 1 00:42:10 n219073058253 defaults[370]: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Mar 1 00:42:12 n219073058253 org.x.privileged_startx[344]: font_cache: Updating FC cache
    Mar 1 00:42:13 n219073058253 org.x.startx[335]: font_cache: Done
    Mar 1 00:42:14 n219073058253 org.x.privileged_startx[344]: font_cache: Done
    Mar 1 00:42:31 n219073058253 org.x.startx[335]: xauth: timeout in locking authority file /Users/Michael/.serverauth.335
    Mar 1 00:42:51 n219073058253 org.x.startx[335]: xauth: timeout in locking authority file /Users/Michael/.Xauthority
    Mar 1 00:43:31: --- last message repeated 1 time ---
    Mar 1 00:43:31 n219073058253 org.x.startx[335]: xauth: timeout in locking authority file /Users/Michael/.Xauthority
    Mar 1 00:43:51: --- last message repeated 1 time ---
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app: Listening on socket for fd handoff: (4) /var/tmp/tmp.0.9OYerf
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app: Thread created for handoff. Returning success to tell caller to connect and push the fd.
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app: Received new $DISPLAY fd: 6 ... sleeping to allow xinitrc to catchup.
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app: dostart_x11server(): argc=6
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[0] = /usr/X11/bin/X
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[1] =
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[2] = -nolisten
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[3] = tcp
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[4] = -auth
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[5] = /Users/Michael/.serverauth.335
    Mar 1 00:43:51 n219073058253 org.x.startx[335]: Xquartz: Handoff connection established (try 1 of 5) on fd 6, "/var/tmp/tmp.0.9OYerf". Sending message.
    Mar 1 00:43:51 n219073058253 org.x.startx[335]: Xquartz: Message sent. Closing handoff fd.
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: Xquartz starting:
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: X.Org X Server 1.4.2-apple45
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: Build Date: 20090705
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: (EE) XKB: Couldn't open rules file /usr/X11/share/X11/xkb/rules/base
    Mar 1 00:43:54: --- last message repeated 1 time ---
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app Handing off fd to server thread via DarwinListenOnOpenFD(6)
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: DarwinListenOnOpenFD: 6
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: Calling ListenOnOpenFD() for new fd: 6
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app: Launching /usr/X11/bin/xterm:
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[0] = /bin/sh
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[1] = -c
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[2] = /usr/X11/bin/xterm
    ==========
    I quit the X11:
    ==========
    Mar 1 00:45:45 n219073058253 [0x0-0x22022].org.x.X11[327]: Quitting Xquartz...
    Mar 1 00:45:45 n219073058253 org.x.startx[335]: /usr/X11/bin/xinit: connection to X server lost.
    Mar 1 00:45:45 n219073058253 org.x.startx[335]: waiting for X server to shut down
    ==========
    AFTER quitting X11, I can see something related X11 is stilling running:
    ==========
    Mar 1 00:46:06 n219073058253 org.x.startx[335]: xauth: timeout in locking authority file /Users/Michael/.Xauthority
    ==========
    So what actually causes this problem?
    Thanks in advance!

    It turns out that there's something wrong about permissions.
    Here's the fix:
    (1) log in as the +root user+
    (2) type +chown -R Michael:staff ~Michael+
    (3) log out the +root user+
    (4) log in your account
    (5) done!
    Hope this thread will help those who encounter the same problem as me!

  • Problem..with..spacebar..after..upgrading..to..10.4.10..and..install..X11

    (I..greatly..apologize..for..the..dottiness..of..this..message..but..I..cannot..
    use..the..spacebar..long..enough..to..get..this..message..out)
    Help!..This..is..why..I..avoid..doing..the..automatic..upgrades..most..of..the
    time,..but..this..time..I..had..software..that..said..it..needed..10.4.9..and..I
    was..at..10.4.7...It..turned..out..I..did..not..use..that..anyway..but..I..insta lled
    something..else..which..required..X11..(graphviz2.12..if..it..is..useful..info).
    Since..these..installations,..my..computer..will..now..loose..the..spacebar..and ..
    several..other..noncharacter..keys:..dash,quotes,and..open..brackets;..this..los s..
    occurs..after..a..variable..amount..of..time..from..restarting...Sometimes..I..c an
    revive..the..keys..by..quitting..and..restarting..an..application;..sometimes..
    after..quitting..and..restarting..all..applications;..and..sometimes..I..need..
    to..relaunch..the..finder.
    Has..anyone..heard..of..anything..like..this?..Could..it..be..due..to..the..
    upgrade..X11?..Or..is..it..more..likely..graphviz?..And..is..there..anyway..to
    undo..either..the..upgrade..or..X11?
    Thank..you..so..much,..and..I..apologize..again..for..all..the..dots.

    I..update..again..with..the..info..that..I..have..deleted..graphviz..and..now..
    not..even..restarting..fixes..the..problem.
    I..am..beginning..to..wonder..if..this..could..be..a..hardware..problem..that..
    is..only..coincident..with..the..upgrade/install?

  • Some problems with X11 after upgrading to Leopard - GIMP 2.2

    GIMP 2.2 crashes on start and the details explain some versioning problem of X11 native libraries. It might be issue on GIMP side that expects differen binaries to be installed (and perhaps removed by Apple due to compatibility issue). I just wanted to point this to be expected.
    GIMP 2.4 for Mac OS X is not official release yet. It is only realease candidate and it should come soon hopefully with X11 issue being resolved in Leopard.

    Maciej Samsel wrote:
    GIMP 2.2 crashes on start and the details explain some versioning problem of X11 native libraries. It might be issue on GIMP side that expects differen binaries to be installed (and perhaps removed by Apple due to compatibility issue). I just wanted to point this to be expected.
    GIMP 2.4 for Mac OS X is not official release yet. It is only realease candidate and it should come soon hopefully with X11 issue being resolved in Leopard.
    I believe that there are some known issues with X11 and BSD "under the hood" with Leopard. Fink is also broken and my old Darwin X11 attempts to run but nothing happens.

Maybe you are looking for

  • How does FCP Pro X handle mixed frame rate video clips?

    My camcorders are by Canon and both can shoot 50i or 25p. Normally I shoot 25p to avoid interlace artefacts. As I understand it, FCP Pro X conforms the clips to match the initial clip in the storyline. But what would be the outcome if I included clip

  • Green external display

    I have a black MacBook I purchased about 1.5 years ago. I can vaguely remember not having this problem at the beginning, but since then every time I plug in an external display it is green. Everything else is fine, the detail is good...but everything

  • SQL "LIKE" statement isn't working right -- help please!

    Good day everyone, I thought about putting this in the "SQL on Oracle" forum, but it looked like those messages were geared more toward the Oracle platform itself, so here I am.  I apologize if this isn't the best forum. I have the following SQL stat

  • Can't open png in cs4

    hi there, after instaling ps cs4 me 11, i couldn't open png file... i'm using win7 64 bit help pls

  • Skype has Stopped Working for one account

    Hi  I got an error of "Skype has stopped working" in all Operating Systems i.e. Windows, Mac, Android etc..  User Name: sonattacamara I tested in windows with multiple skype accounts.. One account working properly.. But 'sonattacamara' account faced