[SOLVED] KDE won't start after Xorg update(nvidia driver)

After update, I disabled hotplug, with :
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
kdm starts normally, i can write login/password, i see kde boot splash, then desktop shows and after about 10 secs it is killed and goes back to login screen.
I think the problem is with hal, because (Xorg.0.log):
(II) config/hal: Adding input device Video Bus
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device Video Bus
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device Macintosh mouse button emulation
(EE) config/hal: NewInputDeviceRequest failed
Also (.xsession-errors)
ERROR: The control display is undefined; please run `nvidia-settings
--help` for usage information.
Last edited by ojciec (2008-12-01 22:28:08)

Well, I rebuilded my xorg.conf with
Xorg -configure
and it started working, even with evdev driver, just had to add
Option "AllowEmptyInput" "False"
in section "ServerFlags". I'm not really sure what caused that error.

Similar Messages

  • Firefox won't start after an update. Firefox help says check virtualization settings. What is virtualization settings and where do you check them and for what? I have Windows XP

    Firefox won't start after downloading update. I've reinstalled Firefox, still won't start. Help says check virtualization settings. What and where are virtualization settings? I have Windows XP.

    This might be Zone Alarm since it provides virtualization. Please try the instructions to turn off virtualization in the following support question
    http://support.mozilla.com/en-US/questions/880170

  • [SOLVED] X won't start after update

    I'm running Arch inside a virtual machine, with Virtualbox.
    I ran 'sudo pacman -Syu' and let it install everything. It updated a bunch of xorg-* packages, among a few other things, and then I rebooted. Now it seems like X has stopped working. Normally I use SLiM for starting X, but SLiM itself isn't starting up. I tried 'startx' manually but that didn't work either. I can get into a normal CLI-environment just fine though.
    Here are pacman.log: http://ix.io/4MK and Xorg.0.log: http://ix.io/4MJ
    I notice the errors in Xorg.0.log but I'm not sure what to make of them.
    I'm not sure what else to add here, I hope I'm not missing something obvious.
    Last edited by CrashLog (2013-03-18 20:34:33)

    I had this problem when I similarly made this update. I'm running Arch on a Dell Inspiron 1100, after the update X wouldn't start. I attempted to roll back to previous versions (as stipulated here and seeing as I had them in my cache) to no avail (gave up in frustration). Finally, I was able to get into X in two different ways:
    First, I removed xf86-video-intel and installed xf86-video-vesa, when I rebooted I added the i915.modeset=0 parameter to the boot options at runtime in GRUB. For whatever reason X wouldn't load if I allowed the modeset to happen (bigger console area). This enabled me to boot into a slower X which I was still dissatisfied with, but at the very least it allowed me to isolate the problem as the intel driver as everything else is fully up to date.
    Second, I created /etc/X11/xorg.conf.d/20-intel.conf with the following contents:
    Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
    Option "NoAccel" "True"
    EndSection
    This also meant switching back to xf86-video-intel (instead of using xf86-video-vesa) for X. I tried both the "uxa" (supposed to be default) and "sna" options for "AccelMethod" and neither worked, only explicitly using the "NoAccel" "True" option allowed me to get X to function anew. In this manner I don't have to disable the modeset option during boot in GRUB and I'm still utilizing the latest intel driver.
    The only inference (albeit perhaps misguided or ignorant) I can make is that something changed in UXA that broke how it worked before (I say this because this laptop is too old to support SNA).

  • [SOLVED] CCSM won't start after updating compiz

    I just updated compiz, compil-plugins-main, ccsm etc. and ccsm (Compizconfig settings manager) just dont start.
    [broi@broi-Archlinux ~]$ ccsm
    Info: No sexy-python package found, don't worry it's optional.
    Traceback (most recent call last):
    File "/usr/bin/ccsm", line 99, in <module>
    import compizconfig
    ImportError: /usr/lib/python2.7/site-packages/compizconfig.so: undefined symbol: ccsImportFromFile
    [broi@broi-Archlinux ~]$
    I tried with "python2" or "python3" before I type a .py command (which worked in some issues) but in this one it dont help.
    When I try with python 3 -> "python3 /usr/bin/ccsm" I get:
    [broi@broi-Archlinux ~]$ python3 /usr/bin/ccsm
    File "/usr/bin/ccsm", line 45
    if dbus.version < (0, 80, 0):
    ^
    TabError: inconsistent use of tabs and spaces in indentation
    [broi@broi-Archlinux ~]$
    Thanks.
    Solution: Rebuilt the compizconfig-python
    UPDATE: Just run update and you will get fixed compizconfig-python.
    Last edited by broi (2012-03-23 16:26:25)

    Same problem after pacman -Syu (using XFCE).
    Not only compiz won't start, my mouse cursor is gone until I open some windows.  The window decorations have disappeared (minimize, maximize, close).  This is even after removing the fusion-icon from autostart in XFCE and rebooting (afaict, compiz is not running as a process when I list running processes with ps -ef).  Also having difficulty switching focus between open windows.
    [2012-03-21 14:27] upgraded bash (4.2.024-1 -> 4.2.024-2)
    [2012-03-21 14:27] upgraded libcompizconfig (0.8.8-1 -> 0.8.8-2)
    [2012-03-21 14:27] upgraded compizconfig-python (0.8.4-2 -> 0.8.4-3)
    [2012-03-21 14:27] upgraded ccsm (0.8.4-2 -> 0.8.4-3)
    [2012-03-21 14:27] upgraded compiz-bcop (0.8.8-1 -> 0.8.8-2)
    [2012-03-21 14:27] upgraded compiz-fusion-plugins-main (0.8.8-1 -> 0.8.8-2)
    [2012-03-21 14:27] upgraded compiz-fusion-plugins-extra (0.8.8-1 -> 0.8.8-2)
    [2012-03-21 14:27] upgraded compizconfig-backend-gconf (0.8.8-1 -> 0.8.8-2)
    [2012-03-21 14:27] upgraded device-mapper (2.02.90-1 -> 2.02.95-1)
    [2012-03-21 14:27] upgraded emerald-themes (0.6.0-3 -> 0.6.0-4)
    [2012-03-21 14:27] upgraded ffmpeg (20120127-3 -> 20120317-1)
    [2012-03-21 14:27] upgraded fusion-icon (20101021-1 -> 20120321-1)
    [2012-03-21 14:27] upgraded libtasn1 (2.9-2 -> 2.12-1)
    [2012-03-21 14:27] upgraded gnutls (3.0.15-1 -> 3.0.17-1)
    [2012-03-21 14:27] upgraded grub2-common (1:1.99-6 -> 1:2.00beta2-2)
    [2012-03-21 14:27] upgraded grub2-bios (1:1.99-6 -> 1:2.00beta2-2)
    [2012-03-21 14:27] upgraded iproute2 (3.2.0-2 -> 3.2.0-3)
    [2012-03-21 14:27] upgraded libdrm (2.4.31-1 -> 2.4.32-1)
    [2012-03-21 14:27] upgraded lib32-libdrm (2.4.31-1 -> 2.4.32-1)
    [2012-03-21 14:27] upgraded lib32-libice (1.0.7-2 -> 1.0.8-1)
    [2012-03-21 14:27] upgraded lib32-libxdmcp (1.1.0-2 -> 1.1.1-1)
    [2012-03-21 14:27] upgraded lib32-libxcb (1.8.1-1 -> 1.8.1-2)
    [2012-03-21 14:27] upgraded lib32-libx11 (1.4.99.901-1 -> 1.4.99.901-2)
    [2012-03-21 14:27] upgraded lib32-libxcomposite (0.4.3-2 -> 0.4.3-3)
    [2012-03-21 14:27] upgraded lib32-libxext (1.3.0-1 -> 1.3.1-1)
    [2012-03-21 14:27] upgraded lib32-libxinerama (1.1.1-2 -> 1.1.2-1)
    [2012-03-21 14:27] upgraded lib32-libxrandr (1.3.2-1 -> 1.3.2-2)
    [2012-03-21 14:27] upgraded lib32-libxtst (1.2.0-2 -> 1.2.1-1)
    [2012-03-21 14:27] upgraded lib32-libxxf86vm (1.1.1-2 -> 1.1.2-1)
    [2012-03-21 14:27] upgraded lib32-util-linux (2.20.1-1 -> 2.21-1)
    [2012-03-21 14:27] upgraded libftdi (0.19-1 -> 0.20-1)
    [2012-03-21 14:27] upgraded linux (3.2.11-1 -> 3.2.12-1)
    [2012-03-21 14:27] upgraded live-media (2012.02.29-2 -> 2012.03.20-1)
    [2012-03-21 14:27] upgraded lvm2 (2.02.90-1 -> 2.02.95-1)
    [2012-03-21 14:27] upgraded mpg123 (1.13.4-2 -> 1.13.6-1)
    [2012-03-21 14:27] upgraded neon (0.29.6-3 -> 0.29.6-4)
    [2012-03-21 14:28] upgraded openssl (1.0.0.h-1 -> 1.0.1-1)
    [2012-03-21 14:28] upgraded psmisc (22.15-1 -> 22.16-1)
    [2012-03-21 14:28] upgraded systemd-arch-units (20120311-1 -> 20120317-1)
    [2012-03-21 14:28] upgraded vlc (2.0.0-8 -> 2.0.1-1)
    [2012-03-21 14:28] upgraded xf86-input-evdev (2.7.0-1 -> 2.7.0-2)
    Last edited by David Batson (2012-03-21 21:10:35)

  • [SOLVED] Alsa won't start after upgrade

    This is my last update:
    [2010-07-18 08:59] Running 'pacman -Syu'
    [2010-07-18 08:59] synchronizing package lists
    [2010-07-18 08:59] starting full system upgrade
    [2010-07-18 09:00] upgraded gtk-aurora-engine (1.5.1-1 -> 1.5.1-2)
    [2010-07-18 09:00] #####################################
    [2010-07-18 09:00] themes are moved in an extra package:
    [2010-07-18 09:00] community/murrine-themes-collection
    [2010-07-18 09:00] upgraded gtk-engine-murrine (0.90.3-1 -> 0.90.3-2)
    [2010-07-18 09:00] upgraded imagemagick (6.6.2.0-22 -> 6.6.2.10-1)
    [2010-07-18 09:00] Running OSS update script...
    [2010-07-18 09:00]
    [2010-07-18 09:00] -------------------------------------------------------------
    [2010-07-18 09:00] Open Sound System was updated. Now you should restart the
    [2010-07-18 09:00] daemon by running /etc/rc.d/oss restart.
    [2010-07-18 09:00]
    [2010-07-18 09:00] Please note that OSS stores some of its configuration files
    [2010-07-18 09:00] at /usr/lib/oss. If you are upgrading from an older OSS
    [2010-07-18 09:00] release and it doesn't work properly, try removing that
    [2010-07-18 09:00] directory and reinstall this package.
    [2010-07-18 09:00] -------------------------------------------------------------
    [2010-07-18 09:00] upgraded oss (4.2_2002-2 -> 4.2_2003-1)
    [2010-07-18 09:00] upgraded supertux (0.3.1-5 -> 0.3.3-1)
    [2010-07-18 09:00] upgraded xine-lib (1.1.18.1-1 -> 1.1.18.1-2)
    Pacman said to restart oss, so I did it. But I got loads of errors and a [FAIL], then I rebooted and got a [FAIL] for shutting down alsa.
    Now alsa won't start at boot.
    sudo /etc/rc.d/alsa start
    Password:
    :: Restoring ALSA Levels [BUSY] /usr/sbin/alsactl: load_state:1610: No soundcards found...
    [FAIL]
    And alsamixer won't run too:
    alsamixer
    cannot open mixer: No such file or directory
    What can I do to fix this?
    EDIT: I just removed the oss package and now it works fine
    Last edited by spiridow (2010-07-18 08:17:16)

    startx at the command line.
    I just tried Xorg -reconfigure again, adding the AutoAddDevices = false option - still doesn't work, giving the error about config/hal. Without the option, it just goes back to the terminal with no errors.
    Pacman log says the only thing upgraded today (after pacman) was the kernel, nvidia, and kernel-firmware. cdfs conflicted with the new kernel, so I removed it. Then I rebooted, and X stopped working. Downgrading those back again doesn't fix it. I don't get it.
    >>EDIT:
    Okay - what does cdfs have to do with Xorg???? This makes no sense. I downgraded the kernel pkgs and nvidia again, and this time installed cdfs, which I forgot to do last time. Now X starts. I don't really get it.
    Maybe hal in xfce or some plugin needs to use cdfs for something?? I don't really know - but I'm just glad it's working. I guess I'll file a bug report for cdfs so it can be built to the new kernel and hold off upgrading until it's fixed with 2.6.31. sheesh! too weird.
    Last edited by userlander (2009-10-10 23:27:36)

  • [SOLVED] Exaile doesn't start after system update

    Hi,
    After last system update Exaile won't start I've searched forum and web and can't find solution for that.
    [lukasz@myhost ~]$ exaile
    Traceback (most recent call last):
    File "/usr/lib/exaile/exaile.py", line 32, in <module>
    import gobject
    ImportError: No module named gobject
    As You can see it says something about gobject.
    BTW. After update I also hav problems with catalyst from AUR, my Gnome wasn't starting so I had to replace it with opensource ATI drivers,
    another problem is that everytime I startup gnome it's uing very small fonts, and I have to manually change it to one I had before.
    Please help,
    Regards,
    Lukasz
    Last edited by skraburski (2009-05-31 11:18:25)

    Problem solved, had to reinstall pygobject. It looks like after last update many pacakges were corrupted and now Ia have to reinstall them, do You know any way to automatically reinstall all corrupted packages?
    Regards,
    Lukasz

  • X301 won't start after BIOS update

    Hi all:
    Well I've had my new x301 for about 2 months and it's given me nothing but troubles....Recently I found out my laptop won't come back on from hibernation (when you close the screen and open it up). So I downloaded and installed the lastest updates from Lenovo (including the recent BIOS update), restart computer, only to find out it doesn't start up anymore...black screen, thinkadvantage blue botton doesn't light up, no harddrive activity, only light on is battery and power...
    I'm thinking maybe something went wrong with the BIOS update. Is there anything I can do to fix it (besides shipping this thing to a repair center which is a big hassle, or paying $200 for an on-site tech that might or might not solve the problem).
    Any help is appreciated.

    Hello all
    I just updated my X301 (2776LEG) with the 3.12-1.05 bios. Now my laptop won't start up when running on battery, it powers on for a short while and powers off again. This cycling keeps on going (after 30min I switched it off!) but as soon as i connect the power adapter it boots fine. Seems like this bios update f****ed up the battery power part of the computer....
    I tried the bios battery trick but it only worked on the first boot and after that the same problem is present.
    I have added 2gigs extra memory and a ultrabay battery and it has been working 100% for about a year now. This error started right after the bios update...
    Thought that a reflash of the bios would solve the problem but i cannot reflash the bios with the same bios version...
    Any ideas ?
    Kind regards
    Tommy

  • Hp compaq 6510b won't start after BIOS update

    hello
    when I power on my laptop HP compaq 6510b it DISPLAYS this message :your bios failed to complete the update 6510b.after flashing the bios  the laptop won't start .it displays the same message (your bios failed to complete the update 6510b) and turns off.I can't  access the bios by pressing F10.the bios version was F16 and flash it by F20 .need help thank u very much.
    This question was solved.
    View Solution.

    I extracted BIOS softpaq sp55553. It is BIOS version F.20. It had the .SIG file inside when extracted using WinZip. You do not need to make a bootable usb flashdrive. Just put the files at the root of a FAT32 formatted usb thumbdrive, plug it into a usb 2.0 port. Hold the Win + B keys down and press the power button. Continue holding the keys down until the notebook reacts. It usually takes a bit longer than 15 seconds to respond and begin the BIOS recovery.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • MOVED: Comp won't start after BIOS Update

    This topic has been moved to BIOS.
    https://forum-en.msi.com/index.php?topic=118639.0

    Hello all
    I just updated my X301 (2776LEG) with the 3.12-1.05 bios. Now my laptop won't start up when running on battery, it powers on for a short while and powers off again. This cycling keeps on going (after 30min I switched it off!) but as soon as i connect the power adapter it boots fine. Seems like this bios update f****ed up the battery power part of the computer....
    I tried the bios battery trick but it only worked on the first boot and after that the same problem is present.
    I have added 2gigs extra memory and a ultrabay battery and it has been working 100% for about a year now. This error started right after the bios update...
    Thought that a reflash of the bios would solve the problem but i cannot reflash the bios with the same bios version...
    Any ideas ?
    Kind regards
    Tommy

  • [Solved-ish] problem with autologin after xorg update

    Hi
    I use auto login like described on "Automatic login to virtual console", with the exception that i login as user on VT7 rather than VT1.
    Then execute startx on VT7 from zprofile, as shown in Start X at Login.
    After updating xorg this morning, I was on VT1 after boot. The screen was kind of blinking once a second, and totally unresponsive.
    Booting from the install image on an USB-stick, I commented startx in ~/.zprofile.
    After that I was again on VT1 but able to login and then run startx on VT1. Later I found out that I had a login on VT7 and was able to run startx there as well.
    Why wouldn't startx run automatically, when it runs fine manually.
    This is my [email protected]/autologin.conf
    nagual% cat [email protected]/autologin.conf
    [Service]
    ExecStart=
    ExecStart=-/sbin/agetty --autologin leo --noclear %I 38400 linux
    Type=simple
    startx is run from zprofile with:
    #[[ -z $DISPLAY && $XDG_VTNR == 7 ]] && exec startx -- vt$XDG_VTNR
    could it be because the display doesn't change to VT7, and why would an xorg update change that?
    Last edited by Leo Laursen (2014-07-30 17:54:14)

    mrunion wrote:When the upgrade to xorg-server occurred there was a warning about X starting on the appropriate VT. There was also news on the Arch Linux front page (https://www.archlinux.org/news/xorg-ser … available/). You may want to read that news and then look into an xorg.wrap file if necessary.
    Thanks. I did see this. As far as I can tell, it shouldn't matter in my case, but of course I could be wrong. I'm starting X on VT7, same as the login. I don't do any redirecting of stderr.
    And it is very curious that auto login is affected.

  • Blackberry 9220 won't start after os update

    My blackberry 9220 was perfectly working for the past 8months, after finding out that there's a new update for os, i tried updating mine. I fell asleep while updating my os thy i didnt notice if the os was successfully updated bt wen i woke up at the middle of the night, my phobe won't start. When i tried charging it, the red led light lights up then the initial screen where you see the blackberry word and load bar below it starts bt only flashes and turns off. It keeps repeating. I tried going to a phone technician but they said they cannot reformat my phone because it doesn't turn on or completely turn on in the first place.. What should i do? Please help me.

    Hi and Welcome to the Community!
    You may need the use of these tricks:
    KB10144 How to force the detection of the BlackBerry smartphone using Application Loader
    KB27956 How to recover a BlackBerry smartphone from any state
    http://crackberry.com/blackberry-101-lecture-12-how-reload-operating-system-nuked-blackberry
    Good luck and let us know!
    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

  • Firefox won't start after windows update

    After windows Updated my computer Firefox won't start. I tried a clean reinstall two times, won't work. When I tried to start the firefox the first time after booting my computer it comes with the following message.
    XML Parsing Error: undefined entity
    Location: chrome://mozapps/content/extensions/update.xul
    Line Number 14, Column 1:
    <wizard id="updateWizard"
    ^
    Any Help would be greatly appreciated. I like firefox and I'm using it the last 7 Years.
    Thanks
    DK

    I cheated a little bit and put the issue url in a working version of firefox:
    chrome://mozapps/content/extensions/update.xul
    What I got was a page that looked like this below and console:
    blah blah parser:
    <pre><nowiki> xml-stylesheet
    xml-stylesheet
    <wizard id="updateWizard" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="Firefox Update" windowtype="Addons:Compatibility" branded="true" onload="gUpdateWizard.init();" onwizardfinish="gUpdateWizard.onWizardFinish();" onwizardcancel="return gUpdateWizard.onWizardCancel();" onclose="return gUpdateWizard.onWizardClose(event);" buttons="accept,cancel" pagestep="1" currentpageid="dummy" firstpage="true" lastpage="true">
    <script type="application/javascript" src="chrome://mozapps/content/extensions/update.js"></script>
    <stringbundleset id="updateSet">
    <stringbundle id="brandStrings" src="chrome://branding/locale/brand.properties"></stringbundle>
    <stringbundle id="updateStrings" src="chrome://mozapps/locale/extensions/update.properties"></stringbundle>
    </stringbundleset>
    <wizardpage id="dummy" pageid="dummy"></wizardpage>
    <wizardpage id="offline" pageid="offline" next="versioninfo" label="Firefox is working offline" onpageadvanced="return gOfflinePage.onPageAdvanced();">
    <description></description>
    <checkbox id="toggleOffline" checked="true" label="Go online now." accesskey="G" oncommand="gOfflinePage.toggleOffline();"></checkbox>
    </wizardpage>
    <wizardpage id="versioninfo" pageid="versioninfo" next="mismatch" label="Checking Compatibility of Add-ons" onpageshow="gVersionInfoPage.onPageShow();">
    <label>
    Checking your add-ons for compatibility with this
    </label>
    <separator class="thin"></separator>
    <progressmeter id="versioninfo.progress" mode="undetermined"></progressmeter>
    <hbox align="center">
    <image id="versioninfo.throbber" class="throbber"></image>
    <label id="versioninfo.status" flex="1" crop="right"></label>
    </hbox>
    <separator></separator>
    </wizardpage>
    <wizardpage id="mismatch" pageid="mismatch" next="checking" label="Incompatible Add-ons" onpageshow="gMismatchPage.onPageShow();">
    <label></label>
    <separator class="thin"></separator>
    <listbox id="mismatch.incompatible" flex="1"></listbox>
    <separator class="thin"></separator>
    <label>
    Firefox can check if there are compatible versions…
    </label>
    </wizardpage>
    <wizardpage id="checking" pageid="checking" next="noupdates" label="Checking for Compatible Add-ons" onpageshow="gUpdatePage.onPageShow();">
    <label></label>
    <separator class="thin"></separator>
    <progressmeter id="checking.progress"></progressmeter>
    <hbox align="center"></hbox>
    </wizardpage>
    <wizardpage id="noupdates" pageid="noupdates" label="No Compatible Add-ons Found" onpageshow="gNoUpdatesPage.onPageShow();">
    <description></description>
    <separator class="thin"></separator>
    <hbox id="updateCheckErrorNotFound" class="alertBox" hidden="true" align="top"></hbox>
    <separator class="thin"></separator>
    <description id="noupdatesCheckEnabled" hidden="true"></description>
    <vbox id="noupdatesCheckDisabled" hidden="true"></vbox>
    <separator flex="1"></separator>
    <label></label>
    <separator class="thin"></separator>
    </wizardpage>
    </nowiki></pre>
    I do not see much about coloum 14, but I am guessing this file is stored somewhere and its corrupt. Update.xul suggests that it is the update file. Do you still have this in your downloads folder? There are two places for update and for a clean reinstall:
    [http://www.mozilla.org/en-US/firefox/new/] in a private window will give you a new install or you can choose from here: [https://www.mozilla.org/en-US/firefox/all/]
    This is what the file should look like; [http://hg.mozilla.org/mozilla-central/log/7a2edc5171e6/toolkit/mozapps/extensions/content/update.xul] If you can copy and paste that file from a working browser we can see the issue, but it will just look the same as the error.
    if you can replace the contents of the file locally with what it should look like it will fix the error, but who knows if there are other errors. May be best to delete the updater and save all the profile folder contents.

  • Apps won't start after latest update?

    Hello,
    I'm on an older 2006 iMac (the one without the black border) and I installed the latest update last night. Now I can't get Firefox, Safari, Mail or apps working properly. When I try to start an app it bounces up and down and then I can't remember what it says but it won't start. Any ideas how to fix this? I'm thinking of downloading Firefox and Safari on my sister's computer and then transferring them via my memory stick.
    I also tried a restart. Last night I just shut it down and walked away and figured I'd deal with it when I get home from work today.

    Hi, first I hope you have your important stuff backed up!!?
    I would & always do Repair Permissions Before & after Updates, so I would try the RP ..
    Then I would go the SMC route, specific for your model..
    If after that you still have "issues" You may need to go the Archive & Install route..
    Links:-
    http://kb.iu.edu/data/aoxn.html
    http://support.apple.com/kb/HT3964
    http://support.apple.com/kb/HT1710
    Hope this Helps.....L

  • Macbook won't start after recent update

    Hi Guys,
    Got a problem with a month old Macbook. Clicked for the recent updates and after it restarting the Macbook won't start up past the Apple logo and the rotating symbol beneath it.
    Any ideas ? Thanks in advance
    Nick

    Hi Nick,
    Check out these two articles:
    http://support.apple.com/kb/TS1541 (Mac OS X 10.5: Troubleshooting installation, startup, and login issues)
    http://support.apple.com/kb/HT2956 (Troubleshooting Mac OS X installation from CD or DVD)
    Running Disk Utility and trying to verify the startup volume or starting up in Safe Mode would probably be the next best course of action.

  • MBP won't start after failed update

    my mbp wont start after shutting down during the latest RAW photo update. the update completely failed and now the computer won't boot anything. i could hear the hard drive try to start over and over but never get anywhere, so i inserted the leopard cd. the computer wont even boot from the disk at this point; all i hear is the optical drive making the same, start-up, squeaking sound again and again until i finally hold power for 5 seconds and shut it off.
    i have a mbp from summer 2007.

    Press the Power Button and immediately press and hold down the Command and the S keys as the machine starts up. This boots you into Single-user mode and you should see white text appear on the screen.
    When you see the # Command prompt, type /sbin/fsck-fy and hit the Return.
    Now sit back & let your computer do its thing. This should take approximately 15 minutes or so. Depending on how messed up your computer is. Just be patient.
    If and when you see the message File System was modified repeat the steps above again & again until you hopefully see the message no problems were found." When that happens type reboot and hit Return again.
    If these steps do not work then boot from your install disc to repair disk. I believe you already tried this.
    To use the Install Mac OS X disc, insert the disc, and restart your computer while holding down the C key as it starts up.
    Select your language.
    Once on the desktop, select Utility in the menu bar.
    Select Disk Utility.
    Select the disk or volume in the list of disks and volumes, and then click First Aid.
    Click Repair Disk.
    Your random question, only Apple can answer that for you. Ask them and back up before you bring in your computer to the Apple store just in case.

Maybe you are looking for

  • ITunes 11.1 wont download onto my computer (Windows 7)

    Why wont iTunes download onto my computer? I've deleted that past one, checked all of the solutions, did the things, but didn't work. I try to download iTunes through the website, but it comes up with error messages and saying I can't download it.

  • Digital Video Camera not showing up as device on desktop

    I have a 6 year old sony digital video camera. I am able to connect via firewire and upload video using imovie without a problem. It shows up as an option in imovie as dv-vcr. However the video camera does not show up in the desktop and when it is co

  • Duplicate files created after library consolidate library

    I have been trying to clean up everything. I have several iTunes libraries. The one I have selected in preferences is on an external HD, it was up and running. I went to library>consolidate library. When I went to look at the actual files in my selec

  • Auditting Java Process under Unix

    Is there a way to see which java processes are running in Unix? ps -f does not work because the arguments passed to java are too long and get truncated

  • Flash Player does not update!

    OS: Windows 7 ultimate edition 32 bit. Browser: Opera 11.52.1100 Flaph Player Varsion: 11.8.800.94 I i need to update flash player, i try to install from the installation exe on my desktop and the icon dissapears and there is no change in my system.