FreeNX Server Setup (Debian)

  1. Use this APT-feed for sid: deb http://debian.tu-bs.de/project/kanotix/stable/ stable-backports nx
  2. apt-get install freenx expect-dev
  3. Choose “nomachine key”
  4. to check your local NX connection
    nxsetup --setup-nomachine-key --install --clean
  5. Make sure the firewall forwards TCP port 5000 traffic to the NX host
  6. Make sure you use the nomachine key in the nxclient
  7. Follow this guide:
    make the following changes to /etc/nxserver/node.conf file:
    
    AGENT_EXTRA_OPTIONS_X="-fp /usr/share/fonts/X11/misc/,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/"
    
    Note: Although this looks like multiple lines, this is actually one long line in the conf file. The directories you specify here vary according to the fonts you have installed. Just do "ls /usr/share/fonts/X11" to figure out what you need.
    
    Also made the following change in the node.conf file:
    
    COMMAND_XAUTH=/usr/bin/xauth
    
    Finally, there were still some files on my system from the old v6 of X11, so I moved them out of the way:
    
    mv /usr/X11R6 /usr/X11R6_old
    
    If you don't do this, apparently NX will get confused.
    
 
debian/freenx.txt · Last modified: 2006/06/06 01:39 by Christoph
 
Except where otherwise noted, content on this wiki is licensed under the following license:GNU Free Documentation License 1.2
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Run by Debian Driven by DokuWiki