How to enable TCP connections to XServer?
by Samet Kilictas on Dec.07, 2009, under Linux, Tips, Ubuntu
sudo gedit /etc/gdm/gdm.schemas
find:
<schema>
<key>security/DisallowTCP</key>
<signature>b</signature>
<default>true</default>
</schema>
shift from true to false:
<schema>
<key>security/DisallowTCP</key>
<signature>b</signature>
<default>false</default>
</schema>
No comments for this entry yet...
Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the 