X freezes on exit

Hi,
I have just installed Arch linux with Xorg 1.9 and ati driver xf86-video-ati 6.13. I can start X with
$ startx
which gives X working with keyboard mouse and three xterms. I can switch to virtual consoles with Ctrl-Alt-F[1-6] and then back to X without problems, but when I try to exit X freezes completely with a blank screen and frozen keyboard. The only way out is hard reboot. I tried without xorg.conf and with the xorg.conf generated by X -configure, with the same result. I also tried to add "dbus" to the daemon list as suggested in the archwiki page for X, but seems useless. The same opensource driver works well under Debian and Ubuntu.
Is there any diagnostic I can do?

I think it's the same issue, and for me it came with an ati driver update.
My issue which sounds similar to yours, is that when trying to gently quiet the wm so as to get out of X, then the screen freezes. For me, then it also happens when trying to reboot or shutdown from a terminal in the wm. The same goes for if trying to press ctrl+alt+backspace or running pkill X.
I think that there are some issues with the foss ati driver with some cards, and that it's different which problems you have from card model to model...
I'm having KMS enabled also, I need that, since if disabling it, then I cannot switch to any VTs from X. KMS is supposed to make switching VTs faster, besides giving native resolution in the console, but for me its totally impossible to switch VTs without KMS...
If this is entirely unrelated to your issue, then I apologise in advance!
Last edited by mhertz (2010-11-14 15:19:22)

