Xorg 1.5 and keyboard map (I read the other threads)

Hi there!
I "pacman -Syu"-ed just now, but my keymap won't load anymore. It defaults to the US one. Anyway, I get this error:
Error activating XKB configuration.
It can happen under various circumstances:
- a bug in libxklavier library
- a bug in X server (xkbcomp, xmodmap utilities)
- X server with incompatible libxkbfile implementation
X server version data:
The X.Org Foundation
10503000
If you report this situation as a bug, please include:
- The result of xprop -root | grep XKB
- The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
Here's xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "base", "evdev", "us", "fr", ""
_XKB_RULES_NAMES(STRING) = "base", "evdev", "us", "fr", ""
Here's gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
layouts = [us fr,ca,ca]
model = evdev
options = [grp grp:alts_toggle]
And here's my xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Touchpad" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "xtrap"
Load "dri"
Load "record"
Load "extmod"
Load "GLcore"
Load "dbe"
Load "glx"
Load "freetype"
Load "synaptics"
EndSection
Section "ServerFlags"
Option "AutoAddDevice" "false" # disable hotplugging?
Option "AllowEmptyInput" "false" # enable legacy drivers (kbd, mouse, etc.)
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "ca"
Option "XkbVariant" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "NoDRI" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "DRM_nbufs" # <i>
#Option "DRM_bufsize" # <i>
#Option "Capabilities" # <i>
#Option "CapabilitiesEx" # <i>
#Option "ClientDriverName" # [<str>]
#Option "KernelModuleParm" # [<str>]
#Option "AGPMask" # <i>
#Option "AGPv3Mask" # <i>
#Option "BufferTiling" # [<bool>]
#Option "Profile" # <str>
#Option "RingSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "GammaCorrectionI" # <i>
#Option "GammaCorrectionII" # <i>
#Option "OpenGLOverlay" # [<bool>]
#Option "DefaultVisualTrueColor" # [<bool>]
#Option "VideoOverlay" # [<bool>]
#Option "DesktopSetup" # [<str>]
#Option "MonitorLayout" # [<str>]
#Option "ForceMonitors" # [<str>]
#Option "EnableMonitor" # <str>
#Option "OverlayOnCRTC2" # [<bool>]
#Option "Mode2" # [<str>]
#Option "PairModes" # [<str>]
#Option "HSync2" # [<str>]
#Option "VRefresh2" # [<str>]
#Option "ScreenOverlap" # <i>
#Option "MemClock" # <i>
#Option "ASICClock" # <i>
#Option "UseInternalAGPGART" # [<bool>]
#Option "FastSwap" # [<bool>]
#Option "Stereo" # [<bool>]
#Option "StereoSyncEnable" # <i>
#Option "DisableOvScaler" # [<bool>]
#Option "UseFastTLS" # <i>
#Option "BlockSignalsOnLock" # [<bool>]
#Option "ForceGenericCPU" # [<bool>]
#Option "CenterMode" # [<bool>]
#Option "OffScreenPixmaps" # [<bool>]
#Option "EnableOpaqueOverlayVisual" # [<bool>]
#Option "TMDSCoherentMode" # [<bool>]
#Option "EnablePrivateBackZ" # [<bool>]
#Option "TVFormat" # [<str>]
#Option "TVStandard" # [<str>]
#Option "TVOverscan" # [<bool>]
#Option "TVHSizeAdj" # <i>
#Option "TVVSizeAdj" # <i>
#Option "TVHPosAdj" # <i>
#Option "TVVPosAdj" # <i>
#Option "TVHStartAdj" # <i>
#Option "TVColorAdj" # <i>
#Option "PseudoColorVisuals" # [<bool>]
#Option "PreferredVRefresh" # <i>
#Option "FastStart" # [<bool>]
#Option "ProfileDriver" # [<bool>]
#Option "PPPTforGART" # [<bool>]
#Option "TexturedVideo" # [<bool>]
#Option "TexturedVideoSync" # [<bool>]
#Option "Textured2D" # [<bool>]
#Option "TexturedXrender" # [<bool>]
#Option "DPMS" # [<bool>]
#Option "MaxGARTSize" # <i>
#Option "LogoPosX" # <i>
#Option "LogoPosY" # <i>
#Option "LogoColFG" # <i>
#Option "LogoColBG" # <i>
#Option "SwapScreens" # [<bool>]
#Option "FBC" # [<bool>]
#Option "FrontBufferMode" # <i>
#Option "BackBufferMode" # <i>
#Option "DepthBufferMode" # <i>
#Option "OverlayBufferMode" # <i>
#Option "VideoOverlayBufferMode" # <i>
#Option "EnableIrqMgr" # [<bool>]
#Option "EnablePPLIB" # [<bool>]
#Option "DefaultOnDC" # [<bool>]
#Option "EnableRandR12" # [<bool>]
#Option "DisableRotation" # [<bool>]
#Option "EnableCrossFire" # [<bool>]
#Option "DisableDlm" # [<bool>]
Identifier "Card0"
Driver "fglrx"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility X1400"
Option "UseFastTLS" "2"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
EndSubSection
SubSection "Display"
Viewport 0 1
Depth 8
Modes "1280x800"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "True"
EndSection
Thanks for any help you can provide! By the way, I tried to reinstall pretty much every package that had a "kbd" in it, just to be sure...
Last edited by valandil (2008-12-01 03:04:09)

