|
|
发表于 2006-4-11 00:56:04
|
显示全部楼层
我正在努力把xorg7装上...
我这两天正为此发愁呢,看来楼上肯定有人成功安装了xorg7.我看了一下xorg7的ftp下载服务列表,那么多内容,当时眼前就黑了.请问楼上的高手能不能告诉写个帖子出来,说说xorg7到底需要哪些包?具体又如何安装呢?拜托了!我在网上找了很久,都没找到一篇详细的.有一篇如下:
所需软件包:
libpam0g-dev
zlib1g-dev
bison, flex
libncurses5-dev
libfontconfig1-dev
libexpat1-dev
gcc g++
make
libc6-dev
perl
autoconf automake1.9
libpng12-dev
libxft-dev
install:
1.unpack all the 7 tar files,this creat a xc dirc.
mkdir xcbuild in the same level of xc.
cd xcbuild;lndir ../xc
2.cd config/cf;cp xorgsite.def host.def
read through host.def and change to meet your condition,and then add the following lines:
#define ProjectRoot /usr/local/X11R6 /* this definitation is needed only when you want to install xorg in an unstardard diretory,defalt is /usr/X11R6 */
#define NothingOutsideProjectRoot YES
#define HasFreetype2 YES
#define HasFontconfig YES
#define HasExpat YES
#define HasLibpng YES
#define HasZlib YES
3.cd xcbuild;
make World 2>&1 | tee compile.log;
make install 2>&1 | tee install.log
4.configure
in the Nvidia driver section add the line
Option "RenderAccel" "true"
and add the following section:
Section "Extensions"
Option "Composite" "Enable"
EndSection
5.install some interest element.
(1)enable shadow.
download source pakage xcompmgr.tar.gz and unpack.
export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig (the automake will use it)
cd xcompmgr; ./autogen.sh; ./configure; make; cp xcompmgr /usr/X11R6/bin
(2)enable transparency.
download source pakage transset.tar.gz and unpack.
cd transset; make; cp transset /usr/X11R6/bin
that is OK!
有点太简略了,让我这个刚接触linux一个月的人汗...好多命令格式方面都看不懂
那个高手愿给我这菜鸟作老师啊?QQ:17178538 |
|