| Author |
Message |
SPG *nix forums beginner
Joined: 28 May 2006
Posts: 4
|
Posted: Sun Jun 18, 2006 4:46 pm Post subject:
x.org 6.9.0 listen on port 37435/tcp help me
|
|
|
Hi!
I have x.org 6.9.0 which listens on port 37435/tcp.
How to stop x.org from listening or redirect this listening to unix sockets? |
|
| Back to top |
|
 |
Chris Applegate *nix forums beginner
Joined: 19 Jun 2006
Posts: 2
|
Posted: Mon Jun 19, 2006 10:50 am Post subject:
Re: x.org 6.9.0 listen on port 37435/tcp help me
|
|
|
SPG wrote:
| Quote: | I have x.org 6.9.0 which listens on port 37435/tcp.
How to stop x.org from listening or redirect this listening to unix sockets?
|
Try
startx -- -nolisten tcp
--
CDA |
|
| Back to top |
|
 |
SPG *nix forums beginner
Joined: 28 May 2006
Posts: 4
|
Posted: Tue Jun 27, 2006 1:45 pm Post subject:
Re: x.org 6.9.0 listen on port 37435/tcp help me
|
|
|
Chris Applegate wrote:
| Quote: | SPG wrote:
I have x.org 6.9.0 which listens on port 37435/tcp.
How to stop x.org from listening or redirect this listening to unix
sockets?
Try
startx -- -nolisten tcp
|
Thanks. Works!
I used -nolisten tcp in defaultserverargs line in startx and this thing
moved port from 6000/tcp to 37435/tcp. Strange.
Now I use startx -- -nolisten tcp and works!
Thanks!
Do you know how to put it in startx or any config file?
Zbigniew |
|
| Back to top |
|
 |
s. keeling *nix forums Guru Wannabe
Joined: 01 Apr 2005
Posts: 248
|
Posted: Tue Jun 27, 2006 3:28 pm Post subject:
Re: x.org 6.9.0 listen on port 37435/tcp help me
|
|
|
SPG <zamowienia3@o2.pl>:
| Quote: | Chris Applegate wrote:
SPG wrote:
I have x.org 6.9.0 which listens on port 37435/tcp.
How to stop x.org from listening or redirect this listening to unix
sockets?
Try
startx -- -nolisten tcp
Thanks. Works!
I used -nolisten tcp in defaultserverargs line in startx and this thing
moved port from 6000/tcp to 37435/tcp. Strange.
Now I use startx -- -nolisten tcp and works!
Thanks!
Do you know how to put it in startx or any config file?
|
/etc/X11/xinit/xserverrc:
exec /usr/bin/X11/X -dpi 100 -nolisten tcp
--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://www.spots.ab.ca/~keeling Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html
Spammers! http://www.spots.ab.ca/~keeling/emails.html |
|
| Back to top |
|
 |
Chris Applegate *nix forums beginner
Joined: 19 Jun 2006
Posts: 2
|
Posted: Wed Jun 28, 2006 12:37 am Post subject:
Re: x.org 6.9.0 listen on port 37435/tcp help me
|
|
|
SPG wrote:
| Quote: | Do you know how to put it in startx or any config file?
|
Not exactly. Maybe in the ServerFlags section of xorg.conf?
--
CDA |
|
| Back to top |
|
 |
SPG *nix forums beginner
Joined: 28 May 2006
Posts: 4
|
Posted: Sat Jul 01, 2006 10:03 pm Post subject:
Re: x.org 6.9.0 listen on port 37435/tcp help me
|
|
|
| Quote: | Do you know how to put it in startx or any config file?
/etc/X11/xinit/xserverrc:
exec /usr/bin/X11/X -dpi 100 -nolisten tcp
|
I modified startx script at xinit line adding at the end of line -nolisten
tcp
Thanks for help.
zbiggy |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|