I'm trying to restart my X session and neither one of the methods I'm used to using are working on 11.10.
Is this a known bug?
|
I'm trying to restart my X session and neither one of the methods I'm used to using are working on 11.10. Is this a known bug? |
|||
|
|
|
Here With the Kubuntu 11.10 Stopping the KDM with the command:
Why stop kdm:
Output:
Starting the KDM again with the command:
Output:
If If the KDM is not running, stopping the KDM and trying to stop the KDM again:
Logs logsave:
Earlier With the Karmic Searching with the: "stop: Unknown instance" -> http://ubuntuforums.org/showthread.php?t=1286032 |
|||
|
|
|
If you are having this kind of issue, you can reboot the computer from the command line:
Make sure to save any work you may have open. This command will not prompt you at all, and programs which want to block shutdown will most likely be unable to do so. This will bypass X. If for some reason this does not work, try adding the "--force" option:
If you are unable to launch a terminal, you may be able to get to run a command with Alt+F2, but be sure to use "gksu" or "kdesu" instead of "sudo". If this doesn't work, press Ctrl+Alt+F5 (you can use any F key from F1 through F6), login, and proceed as above (using "sudo", not "gksu"). If you still cannot reboot the machine, use the magic sysrq key If you don't want to reboot the whole computer, you may be able to fix it by sending a SIGHUP to kdm (or gdm or lightdm), but it sounds as if you already tried that. But in case you haven't:
Look at the PID's printed for
(or gdm or lightdm), and then send it a signal:
(replace 12345 with whatever number it output) |
|||
|
|