LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 09-05-2016, 08:01 AM   #1
Carl_cj
Member
 
Registered: Sep 2014
Distribution: Slackware,Linux From Scratch
Posts: 254

Rep: Reputation: 0
startx command gives error xorg windows can't open X -configure


Hello there,

i just completed 24section in BLFS 7.9 after that i try to execute
Code:
startx
command it gives me error which is
Quote:
root [ / ]# startx
xauth: file /root/.serverauth.17599 does not exist
xauth: (argv):1: bad display name "skyline:0" in "list" command
xauth: (stdin):1: bad display name "skyline:0" in "add" command

_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running
(EE)
Fatal server error:
(EE) Cannot establish any listening sockets - Make sure an X server isn't already running(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
Invalid MIT-MAGIC-COOKIE-1 keyxinit: giving up
xinit: unable to connect to X server: Resource temporarily unavailable
xinit: server error
xauth: (argv):1: bad display name "skyline:0" in "remove" command
when i try to generate the xorg.conf file with
Code:
X -configure or Xorg -configure
the similar error i geting
Quote:
root [ / ]# Xorg -configure
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running
(EE)
Fatal server error:
(EE) Cannot establish any listening sockets - Make sure an X server isn't already running(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
what can i do ? is this any drivers issue ? my lspci as follows
Quote:
root [ / ]# lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579V Gigabit Network Connection (rev 05)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 PCI bridge: Integrated Technology Express, Inc. Device 8892 (rev 10)
i installed all drivers in Xorg drivers section.could any body suggest me what can i do.i am using Slackware 14.1 64bit as my host Os thanks in advance.
 
Old 09-05-2016, 08:12 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,039

Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
How was your DISPLAY variable set?
Quote:
bad display name "skyline:0"
Quote:
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
 
Old 09-05-2016, 09:10 AM   #3
Carl_cj
Member
 
Registered: Sep 2014
Distribution: Slackware,Linux From Scratch
Posts: 254

Original Poster
Rep: Reputation: 0
my log file contains
Quote:
[ 25653.339] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[ 25653.339] _XSERVTransMakeAllCOTSServerListeners: server already running
[ 25653.339] (EE)
Fatal server error:
[ 25653.339] (EE) Cannot establish any listening sockets - Make sure an X server isn't already running(EE)
[ 25653.339] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 25653.339] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 25653.339] (EE)
[ 25653.339] (EE) Server terminated with error (1). Closing log file.
i don't know how to see my display variable set ?
 
Old 09-05-2016, 10:43 AM   #4
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,681
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Quote:
Originally Posted by Carl_cj View Post
i don't know how to see my display variable set ?
It's an environmental variable. Just type "echo $DISPLAY".

If you are building Linux From Scratch, you really ought to know what environmental variables are and how to access them. This is pretty basic stuff.
 
Old 09-05-2016, 11:45 AM   #5
Carl_cj
Member
 
Registered: Sep 2014
Distribution: Slackware,Linux From Scratch
Posts: 254

Original Poster
Rep: Reputation: 0
when i type
Code:
echo $DISPLAY
nothing display here is the output
Code:
root [ / ]# echo $DISPLAY

root [ / ]#
 
Old 09-06-2016, 01:53 AM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,039

Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
Quote:
Cannot establish any listening sockets - Make sure an X server isn't already running(EE)
So it is already running. At least it looks like....
You either need to stop it first or you can also try:
startx -- :1
 
Old 09-06-2016, 09:28 AM   #7
Carl_cj
Member
 
Registered: Sep 2014
Distribution: Slackware,Linux From Scratch
Posts: 254

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by pan64 View Post
So it is already running. At least it looks like....
You either need to stop it first or you can also try:
startx -- :1
i try as your suggested sorry no change my xorg.1.log file contains the following info
Quote:
[ 23.907]
X.Org X Server 1.18.1
Release Date: 2016-02-08
[ 23.910] X Protocol Version 11, Revision 0
[ 23.911] Build Operating System: Linux 3.10.17 x86_64
[ 23.912] Current Operating System: Linux skyline 4.4.2 #5 SMP Mon Sep 5 17:23:34 IST 2016 x86_64
[ 23.912] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.2-lfs-7.9 root=/dev/sda4 ro
[ 23.914] Build Date: 05 September 2016 04:59:43PM
[ 23.915]
[ 23.915] Current version of pixman: 0.34.0
[ 23.917] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 23.917] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.921] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Sep 7 01:21:40 2016
[ 23.969] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 23.970] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 24.030] Data incomplete in file /etc/X11/xorg.conf.d/xkb-defaults.conf
Undefined Screen "Screen0" referenced by ServerLayout "DefaultLayout".
[ 24.031] (EE) Problem parsing the config file
[ 24.031] (EE) Error parsing the config file
[ 24.031] (EE)
Fatal server error:
[ 24.033] (EE) no screens found(EE)
[ 24.034] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 24.037] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[ 24.038] (EE)
[ 24.039] (EE) Server terminated with error (1). Closing log file.
 
