[PROBLEM SOLVED] After last update, Can't use keyboard in Xorg

Apparently the last system upgrade installed "xf86-input-keyboard-1.3.2-1-i686" but I reverted back to "xf86-input-keyboard-1.3.1-1-i686" and everything is working again.
Lesson learned: put all xorg related packages to hold because my geforce2 mx440 won't need updates.
This is just frustrating. After doing a system upgrade (which upgraded xorg to version 1.5) I can't use the keyboard anymore. In fact, my screen would freeze also, as long as I was using the latest Xorg version. This machine's card is a geforce2 mx440.
So I downgraded xorg-server with pacman -Rd xorg-server and pacman -U /var/cache/pacman/pkg/xorg-server-yadayada1.4yadayada; Fine, I can use the mouse and open X just as normal as before. BUT the keyboard seems helpless.
xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Tue Jan 22 19:53:46 PST                                                                               2008
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@vernadsky)  Tue Mar  4 20:24:34 UTC 200                                                                              8
#150708
Section "Screen"
        Identifier      "Screen0"
        Device          "Videocard0"
        Monitor         "Monitor0"
        Option          "TwinView"      "0"
        Option          "TwinViewXineramaInfoOrder"     "CRT-0"
        Option          "metamodes"     "1024x768_85 +0+0; 1280x1024 +0+0; 1152x                                                                              864_75 +0+0; 800x600_100 +0+0; 640x480_100 +0+0"
        Option          "DisableGLXRootClipping"        "True"
        Option          "AddARGBGLXVisuals"             "True"
        SubSection "Display"
                #Virtual        1280    1024
                Virtual 1024    768
                Depth   24
                Modes           "1024x768@85"   "1152x864@75"   "1280x1024@60" "                                                                              800x600@100"    "640x480@100"
        EndSubSection
        Defaultdepth    24
EndSection
Section "Screen"
        Identifier      "screen1"
        Device          "device1"
        Monitor         "monitor1"
        SubSection "Display"
                Depth   24
                Modes           "1024x768@85"
#Modes           "640x480@60"
        EndSubSection
        Option          "AddARGBGLXVisuals"     "True"
        #Option                 "AllowGLXWithComposite" "True"
        Defaultdepth    24
EndSection
Section "Device"
        Identifier      "Device0"
        Driver          "nvidia"
        Vendorname      "NVIDIA Corporation"
EndSection
Section "Device"
        Identifier      "Videocard0"
        Driver          "nvidia"
        Vendorname      "NVIDIA"
        Boardname       "NVIDIA GeForce2 Integrated (generic)"
        Busid           "PCI:1:0:0"
        Screen  0
        Option          "RenderAccel" "true"
EndSection
Section "Device"
        Identifier      "device1"
        Driver          "nvidia"
        Vendorname      "NVIDIA"
        Boardname       "NVIDIA GeForce2 Integrated (generic)"
        Busid           "PCI:1:0:0"
        Screen  1
EndSection
Section "InputDevice"
        # generated from default
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "Protocol"      "auto"
        Option          "Device"        "/dev/psaux"
        Option          "Emulate3Buttons"       "no"
        Option          "ZAxisMapping"  "4 5"
EndSection
Section "InputDevice"
        # generated from default
        Identifier      "Keyboard0"
        Driver          "kbd" #"keyboard"
        Option          "XkbLayout"   "br"
        Option          "XkbModel"    "abnt2"
EndSection
Section "ServerLayout"
        Identifier      "Layout0"
  screen 0 "Screen0" 0 0
        Inputdevice     "Keyboard0"     "CoreKeyboard"
        Inputdevice     "Mouse0"        "CorePointer"
EndSection
Section "Module"
        Load            "extmod"
#       Load            "type1"
        Load            "freetype"
        Load            "GLX"
#       Load            "v4l"
EndSection
Section "Monitor"
        Identifier      "Monitor0"
        Vendorname      "Samsung"
        Modelname       "Samsung SyncMaster 753DF(X)/703DF(X)/783DF(X)/CD173A(T)                                                                              "
        Horizsync       30.0    -       71.0
        Vertrefresh     50.0    -       160.0
        Gamma   1
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
  modeline  "640x480@85" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.3 832 864 928 1152 624 625 628 667 -hsync -vsync
  modeline  "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
  modeline  "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync                                                                               interlace
  modeline  "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsyn                                                                              c
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsyn                                                                              c
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync                                                                               +vsync
  modeline  "1400x1050@60" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync                                                                               +vsync