Similar Messages

  • Mythfrontend (0.22): No LIRC and freezes on exit. [SOLVED - partially]

    Hello again, more problems with mythtv...
    First of all, mythfrontend doesn't respond to lirc input. It does however work in mythwelcome (and irw), but the stdout from mythfrontend includes:
    LIRC: Successfully initialized '/dev/lircd' using '/home/mythtv/.mythtv/lircrc' config
    The other problem is that mythfrontend always freezes when exiting. There is no printouts or anything, it just stops responding (when it should terminate). I believe this might be connected to some settings change, since I don't remember having this problem when first moving to 0.22. But I don't see what could be the cause (opengl painter? change of theme?). But it shouldn't happen, right?
    If anyone happens to have any idea of the reason for the problems, solutions, or similar problem, please post. Thanks
    Last edited by 1311219 (2009-12-23 13:04:45)

    After a much experimenting (including resetting the database), I've found the cause for the problem: "media monitoring" in mythfrontend
    I've never been able to get this to work, so I've disabled it... When enabled (and causing problems) it seems to complain about pmount not be able to lock directory and similar. Oh well, as long as recording/playing of recordings works, then I'm happy.
    I hope this helps other people in the same situation.

  • ITunes freezes on exit and does not sync photos to Apple TV 2

    Is anyone experiencing the following problem: as of recently i have to use Ctrl-Alt-Del every time to exit from iTunes as the software always freezes on exit? Also, around the same time it no longer syncs my pictures to my Apple TV2.
    Any suggestions how I can fix this? I've re-installed iTunes from scratch several times.

    I am only running Windows 7 Firewall.
    Okay ... let's try making sure that iTunes is listed as an exception in your firewall, as per:
    [How to enable iTunes in the Windows Vista and Windows 7 Firewall|http://support.apple.com/kb/HT2553]
    While in there, make sure also that BonJour is being allowed full access to your network.
    If they are already both listed there, try removing the current exception and then replace them with new exceptions.
    (Sometimes, especially after an update of the software in question, firewall rules can "go off," so we're just trying to make sure that that hasn't happened to you.)

  • My iMessage won't let me text one specific person but will let message anyone else and also it keeps freezing and exiting out without letting me reply

    My iMessage won't let me text one specific person but will let message anyone else and also it keeps freezing and exiting out without letting me reply to the other person can someone please help me it's really aggravating and frustrating please and thank you my fellow apple users friends

    Can the person Message you? If yes can you reply?
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Go to Settings>Messages>Send and Receive and sign ut and sign back in
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                                     
    - Restore to factory settings/new iOS device.             

  • [SOLVED] X freezes after "exit"; can't kill X nor use the keyboard

    Hi!
    I've got a problem with my X server on my fresh installed Arch system. I followed the "Beginner's Guide" and edited the .xinitrd to start xterm for testing. This works well, but unfortunately X seems to freeze when I want go back to the shell via "exit" or when I want to change to another virtual console (Ctrl-Alt F1).
    When this happens, my screens go black and my keyboard doesn't work anymore, however I can log in via SSH. I can't kill X and the fourth core of my cpu is at 100%.
    This happens when I use a auto-configured xorg.conf from nvidia-xconfig (http://paste.pocoo.org/show/224004/) or when I use my "old" configuration from Ubuntu 9.10 (http://paste.pocoo.org/show/224005/). When I don't use the xorg.conf file at all, then X wont even start.
    I've got a Xorg.0.log from the test with the nvidia-xconfig generated xorg.conf: http://paste.pocoo.org/show/224002/ I can't see what's wrong here.
    Thanks for your help!
    Last edited by quaec (2010-06-11 22:08:35)

    Ok, I had started to write that the nvidia-beta driver didn't changed anything, but after a reboot it seems to work.
    So, with the nvidia-beta driver from the AUR and the following x.org configuration it works:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    # Screen 1 "Screen1" RightOf "Screen0"
    # InputDevice "Mouse0" "CorePointer"
    # InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    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"
    Disable "glx"
    Load "glx"
    Load "dbe"
    Load "dri"
    Load "record"
    Load "dri2"
    Load "extmod"
    EndSection
    #Section "InputDevice"
    # Identifier "Keyboard0"
    # Driver "kbd"
    #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 "Monitor"
    # Identifier "Monitor1"
    # 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 "SWcursor" # [<bool>]
    #Option "HWcursor" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "VideoKey" # <i>
    #Option "FlatPanel" # [<bool>]
    #Option "FPDither" # [<bool>]
    #Option "CrtcNumber" # <i>
    #Option "FPScale" # [<bool>]
    #Option "FPTweak" # <i>
    #Option "DualHead" # [<bool>]
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "GT200 [GeForce GTX 260]"
    BusID "PCI:1:0:0"
    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 "SWcursor" # [<bool>]
    #Option "HWcursor" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "VideoKey" # <i>
    #Option "FlatPanel" # [<bool>]
    #Option "FPDither" # [<bool>]
    #Option "CrtcNumber" # <i>
    #Option "FPScale" # [<bool>]
    #Option "FPTweak" # <i>
    #Option "DualHead" # [<bool>]
    Identifier "Card1"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "G98 [GeForce 8400 GS]"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    #Section "Screen"
    # Identifier "Screen1"
    # Device "Card1"
    # Monitor "Monitor1"
    # SubSection "Display"
    # Viewport 0 0
    # Depth 1
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 4
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 8
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 15
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 16
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 24
    # EndSubSection
    #EndSection
    Thanks for your help, BKLive!
    Last edited by quaec (2010-06-11 22:08:05)

  • XBMC freezes on exit

    Hi, I have XMBC installed on my arch system and everytime I want to exit it, it entirely freezes and I have to kill it from system monitor (it happens every time so now I run it in windowed mode so I wont have to restart comp every time I test something).
    program isnt laggy or anything while Im at it, its just when I exit that it totally freezes, the log states its a python or pulseaudio error of some kind but I have no idea on how to proceed.
    Here is the final lines of log:
    02:06:51 T:139798811465760 M:7237722112 ERROR: PulseAudio: Waited for the Context but it failed
    02:06:51 T:139798811465760 M:7237722112 ERROR: PulseAudio: Failed to create context
    02:06:51 T:139798811465760 M:7237476352 WARNING: Failed to find previously selected audio sink
    02:06:51 T:139798811465760 M:7237476352 ERROR: PulseAudio: Waited for the Context but it failed
    02:06:51 T:139798811465760 M:7237476352 ERROR: PulseAudio: Failed to create context
    02:06:51 T:139798811465760 M:7237730304 WARNING: Failed to find previously selected audio sink
    02:06:51 T:139798811465760 M:7237689344 ERROR: PulseAudio: Waited for the Context but it failed
    02:06:51 T:139798811465760 M:7237689344 ERROR: PulseAudio: Failed to create context
    02:06:51 T:139798811465760 M:7237689344 WARNING: Failed to find previously selected audio sink
    02:06:51 T:139798811465760 M:7237689344 ERROR: PulseAudio: Waited for the Context but it failed
    02:06:51 T:139798811465760 M:7237689344 ERROR: PulseAudio: Failed to create context
    02:06:51 T:139798811465760 M:7237689344 WARNING: Failed to find previously selected audio sink
    02:06:54 T:139798498129664 M:7237787648 WARNING: FillBuffer: curl failed with code 28
    02:06:54 T:139798498129664 M:7237787648 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
    02:07:09 T:139798498129664 M:7237672960 ERROR: DeleteFile - cant delete file </home/x1r1/.xbmc/addons/packages/metadata.common.themoviedb.org-1.1.0.zip>. trying lower case </home/x1r1/.xbmc/addons/packages/metadata.common.themoviedb.org-1.1.0.zip>
    02:07:29 T:139798498129664 M:7233556480 ERROR: DeleteFile - cant delete file </home/x1r1/.xbmc/addons/packages/script.recentlyadded-2.0.5.zip>. trying lower case </home/x1r1/.xbmc/addons/packages/script.recentlyadded-2.0.5.zip>
    02:07:29 T:139798811465760 M:7233556480 NOTICE: Storing total System Uptime
    02:07:29 T:139798811465760 M:7233556480 NOTICE: Saving settings
    02:07:29 T:139798811465760 M:7233556480 NOTICE: stop all
    02:07:29 T:139798811465760 M:7233556480 NOTICE: ES: Stopping event server
    02:07:30 T:139798458251008 M:7233593344 NOTICE: ES: UDP Event server stopped
    02:07:30 T:139798475036416 M:7233593344 NOTICE: DS: DBUS server stopped
    02:07:30 T:139798811465760 M:7233593344 NOTICE: stop dvd detect media
    02:07:30 T:139798811465760 M:7233593344 NOTICE: stop sap announcement listener
    02:07:30 T:139798811465760 M:7233593344 NOTICE: clean cached files!
    02:07:30 T:139798811465760 M:7233593344 NOTICE: unload skin
    02:07:30 T:139798811465760 M:7233593344 NOTICE: stop python
    Is pulseaudio a requirement for XBMC? Im using alsa only
    Also important note, I am using the nouveau drivers
    hope you guys can help!
    cheers

    UPDATE
    Just been messing aroud and I have discovered this:
    I installed Xbmc on my main desktop and exit/shutdown/restart all worked perfectly.
    Thinking it may have been a corrupt download I did the following on my media box:
    pacman -Rs xbmc
    pacman -Scc
    pacman -S xbmc
    Removing Xbmc and purging my package cache to force a download when I re-installed it
    Still no go.
    So then I tried on my netbook.
    Xbmc installed and locked up on exit/shutdown/reboot as on my media box.
    The main difference I could come up with between my netbook/media box and the main desktop is the first 2 are intel video chips (xf86-video-intel), whereas my main desktop is nvidia (closed drivers).
    So I uninstalled xf86-video-intel from the media box and replaced it with xf86-video-vesa. Upon booting Xbmc, exit/shutdown/reboot are now working.
    So it appears to be an intel driver or X combined with intel issue - at least for me.
    Hopefully this can promt someone with some more know-how into a solution.
    Cheers.
    UPDATE
    A little more investigation and it seems to be DRI (in my case) disabling DRI solves the problem, but of course, everything slows to a crawl. And it does make sense that it is the intel driver, as in my media box, all was well until I got the 16 June update to the driver. Since then, it went pear shaped.
    Still investigating........
    Last edited by Padfoot (2011-07-09 08:55:47)

  • Premiere Elements 10 freezes when exiting clip edit

    I'm running PRE 10 on a Dell 1725 with Windows 7 premium, 4 Gb of RAM, 2 GHz Core 2 Duo processor. After I've edited a clip ie set the in amd out points, exiting the clip PRE 10 freezes and closes. Even without setting the in and out points this occurs. What's up? Appreciate any advice.

    My apologies I thought I had answered all of the questions. I see the format issue was unanswered. The format is HDDV which I assume is MP4. The start up tests were done using a Pentax W90 camera. I simply chose to let the software determine the format and correct it but I did choose the right one in the options.
    My comment about "not ready for shrink wrap" might be a little unfair but the software seems volitile and not very robust or forgiving. There is no message to inform you of a wrong format or any problems. It simply shuts down after transfering the last clip. It doesn't even seem to matter how many you put on the timeline.
    In other words it sound like the same problem. Unfortunatly I'm working with an onboard Intel chip set which I believe is the same the Dell in the original post. I would gladly buy a new computer if the chip set is the problem.

  • Acrobat 9 freezes on exit....

    On a clean partition, with a clean install of Windows 7, I have installed Acrobat9 Pro.
    It will open a document just fine -- but when I go to close the application, it freezes solid and I have to go and kill the process in Task Manager.
    Annoying in the extreme. Any suggestions out there......?

    Update Acrobat and initial install of Acrobat 9 is not Windows 7 compatible. Update to the latest for safety.

  • Forms that start in enter query mode freeze on exit

    When a headstart form is called from
    a menu and the first thing it does if go into
    enter query mode the form will not exit properly, causing the orginal form to hang.
    Is there any work around for this apart from taking enter_query out of the when_new_form_instance trigger ?

    We have a similar problem with a Headstart generated application. We are unable to pinpoint it entirely to forms that start in enter query mode as:
    a) forms that don't start in enter query mode also hang; and
    b) not all forms that start in enter query mode do hang.
    The problem doesn't seem to affect a form consistently, as one day it will hang on the first use, the next it will work for several hours.
    When a new form is selected from the menu the toolbar is not shown, the 'start' form disappears and the application hangs. It is then necessary to close the application using Task Manager.
    The good news is that this only seems to happen in our development environment (Windows NT 4) and not in our live environment (Hydra).
    We are working with Headstart v2.1.2.0.1,
    Designer v2.1.24.1.0 and Forms v5.0.6.11.0.

  • Adobe reader is incompatible with Windows 8.1 and freezes and exits itself in a minute after loading

    Can someone help me out to fix this issue?

    Some things to try...
    Assuming that you use Reader XI, update to 11.0.5
    Using Windows Explorer navigate to C:\Program Files (x86)\Adobe\Reader 11.0\Reader, then double-click on Eula.exe and accept the license agreement
    Can you open Adobe Reader by itself?  If so, try disabling Protected Mode [Edit | Preferences | Security (Enhanced)].
    If you cannot open Reader by itself, try to disable Protected Mode in the registry; download, unzip, then run the attached registry script
    It could even be a malware issue; see http://helpx.adobe.com/acrobat/kb/reader-core-dll-error.html

  • CS5 Freezes on exit...

    Environment:  WINDOWS 7 PRO  ||  INDESIGN CS5
    I'm having a problem in that InDesign CS5 will not shutdown.
    It opens documents, saves documents OK, exports documents and closes documents OK.
    But then it will hang when I try to close the program.
    Any suggestions....?
    Thanks in advance.

    This is a known issue. Under Type>Suitcase Fusion 3>About SCF3 Auto Activation Prefs, make sure to have both choices under Close Opened Fonts selected:

  • My IPod keeps shutting out of apps. I'll be on instagram or even the ITunes store and it just freezes out exits out. What should I do??

    My IPod does this everyday for every app. I don't know why. I've tried turning it off and on but that doesnt help.

    See:
    iOS: Troubleshooting applications purchased from the App Store
    Contact the developer/go to their support site if only one app.
    Restore from backup. See:
    iOS: How to back up              
    Restore to factory settings/new iPod

  • Illustrator CS5.1 Crashes on Exit in Windows 7

    I've read as many forum posts as I can and I don't see anyone solving this issue yet.
    When I close Illustrator, it either closes and immediately is followed by 2 windows errors saying "Adobe Illustrator CS5.1 has stopped working" right after each other, or it will freeze and I have to force close it to get it off the screen. Both methods are very annoying since I can't save my preferences and have a default workspace every time.
    So after I tried the following, I reinstalled
    Deleted the AIPrefs file, no change
    Deleted the entire en_us folder, no change
    Tried to change the permissions on en_us, but it is stuck in read-only. I can't figure out ANY way to change it in Windows 7. When I uncheck it, and look at properties again, it's still there.
    Tried to run as Administrator
    Tried to change the owner of the en_us folder and files to Administrator
    Tried linking and unlinking the network drive
    Reinstalled, now I just get the windows error.
    What's going on now:
    Since the reinstall, I am just getting the windows error messages, not the freezing on exit, but I'm sure that will be back in a day or two.
    Also, I uninstalled a trial of CoCut Professional 2011, and even after the reinstall of Illustrator, it's still in the File > menu, how do I get rid of it completely?
    Since the reinstall, none of the .ai files icons are showing any more, neither is the program icon in the taskbar...?
    If anyone has any suggestions, please let me know. I did try to uninstall some fonts that I downloaded at the same time I downloaded Illustrator, from Adobe's website, but I think they were all japanese and stuff so I didn't want them.
    Thanks in advance, I'm open to ANYTHING. I wasted 4 hours with tech support, and they HUNG UP on me TWICE. Both times they had my phone number and did not attempt to call me back, I was furious and I'm not dealing with that crap again. The tech guy couldn't figure anything out and when he was stumped he conveniently hung up.
    Computer Specs:
    Brand new Dell Vostro 460
    i7 -2600 @ 3.40GHz
    8GB RAM
    64-bit Windows 7 Professional SP1

    I am now at a point that in my original administrator account I have to Control Alt Delete to close Illustrator. Works fine in the new user though, who is not an Admin. How do i repair the permissions on my exiting account, I'd rather not have to create a new one and transfer everything over. On my Admin account I even have the program set to compatibility with Window 7 and "Run as admin".

  • TS4268 My iPhone 4 keeps freezing when i click on messages.

    When i click on messages in my phone, the app opens perfectly. then after a few seconds it freezes and exits. This happens to all my conversations and group chats.

    Hi rebelrebel12,
    Welcome to Apple Support Communities.
    The steps in our iPhone Troubleshooting Assistant can also be helpful with resolving the issue you're encountering:
    http://www.apple.com/support/iphone/assistant/phone/
    Best,
    Jeremy

  • Problem with software update (N95 8gb)

    I have recently updated the software pn the phone
    (previous version was 10.0)
    the new version is
    20.0.016
    28-02-08
    RM-320
    Nokia N95 (60.01)
    now my music player does not work properly .. it keeps saying that its searching and loading, and then freezes and exits itself ... now when i go again to open it up .. it just freezes and leaves the application open on the phone, i now have to switch the phone off to ensure my battery doesnt die
    what can I do?

    You have a few possible options.
    The first is to try the resets. Always remember to backup your phone before performing resets as your data may be lost.
    First try these
    *#7780# - Restore factory settings - resets all the settings to the default
    *#7370# - Reformat your phone
    The second is to try reinstalling the update using NSU.
    The third is to bring it to your nearest Nokia Care Centre and have them reinstall the update.
    You can find your nearest Nokia Care Centre at:
    For UK
    http://www.nokia.co.uk/A4228006
    For Europe:
    http://europe.nokia.com/A4388379
    For Asia-Pacific
    http://www.nokia-asia.com/A4416070
    Elsewhere:
    http://www.nokia.com select your country, go to the support section, then select repair.

Maybe you are looking for

  • POI Help

    Hi, I know that this isn't the ideal place to ask for help for the Apache POI library, but I don't know where exactly to go for help. Can anyone point me to a source or forum that I can look at? Here's the long version of the story: I am trying to cr

  • Upgrade jdk 1.6.0_15 or higher which class jar I need, I am running eclipse

    Can someone tell me, if I have a class 12.jar with jdk 1.2 and upgrade jdk to 1.6.0_15 or higher, which class jar I need and where can I get it? Ideal would be with some instructions. :) Thanks so much.

  • Adump filling so rapidly  in 11.2

    I have upgraded 10 databases from 10g to 11g in red Hat linux. Now i can see lot of *.aud ( in adump) files are generating so rapidly in the test server. So i manualy deleted them. I could not locate any special errors in init.ora file as well. Same

  • I want to learn DBA 11G

    hi a im oracle developer , and i want to learn DBA 11G .. what is the best way to self study or what the best book to begin ? thanks

  • Basic Logic Pro Questions. I Am New To It

    Running OS 10.7.4 Hello....I am new to Logic Pro, graduating up from GB. I have few simple questions that I will ask on my next One to One, but I thought someone in Logic Pro Land can help for now.  Just be patient I am trying to understand concepts