Xorg shutting down when certain keys are pressed

Hello after some recent updates, I've experienced that xserver is shutting down and I need to restart my computer to get a working a system back.
When I hold keys like backspace arrow keys this happens, anyone experienced the same lately?

(II) config/hal: Adding input device Logitech Logitech BT Mini-Receiver
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Logitech Logitech BT Mini-Receiver
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device G15 Keyboard G15 Keyboard
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Gaming Keyboard
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Gaming Keyboard
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Logitech USB Gaming Mouse
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Macintosh mouse button emulation
(EE) config/hal: NewInputDeviceRequest failed (8)
I have disabled the hotplugging in my config.

Similar Messages

  • No key event when compose keys are pressed

    I am supporting a legacy application for Sabre which maps some of the keys differently. For example, on a French keyboard the Compose key which is used to put a ^ on top of the vowel characters is to be remapped to produce a special character called a "Change Character" that has a special use for reservation agents that use Sabre
    The problem is, the first time you press the ^ compose key there is no key event apparently because the VM figures it doesn't yet know what key to report, it is expecting you to press a character such as 'o' and then you get an 'o' with a '^' on top of it.
    If you press the ^ compose key a second time, you get the following key events:
    keyPressed
    keyTyped
    keyTyped
    keyReleased
    On the screen you will see two ^ characters appear. Currently I remap the ^ character to the "Change Character", and I suppress the second keyTyped event so that I only get one character. The problem is that the user ends up having to press the key twice to get one "Change Character."
    I have no fix for this problem because there is no key event produced when they press the ^ compose key the first time.
    By the way, this behavior appears to have been introduced with jdk 1.3. The older jdk did produce a key event the first time you pressed the compose key. I would expect that this behavior was considered to be a bug and was fixed in jdk 1.3.
    Is there some other way to detect when the user presses a compose key? If not, is it possible for future jdk releases to report a keyPressed event when a compose key is pressed? This event would not cause a character to appear on the screen, but would allow programs to detect when the compose key is pressed.
    There is already a key on the French keyboard that behaves this way. It is the key to the left of the '1' key and it has the pipe symbol on it. If you press Shift plus this pipe key, no character is produces but a keyPressed event with a keycode of 222 is produced. I merely point this out to show that there is a way to report key events whithout producing output on the screen.
    Thanks, Brian Bruderer

    I don't know if this actually helps, but it seems that you can bind an Action to a dead key like the circumflex of the French keyboard
    Keymap keymap = textPane.addKeymap("MyEmacsBindings", textPane.getKeymap());
    Action action = getActionByName(DefaultEditorKit.beginAction );
    KeyStroke key = KeyStroke.getKeyStroke(KeyEvent.VK_DEAD_CIRCUMFLEX);
    keymap.addActionForKeyStroke(key, action);I saw this on a Swing tutorial and modified it slightly. Have a look at it :
    http://java.sun.com/docs/books/tutorial/uiswing/components/generaltext.html
    Chris

  • JSlider -- catch when arrow keys are pressed

    Hi,
    With a JSlider, when it has focus and a user presses the left/right arrow keys ..the thumb on the slider is moved to a new value. I tried adding a keyListener but that didnt work...how can I catch when a left/right arrow key is pressed??
    thanks

    You can take over the binding, but you will be responcible for the action....
    import javax.swing.*;
    import javax.swing.border.*;
    import javax.swing.table.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    public class KeyMappingEx extends JFrame
    JSlider slid;
        public KeyMappingEx()
            super( "Key Mapping Ex");
            setDefaultCloseOperation( EXIT_ON_CLOSE );
            slid  = new JSlider( 0, 100, 50 );
              slid.setMajorTickSpacing( 20 );
            slid.getInputMap( ).put( KeyStroke.getKeyStroke(KeyEvent.VK_RIGHT, 0, false),
                                       "RIGHT_ARROW" );
            slid.getActionMap().put( "RIGHT_ARROW", new RightAction(  ) );
            slid.getInputMap( ).put( KeyStroke.getKeyStroke(KeyEvent.VK_LEFT, 0, false),
                                       "LEFT_ARROW" );
            slid.getActionMap().put( "LEFT_ARROW", new LeftAction(  ) );
            setContentPane( slid );
            pack();
            setLocationRelativeTo( null );
            setVisible( true );
        public static void main( String[] args )
            try
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
            catch( Exception e )
            new KeyMappingEx();
        class RightAction extends  AbstractAction
            public void actionPerformed(ActionEvent e)
                System.out.println("RIGHT ARROW");
                slid.setValue( slid.getValue() + slid.getMajorTickSpacing() );
        class LeftAction extends  AbstractAction
            public void actionPerformed(ActionEvent e)
                System.out.println("LEFT ARROW");
                slid.setValue( slid.getValue() - slid.getMajorTickSpacing() );
    }

  • Blackberry typing when no keys are pressed

    Hello,
    I have a BB Tour 9630. The problem that I am having is that every 5 seconds the letter "q" is typed on the screen without any buttons being pressed. This happens when I am using the browser, sending a text, trying to place a call and also when the blackberry is just setting on the desk. I have pulled the battery and also reset the blackberry and reloaded the software. Does anyone have any suggestions?
    Thanks,
    Ryan

    Hi and Welcome to the Forums!
    I suggest you contact your service provider for warranty evaluation.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • ITunes stops/starts songs every time certain keys are pressed, whether application is open/active or not.

    iTunes stops/starts songs whenever ENTER,"/" [num pad] or DELETE is pressed, whether the application is open/active or not.  Updated to most recent version a few days ago, though this began seemingly spontaneously today, possibly tied to an iPad sync although I really have no idea how it could have started.

    Hello Brian,
    Thank you for providing the details of the issue you are experiencing with iTunes.
    I recommend reviewing the following article to see if any third-party plug-ins could be causing the problem:
    iTunes: Troubleshooting issues with third-party iTunes plug-ins
    http://support.apple.com/kb/TS3430
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How come my program doesn't shut down when all windows are closed?

    As of Java 1.5 (maybe earlier) java is supposed to exit when all windows have been closed. I have confirmed that this happens in a simple case of displaying 2 JFrames and closing both. Can anyone tell me why it's not happening in the case of 2 frames and 1 dialog here?
    * Created on Jul 12, 2006 by @author Tom Jacobs
    package tjacobs.ui;
    import java.awt.Component;
    import java.awt.Dialog;
    import java.awt.Frame;
    import java.awt.GraphicsConfiguration;
    import java.awt.HeadlessException;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.ComponentEvent;
    import java.awt.event.ComponentListener;
    import java.awt.event.WindowEvent;
    import java.awt.event.WindowListener;
    import javax.swing.JButton;
    import javax.swing.JDialog;
    import javax.swing.JFrame;
    public class ModalOnParentDialog extends JDialog implements ComponentListener,
              WindowListener {
         private Component mOwner;
         private boolean mParentOnly = false;
         public ModalOnParentDialog() throws HeadlessException {
              super();
              init(null);
         public ModalOnParentDialog(Frame arg0) throws HeadlessException {
              super(arg0);
              init(arg0);
         public ModalOnParentDialog(Frame arg0, boolean arg1)
                   throws HeadlessException {
              super(arg0, arg1);
              init(arg0);
         public ModalOnParentDialog(Frame arg0, String arg1)
                   throws HeadlessException {
              super(arg0, arg1);
              init(arg0);
         public ModalOnParentDialog(Frame arg0, String arg1, boolean arg2)
                   throws HeadlessException {
              super(arg0, arg1, arg2);
              init(arg0);
         public ModalOnParentDialog(Frame arg0, String arg1, boolean arg2,
                   GraphicsConfiguration arg3) {
              super(arg0, arg1, arg2, arg3);
              init(arg0);
         public ModalOnParentDialog(Dialog arg0) throws HeadlessException {
              super(arg0);
              init(arg0);
         public ModalOnParentDialog(Dialog arg0, boolean arg1)
                   throws HeadlessException {
              super(arg0, arg1);
              init(arg0);
         public ModalOnParentDialog(Dialog arg0, String arg1)
                   throws HeadlessException {
              super(arg0, arg1);
              init(arg0);
         public ModalOnParentDialog(Dialog arg0, String arg1, boolean arg2)
                   throws HeadlessException {
              super(arg0, arg1, arg2);
              init(arg0);
         public ModalOnParentDialog(Dialog arg0, String arg1, boolean arg2,
                   GraphicsConfiguration arg3) throws HeadlessException {
              super(arg0, arg1, arg2, arg3);
              init(arg0);
         private void init(Component c) {
              mOwner = c;
              addComponentListener(this);
              addWindowListener(this);
         public void componentResized(ComponentEvent arg0) {}
         public void componentMoved(ComponentEvent arg0) {}
         public void componentShown(ComponentEvent arg0) {
              doModalOp();
         public void componentHidden(ComponentEvent arg0) {
              doModalOp();
         public boolean isParentOnly() {
              return mParentOnly;
         public void setParentOnly(boolean b) {
              mParentOnly = b;
         public void setModal(boolean b) {
              super.setModal(b);
              //mModal = b;
              doModalOp();
         private void doModalOp() {
              if (mOwner != null) {
                   mOwner.setEnabled(!super.isModal() || !isVisible());
         public boolean isModal() {
              return super.isModal() && !mParentOnly;
    //     public boolean isParentModel() {
    //          return mModal;
         public void windowOpened(WindowEvent arg0) {
              doModalOp();
         public void windowClosing(WindowEvent arg0) {}
         public void windowClosed(WindowEvent arg0) {
              doModalOp();
         public void windowIconified(WindowEvent arg0) {}
         public void windowDeiconified(WindowEvent arg0) {}
         public void windowActivated(WindowEvent arg0) {}
         public void windowDeactivated(WindowEvent arg0) {}
         protected void finalize() throws Throwable {
              super.finalize();
              removeComponentListener(this);
              removeWindowListener(this);
              mOwner = null;
         public static void main(String[] args) {
              JFrame jf1 = new JFrame("1"), jf2 = new JFrame("2");
              final ModalOnParentDialog d = new ModalOnParentDialog(jf1, "3");
              d.setModal(true);
              d.setParentOnly(true);
              JButton b = new JButton("Show");
              b.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent ae) {
                        d.setVisible(!d.isVisible());
              jf1.setBounds(0,0,40,40);
              jf2.setBounds(40,40,40,40);
              jf2.add(b);
              d.setBounds(80,80,40,40);
              jf1.setVisible(true);
              jf2.setVisible(true);
              d.setVisible(true);
    }

    I fixed it
    * Created on Jul 12, 2006 by @author Tom Jacobs
    package tjacobs.ui;
    import java.awt.Component;
    import java.awt.Dialog;
    import java.awt.Frame;
    import java.awt.GraphicsConfiguration;
    import java.awt.HeadlessException;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.ComponentEvent;
    import java.awt.event.ComponentListener;
    import java.awt.event.WindowEvent;
    import java.awt.event.WindowListener;
    import javax.swing.JButton;
    import javax.swing.JDialog;
    import javax.swing.JFrame;
    public class ModalOnParentDialog extends JDialog implements ComponentListener,
              WindowListener {
         private Component mOwner;
         private boolean mParentOnly = false;
         public ModalOnParentDialog() throws HeadlessException {
              super();
              init(null);
         public ModalOnParentDialog(Frame arg0) throws HeadlessException {
              super(arg0);
              init(arg0);
         public ModalOnParentDialog(Frame arg0, boolean arg1)
                   throws HeadlessException {
              super(arg0, arg1);
              init(arg0);
         public ModalOnParentDialog(Frame arg0, String arg1)
                   throws HeadlessException {
              super(arg0, arg1);
              init(arg0);
         public ModalOnParentDialog(Frame arg0, String arg1, boolean arg2)
                   throws HeadlessException {
              super(arg0, arg1, arg2);
              init(arg0);
         public ModalOnParentDialog(Frame arg0, String arg1, boolean arg2,
                   GraphicsConfiguration arg3) {
              super(arg0, arg1, arg2, arg3);
              init(arg0);
         public ModalOnParentDialog(Dialog arg0) throws HeadlessException {
              super(arg0);
              init(arg0);
         public ModalOnParentDialog(Dialog arg0, boolean arg1)
                   throws HeadlessException {
              super(arg0, arg1);
              init(arg0);
         public ModalOnParentDialog(Dialog arg0, String arg1)
                   throws HeadlessException {
              super(arg0, arg1);
              init(arg0);
         public ModalOnParentDialog(Dialog arg0, String arg1, boolean arg2)
                   throws HeadlessException {
              super(arg0, arg1, arg2);
              init(arg0);
         public ModalOnParentDialog(Dialog arg0, String arg1, boolean arg2,
                   GraphicsConfiguration arg3) throws HeadlessException {
              super(arg0, arg1, arg2, arg3);
              init(arg0);
         private void init(Component c) {
              mOwner = c;
              addComponentListener(this);
              addWindowListener(this);
         public void componentResized(ComponentEvent arg0) {}
         public void componentMoved(ComponentEvent arg0) {}
         public void componentShown(ComponentEvent arg0) {
              doModalOp();
         public void componentHidden(ComponentEvent arg0) {
              doModalOp();
         public boolean isParentOnly() {
              return mParentOnly;
         public void setParentOnly(boolean b) {
              mParentOnly = b;
         public void setModal(boolean b) {
              super.setModal(b);
              //mModal = b;
              doModalOp();
         private void doModalOp() {
              if (mOwner != null) {
                   mOwner.setEnabled(!super.isModal() || !isVisible());
         public boolean isModal() {
              return super.isModal() && !mParentOnly;
    //     public boolean isParentModel() {
    //          return mModal;
         public void windowOpened(WindowEvent arg0) {
              doModalOp();
         public void dispose() {
              //setVisible(false);
              //doModalOp();
              if (mOwner != null) {
                   mOwner.setEnabled(true);
              removeComponentListener(this);
              removeWindowListener(this);
              super.dispose();
         public void pack() {
              super.pack();
              addListeners();
         private boolean addListeners() {
              WindowListener[] listeners = this.getWindowListeners();
              if (listeners != null) {
                   for (int i = 0; i < listeners.length; i++) {
                        if (listeners[i] == this) return false;
              addComponentListener(this);
              addWindowListener(this);
              return true;
         public void show() {
              super.show();
              addListeners();
         public void show(boolean b) {
              super.show(b);
              addListeners();
         public void windowClosing(WindowEvent arg0) {}
         public void windowClosed(WindowEvent arg0) {
              doModalOp();
         public void windowIconified(WindowEvent arg0) {}
         public void windowDeiconified(WindowEvent arg0) {}
         public void windowActivated(WindowEvent arg0) {}
         public void windowDeactivated(WindowEvent arg0) {}
         public static void main(String[] args) {
              JFrame jf1 = new JFrame("1"), jf2 = new JFrame("2");
              final ModalOnParentDialog d = new ModalOnParentDialog(jf1, "3");
              d.setModal(true);
              d.setParentOnly(true);
              JButton b = new JButton("Show");
              b.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent ae) {
                        d.setVisible(!d.isVisible());
              jf1.setBounds(0,0,40,40);
              jf1.setDefaultCloseOperation(jf1.DISPOSE_ON_CLOSE);
              jf2.setDefaultCloseOperation(jf2.DISPOSE_ON_CLOSE);
              d.setDefaultCloseOperation(d.DISPOSE_ON_CLOSE);
              jf2.setBounds(40,40,40,40);
              jf2.add(b);
              d.setBounds(80,80,40,40);
              jf1.setVisible(true);
              jf2.setVisible(true);
              d.setVisible(true);
    }

  • Default button being clicked multiple times when enter key is pressed

    Hello,
    There seems to be a strange difference in how the default button behaves in JRE 1.4.X versus 1.3.X.
    In 1.3.X, when the enter key was pressed, the default button would be "pressed down" when the key was pressed, but wouldn't be fully clicked until the enter key was released. This means that only one event would be fired, even if the enter key was held down for a long time.
    In 1.4.X however, if the enter key is pressed and held for more than a second, then the default button is clicked multiple times until the enter key is released.
    Consider the following code (which is just a dialog with a button on it):
    public class SimpleDialog extends JDialog implements java.awt.event.ActionListener
    private JButton jButton1 = new JButton("button");
    public SimpleDialog()
    this.getContentPane().add(jButton1);
    this.getRootPane().setDefaultButton(jButton1);
    jButton1.addActionListener(this);
    this.pack();
    public void actionPerformed(ActionEvent e)
    if (e.getSource() == jButton1)
    System.out.println("button pressed");
    public static void main(String[] args)
    new SimpleDialog().show();
    When you compile and run this code under 1.3.1, and hold the enter key down for 10 seconds, you will only see one print line statement.
    However, if you compile and run this code under 1.4.1, and then hold the enter key down for 10 seconds, you will see about 100 print line statements.
    Is this a bug in 1.4.X or was this desired functionality (e.g. was it fixing some other bug)?
    Does anyone know how I can make it behave the "old way" (when the default button was only clicked once)?
    Thanks in advance if you have any advice.
    Dave

    Hello all,
    I think I have found a solution. The behaviour of the how the default button is triggered is contained withing the RootPaneUI. So, if I override the default RootPaneUI used by the UIDefaults with my own RootPaneUI, I can define that behaviour for myself.
    Here is my simple dialog with a button and a textfield (when the focus is NOT on the button, and the enter key is pressed, I don't want the actionPerformed method to be called until the enter key is released):
    package focustests;
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.util.*;
    public class SimpleDialog extends JDialog implements java.awt.event.ActionListener
    private JButton jButton1 = new JButton("button");
    public SimpleDialog()
    this.getContentPane().add(new JTextField("a text field"), BorderLayout.NORTH);
    this.getContentPane().add(jButton1, BorderLayout.SOUTH);
    this.getRootPane().setDefaultButton(jButton1);
    jButton1.addActionListener(this);
    this.pack();
    public void actionPerformed(ActionEvent e)
    if (e.getSource() == jButton1)
    System.out.println("button pressed");
    public static void main(String[] args)
    javax.swing.UIManager.getDefaults().put("RootPaneUI", "focustests.MyRootPaneUI");
    new SimpleDialog().show();
    and the MyRootPaneUI class controls the behaviour for how the default button is handled:
    package focustests;
    import javax.swing.*;
    * Since we are using the Windows look and feel in our product, we should extend from the
    * Windows laf RootPaneUI
    public class MyRootPaneUI extends com.sun.java.swing.plaf.windows.WindowsRootPaneUI
    private final static MyRootPaneUI myRootPaneUI = new MyRootPaneUI();
    public static javax.swing.plaf.ComponentUI createUI(JComponent c) {
    return myRootPaneUI;
    protected void installKeyboardActions(JRootPane root) {
    super.installKeyboardActions(root);
    InputMap km = SwingUtilities.getUIInputMap(root,
    JComponent.WHEN_IN_FOCUSED_WINDOW);
    if (km == null) {
    km = new javax.swing.plaf.InputMapUIResource();
    SwingUtilities.replaceUIInputMap(root,
    JComponent.WHEN_IN_FOCUSED_WINDOW, km);
    //when the Enter key is pressed (with no modifiers), trigger a "pressed" event
    km.put(KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_ENTER,
    0, false), "pressed");
    //when the Enter key is released (with no modifiers), trigger a "release" event
    km.put(KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_ENTER,
    0, true), "released");
    ActionMap am = SwingUtilities.getUIActionMap(root);
    if (am == null) {
    am = new javax.swing.plaf.ActionMapUIResource();
    SwingUtilities.replaceUIActionMap(root, am);
    am.put("press", new HoldDefaultButtonAction(root, true));
    am.put("release", new HoldDefaultButtonAction(root, false));
    * This is a copy of the static nested class DefaultAction which was
    * contained in the JRootPane class in Java 1.3.1. Since we are
    * using Java 1.4.1, and we don't like the way the new JRE handles
    * the default button, we will replace it with the old (1.3.1) way of
    * doing things.
    static class HoldDefaultButtonAction extends AbstractAction {
    JRootPane root;
    boolean press;
    HoldDefaultButtonAction(JRootPane root, boolean press) {
    this.root = root;
    this.press = press;
    public void actionPerformed(java.awt.event.ActionEvent e) {
    JButton owner = root.getDefaultButton();
    if (owner != null && SwingUtilities.getRootPane(owner) == root) {
    ButtonModel model = owner.getModel();
    if (press) {
    model.setArmed(true);
    model.setPressed(true);
    } else {
    model.setPressed(false);
    public boolean isEnabled() {
    JButton owner = root.getDefaultButton();
    return (owner != null && owner.getModel().isEnabled());
    This seems to work. Does anyone have any comments on this solution?
    Tjacobs, I still don't see how adding a key listeners or overriding the processKeyEvent method on my button would help. The button won't receive the key event unless the focus is on the button. There is no method "enableEvents(...)" in the AWTEventMulticaster. Perhaps you have some code examples? Thanks anyway for your help.
    Dave

  • My macbook air keeps shutting down when im not moving mouse or pressing keys

    Since this morning when open my Macbook Air it a problem.  It keeps trying to shut down when I'm not moving my mouse or pressing any keys.  It also completely shuts down when I dont press "cancel" or move the mouse.

    Try a SMC reset.
    http://support.apple.com/kb/HT3964

  • Could someone help me restore my photos?  I was trying to "restore my database" in iPhoto when it shut down - now my thumbnails are distorted, logged under a new name, and when you click on a thumbnail it opens as another photo.  I was following another "

    Could someone help me restore my photos?  I was trying to "restore my database" in iPhoto when it shut down - now my thumbnails are distorted, logged under a new name, and when you click on a thumbnail it opens as another photo.  I was following another "helpful hint" hold down the option and command key and restart iPhoto - select the top three and you should be able to get rid of the dreaded exclamation point.  My MAC ran through the first two options dealing with thumbnails, but crashed during the "restore database"  step and now I have a mess.  Help, please.  Thank you.

    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  

  • My mac os x version 10.7.4 i am being unable to shut down my mac unless i press the power key. pls help me ....

    my mac os x version is 10.7.4 i am being unable to shut down my mac unless i press the power key. pls help me ....

    No, but you do at least have to buy Snow Leopard. Whether you can run it depends on what iMac you have:
    Requirements for OS X 10.6 'Snow Leopard'
    http://support.apple.com/kb/SP575
    Whilst Apple have withdrawn Snow Leopard from download, you can still get it from Apple by calling 1-800-MY-APPLE (if you are in the USA) and they will supply the SL DVD for $30.  You can also purchase the code to use to download Lion from the same number.
    If you are outside the US call your national Apple Helpline:
    http://support.apple.com/kb/HE57

  • Was trying to restore my database in iPhoto when it shut down - now my thumbnails are distored, logged under a new name and when you click on a thumbnail it opens as another photo.  Help, please

    Could someone help me restore my photos?  I was trying to "restore my database" in iPhoto when it shut down - now my thumbnails are distorted, logged under a new name, and when you click on a thumbnail it opens as another photo.  I was following another "helpful hint" hold down the option and command key and restart iPhoto - select the top three and you should be able to get rid of the dreaded exclamation point.  My MAC ran through the first two options dealing with thumbnails, but crashed during the "restore database"  step and now I have a mess.  Help, please.  Thank you.

    Repost in the iPhoto forum, where the real iPhoto wizards live:
    https://discussions.apple.com/community/ilife/iphoto

  • Sound does'nt shut down when earphones are plugged in. Ipad Mini.

    Sound doesn't shut down when earphones are plugged in. Same earphones used with other ipad or iphone give no problem.

    might be a hardware issue with the headphone jack. Try cleaning it with a dry soft toothbrush to remove lint and dust.
    If that doesn't help:
    Try doing a hard reset for the iPad: Press and hold both the Home button and the Sleep/wake button simultaneously for about 15 seconds and release when the Apple logo appears.
    If that doesn't solve the issue, you could also try backing up the device and restoring the device as new.
    In that case, follow the steps in: http://support.apple.com/kb/HT4137
    NB: set up as a NEW device because a software issue will be in the backup. If the issue persists after restoring as new, you should offer the device for service.
    If you get specific error messages/codes in iTunes when updating/restoring, check this: http://support.apple.com/kb/ts3694
    If you're not able to restore the device, this one might help: http://support.apple.com/kb/HT1808
    Using that last article will erase everything on the device, so make sure you have a backup!
    Good luck

  • I have a 27" desktop mac running with OSX 10.6.8.  The bluetooth keyboard started not typing when some of the keys are pressed. Plugged in a wired keyboard, started doing the same thing.  Now the cursor moves but cannot select anything.  Suggestions?

    I have a 27" desktop mac running with OSX 10.6.8.  The bluetooth keyboard started not typing when some of the keys are pressed. Plugged in a wired keyboard, started doing the same thing.  When opening up a browser or application, the cursor moves but cannot select anything.  Suggestions?

    Maybe something in these Apple support articles will help.
    Keyboard Doesn’t Work
    Keyboard Keys Do Not Respond
    Keyboard/Mouse – Troubleshooting Wireless

  • Reader X shuts down when trying to open more than one pdf, or when clicking certain categories in settings

    Until a few weeks ago I have never had a problem opening more than one pdf at a time. Now Reader just shuts down when I try to do so. The same thing happens when I click on the yellow highlighted categories in settings. All the other categories open fine.
    Appreciate the help of anyone who can help me solve this.

    I guess you didn't know, but yes you can close more than one app at a time. You can close up to 3 apps at a time in the new IOS7 on the iPhone. Try opening at least 3 apps and then double click the main button to see what apps are opened. Then swipe to the left to see the three of them on your screen. Your not gonna see the ones on the side entirely but you can still put all three fingers on them, then simply swipe them up and it closes them up.
    The thing is, when you have let say 10 apps open, and you start using this trick, some of them will stay open meaning you swiped them up to close them down but the bottom icon stays there. When you come back to your main IOS desktop and then go back to close the programs that you have opened, you can see that those apps are still opened. There is only like 2 or three out of all the 10 you had opened that stayed open, but none the less it's a bug in the system I presume.
    You also asked about the icon at the bottom. When you are seeing what apps are opened, there is always a small icon at the bottom and on top you have a representation of what you were working on, and that is the part you swipe up. But often time the bottom icon will stay opened after swiping 2 or 3 of the apps to close them.

  • TS1702 Since I updated to ios6 my City of Warfare game shuts down when I try to go to battle. I removed my original game app and reinstalled a new game, which I had to start from the beginning and it still crashes. I'm sure that others are having similar

    Since I installed ios6 my City of Warfare game shuts down when I try to battle. I removed my original game and reinstalled a new game app which started a new game..and it still shuts down, help?

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

Maybe you are looking for

  • New MacBook Pro's for Aperture

    Apple just released their new MacBooks. A graphic on the Apple site claims the Core 2 Duo will be 28% faster with Aperture. The LED display is claimed to display "blacker blacks and whiter whites and many more colors in between" as well as being the

  • Oim 9.1.0.2 migration to 11.1.1.5

    hi friends, I am looking to migrate oim 9.1.0.2 to 11.1.1.5 can any post me the links regarding this migration task. Thanks & Regards srikanth

  • Color profiling and calibration in MacBook Pro

    I work a lot in Photoshop with sRGB color space. Should I have this color profile set for my Mac display then (or which setting is recommended)? Does the calibration in Mac replace an external calibration device functionality such as using e.g. Spyde

  • What has '.do' to do with Struts???

    Hey, a basic struts question. Well, in the web.xml *.do url patterns are mapped to the ActionServlet. In my form, I have action="/registration" (using the html:form tag..). The request goes to ActionServlet as the uri is /registration.do How & Where

  • Business Process Template not show in costing result

    Hi expert, I add a template in environment 001 use function tree - Materials to get 'MaterialNetWeight' , but nothing show in the costing result. I have maintained KTPF to Assign Templates for Cost Objects and Costing. Can anybody tell me how to conf