找回密码
 注册
搜索
热搜: 回贴
微赢网络技术论坛 门户 服务器 Linux/BSD 查看内容

ubuntu8.04下安装TintyX

2009-12-20 13:53| 发布者: admin| 查看: 107| 评论: 0|原作者: 玄霄

1,先安装一个command line的linux
2,编译安装tinyx
1.从
http://ftp.xfree86.org/pub/XFree86/4.4.0/source
下载源码包:
X43src-1~5.tgz,其中X43src-6.tgz和X43src-7.tgz是文档相关的包,可以不进行编译
2.建立编译环境
apt-get install gcc
apt-get install make
apt-get install autoconf
apt-get install pkg-config
3.安装相关依赖库
apt-get install bison
apt-get install flex
apt-get install zlib1g-dev
apt-get install libpam0g-dev
apt-get install libncurses5-dev
apt-get install libfreetype6
apt-get install libfreetype6-dev
apt-get install libpng12-dev
4.准备编译tinyx
mkdir tinyx
mv X430src-*.tgz tinyx
tar zxf X430src-*.tgz
cd xc/config/util
make -f Makefile.ini lndir
cd ../../../
mkdir build
cd build
../sc/config/util/lndir ../xc
cd config/cf/
cp TinyX.cf host.def
5.编辑host.def文件,将其修改为:
#define KDriveXServer YES
#define TinyXServer YES
#define XfbdevServer YES
#define BuildLBX YES
#define BuildFonts YES
#define BuildDBE NO
#define BuildXCSecurity YES
#define FontServerAccess NO
#undef BuildXF86RushEXt
#define BuildXF86RushEXt NO
#undef BuildRender
#define BuildRender YES
#define UseRgbTxt YES
#define BuildFontServer NO
6.cd ../../
touch xf86Date.h
touch Xf86Version.h
7.make World
8. make install
所有文件都被安装在/usr/X11R6和/etc/x11两个目录下







最新评论

QQ|小黑屋|最新主题|手机版|微赢网络技术论坛 ( 苏ICP备08020429号 )

GMT+8, 2024-9-29 21:19 , Processed in 0.128369 second(s), 12 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

返回顶部