Old 09-06-2016, 04:43 PM   #8
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Are all video drivers installed " in kernel, X drivers and Mesa set up correctly.
 
Old 09-07-2016, 10:55 AM   #9
Carl_cj
Member
 
Registered: Sep 2014
Distribution: Slackware,Linux From Scratch
Posts: 254

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by spiky0011 View Post
Are all video drivers installed " in kernel, X drivers and Mesa set up correctly.
sorry for late reply.
yes all drivers are installed correctly without any problem some how when i installing Mesa i encounter some warnings those are
Quote:
../../../../src/gallium/include/pipe/p_defines.h:826:34: warning: ISO C forbids zero-size array 'batch' [-Wpedantic]
union pipe_numeric_type_union batch[0];
^
CC xa_renderer.lo
CC xa_tgsi.lo
In file included from ../../../../src/gallium/include/pipe/p_screen.h:43:0,
from xa_priv.h:37,
from xa_renderer.c:30:
../../../../src/gallium/include/pipe/p_defines.h:826:34: warning: ISO C forbids zero-size array 'batch' [-Wpedantic]
union pipe_numeric_type_union batch[0];
^
In file included from ../../../../src/gallium/include/pipe/p_screen.h:43:0,
from xa_priv.h:37,
from xa_tgsi.c:28:
../../../../src/gallium/include/pipe/p_defines.h:826:34: warning: ISO C forbids zero-size array 'batch' [-Wpedantic]
union pipe_numeric_type_union batch[0];
^
CC xa_tracker.lo
In file included from ../../../../src/gallium/include/pipe/p_screen.h:43:0,
from xa_priv.h:37,
from xa_tracker.c:31:
../../../../src/gallium/include/pipe/p_defines.h:826:34: warning: ISO C forbids zero-size array 'batch' [-Wpedantic]
union pipe_numeric_type_union batch[0];
^
CC xa_yuv.lo
In file included from ../../../../src/gallium/include/pipe/p_screen.h:43:0,
from xa_priv.h:37,
from xa_yuv.c:31:
../../../../src/gallium/include/pipe/p_defines.h:826:34: warning: ISO C forbids zero-size array 'batch' [-Wpedantic]
union pipe_numeric_type_union batch[0];
^
CCLD libxatracker.la
make[3]: Leaving directory '/xc/mesa-11.1.2/src/gallium/state_trackers/xa'
Making all in targets/xa
make[3]: Entering directory '/xc/mesa-11.1.2/src/gallium/targets/xa'
CC libxatracker_la-target.lo
CXXLD libxatracker.la
GEN .install-mesa-links
make[3]: Leaving directory '/xc/mesa-11.1.2/src/gallium/targets/xa'
Making all in state_trackers/xvmc
make[3]: Entering directory '/xc/mesa-11.1.2/src/gallium/state_trackers/xvmc'
CC attributes.lo
CC block.lo
CC context.lo
CC surface.lo
surface.c: In function 'XvMCRenderSurface':
surface.c:230:24: warning: variable 'future_surface_priv' set but not used [-Wunused-but-set-variable]
XvMCSurfacePrivate *future_surface_priv;
^
surface.c:229:24: warning: variable 'past_surface_priv' set but not used [-Wunused-but-set-variable]
XvMCSurfacePrivate *past_surface_priv;
^
CC subpicture.lo
CC tests/xvmc_bench.o
tests/xvmc_bench.c: In function 'main':
tests/xvmc_bench.c:189:18: warning: unused variable 'block_array' [-Wunused-variable]
XvMCBlockArray block_array;
^
tests/xvmc_bench.c:188:15: warning: unused variable 'surface' [-Wunused-variable]
XvMCSurface surface;
^
tests/xvmc_bench.c:187:15: warning: unused variable 'context' [-Wunused-variable]
XvMCContext context;
^
tests/xvmc_bench.c:244:25: warning: 'mb_array.macro_blocks' may be used uninitialized in this function [-Wmaybe-uninitialized]
mb_array.macro_blocks[mby * mbw + mbx].x = mbx;
^
CC tests/testlib.o
CC tests/test_context.o
tests/test_context.c: In function 'main':
tests/test_context.c:43:15: warning: unused variable 'context' [-Wunused-variable]
XvMCContext context = {0};
^
CC tests/test_surface.o
tests/test_surface.c: In function 'main':
tests/test_surface.c:44:15: warning: unused variable 'surface' [-Wunused-variable]
XvMCSurface surface = {0};
^
tests/test_surface.c:43:15: warning: unused variable 'context' [-Wunused-variable]
XvMCContext context;
^
CC tests/test_subpicture.o
tests/test_subpicture.c: In function 'main':
tests/test_subpicture.c:69:18: warning: unused variable 'subpicture' [-Wunused-variable]
XvMCSubpicture subpicture = {0};
^
tests/test_subpicture.c:66:15: warning: unused variable 'context' [-Wunused-variable]
XvMCContext context;
^
tests/test_subpicture.c:59:40: warning: unused variable 'subpic_height' [-Wunused-variable]
const unsigned int subpic_width = 16, subpic_height = 16;
^
tests/test_subpicture.c:59:21: warning: unused variable 'subpic_width' [-Wunused-variable]
const unsigned int subpic_width = 16, subpic_height = 16;
^
CC tests/test_blocks.o
tests/test_blocks.c: In function 'main':
tests/test_blocks.c:47:22: warning: unused variable 'macroblocks' [-Wunused-variable]
XvMCMacroBlockArray macroblocks = {0};
^
tests/test_blocks.c:46:18: warning: unused variable 'blocks' [-Wunused-variable]
XvMCBlockArray blocks = {0};
^
tests/test_blocks.c:45:15: warning: unused variable 'surface' [-Wunused-variable]
XvMCSurface surface;
^
tests/test_blocks.c:44:15: warning: unused variable 'context' [-Wunused-variable]
XvMCContext context;
^
tests/test_blocks.c:36:46: warning: unused variable 'min_required_macroblocks' [-Wunused-variable]
const unsigned int min_required_blocks = 1, min_required_macroblocks = 1;
^
tests/test_blocks.c:36:21: warning: unused variable 'min_required_blocks' [-Wunused-variable]
const unsigned int min_required_blocks = 1, min_required_macroblocks = 1;
^
CC tests/test_rendering.o
tests/test_rendering.c: In function 'main':
tests/test_rendering.c:144:15: warning: unused variable 'surface' [-Wunused-variable]
XvMCSurface surface;
^
tests/test_rendering.c:143:15: warning: unused variable 'context' [-Wunused-variable]
XvMCContext context;
^
CCLD libxvmctracker.la
CCLD tests/xvmc_bench
CCLD tests/test_context
CCLD tests/test_surface
CCLD tests/test_subpicture
CCLD tests/test_blocks
CCLD tests/test_rendering
make[3]: Leaving directory '/xc/mesa-11.1.2/src/gallium/state_trackers/xvmc'
Making all in targets/xvmc
make[3]: Entering directory '/xc/mesa-11.1.2/src/gallium/targets/xvmc'
CC libXvMCgallium_la-target.lo
CXXLD libXvMCgallium.la
make[3]: Leaving directory '/xc/mesa-11.1.2/src/gallium/targets/xvmc'
make[3]: Entering directory '/xc/mesa-11.1.2/src/gallium'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/xc/mesa-11.1.2/src/gallium'
make[2]: Leaving directory '/xc/mesa-11.1.2/src/gallium'
make[1]: Leaving directory '/xc/mesa-11.1.2/src'
make[1]: Entering directory '/xc/mesa-11.1.2'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/xc/mesa-11.1.2'
root [ /xc/mesa-11.1.2 ]#
when i run make install there is some warnings seems to be
Quote:
/bin/mkdir -p '/usr/lib'
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c libOSMesa.la '/usr/lib'
libtool: warning: relinking 'libOSMesa.la'

