ma3310 发表于 2013-1-28 16:30:14

Linux Desktop 做 Xserver

方法1:(Ubuntu 下无效)

$ cat /etc/X11/xinit/xserverrc#!/bin/sh#exec /usr/bin/X -nolisten tcp "$@"exec /usr/bin/X tcp "$@"

方法2:(有时需新建 custom.conf)

scott@xserver:~$ cat /etc/gdm/custom.conf DisallowTCP=falsescott@xserver:~$ xhost + xclientscott@xserver:~$ ssh postfix@xclientpostfix@xclient's password: *******postfix@xclient:~$ export DISPLAY=xserver:0postfix@xclient:~$
页: [1]
查看完整版本: Linux Desktop 做 Xserver