How to stop and start x server, Fedora 19? [closed]
Hi again,
As I've stated before, I am new to Linux and am trying to find resources or instructions that work to stop and start x server. This is more for the experience than anything else at this time.
I have tried su - > password > init 3 and I get the black screen and to login which succeeds, then I type init 5 and it outputs "failed to issue method call: Access Denied
Am I using the wrong syntax or something? Or is it to do with my proprietary (akmod) nVidia drivers?
I would greatly appreciate any advice.
The
systemctl isolate xyz.target
command is the Systemd equivalent of SysVinit’sinit runlevel
andtelinit runlevel
commands. For a list of the targets, and their SysVinit run-level equivalents, see the link in @randomuser’s post. Since the older commands should still work, and simply call the Systemd equivalents, it’s probable that this won’t fix your problem, but it should be ruled out first.Why do you need to restart X server? Perhaps you don't need to do it. Please share, what do you want to achive, perhaps there is a better way?