/bin/sh ../../libtool --mode=install /usr/bin/install -c libGL.la '/usr/lib'
libtool: warning: relinking 'libGL.la'
/bin/mkdir -p '/usr/lib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c libEGL.la '/usr/lib'
libtool: warning: relinking 'libEGL.la'
libtool: warning: '/usr/lib64/libexpat.la' seems to be moved
libtool: warning: '/usr/lib64/libdrm.la' seems to be moved
My glxinfo output like this
Code:
root [ /xc/mesa-11.1.2 ]# glxinfo
Error: unable to open display
My glxgers output
Code:
root [ /xc/mesa-11.1.2 ]# glxgears
Error: couldn't open display (null)
root [ /xc/mesa-11.1.2 ]#
when i tried to enable [*] Enable modesetting on intel by default [CONFIG_DRM_I915_KMS]for Xorg Intel Driver-0340718 in kernel i don't find this option i only find and enable this Enable preliminary support for prerelease Intel hardware by default in kernel.

Last edited by Carl_cj; 09-07-2016 at 11:03 AM.
 
Old 09-07-2016, 11:13 AM   #10
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
X with Intel driver will not work without KMS, and, BTW, X -configure will not work with KMS.
 
Old 09-07-2016, 11:35 AM   #11
Carl_cj
Member
 
