Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1743735
  • 博文数量: 297
  • 博客积分: 285
  • 博客等级: 二等列兵
  • 技术积分: 3006
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-06 22:04
个人简介

Linuxer, ex IBMer. GNU https://hmchzb19.github.io/

文章分类

全部博文(297)

文章存档

2020年(11)

2019年(15)

2018年(43)

2017年(79)

2016年(79)

2015年(58)

2014年(1)

2013年(8)

2012年(3)

分类: LINUX

2015-08-14 11:05:40

装了pygame,现在也得安装vncserver和Gnome. 

点击(此处)折叠或打开

  1. apt-get install tigervncserver gnome
  2. apt-get install gnome-core xfce4 firefox
  3. apt-get install vnc4server
修改/root/.vnc/xstartup ,改成下面的内容。

点击(此处)折叠或打开

  1. #!/bin/sh

  2. # Uncomment the following two lines for normal desktop:
  3. unset SESSION_MANAGER
  4. # exec /etc/X11/xinit/xinitrc

  5. #[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
  6. #[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
  7. #xsetroot -solid grey
  8. #vncconfig -iconic &
  9. #x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
  10. #x-window-manager &

  11. metacity &
  12. gnome-settings-daemon &
  13. gnome-panel & 
然后就是vncserver.
请参考这篇文章:
管理员在2009年8月13日编辑了该文章文章。
-->
阅读(769) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~