|
把两张iso文件解压到fat分区上
=>在E盘上创建一个sl目录(对应linux下的驱动盘是/dev/hda9)
=>在sl目录下创建一个sl文件夹,将kernels/bare.i/目录下的文件全部cp到该目录下,并将bzImage更名为vmlinuz;再将isolinux/目录下的initrd.img cp到该目录下。
=>编辑grub.conf文件,加入相应数据,如:
title sl10.1
root (hd0,8)
kernel /sl/sl/vmlinuz ro root=/dev/hda9
initrd /sl/sl/initrd.img
=>用grub启动就可以安装了,注意安装时选择本地磁盘安装,注意文件包所在的目录就可以了。
安装ati驱动
=>下载驱动
http://linuxpackages.cgucccc.org ... .8.25-i386-1tsu.tgz
=>安装驱动,并按提示设置,没什么好说的
=>编辑xorg.confi文件
1、加入字体文件路径
FontPath "/home/ftp/fonts/"
2、设置显示器参数
Section "Monitor"
Identifier "Monitor0"
HorizSync 30.0 - 70.0
VertRefresh 50 - 160
Option "DPMS"
3、更改分辩率
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1024x768" #这里
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
顺手把kde升级到3.4beta1
感觉不错
但有个问题gnome不正常,基本上是属于无法使用,其他兄弟有这样的问题吗? |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|