Registered: Sep 2014
Distribution: Slackware,Linux From Scratch
Posts: 254

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Emerson View Post
X with Intel driver will not work without KMS, and, BTW, X -configure will not work with KMS.
thanks for the reply,My lspci output is
Quote:
root [ ~ ]# lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579V Gigabit Network Connection (rev 05)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 PCI bridge: Integrated Technology Express, Inc. Device 8892 (rev 10)
which driver i need to install ? i thought my driver is VESA but there is no VESA driver in BLFS 7.9.X with Intel driver will not work without KMS, and, BTW, X -configure will not work with KMS could you suggest me then what can i do ? thanks in advance.
 
Old 09-07-2016, 11:49 AM   #12
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
While in make menuconfig hit Z to see all options, even those not available because of disabled dependencies. Hit / to search. Hit ? to see all dependencies required to enable chosen option, you may need to use arrow right to see all of them.
Anyhow, KMS is enabled by default, there is no option for it any more.
If you see /dev/dri/card0 you have successfully loaded the kernel driver.
 
Old 09-07-2016, 12:45 PM   #13
Carl_cj
Member
 
Registered: Sep 2014
Distribution: Slackware,Linux From Scratch
Posts: 254

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Emerson View Post
While in make menuconfig hit Z to see all options, even those not available because of disabled dependencies. Hit / to search. Hit ? to see all dependencies required to enable chosen option, you may need to use arrow right to see all of them.
Anyhow, KMS is enabled by default, there is no option for it any more.
If you see /dev/dri/card0 you have successfully loaded the kernel driver.
thanks for replay,

i know these option previous i tried before,now i reinstalled 24th section in BLFS book but this won't help to solve my problem i think the problem in video drivers but why X -configure command is not working it gives similar error as startx
 
Old 09-08-2016, 02:36 AM   #14
zk1234
4MLinux Maintainer
 
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,256

Rep: Reputation: 220Reputation: 220Reputation: 220
From the very beginning the server says : "Please also check the log file at "/var/log/Xorg.0.log" for additional information." Why haven't you post this file here?

.
 
Old 09-08-2016, 06:26 AM   #15
Carl_cj
Member
 
Registered: Sep 2014
Distribution: Slackware,Linux From Scratch
Posts: 254

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by zk1234 View Post
From the very beginning the server says : "Please also check the log file at "/var/log/Xorg.0.log" for additional information." Why haven't you post this file here?

