View previous topic :: View next topic |
Author |
Message |
dorkah n00b
Joined: 15 Aug 2007 Posts: 2
|
Posted: Fri Aug 24, 2007 4:43 pm Post subject: Xorg - error during generating an xorg.conf file |
|
|
Hi,
I installed Xorg according to this doc: http://www.gentoo.org/doc/en/xorg-config.xml:
Code: | # emerge xorg-x11
# env-update
# source /etc/profile |
Just after that I tried to generate an xorg.conf file using:
But I get these errors:
Code: | _XSERVTransSocketOpenCUTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/dorkah:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 |
Any suggestions how to fix it? |
|
Back to top |
|
|
mattsteven Apprentice
Joined: 27 Oct 2003 Posts: 240 Location: Your Planet
|
Posted: Fri Aug 24, 2007 8:49 pm Post subject: |
|
|
Those lines are probably not the problem, please post the rest of your Xorg log
Also, to fix it you can Code: | $EDITOR `which startx` |
Find the serverargs line and add -nolisten inet6 to it _________________ Matthew Steven
Linux-only desktop since 1998
Graying hair since 2006 |
|
Back to top |
|
|
paulb787 Apprentice
Joined: 14 Nov 2005 Posts: 250
|
Posted: Mon Dec 31, 2007 2:33 am Post subject: |
|
|
im having the same problem! when i do $EDITOR 'which startx'.. i just see a new file any ideas? |
|
Back to top |
|
|
|