public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Configure xorg Failed
@ 2011-12-06  2:15 Lavender
  2011-12-06  2:52 ` Claudio Roberto França Pereira
  2011-12-06  4:06 ` Lavender
  0 siblings, 2 replies; 5+ messages in thread
From: Lavender @ 2011-12-06  2:15 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1717 bytes --]

After xorg-server installed, I follow the description in the handbook using 
Xorg -configre. Unfortunately , it failed . The message is below:


[   621.762] _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
[   621.762] _XSERVTransOpen: transport open failed for inet6/Matrix:0
[   621.762] _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
[   621.764] 
X.Org X Server 1.10.4
Release Date: 2011-08-19
[   621.764] X Protocol Version 11, Revision 0
[   621.764] Build Operating System: Linux 2.6.39-gentoo-r3 i686 Gentoo
[   621.765] Current Operating System: Linux Matrix 2.6.39-gentoo-r3 #2 SMP Tue Oct 25 17:47:50 HKT 2011 i686
[   621.765] Kernel command line: root=/dev/sda6 video=vesafb:mtrr,ywrap vga=0x317
[   621.765] Build Date: 06 December 2011  05:54:36PM
[   621.765]  
[   621.766] Current version of pixman: 0.22.2
[   621.766] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[   621.766] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   621.767] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec  6 18:02:07 2011
[   621.767] (II) Loader magic: 0x81f2d80
[   621.767] (II) Module ABI versions:
[   621.767] X.Org ANSI C Emulation: 0.4
[   621.767] X.Org Video Driver: 10.0
[   621.767] X.Org XInput driver : 12.2
[   621.767] X.Org Server Extension : 5.0
[   621.770] (--) PCI:*(0:1:0:0) 1002:9552:103c:3644 rev 0, Mem @ 0x80000000/268435456, 0x90300000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[   621.770] Missing output drivers.  Configuration failed.


[-- Attachment #2: Type: text/html, Size: 2829 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Configure xorg Failed
  2011-12-06  2:15 [gentoo-user] Configure xorg Failed Lavender
@ 2011-12-06  2:52 ` Claudio Roberto França Pereira
  2011-12-06  4:56   ` Adam Carter
  2011-12-06  4:06 ` Lavender
  1 sibling, 1 reply; 5+ messages in thread
From: Claudio Roberto França Pereira @ 2011-12-06  2:52 UTC (permalink / raw
  To: gentoo-user

Did you try to build a kernel without network facilities?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re:Re: [gentoo-user] Configure xorg Failed
  2011-12-06  2:15 [gentoo-user] Configure xorg Failed Lavender
  2011-12-06  2:52 ` Claudio Roberto França Pereira
@ 2011-12-06  4:06 ` Lavender
  1 sibling, 0 replies; 5+ messages in thread
From: Lavender @ 2011-12-06  4:06 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

At 2011-12-06 10:52:35,"Claudio Roberto França Pereira" <spideybr@gmail.com> wrote:
>Did you try to build a kernel without network facilities?
>
What's that meaning? I built kernel with necessary drivers, of course I have a work-fine networkafter Gentoo built up . Does it have anything to do with X ?

[-- Attachment #2: Type: text/html, Size: 590 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Configure xorg Failed
  2011-12-06  2:52 ` Claudio Roberto França Pereira
@ 2011-12-06  4:56   ` Adam Carter
  2011-12-06 16:46     ` Claudio Roberto França Pereira
  0 siblings, 1 reply; 5+ messages in thread
From: Adam Carter @ 2011-12-06  4:56 UTC (permalink / raw
  To: gentoo-user

What video card do you have? Did you build the drivers for it?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Configure xorg Failed
  2011-12-06  4:56   ` Adam Carter
@ 2011-12-06 16:46     ` Claudio Roberto França Pereira
  0 siblings, 0 replies; 5+ messages in thread
From: Claudio Roberto França Pereira @ 2011-12-06 16:46 UTC (permalink / raw
  To: gentoo-user

Xorg is complaining that it couldn't open IPv6 sockets. Xorg uses
sockets to handle the clients, that's what makes it work with remote
clients. I'd guess that you tried to built a no-network box, but Xorg
need sockets. It doesn't make much sense in a Gentoo world, but it was
worth trying.

Another possibility is that you built your kernel without IPv6
support, but forgot to disable the ipv6 USE flag.


$ emerge -pv xorg-server

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] x11-base/xorg-server-1.11.2-r2  USE="ipv6 nptl udev
xorg xvfb -dmx -doc -kdrive -minimal -static-libs -tslib -xnest" 4,831
kB

Total: 1 package (1 reinstall), Size of downloads: 4,831 kB

$ gunzip -c /proc/config.gz | grep -i ipv6
CONFIG_IPV6=y
# CONFIG_IPV6_PRIVACY is not set
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_IPV6_SIT is not set
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-06 16:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-06  2:15 [gentoo-user] Configure xorg Failed Lavender
2011-12-06  2:52 ` Claudio Roberto França Pereira
2011-12-06  4:56   ` Adam Carter
2011-12-06 16:46     ` Claudio Roberto França Pereira
2011-12-06  4:06 ` Lavender

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox