restart xwindows
How can I restart x-server from the command line?
up vote 8 down vote favorite
1
share [fb] share [tw] share [in]
How can I restart x-server from the command line?
I'd really like to be able to restart my gui without having to do a full system reboot.
command-line
asked Aug 5 '10 at 18:09
Noah Goodrich
283 2 8
75% accept rate
feedback
4 Answers
active oldest votes
up vote 13 down vote accepted
Depending if you use gdm (gnome) or kdm (KDE) you can use one of the following commands:
<code>sudo restart gdm </code>
or
<code>sudo restart kdm<br /></code>
查看更多关于restart xwindows的详细内容...