x erro startx do servidor?

1
root@thewhitewox:~# startx

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
Current Operating System: Linux thewhitewox 2.6.18-238.9.1.el5.028stab089.1 #1 SMP Thu Apr 14 14:06:01 MSD 2011 i686
Kernel command line: quiet
Build Date: 20 October 2011  03:05:54PM
xorg-server 2:1.7.6-2ubuntu7.10 (For technical support please see ww w.ubuntu . com/support)
Current version of pixman: 0.16.4
        Before reporting problems, check http: //wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 15 00:50:32 2011
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"

Fatal server error:
xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)


Please consult the The X.Org Foundation support
         at http ://wiki.x.org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

 ddxSigGiveUp: Closing log

O que isso significa e como posso corrigi-lo?

    
por Chris 15.11.2011 / 01:54

2 respostas

2

Não há arquivo / dev / tty0, o que geralmente significa duas coisas:

  • Você está executando um servidor virtual sem VGA (e ssh-ing, é claro)
  • Existe algum problema com o udev

Se você está em uma máquina real, pode tentar reinstalar o udev.

    
por Javier Rivera 15.11.2011 / 08:54
0

Baseado em "2.6.24-29-server" você está executando o Hardy 8.04.

Qual placa gráfica você tem? Executar:

lspci | grep VGA

e cole isso de volta.

    
por nutznboltz 15.11.2011 / 02:05