Ok. Thanks.
I reread the article more carefully and did the HAL thing, and it worked. (Thank you!!!)
However, the error message from X.Org still appears. How do I get rid of it? I tried to comment out any reference to keyboard thing in my xorg.conf, which now looks like that:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Touchpad" "SendCoreEvents"
# InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "xtrap"
Load "dri"
Load "record"
Load "extmod"
Load "GLcore"
Load "dbe"
Load "glx"
Load "freetype"
Load "synaptics"
EndSection
Section "ServerFlags"
Option "AutoAddDevice" "false" # disable hotplugging?
Option "AllowEmptyInput" "false" # enable legacy drivers (kbd, mouse, etc.)
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection
#Section "InputDevice"
# Identifier "Keyboard0"
# Driver "keyboard"
# Option "XkbLayout" "ca"
# Option "XkbVariant" "fr"
#EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "NoDRI" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "DRM_nbufs" # <i>
#Option "DRM_bufsize" # <i>
#Option "Capabilities" # <i>
#Option "CapabilitiesEx" # <i>
#Option "ClientDriverName" # [<str>]
#Option "KernelModuleParm" # [<str>]
#Option "AGPMask" # <i>
#Option "AGPv3Mask" # <i>
#Option "BufferTiling" # [<bool>]
#Option "Profile" # <str>
#Option "RingSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "GammaCorrectionI" # <i>
#Option "GammaCorrectionII" # <i>
#Option "OpenGLOverlay" # [<bool>]
#Option "DefaultVisualTrueColor" # [<bool>]
#Option "VideoOverlay" # [<bool>]
#Option "DesktopSetup" # [<str>]
#Option "MonitorLayout" # [<str>]
#Option "ForceMonitors" # [<str>]
#Option "EnableMonitor" # <str>
#Option "OverlayOnCRTC2" # [<bool>]
#Option "Mode2" # [<str>]
#Option "PairModes" # [<str>]
#Option "HSync2" # [<str>]
#Option "VRefresh2" # [<str>]
#Option "ScreenOverlap" # <i>
#Option "MemClock" # <i>
#Option "ASICClock" # <i>
#Option "UseInternalAGPGART" # [<bool>]
#Option "FastSwap" # [<bool>]
#Option "Stereo" # [<bool>]
#Option "StereoSyncEnable" # <i>
#Option "DisableOvScaler" # [<bool>]
#Option "UseFastTLS" # <i>
#Option "BlockSignalsOnLock" # [<bool>]
#Option "ForceGenericCPU" # [<bool>]
#Option "CenterMode" # [<bool>]
#Option "OffScreenPixmaps" # [<bool>]
#Option "EnableOpaqueOverlayVisual" # [<bool>]
#Option "TMDSCoherentMode" # [<bool>]
#Option "EnablePrivateBackZ" # [<bool>]
#Option "TVFormat" # [<str>]
#Option "TVStandard" # [<str>]
#Option "TVOverscan" # [<bool>]
#Option "TVHSizeAdj" # <i>
#Option "TVVSizeAdj" # <i>
#Option "TVHPosAdj" # <i>
#Option "TVVPosAdj" # <i>
#Option "TVHStartAdj" # <i>
#Option "TVColorAdj" # <i>
#Option "PseudoColorVisuals" # [<bool>]
#Option "PreferredVRefresh" # <i>
#Option "FastStart" # [<bool>]
#Option "ProfileDriver" # [<bool>]
#Option "PPPTforGART" # [<bool>]
#Option "TexturedVideo" # [<bool>]
#Option "TexturedVideoSync" # [<bool>]
#Option "Textured2D" # [<bool>]
#Option "TexturedXrender" # [<bool>]
#Option "DPMS" # [<bool>]
#Option "MaxGARTSize" # <i>
#Option "LogoPosX" # <i>
#Option "LogoPosY" # <i>
#Option "LogoColFG" # <i>
#Option "LogoColBG" # <i>
#Option "SwapScreens" # [<bool>]
#Option "FBC" # [<bool>]
#Option "FrontBufferMode" # <i>
#Option "BackBufferMode" # <i>
#Option "DepthBufferMode" # <i>
#Option "OverlayBufferMode" # <i>
#Option "VideoOverlayBufferMode" # <i>
#Option "EnableIrqMgr" # [<bool>]
#Option "EnablePPLIB" # [<bool>]
#Option "DefaultOnDC" # [<bool>]
#Option "EnableRandR12" # [<bool>]
#Option "DisableRotation" # [<bool>]
#Option "EnableCrossFire" # [<bool>]
#Option "DisableDlm" # [<bool>]
Identifier "Card0"
Driver "fglrx"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility X1400"
Option "UseFastTLS" "2"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
EndSubSection
SubSection "Display"
Viewport 0 1
Depth 8
Modes "1280x800"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "True"
EndSection
Plus, my "Ctrl" key won't work properly anymore (so I can't change virtual desktop in Compiz). Anyway, thanks for any help.

