亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問(wèn)板塊 發(fā)新帖
查看: 2470 | 回復(fù): 8
打印 上一主題 下一主題

[OpenBSD] gnome已經(jīng)安裝,如何配置,請(qǐng)幫幫忙! [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2006-02-25 12:43 |只看該作者 |倒序?yàn)g覽
openbsd3.8 ,i386,想安裝桌面,已經(jīng)安裝了gnome,不知如何配置?

[ 本帖最后由 wulang2005 于 2006-2-25 18:55 編輯 ]

論壇徽章:
1
寅虎
日期:2013-09-29 23:15:15
2 [報(bào)告]
發(fā)表于 2006-02-25 12:44 |只看該作者
難道LZ安裝系統(tǒng)時(shí)沒(méi)有把XServer包選上嗎?

論壇徽章:
1
寅虎
日期:2013-09-29 23:15:15
3 [報(bào)告]
發(fā)表于 2006-02-25 13:04 |只看該作者
估計(jì)cvs OpenBSD的X11源碼,編譯安裝,準(zhǔn)可行.
或者發(fā)個(gè)信息問(wèn)一下MichaelBibby.

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2006-02-25 14:39 |只看該作者
如果用fvwm2, 我有完成好的配置文件, 直接解到/usr/local/share/fvwm下就可以使用了, 有好幾個(gè)主題可供選擇.

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2006-02-25 15:41 |只看該作者
原帖由 rainren 于 2006-2-25 14:39 發(fā)表
如果用fvwm2, 我有完成好的配置文件, 直接解到/usr/local/share/fvwm下就可以使用了, 有好幾個(gè)主題可供選擇.

我就是按照你那篇“靚麗OpenBSD桌面”來(lái)配置的。但后來(lái)我又安裝了gnome,再后來(lái),我又以http://geek00l.blogspot.com/2005/12/fluxbox-on-openbsd-38.html為例子,結(jié)果還是不行。請(qǐng)多多幫忙。

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2006-02-25 15:52 |只看該作者
Fluxbox on OpenBSD 3.8
Xorg Setup

shell>Xorg -configure

This command will automatically detect your hardware specification and generate the xorg.conf.new as a template under your user home directory.

You can test your xorg.conf by using the command below

shell>Xorg -config /root/xorg.conf.new

Once you have proper xorg.conf.new under your user home directory, copy it to the /etc/X11

shell>cp xorg.conf.new /etc/X11/xorg.conf

Now you are done with Xorg.

If you want to use xdm instead of gdm, normally you can just

shell>echo "xdm_flags=\"\"" > /etc/rc.conf.local

Fluxbox Setup

Before you install, you should add this two lines to your ~/.profile

PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/3.8/packages/i386/
export PKG_PATH

Now you won't need to export the package path manually everytime you login to the machine.

Installing fluxbox

You can either use port or package install.

Port Install

shell>cd /usr/ports/x11/fluxbox; make install

Package Install

shell>pkg_add ${PKG_PATH}fluxbox-0.9.13.tgz

Fluxbox Configuration

If you plan to go for startx manually, you can just create .xinitrc under user home directory

shell>cd ~

shell>echo "exec /usr/local/bin/startfluxbox" > .xinitrc

shell>chmod u+x .xinitrc

Or if you are using xdm/gdm as a wrapper to launch startx, you should use .xsession

shell>echo "exec /usr/local/bin/startfluxbox" > .xsession

I suggest you copy all the files under /usr/local/share/fluxbox to you user home directory.

shell>cp -fR /usr/local/share/fluxbox/* ~/.fluxbox/

GDM Setup

If you prefer to use GDM - gnome display manager instead of xdm for it's nicer and rocking interface, let's go get it.

Port Install

shell>cd /usr/ports/x11/gnome/gdm; make install

Package Install

shell>pkg_add ${PKG_PATH}gdm-2.6.0.9.tgz

After the installation, edit the /etc/rc and change the part below. Or if you are good in sed, you may be able to do it quicky with s/xdm/gdm/g

# Alternatively, on some architectures, xdm may be started in /etc/ttys.
if [ "X${xdm_flags}" != X"NO" ]; then
echo 'starting xdm...'; /usr/X11R6/bin/xdm ${xdm_flags}
fi

to

# Alternatively, on some architectures, xdm may be started in /etc/ttys.
if [ "X${gdm_flags}" != X"NO" ]; then
echo 'starting gdm...'; /usr/local/bin/gdm ${gdm_flags}
fi

Then, change the xdm_flags="" in /etc/rc.conf.local to gdm_flags=""

By now, you should be done :]

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2006-02-25 15:59 |只看該作者
fvwm是可以進(jìn)入的。

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2006-02-25 16:56 |只看該作者
不知道你說(shuō)的配置是什么意思,是不是指啟動(dòng)GNOME?

如果是的話,建立一個(gè)~/.xinitrc文件,在里面寫上一句:


  1. exec gnome-session
復(fù)制代碼

前提是你的GNOME包都裝上了(裝上gnome-session就可以了,它回自動(dòng)解決依賴的包)

論壇徽章:
0
9 [報(bào)告]
發(fā)表于 2006-02-27 13:31 |只看該作者
考,看精華帖,都詳細(xì)成狗了。
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP