[quote:e7f2bbaab9="nowind"]是啊,我就是2个都选了720,结果还是不行,不过开始进"屏幕保护时出现警告,不知道是什么意思.
Warning:
The XScreenSaver daemon doesn't seem to be running on display ":0.0". Launch it now?
请指教[/quote]
- install ssh
- change sshd config to enable X11 forwarding
- (mandatory for security) block ssh from outer hosts with your firewall
- run sshd at startup
- login with:
Code:
ssh -X -l root localhost
There are always many ways to do the same thing under linux, Choice is great!