LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fatal server error, No screens found (https://www.linuxquestions.org/questions/linux-newbie-8/fatal-server-error-no-screens-found-4175480225/)

rengu 10-09-2013 10:00 PM

Fatal server error, No screens found
 
hi folks,

im absolutely new to LINUX, i need your help to fix the following issue.. awaiting for your's swift reply pls..

im trying to start the GUI,

[root@linuxdbserver ~]# startx
xauth: creating new authority file /root/.serverauth.7074


X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.20-1.3002.fc6xen x86_64 Oracle Corp.
Current Operating System: Linux linuxdbserver 2.6.18-194.el5 #1 SMP Mon Mar 29 2 2:10:29 EDT 2010 x86_64
Build Date: 31 March 2010
Build ID: xorg-x11-server 1.1.1-48.76.0.1.el5
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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: Thu Oct 10 08:43:34 2013
(==) Using config file: "/etc/X11/xorg.conf"
(EE) No devices detected.

Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
[root@linuxdbserver ~]#

JJJCR 10-10-2013 12:41 AM

try this:

Quote:

go to /etc/X11 directory and type this:

Xorg -configure

a new file will be generated as xorg.conf.new

backup and rename the old xorg.conf

mv xorg.conf xorgbackup.conf

rename the generated file as xorg.conf:

mv xorg.conf.new xorg.conf
restart and check if you will have the GUI

Good luck!!!

knudfl 10-10-2013 03:49 AM

Why would you log into X as root ?

Please try : # su - <user-name>
I.e. "su <space> <hyphen> <space> <name-of-unprivileged-user>

Then you should be able to do $ startx
( When you have a usable xorg.conf ).

** Not sure if you can log into X as root, unless you edit the OS.
Anyway it is dangerous to run a Desktop as root. Very unsafe.
And : Not at all required.

-

zeebra 10-10-2013 04:49 AM

also check */whoami**/.xsession-error log and /var/log/Xorg.0.log


All times are GMT -5. The time now is 09:51 AM.