Similar Messages

  • Metro Apps All Crash On Startup - I have read the other threads on this

    UPDATE: I AM UPDATING THIS FIRST POST AS PEOPLE KEEP INCORRECTLY MARKING OUR ISSUE AS ANSWERED WHEN THEY HAVE NOT READ THE THREAD PROPERLY. AS SUCH I WILL START BY SAYING IF YOU ARE COMING HERE AND USING AVAST THEN YOUR SOLUTION WILL BE TO TURN OF THE BEHAVIOR SHIELD
    FUNCTION. MORE INFO IS CONTAINED ELSEWHERE ONLINE ON THIS MATTER. THIS THREAD IS ABOUT DOMAIN USE OF METRO ON CLEAN INSTALLS WITH NO 3RD PARTY SOFTWARE. SORRY FOR THE CAPITALS BUT 5 TIMES HAVE PEOPLE MARKED AVAST AS THE ANSWER TO OUR PROBLEM WHEN IT IS NOT
    EVEN INSTALLED AS DESCRIBED IN THE THREAD. I HAVE POSTED AN EXACT STEP BY STEP TO REPRODUCE MY PROBLEM LOWER DOWN
    I know this question has been asked several times but there seems to be no-one that has a fix for it and it's becoming very frustrating.
    I have installed windows 8 on my work computer as part of a test group to evaluate how the OS runs in our corporate space. The answer currently is not very well. The desktop side runs lovely but the whole metro experience is currently broken. This is the
    same across all the people in our test group, not just my machine.
    Scenario:
    All users running windows 8 within our domain are unable to launch any metro (sorry - new style) application with the exception of PC settings.
    I will describe how I set my machine up and the errors I receive.
    The install is Windows 8 Pro that was a totally clean install. Installation went fine and very fast which was great. When required during setup I created a local Microsoft account - we wanted to see the experience for the majority of users who
    do not have a live id. This all worked fine and everything worked as expected - including the metro apps.
    Now that everything was up and working we joined the machine to the domain, this went fine and I was asked what local security level I would like the account to have - I selected administrator as I need to install all my software / dev tools etc.
    After reboot I log into my domain account and start to install all my applications. I didn't retest metro apps at this point as it never crossed my mind that I would need to.
    All normal desktop apps / programs installed I try to show a colleague the news metro app. The splash screen flashes up and bang straight back to the start screen. I proceeded to try every single other metro app and all have the same result, including
    the store. Strangely they are all displaying notifications and updating the tiles.
    So now I start to search the issue online looking at my event logs for clues to track it down. The following is what i find in the event viewer, I will use the store as an example:
    Under "Windows Logs" --> "Application" : I get two separate error events the first reads "Activation of app winstore_cw5n1h2txyewy!Windows.Store failed with error: The app didn't start. See the Microsoft-Windows-TWinUI/Operational log for additional
    information." The second arrives in the log about 15 seconds after the first and reads "App winstore_cw5n1h2txyewy!Windows.Store did not launch within its allotted time."
    Under "Windows Logs" --> "System" : I get one error that reads "The server Windows.Store did not register with DCOM within the required timeout."
    Under "Applications And Services Logs" --> "Microsoft" -->  "Windows" --> "Apps" --> "Microsoft-Windows-TWinUI/Operational" : I get one error that reads "Activation of the app winstore_cw5n1h2txyewy!Windows.Store for
    the Windows.Launch contract failed with error: The app didn't start."
    I have tried the following to resolve this with no success:
    Updated the registry as per a moderator suggestion on technet
    Linked my domain account to my live id account
    Tried changing permissions on C drive to allow all application packages full control
    Install all latest updates
    Tried to run from the local none domain account - same issue now occurs there
    I am not willing to do a repair or re install after spending the best part of a day installing my programs and arranging my start menu too my desired layout. Also each user in our test group has the same issue with totally different software installed. The
    only common item between the 5 systems is .net 3.5 has been installed in order to run a piece of custom software (a simple exe).
    I need to try to find another spare machine to test if simply joining the domain is the root cause. If so this will surely be a big issue when it is actually release later this month as we do nothing special here in terms of our domain config. If it is something
    to do with the domain Microsoft should be much more specific about what can and cant be done on the group policies if you want metro to run. There is no way we could roll this out to our users if as soon as they join our domain their entire start
    screen stops working.
    HELP!!!

    Kevinio04, 
    We have been experiencing the same error in our environment; however today I have found a solution for this.  I have included my theory too, as to why this was happening.  Let me know if this solution works for you:
    If you have recently installed Windows 8 Enterprise on a machine, put the machine on a domain and then used Active Directory credentials to log in, then you may have
    experienced all Metro Apps to crash.
    Theory for Metro apps crashing: Once the machine was put on the domain and an Active Directory user would log into the Windows 8 machine group policy kicked in (depending on what OU that machine was in).  Group policy writes to the Windows registry;
    therefore if you put that same machine in a different OU after previously being in a different OU, there are still traces of the previous group policy in the Windows registry.  In summary, a new OU needs to be created in group policy specifically for
    Windows 8 machines.  The machines that are going to have Windows 8 installed on them, must start with a clean Windows 8 install. You can find details in the outline below:
    GROUP POLICY CHANGES
    Create a new Windows 8 OU with no policies enforced
    Once that OU is created, create the following Policy:
    Location of Policy: Computer Configuration / Policies / Windows Settings / Security Settings / Local Policies/Security Options / Audit: Audit the access of global system objects
    This policy needs to be set to: Not Configured
    Audit: Audit the access of global system objects
    Default: Disabled
    Description of this Policy
    *This security setting determines whether to audit the access of global system objects. If this policy is enabled, it causes system objects, such as mutexes, events, semaphores and DOS devices, to be created with a default system access control list (SACL).
    Only named objects are given a SACL; SACLs are not given to objects without names. If the Audit object access audit policy is also enabled, access to these system objects is audited.*
      INSTALL WINDOWS 8 ENTERPRISE
    Administer a clean install of Windows 8 on a machine
    Create a local administrator account
    Log in with the location admin account to put the machine on the domain
    Do NOT log onto the machine with Active Directory credentials yet!
    Put the machine in the new Windows 8 OU
    Restart the machine
    Now, log onto the machine with Active Directory credentials
       TADA!

  • Time machine disappeared/reappeared with Lion (I've read the other threads)

    Hello,
    I downloaded Lion to my MacBook Pro. I am running OX 10. 7 (Lion). My Airport Utility software is updated and current (5.3.3).
    What happened is this:
    After downloading the new 10.7 (Lion), Time Machine was not able to run any more because it could not locate Time Capsule. I went ahead and launched Airport Utility, and Airport Utility did NOT locate Time Capsule either. It was the end of the day and I was VERY frustrated with all of the crap that Lion has thrown at me---problem after problem---so I just closed the lid and said, "I'll deal with it tomorrow".
    So here it is tomorrow, and I tried to run Time Machine and it worked---HOWEVER....I had to click on "Select Disk" in order to tell Time Machine to use Time Capsule (even though I have changed nothing). Time Machine began doing the backup to Time Capsule, however, it was doing a backup from scratch as if it was the very first time I had ever done a backup.
    My MacBook Pro is now completely backed up, however, it is only backed up as far as today (the backup it just did). When I "enter time machine", all of my backups back to March are gone (I purchased Time Capsule in March). Yet on the Time Machine "Preferences" window, it says this:
    Oldest Backup: March 4, 2011
    That date is correct----it SHOULD be backed up to March 4th, but when I "enter time machine", it only goes back as far as today. It does not show all of the backups going back to March 4th.
    My Time Capsule backs up 2 other computers on my home network, and those other two computers are backing up perfectly. There is no problem with the other two computers. The other two computers do indeed have all backup going back to March 4, 2011, and the other two computers continue to backup normally with nothing out of the ordinary. I have NOT installed "Lion" on the other two computers---only on the one MacBook Pro with the issue that I am describing here.
    How do I get Time Machine to show all of the previous backups going back to March 4, 2011 when I "enter time machine". It seems to know that there are indeed backsup going that far since it says so right in the Preferences window. I am exhausted with all of these problems that Lion has thrown at me--I wish I never purchased it. But now I'm stuck with it and need to get things back to normal. Help! Thank you very much.

    Hello,
    When I open a Finder window on the MacBook Pro, I see my wireless network name (xx Wireless Network). My Time Capsule is the same as my wireless network. When I click on that name, in the main part of the window there is a single folder. The name of the single folder is "(name) Wireless Network". If I double click on that folder to open it, there are three items. The names of these three items are:
    MacBookPro=001F...ee202.sparsebundle
    Macintosh1
    Macintosh.sparsebundle
    Without me clicking on any of them, the first one shows a "Date Modified" of: "Yesterday, 9:20AM".
    Is that first one the thing that I am supposed to double-click on?

  • Bluetooth mouse and keyboard go off exactly the same time, and don't connect agian after ive installed the mac os x 10.8 updates please fix this apple

    After Installing the mac os x update for 10.6.8 ive recentley in the last couple of days the bluetooth mouse and keyboard going off at the same time ive looked at some help but i feel like this is a software bug after installing so any other suggetions than taking it into an Apple Store,
    I hope apple fixthis problem in there next patch update.

    Hi,
    Welcome to the    Discussions
    Does the App launch form the Applications Folder rather than the DOCK ?
    The icons in the DOCK are links to the App. Sometimes this link can get broken.
    8:37 PM Sunday; December 27, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • HT4847 I have a new iphone and cannot delete the backup from icloud.  It says that it is in use.  I have read some of the other threads and it only seems to be haphazard solutions. Is there a definite way to fix this? I am not able to change icloud accoun

    I have a new iphone and cannot delete the backup from icloud.  It says that it is in use.  I have read some of the other threads and it only seems to be haphazard solutions. Is there a definite way to fix this? I am not able to change icloud accounts.

    Follow the steps in wjosten's post here: https://discussions.apple.com/message/13356770#13356770 (for Windows, substitute Outlook in step 2).

  • When I start the program I instantly see this message:  "Adobe Bridge encountered a problem and is unable to read the cache, please try purging the central cache in cache preferences to correct the situation".  I have tried this and it only results in a s

    When I start the program I instantly see this message:  "Adobe Bridge encountered a problem and is unable to read the cache, please try purging the central cache in cache preferences to correct the situation".  I have tried this and it only results in a stalled/locked program.  I have tried restarting my machine multiple times and tried reconfiguring how the cache is managed.  Do you have anyone who could walk me through each step to correct this problem which just started two days ago.  I have owned this program for at least a year now...

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • I have just upgraded from Lightroom 5 standalone to Lightroom 6 standalone. I ppear to have been automatically enrolled for a 30 day free trial of Lightroom mobile and Creative Cloud. Reading the FAQ, it appears that after the expiry of the free trial I w

    I have just upgraded from Lightroom 5 standalone to Lightroom 6 standalone. I appear to have been automatically enrolled for a 30 day free trial of Lightroom Mobile and Creative Cloud. Reading the FAQ, it appears that after the expiry of the free trial, if I do not sign up and pay, I will only be able to view my pictures on the desktop but not edit them - surely this cannot be true. How do I un-enroll for the 30 day free trial of Lightroom Mobile and CC?

    When I was signed into Adobe (which was a requirement for installing the upgrade), Lightroom 6 told my at the top right corner that I had 30 days left of my free trial of Lightroom Mobile and Creative Cloud. In parallel with this forum posting, I am chatting with Adobe support. he is away to find out how to prevent any synching with Creative Cloud during the 30 day free trial. I do not think that Creative Cloud is an application that gets installed on your PC. I think Lightroom 6 has it built in, and can use it if if you are signed up to the Creative Cloud and Lightroom Mobile (which I am for 30 days)

  • Error encountered while signing. Windows cryptographic service provider reported an error. Object not found. Error code:2148073489. Windows 7, Adobe Reader XI, Symantec PKI, Smart Card and CAC. I have seen other threads for this error but none have a reso

    Error encountered while signing. Windows cryptographic service provider reported an error. Object not found. Error code:2148073489. Windows 7, Adobe Reader XI, Symantec PKI, Smart Card and CAC. I have seen other threads for this error but none have a resolution. Any help would be appreciated.
    Sorry for the long title, first time poster here.

    This thread is pretty old, are you still having this issue?

  • How would I be able to pull up all of the text messages tat were in my phone over the course of 2 years and back them up to my computer since my phone has a broken screen and can no longer read the mesages.

    How would I be able to pull up all of the text messages tat were in my phone over the course of 2 years and back them up to my computer since my phone has a broken screen and can no longer read the mesages.

    If the messages are stored on the device and you can power the device up you can use the application posted at https://community.verizonwireless.com/thread/770529  , the application has a screen capture option and you can use the screen as a guide to install MyBackup from Market or a number of backup apps from Market and then you can run the applications and backup data to your SD Card to restore to the replacement device.

  • I have lost my photos/videos when i imported from my ipad 2 to my new imac latest version and it's not reading the files.  I have downloaded iMac library manager and can see them. can someone shed some light please ?

    i have lost my photos/videos when i imported from my ipad 2 to my new imac latest version OS X 10.8.4
    and it's not reading the files.  I have downloaded iMac library manager and can see them.  when i go back into iphoto i'm getting the following message :
    Do you want to switch the current iPhoto Library from “iPhoto Library.photolibrary” to “iPhoto Library.photolibrary” and relaunch iPhoto?
    I don't know what to do - please help !!!!
    can someone shed some light please ?

    So it appears you have only one library on the hard drive. Apply the two fixes below in order as needed to that library:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - run Option #4 to rebuild the database.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • When opening Bridge (CS6) I get the following message: "Bridge encountered a problem and is unable to read the cache. Please try purging the central cache in Cache Preferences to correct the situation" I tried and after selecting purge cache it does not a

    When opening Bridge (CS6) I get the following message: "Bridge encountered a problem and is unable to read the cache. Please try purging the central cache in Cache Preferences to correct the situation" I tried and after selecting purge cache it does not allow me to select OK. Also Bridge keeps saying "Building Criteria" with the spinning wheel and nothing happens. I tried uninstalling and reinstalling to no avail. Please help:)

    Maybe a Preferences reset can help:
    Numerous program settings are stored in the Adobe Bridge preferences file, including display, Adobe Photo Downloader, performance, and file-handling options.
    Restoring preferences returns settings to their defaults and can often correct unusual application behavior.
    Press and hold the Ctrl key (Windows) or the Option key (Mac OS) while starting Adobe Bridge.  
    In the Reset Settings dialog box, select one or more of the following options:  
      Reset Preferences 
    Returns preferences to their factory defaults. Some labels and ratings may be lost. Adobe Bridge creates a new preferences file when it starts.
    Purge Entire Thumbnail Cache
    Purging the thumbnail cache can help if Adobe Bridge is not displaying thumbnails properly. Adobe Bridge re-creates the thumbnail cache when it starts.
    Reset Standard Workspaces
    Returns Adobe predefined workspaces to their factory default configurations.
    Click OK, or click Cancel to open Adobe Bridge without resetting preferences.   

  • My bridge is not working normally and keep given me this message : bridge encountered a problem and is unable to read the cache . Please try purging the central cache in cache preferences to correct the situation

    My bridge is not working normally and keep given me this message : bridge encountered a problem and is unable to read the cache . Please try purging the central cache in cache preferences to correct the situation

    And did you then actually purge the cache?
    Please realize that you have given ZERO details.
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • When opening Bridge I get this message: Bridge encountered a problem and is unable to read the cache. Please try purging the central cache in the cache preferences to correct the situation. I have tried this and still get this message. when I delete image

    When opening Bridge I get this message: Bridge encountered a problem and is unable to read the cash. Please try purging the central cache in the cache preferences to correct this problem. I did this and still get this same message.Also now when deleting images they don't delete till I close and reopen Bridge. What can i do to fix this problem?

    Maybe a Preferences reset can help:
    Numerous program settings are stored in the Adobe Bridge preferences file, including display, Adobe Photo Downloader, performance, and file-handling options.
    Restoring preferences returns settings to their defaults and can often correct unusual application behavior.
    Press and hold the Ctrl key (Windows) or the Option key (Mac OS) while starting Adobe Bridge.  
    In the Reset Settings dialog box, select one or more of the following options:  
      Reset Preferences 
    Returns preferences to their factory defaults. Some labels and ratings may be lost. Adobe Bridge creates a new preferences file when it starts.
    Purge Entire Thumbnail Cache
    Purging the thumbnail cache can help if Adobe Bridge is not displaying thumbnails properly. Adobe Bridge re-creates the thumbnail cache when it starts.
    Reset Standard Workspaces
    Returns Adobe predefined workspaces to their factory default configurations.
    Click OK, or click Cancel to open Adobe Bridge without resetting preferences.   

  • I have master suite cs6. on mac osx. bridge has been quitting unexpectedly. Also, getting message at start up that states that "bridge encountered a problem and is unable to read the cache. Please try purging the central cache in Cache Preferences to corr

    I have master suite cs6. on mac osx. bridge has been quitting unexpectedly. Also, getting message at start up that states that "bridge encountered a problem and is unable to read the cache. Please try purging the central cache in Cache Preferences to correct the situation" I have purged the cache several times and adjusted settings with no change. I also downloaded the entire suite and installed. Do I need to uninstall all of the programs before installing the suite? There is not an option to install only Bridge from the install package.

    Maria,
    Topic or subject titles should be clear, pertinent and concise so that individual users can tell at a glance if they can help or not.
    That field is not for attempting to fit your entire question in there.
    Please keep this in mind next time you post.  Thank you.

  • Dialog box says-"Bridge encountered a problem and is unable to read the cache. ... purge central cache" For one, I can't find the central cache and two, I've purged the cache in bridge. Shouldn't that help.

    Our Bridge has been acting very strange. It keeps giving a dialog box of "Bridge encountered a problem and is unable to read the cache. ... purge central cache" For one, I can't find the central cache and two, I've purged the cache in bridge. Shouldn't that help? There's just all kinds of weird stuff going on. I suppose it does have something to do with the central cache, so maybe someone can tell me where to find it.
    When I use the burn/dodge tool sometimes it drags and staggers and takes forever to complete whatever I'm burning/dodging. When I try to delete an image from the dock, it won't disappear but it won't display either.
    Any help would be appreciated.

    The Central Cache is the Bridge Cache.
    It's referred as the Central Cache to differentiate it from the individual folder's cache or even the individual image cache.

Maybe you are looking for