分页: 1 / 1

openbsd4.8安装完awesome不能启动

发表于 : 2011-04-25 21:14
junfengfan
awesome window manager 安装。
pkg_add awesome;
安装完后,提示:--- +awesome-3.4.6 -------------------
Before running awesome, you'll need to create a configuration file.
Copy the provided /usr/local/share/examples/awesome/rc.lua to
~/.config/awesome/rc.lua and modify as necessary.
--- +dbus-1.2.24p4 -------------------
To start systemwide message dbus daemon whenever the machine boots,
add the following lines to /etc/rc.local:

if [ -x /usr/local/bin/dbus-daemon ]; then
install -d -o _dbus -g _dbus /var/run/dbus
echo -n ' dbus'; /usr/local/bin/dbus-daemon --system
fi
可是我做完后,# awesome 却出现E:awesome: main:445: cannot open display~~~ 不知是何原因,还请帮忙~~~~

回复: openbsd4.8安装完awesome不能启动

发表于 : 2011-04-26 3:56
leo
你是不是没有注释掉原来的窗口管理器?需要先在~/.xinitrc里注释掉原来的窗口管理器,然后加上:

代码: 全选

exec awesome
保存退出,然后运行:

代码: 全选

# startx

经测试,在真实环境和虚拟机里都没有问题。

虚拟机OpenBSD 4.8 i386环境:
图片

真机OpenBSD 4.9 AMD 64环境:
图片

回复: openbsd4.8安装完awesome不能启动

发表于 : 2011-04-26 10:44
junfengfan
root根目录下没有.xinitrc文件,我自己动手建 了一个,内容为:exec awesome
startx 成功了,谢谢您~~~~

回复: openbsd4.8安装完awesome不能启动

发表于 : 2011-04-26 13:35
leo
我把信息图标改成笑脸了——以示问题解决,下次烦请自己改。:)