+ -
当前位置:首页 → 问答吧 → 哪位大侠用KDE的?帮我编译一下eva3.0.1吧,我fanx的。

哪位大侠用KDE的?帮我编译一下eva3.0.1吧,我fanx的。

时间:2005-09-16

来源:互联网

哪位大侠用KDE的?帮我编译一下eva3.0.1吧,我的机器太差,只装了个fanx听歌看碟聊QQ。
fanx没有编译系统,拜托大家了,mo或者tgz都可以。

作者: easyhappy   发布时间: 2005-09-16

转自linuxfan.org

代码:
Eva 0.3.1 聊天客户端 

Copyright(C)2004-2005, 云帆 <[email protected]> 2005年08月14日 


概述: 
Eva 是在KDE桌面下,基于Qt库开发的兼容腾迅QQ聊天客户端的软件, 本程序在 GPL v2 的条款下分发,具体内容请参考COPYING文件内容 


特性: 
============================================== 
- 进行文本聊天 
- 聊天记录的简单实现 
- 查看好友资料 
- 更改个人资料 
- 个性签名 
- 下载好友分组 
- 上传好友分组 
- 显示等级 
- 创建固定群 
- 更改群资料 
- 更改群成员 
- 固定群聊天 
- UDP和TCP登录 
- HTTP**登录 
- 删除好友 
- 查找好友,和添加好友 
- 好友验证 
- 系统消息记录 
- 自动回复 
- 快速回复 
- 系统设置 


源代码下载 
============================================== 
下载1: http://www.magiclinux.org/people/yun...-0.3.1.tar.bz2

下载2: 
http://sourceforge.net/project/showf...ease_id=348941 


原代码的编译,运行 
============================================== 
1.进入eva目录,输入 
./configure --prefix=`kde-config --prefix` 
2.成功后,输入 
make 
开始编译,这大概要7,8分钟的样子,取决于机器的性能 
3.输入make install 将安装 
Eva到KDE系统中 

4.打开命令行,输入 
eva 
即可运行

作者: easyhappy   发布时间: 2005-09-16

代码:
Section "ServerLayout" 
Identifier "X.org Configured" 
Screen "Screen0" 
InputDevice "Mouse0" "CorePointer" 
InputDevice "Keyboard0" "CoreKeyboard" 
EndSection 

Section "Files" 
RgbPath "/usr/X11R6/lib/X11/rgb" 
ModulePath "/usr/X11R6/lib/modules" 
FontPath "/usr/X11R6/lib/X11/fonts/misc/" 
FontPath "/usr/X11R6/lib/X11/fonts/TTF/" 
FontPath "/usr/X11R6/lib/X11/fonts/Type1/" 
FontPath "/usr/X11R6/lib/X11/fonts/CID/" 
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" 
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" 
EndSection 

Section "Module" 
Load "dbe" 
Load "dri" 
Load "extmod" 
Load "glx" 
Load "record" 
Load "xtrap" 
Load "freetype" 
Load "type1" 
EndSection 

Section "InputDevice" 
Identifier "Keyboard0" 
Driver "kbd" 
Option "XkbModel" "pc104" 
Option "XkbLayerout" "us" 
Option "XkbKeymap" "xfree86" 
EndSection 

Section "InputDevice" 
Identifier "Mouse0" 
Driver "mouse" 
Option "Protocol" "auto" 
Option "ZAxisMapping" "4 5" 
Option "Buttons" "3" 
Option "Device" "/dev/mouse" 
EndSection 

Section "Monitor" 
Identifier "Monitor0" 
VendorName "CGC" 
ModelName "d356" 
HorizSync 50.0-65.0 
VertRefresh 60.0-100.0 
# 800x600 @ 85.00 Hz (GTF) hsync: 53.55 kHz; pclk: 56.55 MHz 
Modeline "800x600_85.00" 56.55 800 840 928 1056 600 601 604 630 -HSync +Vsync 
Option "DPMS" 
EndSection 

Section "Device" 
Identifier "Card0" 
Driver "sis" 
VendorName "Silicon Integrated Systems [SiS]" 
BoardName "SiS530 3D PCI/AGP" 
BusID "PCI:1:0:0" 
EndSection 

Section "Screen" 
Identifier "Screen0" 
Device "Card0" 
Monitor "Monitor0" 
DefaultDepth 24 
SubSection "Display" 
Viewport 0 0 
Depth 32 
Modes "800x600" 
EndSubSection 
EndSection

这样我启动了Xwindow,怎么还是1024×768@76Hz的?应该是800×600了才对啊?在KDE控制中心里调到800×600的话,缺只有73Hz,没有上到85Hz的。

作者: easyhappy   发布时间: 2005-09-16