| 阅读上一个主题 :: 阅读下一个主题 |
| 作者 |
留言 |
3182200 半仙
注册时间: 2006-12-02 文章: 2
|
发表于: Sat 2006-12-02 16:40:28 发表主题: 新手有问题要问..关于startX |
|
|
我想问一下..我新状的FREEBSD
我这样配置了一下!
cd /usr/X11R6/bin
./xorgcfg -textmode
echo "/usr/x11R6/bin/gnome-session" > ~/.xinitrc
然后在打startX就进不去了. 出来这样的信息:
/root/.xinitrc: /usr/x11r6/bin/gnome-session: not found
waiting for X server to shut down freeFontpath: FPE "/usr/x11R6/ lib/x11/fonts/misc/" refcount is 2. should be 1 ;fixing
/usr/x11r6/bin/xauth; (argv):1; bad display name ":0" in "remove" command
/usr/x11r6/bin/xauth; (argv):1; bad display name ":0" in "remove" command
怎么办..谢谢~大家帮帮我[/img] |
|
| 返回页首 |
|
 |
3182200 半仙
注册时间: 2006-12-02 文章: 2
|
发表于: Sat 2006-12-02 16:40:53 发表主题: |
|
|
| 还有..版本是6.1 |
|
| 返回页首 |
|
 |
fzjw 半仙

注册时间: 2004-06-20 文章: 26
|
发表于: Sat 2006-12-02 21:06:45 发表主题: |
|
|
我在6.1下配置GNOME2.12的过程:
1.安装xorg
#pkg_add xorg-6.9.0.tbz
成功后
#/usr/X11R6/bin/X -configure
#/usr/X11R6/bin/X -config /root/xorg.conf.new
#cp /root/xorg.conf.new /etc/X11/xorg.conf
2.安装GNOME
#pkg_add gnome2-2.12.3.tbz
完成后修改rc.conf
#ee /etc/rc.conf
加入
gdm_enable="YES"
或者
#echo "/usr/X11R6/bin/gnome-session" > ~/.xinitrc
#reboot _________________ 己所不欲,勿施于人 |
|
| 返回页首 |
|
 |
dryice 道士
注册时间: 2003-04-30 文章: 535
|
发表于: Mon 2006-12-11 17:07:21 发表主题: Re: 新手有问题要问..关于startX |
|
|
| 3182200 写到: |
出来这样的信息:
/root/.xinitrc: /usr/x11r6/bin/gnome-session: not found
|
_________________ http://dryice.name |
|
| 返回页首 |
|
 |
ledca 半仙
注册时间: 2005-01-19 文章: 127 来自: 浙江台州
|
发表于: Mon 2006-12-11 17:21:38 发表主题: |
|
|
whereis gnome-session
and cd path
make install && rehash _________________ 寻求合适的工作,发挥自己的生产力。 |
|
| 返回页首 |
|
 |
|