Re: [gentoo-user] Configure xorg Failed

2011-12-06 Thread Claudio Roberto França Pereira
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



[gentoo-user] Configure xorg Failed

2011-12-05 Thread Lavender
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 @ 
0x8000/268435456, 0x9030/65536, I/O @ 0x3000/256, BIOS @ 
0x/131072
[   621.770] Missing output drivers.  Configuration failed.



Re: [gentoo-user] Configure xorg Failed

2011-12-05 Thread Claudio Roberto França Pereira
Did you try to build a kernel without network facilities?



Re:Re: [gentoo-user] Configure xorg Failed

2011-12-05 Thread Lavender
At 2011-12-06 10:52:35,Claudio Roberto França Pereira spide...@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 ?

Re: [gentoo-user] Configure xorg Failed

2011-12-05 Thread Adam Carter
What video card do you have? Did you build the drivers for it?