EndSection
Section "Monitor"
        Identifier      "monitor1"
        Vendorname      "Plug 'n' Play"
        Modelname       "Plug 'n' Play"
        Gamma   1
  modeline  "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
  #modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
EndSection
Section "Extensions"
        Option          "Composite"     "Enable"
        Option          "NoPM"          "True"
EndSection
#Section "Files"
#       Rgbpath         "/usr/X11R6/lib/X11/rgb"
#       EndSection
pacman -Q |grep -ir "xorg"
xorg-apps 1.0.3-3
xorg-font-utils 1.0.3-3
xorg-fonts-100dpi 1.0.1-1
xorg-fonts-75dpi 1.0.1-2
xorg-fonts-alias 1.0.1-1
xorg-fonts-encodings 1.0.2-2
xorg-fonts-misc 1.0.0-3
xorg-res-utils 1.0.3-2
xorg-server 1.4.2-1
xorg-server-utils 7.3-1
xorg-twm 1.0.4-2
xorg-utils 7.3-1
xorg-xauth 1.0.3-1
xorg-xinit 1.1.1-1
xorg-xkb-utils 7.3-1
Xorg.0.log:
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Setting mode "1024x768_85+0+0"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(EE) No Input driver matching `kbd'
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/psaux"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) Mouse0: Sensitivity: 1
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
What in hell means the (EE) No Input driver matching `kbd'? I have no idea what happened because no configs were changed whatsoever.
Last edited by joqueza (2009-02-26 01:39:27)

joqueza wrote:This is just frustrating. After doing a system upgrade (which upgraded xorg to version 1.5) I can't use the keyboard anymore. In fact, my screen would freeze also, as long as I was using the latest Xorg version. This machine's card is a geforce2 mx440..
Perhaps you can find some help here http://wiki.archlinux.org/index.php/Xor … otplugging (or in one of the many threads about xorg 1.5 breaking input devices)
No Idea about your problem after downgrading (expect just as a guess, there is some problem with xbinkeys when it is autostarted with the window manager -- http://bbs.archlinux.org/viewtopic.php?id=65468).

Similar Messages

  • Angry birds crashes after last update unable to use

    Cannot get to angry birds crashes after loading, started this after last update

    Try rebooting your iPad. Hold down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple logo appears - ignore the red slider - let go of the buttons. Try again after the iPad totally restarts.

  • After last update to CC 2014, I can't use Lightroom

    After last update to CC 2014, I can't use Lightroom - it says Develop module is disabled. Please renew your membership to reactivate Develop module. ???

    Hi Przemysław Sakrajda,
    Please follow the suggestions mentioned under the below article and let me know if that helps.
    Not able to launch Lightroom after updating it to 5.5 from Creative Cloud
    Hope that Helps.
    Cheers !
    ~ Arpit

  • Can't open Keynote files after last update. I created the files with Ipad 2, the same Ipad which won't open the files now. No Mac involved. What can I do to habe access again?

    Can't open my Keynote files after last update on Ipad 2. I created the files on the same Ipad. No Mac involved. What can I do to open and use the files again?

    Finally, this helped me:
    https://discussions.apple.com/message/23602871#23602871

  • EFI Problems after last update anyway to downgrade ??

    Hello
    EFI Problems after last update anyway to downgrade ??
    i have updated my MacBook 2010 EFI to MB71.0039.B0E which is 2.1 version
    after updating to this version the Boot time become much slower when i want to change boot partition
    and shutdown become very much slower and startup too
    i tried to install Mac OS X Lion again but it doesnt help
    can i downgrade to this version 2.0 ???
    or when Apple will release the new version ?
    or where can i send a feedback regarding this issues !!!!
    Thanks

    These are user to user forums. If anyone knows the answer, they will give it.
    You can always call Apple support which may charge a fee or you can patiently wait for an answer here, which is free.

  • TS1398 Ever since the last update, my IPad does not automatically get connected to our WiFi. Never had any problems until this last update. Is there any repair?? Its going on 2 years old and does not use the

    If I go into settings and physically touch the WiFi that has been used since his was new than after waiting for 2 to 3 min it finally goes on line. I never had any problems until this last update. It always went on line automatically with out having to go into settings. Just a pain. Once I do this it usually stays on line.

    Tap Settings > General > Reset > Reset Network Settings
    You will have to re enter your Wi-Fi password.
    If that didn't help, try here > iOS: Troubleshooting Wi-Fi networks and connections

  • I have followed all suggestions. Still can't fix the problem. After an update, my profile seems to be blocked.

    My Toshiba laptop went through 45 updates, and now when I open Firefox (where ALL my bookmarks live) the program freezes after a few minutes. I get error messages about my profile, and errors about Firefox already running. I tried the suggestions above, but they don't seems to line up with my system. Windows8 is my OS. This query is on another laptop.

    hello rgneb, can you see if those problems continue after you update to firefox 37 beta 6?: https://www.mozilla.org/firefox/beta

  • After last updating for OS 10.7.2 problems with digital certificate

    Hi everybody,
    Im having problems with lion after last updating yesterday... The digital certificates dont more work!!! In time: the same certificates still work in to snow leopard...
    I exported from snow leopard and imported on lion, but nothing.
    Until the keychain GUI aborted after that import... Just surfing on HTTPS page with that certificate and safari aborted too.
    Some ideia? i id send reports to Apple... but I dont have hope to answer.
    To test with version 10.7.2, please access https://www.caixa.gov.br
    Thanks
    Roberto Malheiro

    Assuming that the HP software is up-to-date, but still not working, have you tried Image Capture in the Applications folder. Does that work?

  • Aperture crashed and will not open after last update.  Anyone else have this problem?

    Aperture crashed and will not open after last update.  Anyone else have this problem?

    Yes.  See this very forum for 50 threads on it, that explain the solution.

  • [solved] Typing error sound - after last update

    Hey guys, after last update every time i make some mistake while typing on console (rxvt) or at the file search on gnome, this weird sound comes out from pc speaker (some eletric bizzz). I can't find anything related to this, does anyone knows if that is some kind of configuration of Xorg or it's a bug?
    Thanks for any help!
    Last edited by gvescovi (2009-08-11 02:27:25)

    Hello Gvescovi!
    What does it mean for misstyping? The speaker gives sound in such a cases.
    You can disable it:
    http://wiki.archlinux.org/index.php/Dis … eaker_beep

  • My iTunes won't open after last update.

    My iTunes won't open after last update. Can anybody help me?

    I had similar problem this time and last time when I upgrade/update iTune, and subsequently solved the problem through the help of this person. You may give it a try and see if this works for you. It works for me now and then. Good luck.
    https://discussions.apple.com/thread/3800524
    Oliver

  • Flash CC doesn't start up after last update

    Flash CC doesn't start up after last update. It said "Training en zelfstudie" (Training and self-stufy in Dutch) for the update.
    Everything was working fine before the update, now if I try to start-up Flash solo,
    it says: "Flash werkt niet meer" (Flash has stopped working), and quits.
    As you can probably tell from the message, I'm on Windows 7.
    Now here is interesting info: if I double click a previous movie, then Flash starts up fine and loads the previous movie.
    However when I close it and the screen that should appear is the "new movie" dialog, flash hangs again.
    So obviously something went wrong installing the new update, or the update doesn't work properly.
    I'm now working with my pre-cc flash5.5 version, which I re-installed to avoid crashing flash every time I close a file.
    My questions:
    1- Where do I log this problem? (Or am I in the right place?)
    2- Can I re-install the previous version, which worked fine? (I can live without tutorials etc.)
    3- Can I try to re-install this version if the above is not possible and how do I go about doing that?

    What fixed the problem for me was just reinstalling Flash CC. I thought I'd give it a try, because I couldn't find a message of anyone experiencing the same problem.
    So I used the control panel to uninstall Flash, then I tried reinstalling.
    Creative Cloud kept saying Flash is up to date, so you can't reinstall. If you click on the gear and choose Exit and then restart Creative Cloud it will take a few seconds, but the it will see the situation as it is and you can reinstall Flash.
    After the reinstall the issue was gone.
    Thanks for the other solutions, I think this is a handy resource for rolling back Flash if I ever do need it
    and gives me more confidence in the creative cloud product.
    Maybe Adobe will pick it up and make it easier for us 'normal' creative-cloud users to
    pick which version we want. Like you can do in CVS systems.

  • Mighty Mouse wont work after last update

    I have just updated the last mac update (Quicktime and Frontrow and iTunes).
    After rebooting, it couldn't find my mighty mouse (wireless). So I switched the mouse off and on again and then it found it but the connection lost again from the mourse at that exact moment.
    This has happened 3 times now, every time i reboot to see if I can catch the problem.
    So I cant use teh mouse to get into the Operating System.
    The bluetooth has completely wiped it out I think.
    What can I do?
    How can I uninstall last update or reinstall last update?
    How can I access the mouse and Bluetooth functions?
    Appreciate the help,
    JH

    I've had problems since the last update as well. Namely, seemingly not connected to any specific program, the finder toolbar options simply disappear. Or, the keyboard (bluetooth) and mouse (wacom USB) stop working. When I try to force quit programs, the FQ window pops up but lists no programs even though there are several open. I have to manually shutdown my computer by holding the power button. This happens at least once a day. Very frustrating. My machine operated flawlessly prior to this update.
    I don't expect an answer from this forum (PRAM PRAM PRAM - that never, ever works, and it's the first thing any seasoned Mac user tries). But hopefully Apple reads this?? We need a new update to fix this obnoxious problem...

  • ITunes no longer opening after last update.

    ITunes not opening after last update on my main user. Second user is fine however accesses different library.
    Computer freezes when attempting to open ITunes. Have also searched for the sync services file but is not located under reveal in folder or go to options.
    Apologies I am not the best tech savy person and have read other posts trying to solve the problem. Other posts asked for the following reports.
    Any assistance would be greatly appreciated - we are an apple household and this is effecting everything!
    Log List ITunes
    8/06/2014 2:39:28.757 pm com.apple.launchd.peruser.502[281]: (com.apple.iTunesHelper.27664[421]) Spawned and waiting for the debugger to attach before continuing...
    8/06/2014 8:51:05.999 pm com.apple.launchd.peruser.502[281]: (com.apple.iTunes.49488[3827]) Exited: Terminated: 15
    8/06/2014 9:04:40.000 pm kernel[0]: hfs: mounted iTunes on device disk3s2
    8/06/2014 9:04:40.513 pm mds[40]: (Normal) Volume: volume:0x7fd43483dc00 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/iTunes
    8/06/2014 9:06:34.278 pm sudo[3918]:     root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.yTVHam/Scripts/com.apple.pkg.iTunesX.tO4vG4 ; USER=mel ; COMMAND=./Tools/AlertAll.app/Contents/MacOS/AlertAll /
    8/06/2014 9:06:46.629 pm com.apple.launchd.peruser.502[281]: (com.apple.iTunesHelper.27664[421]) Exited with code: 1
    8/06/2014 9:06:49.536 pm iTunesHelper[240]: _SubscribeForMuxNotifications (thread 0x7fff7ef70310): USBMuxListenerCreate: Connection refused
    8/06/2014 9:06:49.536 pm iTunesHelper[240]: _SubscribeForMuxNotifications (thread 0x7fff7ef70310): USBMuxListenerCreate: Connection refused
    8/06/2014 9:08:05.643 pm iTunesHelper[4058]: _SubscribeForMuxNotifications (thread 0x7fff7ef70310): USBMuxListenerCreate: Connection refused
    8/06/2014 9:11:05.077 pm com.apple.launchd.peruser.502[281]: (com.apple.iTunes.49488[4118]) Exited: Terminated: 15
    I was unable to find anything starting with iTunes under User Diagnostic Reports however located several starting with CFPREFSD, this was the latest one
    Process:         cfprefsd [4137]
    Path:            /usr/sbin/cfprefsd
    Identifier:      cfprefsd
    Version:         855.16
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [281]
    Responsible:     cfprefsd [4137]
    User ID:         502
    Date/Time:       2014-06-08 21:11:04.973 +1000
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Crashed Thread:  2  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x000000010e0c3000
    VM Regions Near 0x10e0c3000:
        Dispatch continuations 000000010d800000-000000010e000000 [ 8192K] rw-/rwx SM=PRV 
    --> mapped file            000000010e083000-000000010e1be000 [ 1260K] r--/rwx SM=COW  /Users/USER/Library/Preferences/*/*.plist
        MALLOC_LARGE           000000010e1be000-000000010e2f9000 [ 1260K] rw-/rwx SM=PRV 
    Thread 0:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8f0bc662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff963fc421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff963fc136 _dispatch_mgr_thread + 52
    Thread 1:: Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff8f0bbcaa __sigsuspend_nocancel + 10
    1   libdispatch.dylib                       0x00007fff964047da _dispatch_sigsuspend + 21
    2   libdispatch.dylib                       0x00007fff964047c5 _dispatch_sig_thread + 45
    Thread 2 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_platform.dylib                0x00007fff982c80de _platform_memmove$VARIANT$Nehalem + 254
    1   libxpc.dylib                            0x00007fff907cf81e xpc_data_create + 82
    2   com.apple.CoreFoundation                0x00007fff90641386 -[CFPDSource acceptMessage:] + 806
    3   com.apple.CoreFoundation                0x00007fff90648d67 __handle_synchronize_message_block_invoke + 215
    4   com.apple.CoreFoundation                0x00007fff9063fc1a __90+[CFPDSource withSourceForDomain:forRemoteClient:inContainer:user:byHost:managed:perform:]_b lock_invoke_2 + 42
    5   libdispatch.dylib                       0x00007fff963fd1bb _dispatch_call_block_and_release + 12
    6   libdispatch.dylib                       0x00007fff963fa28d _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff963fc082 _dispatch_root_queue_drain + 326
    8   libdispatch.dylib                       0x00007fff963fd177 _dispatch_worker_thread2 + 40
    9   libsystem_pthread.dylib                 0x00007fff998cfef8 _pthread_wqthread + 314
    10  libsystem_pthread.dylib                 0x00007fff998d2fb9 start_wqthread + 13
    Thread 2 crashed with X86 Thread State (64-bit):
      rax: 0x000000010e1be040  rbx: 0x00007f9bb24043d0  rcx: 0x0000000000000010  rdx: 0x00000000000fa5fc
      rdi: 0x000000010e1fe010  rsi: 0x000000010e0c2fd0  rbp: 0x000000010d7294b0  rsp: 0x000000010d7294b0
       r8: 0x0000000000000003   r9: 0xfffffffef1e41fff  r10: 0x00007f9bb2404210  r11: 0x000000000013b040
      r12: 0x000000010e1be000  r13: 0x00007f9bb2504b40  r14: 0x000000010e083000  r15: 0x000000000013a60c
      rip: 0x00007fff982c80de  rfl: 0x0000000000010202  cr2: 0x000000010e0c3000
    Logical CPU:     1
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x10d5d9000 -        0x10d5d9fff  cfprefsd (855.16) <4342939E-DB15-3A1A-BCDE-6B3EF244CAAB> /usr/sbin/cfprefsd
        0x7fff6eedc000 -     0x7fff6ef0f817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8cc03000 -     0x7fff8cc2cff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff8ee44000 -     0x7fff8ee4bfff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8ef27000 -     0x7fff8ef2bff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff8f0a1000 -     0x7fff8f0a5ff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
        0x7fff8f0a6000 -     0x7fff8f0c2ff7  libsystem_kernel.dylib (2422.100.13) <498AEBD7-4194-3CF2-AA16-D5D03FFBD8C0> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8f626000 -     0x7fff8f637ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff8f638000 -     0x7fff8f686fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff8f879000 -     0x7fff8f894ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8fb06000 -     0x7fff8fb09ff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
        0x7fff8fb0a000 -     0x7fff8fb0bffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8fb2e000 -     0x7fff8fb33ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff904b0000 -     0x7fff90695fff  com.apple.CoreFoundation (6.9 - 855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff907cd000 -     0x7fff907f1fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff90e2c000 -     0x7fff90e2dff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff912c0000 -     0x7fff912c1ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff928cb000 -     0x7fff928d5fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff9342b000 -     0x7fff9343cff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff935ac000 -     0x7fff935b3ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
        0x7fff94021000 -     0x7fff94048ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff94904000 -     0x7fff9490bff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff94d40000 -     0x7fff94eedf27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff94eee000 -     0x7fff94ef3fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff94f28000 -     0x7fff94fb1ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff9510d000 -     0x7fff9510dff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff95121000 -     0x7fff95122fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff9551f000 -     0x7fff95546ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff957eb000 -     0x7fff959a3ffb  libicucore.A.dylib (511.32) <A7CE7DAD-D3AD-36A2-BE4F-25C5F21FADBB> /usr/lib/libicucore.A.dylib
        0x7fff95bf4000 -     0x7fff95bf6ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff95c26000 -     0x7fff95c68ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff96057000 -     0x7fff9605ffff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff963f9000 -     0x7fff96413fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
        0x7fff96414000 -     0x7fff9641dff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff96a20000 -     0x7fff96a21ff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
        0x7fff982c4000 -     0x7fff982caff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff99815000 -     0x7fff99867fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff998cd000 -     0x7fff998d4ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff9996e000 -     0x7fff9996fff7  libsystem_sandbox.dylib (278.11) <B46E4040-A8C6-3EBC-91F8-F1CB01106614> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff99c2c000 -     0x7fff99c5bfd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff9a11e000 -     0x7fff9a120ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 0
        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: 6540
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=74.9M resident=13.6M(18%) swapped_out_or_unallocated=61.2M(82%)
    Writable regions: Total=45.8M written=480K(1%) resident=584K(1%) swapped_out=0K(0%) unallocated=45.2M(99%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    Dispatch continuations             8192K
    Kernel Alloc Once                     4K
    MALLOC                             28.4M
    MALLOC (admin)                       16K
    STACK GUARD                          12K
    Stack                              65.1M
    VM_ALLOCATE                          28K
    __DATA                             1080K
    __LINKEDIT                         66.2M
    __TEXT                             8872K
    __UNICODE                           544K
    mapped file                        1260K
    shared memory                         4K
    ===========                      =======
    TOTAL                             179.2M
    System Profile:
    Model: iMac12,2, BootROM IM121.0047.B1E, 4 processors, Intel Core i5, 3.1 GHz, 4 GB, SMC 1.72f2
    Graphics: AMD Radeon HD 6970M, AMD Radeon HD 6970M, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3230554638424353302D444A2D4620
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3230554638424353302D444A2D4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.74.0-P2P
    Bluetooth: Version 4.2.4f1 13674, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST31000528AS, 1 TB
    Serial ATA Device: OPTIARC DVD RW AD-5690H, 277.5 MB
    USB Device: Hub
    USB Device: 1861
    USB Device: Internal Memory Card Reader
    USB Device: IR Receiver
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: iPhone
    USB Device: MFC-J6910DW
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: iMac, Apple Inc., 25.1
    Also located,
    Diagnostic Messages
    Powerstats for:  iTunesHelper
      com.apple.iTunesHelper          11.2.2 (11.2.2)          <D9314C39-EAF4-37E6-B8D8-2731175CD7B2>          /Applications/iTunes.app/Contents/MacOS/iTunesHelper.app/Contents/MacOS/iT unesHelper
    Powerstats for:  iTunes

    ...now my computer updated it again. It opened, tried to collect information about the copyright, the an error message popped up saying that iTunes does not work correctly due to any mistake...
    Please help me!

  • HTML animation effects doesn't work after last update

    After last update my html animation that have different effects with different time: fade, translate, rotation, scale, ecc... plays but some effects doesn't play.
    Various animated png in html project appears immediatly without shows transitions or deformations.
    I have made html animation with Motion Composer that have time curve for each effect.. and all work fine with previous dps desktop tools...
    I don't use Hedge because folios with hedge animation is mooooooooore large than folios with motion composer animation.
    A single complex animation (10 .png(1024x768) with multipe effects fo each) made with composer produce a 1MB folio...
    The same animation made with Hedge produce more the 100MB folio.
    why new version of dps don't show my html anim correctly ? I hope adobe correct this proble. 

    We just released an update to the DPS tools that addresses the issues around HTML/iFrame and buttons in release 25. You can download the updated components by following the links at http://www.adobe.com/go/learn_dps_install_en.
    Neil

Maybe you are looking for