.
sorry for late reply, Here is Xorg.0.log file information.
Quote:
[ 20284.329]
X.Org X Server 1.18.1
Release Date: 2016-02-08
[ 20284.331] X Protocol Version 11, Revision 0
[ 20284.332] Build Operating System: Linux 3.10.17 x86_64
[ 20284.332] Current Operating System: Linux jamalpur 4.4.2 #7 SMP Thu Sep 8 05:01:09 IST 2016 x86_64
[ 20284.332] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.2-lfs-7.9 root=/dev/sda4 ro
[ 20284.334] Build Date: 05 September 2016 04:59:43PM
[ 20284.335]
[ 20284.335] Current version of pixman: 0.34.0
[ 20284.337] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 20284.337] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 20284.340] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep 8 11:21:58 2016
[ 20284.340] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 20284.341] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 20284.341] (==) ServerLayout "DefaultLayout"
[ 20284.341] (==) No screen section available. Using defaults.
[ 20284.341] (**) |-->Screen "Default Screen Section" (0)
[ 20284.341] (**) | |-->Monitor "<default monitor>"
[ 20284.341] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 20284.341] (**) | |-->Device "radeon"
[ 20284.341] (**) | |-->GPUDevice "name of your graphics card here"
[ 20284.341] (**) | |-->GPUDevice "Intel Graphics"
[ 20284.341] (**) | |-->GPUDevice "Card0"
[ 20284.341] (**) | |-->GPUDevice "nvidia"
[ 20284.341] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 20284.341] (**) Option "Xinerama"
[ 20284.341] (==) Automatically adding devices
[ 20284.341] (==) Automatically enabling devices
[ 20284.341] (==) Automatically adding GPU devices
[ 20284.341] (**) Xinerama: enabled
[ 20284.341] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 20284.342] (==) FontPath set to:
/usr/share/fonts/X11/misc/,
/usr/share/fonts/X11/TTF/,
/usr/share/fonts/X11/OTF/,
/usr/share/fonts/X11/Type1/,
/usr/share/fonts/X11/100dpi/,
/usr/share/fonts/X11/75dpi/
[ 20284.342] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 20284.342] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 20284.342] (II) Loader magic: 0x808c20
[ 20284.342] (II) Module ABI versions:
[ 20284.342] X.Org ANSI C Emulation: 0.4
[ 20284.342] X.Org Video Driver: 20.0
[ 20284.342] X.Org XInput driver : 22.1
[ 20284.342] X.Org Server Extension : 9.0
[ 20284.342] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 20284.343] (--) PCI:*(0:0:2:0) 8086:0102:8086:2017 rev 9, Mem @ 0xfe000000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64
[ 20284.343] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 20284.343] (II) LoadModule: "glx"
[ 20284.343] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 20284.344] (II) Module glx: vendor="X.Org Foundation"
[ 20284.344] compiled for 1.18.1, module version = 1.0.0
[ 20284.344] ABI class: X.Org Server Extension, version 9.0
[ 20284.344] (==) AIGLX enabled
[ 20284.344] (II) LoadModule: "ati"
[ 20284.344] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 20284.344] (II) Module ati: vendor="X.Org Foundation"
[ 20284.344] compiled for 1.18.1, module version = 7.6.1
[ 20284.344] Module class: X.Org Video Driver
[ 20284.344] ABI class: X.Org Video Driver, version 20.0
[ 20284.344] (II) LoadModule: "modesetting"
[ 20284.344] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 20284.344] (II) Module modesetting: vendor="X.Org Foundation"
[ 20284.344] compiled for 1.18.1, module version = 1.18.1
[ 20284.344] Module class: X.Org Video Driver
[ 20284.344] ABI class: X.Org Video Driver, version 20.0
[ 20284.344] (II) LoadModule: "intel"
[ 20284.344] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 20284.345] (II) Module intel: vendor="X.Org Foundation"
[ 20284.345] compiled for 1.18.1, module version = 2.99.917
[ 20284.345] Module class: X.Org Video Driver
[ 20284.345] ABI class: X.Org Video Driver, version 20.0
[ 20284.345] (II) LoadModule: "vesa"
[ 20284.345] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 20284.345] (II) Module vesa: vendor="X.Org Foundation"
[ 20284.345] compiled for 1.18.1, module version = 2.3.3
[ 20284.345] Module class: X.Org Video Driver
[ 20284.345] ABI class: X.Org Video Driver, version 20.0
[ 20284.345] (II) LoadModule: "nouveau"
[ 20284.345] (WW) Warning, couldn't open module nouveau
[ 20284.345] (II) UnloadModule: "nouveau"
[ 20284.345] (II) Unloading nouveau
[ 20284.345] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 20284.345] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 20284.345] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 20284.345] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 20284.345] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 20284.345] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[ 20284.345] (II) VESA: driver for VESA chipsets: vesa
[ 20284.345] (--) using VT number 7

[ 20284.348] (II) modeset(0): using drv /dev/dri/card0
[ 20284.348] (WW) Falling back to old probe method for vesa
[ 20284.348] (EE) Screen 0 deleted because of no matching config section.
[ 20284.348] (II) UnloadModule: "modesetting"
[ 20284.348] (EE) Device(s) detected, but none match those in the config file.
[ 20284.348] (EE)
Fatal server error:
[ 20284.348] (EE) no screens found(EE)
[ 20284.348] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 20284.348] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 20284.348] (EE)
[ 20284.353] (EE) Server terminated with error (1). Closing log file.

Last edited by Carl_cj; 09-08-2016 at 06:45 AM. Reason: Update log file information
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Xorg issues - error(1) and error(2) when using -configure or startx sezna Arch 2 01-12-2015 12:24 PM
[SOLVED] startx" command not working in chap. Xorg-7.7 Testing and Configuration(BLFS -7.6) jaassi Linux From Scratch 4 10-05-2014 11:47 AM
Xorg -configure error: Missing output drivers jsteel Linux From Scratch 6 11-12-2008 05:02 PM
Configure startx command / tightvnc trouble rutgerw Ubuntu 2 10-24-2006 04:49 AM
error using startx command debug019 Linux - Newbie 5 09-07-2004 05:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration