1、在VPC中安装RHEL,startx时花屏
说明:这是由于VPC色度不支持(真彩)24色导致的,直接修改为16即可。
方法:vi /etc/X11/XF86Config | vi /etc/X11/xorg.conf
Section "Screen"节点
修改 Depth 16 -- 默认24
Modes "1024x768" "800x600" "640x480"
2、locate命令无效。
说明:系统提示“warnning: database '/var/lib/slocate/slocate.db' is more than 8 days old ”。
方法:updatedb
3、VPC中,间断性的显示:localhost kernel: i8253 count too high! resetting..
说明:【摘】i8253是计算机内的一个计时器芯片,当使用虚拟机或是某些笔记本安装 linux的时候,系统的时间会不定期的产生一些误差,包括linux在内的很多系统都可以进行纠正这种时间上的混乱。Linux的2.4.20核心以及 更高版本的核心在处理这种时间上的混乱时会同时发送一条Debug信息,这条信息就是i8253 count too high。
方法:chkconfig pcmcia off,每次开机都运行。
其它:关闭提示:开机到grub处,按下e键,选择kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ ,在末尾处“空格+single”,然后回车退出,再按b键引导进入单用户模式,在单用户模式下输入chkconfig pcmcia off;消除误差:通过修改源代码arch /i386 /kernel /time.c 文件并重新编译。
4、xWindow中文字体乱码。
说明:桌面linux乱码
方法:拷贝字体库(从Win系统中获取或网上下载)文件到: /usr/share/fonts/chinese/TrueType/目录。
5、Linux中firefox的安装。(丢弃)
说明:半天没装上。RPM resource libpangocairo-1.0.so.0
运行时提示: ./firefox-bin: error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory。
从rpmfind.net下载了pango-1.28.1-5.fc15 RPM for i686,rpm安装后还是老样子。
方法:faint, 继续安装中。。。(可能是RHEL版本太老的缘故,多数rpm版本不够,装个firefox1,2看看。)
继续晕,,,装FF到xWindow都进不去:
/usr/bin/gnome-session: error while loading shared libraries: libXinerama.so.1: cannot open shared object file : No such file or directory
Firefox 3.6 System Requirements
Please note that Linux distributors may provide packages for your distribution which have different requirements.
- Firefox will not run at all without the following libraries or packages:
- GTK+ 2.10 or higher
- GLib 2.12 or higher
- Pango 1.14 or higher
- X.Org 1.0 or higher
- For optimal functionality, we recommend the following libraries or packages:
- NetworkManager 0.7 or higher
- DBus 1.0 or higher
- HAL 0.5.8 or higher
- GNOME 2.16 or higher
6、Apache的安装
说明:
方法: ./configure --sysconfdir=/etc/httpd --datadir=/usr/local/apache2/httpd --enable-modules=most --enable-mods-shared=all --enable-so
(Fault: no acceptable C compiler found in $PATH)
# 要安装 GCC
# install gcc-x