个人工具

“UbuntuHelp:XDisaster”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/XDisaster}} {{Languages|UbuntuHelp:XDisaster}} == Bringing your X-server back to life == There can be many reasons for an X-server to stop runnin...)
 
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:XDisaster}}
 
{{Languages|UbuntuHelp:XDisaster}}
 
== Bringing your X-server back to life ==
 
== Bringing your X-server back to life ==
 
 
There can be many reasons for an X-server to stop running!
 
There can be many reasons for an X-server to stop running!
 
 
* Have you upgraded lately?
 
* Have you upgraded lately?
 
 
* Have you fiddled with xorg.conf?
 
* Have you fiddled with xorg.conf?
 
 
* Have you installed other gfx-drivers?
 
* Have you installed other gfx-drivers?
 
 
Whatever caused the disaster, something has to be done about it!
 
Whatever caused the disaster, something has to be done about it!
 
 
=== The easy way ===
 
=== The easy way ===
 
 
The easiest way, is to let the X-server fix itself!
 
The easiest way, is to let the X-server fix itself!
 
 
Try running this command:
 
Try running this command:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo dpkg-reconfigure -phigh xserver-xorg
 
sudo dpkg-reconfigure -phigh xserver-xorg
 
</nowiki></pre>
 
</nowiki></pre>
 
 
And then try to start the xserver:
 
And then try to start the xserver:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
startx
 
startx
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== The not so easy way ===
 
=== The not so easy way ===
 
 
If the above attempt failed, we can try something similar - it just takes a lot longer to fix.
 
If the above attempt failed, we can try something similar - it just takes a lot longer to fix.
 
 
Run this command:
 
Run this command:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo dpkg-reconfigure xserver-xorg
 
sudo dpkg-reconfigure xserver-xorg
 
</nowiki></pre>
 
</nowiki></pre>
 
 
And basically do, what the computer just tried - But manually!
 
And basically do, what the computer just tried - But manually!
 
 
You're all alone here... The wiki-page is not done yet... See: www.ubuntuforums.org
 
You're all alone here... The wiki-page is not done yet... See: www.ubuntuforums.org
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 22:33的最新版本

Bringing your X-server back to life

There can be many reasons for an X-server to stop running!

  • Have you upgraded lately?
  • Have you fiddled with xorg.conf?
  • Have you installed other gfx-drivers?

Whatever caused the disaster, something has to be done about it!

The easy way

The easiest way, is to let the X-server fix itself! Try running this command:

sudo dpkg-reconfigure -phigh xserver-xorg

And then try to start the xserver:

startx

The not so easy way

If the above attempt failed, we can try something similar - it just takes a lot longer to fix. Run this command:

sudo dpkg-reconfigure xserver-xorg

And basically do, what the computer just tried - But manually! You're all alone here... The wiki-page is not done yet... See: www.ubuntuforums.org