fedora 10 安装和调试 I386 32位系统
时间:2010-04-22 来源:csbbb
fedora 10 安装和调试 I386 32位系统
硬盘安装省事而且快
下载Fedora-12-i386-DVD.iso镜像 链接http://mirrors.163.com/fedora/releases/10/Fedora/i386/iso/Fedora-10-i386-DVD.iso
下载grub4dos http://download.gna.org/grub4dos/
menu.lst
title Install Fedora 10
root (hd0,0)
kernel (hd0,0)/vmlinuz
initrd (hd0,0)/initrd.img
boot
boot.ini
C:\grldr=”Start GRUB4DOS”
能安装的都安装上以后用的着
安装完后首先
yum install yum-fastestmirror yumex -y
如果觉得实在是慢
可以按以下方法
首先安装两个插件
rpm -ivh http://rpm4fc-cn.googlecode.com/files/axel-2.3-1.fc10.i386.rpm
rpm -ivh http://rpm4fc-cn.googlecode.com/files/yum-axelget-1.0-0.2.20080705.fc10.noarch.rpm
本文写于2010年04月21日近期有效果所有链接可用
更新完毕后,我们首先要作的是听歌把以下是添加多媒体的功能
一、添加第三方源
http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/10/rpmfusion-free-release-10-1.noarch.rpm
http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/10/rpmfusion-nonfree-release-10-1.noarch.rpm
七、安装影音视频等等
首先重要的是 在这里下载http://www.mplayerhq.hu/MPlayer/releases/codecs/
all-20071007.tar.bz2 和windows-all-20071007.zip 然后再创建
/usr/lib/win32 文件夹 这里所要注意的是 有个别朋友创建的是wincodecs 文件名,然而大部分软件识别的是win32
OK 这点要注意哦
然后
tar jxvf all-20071007.tar.bz2
mv all-20071007/* /usr/lib/codecs
unzip windows-all-20071007.zip
mv windows-all-20071007/* /usr/lib/win32
这里是基础工作哦
下一步
(1)首先将系统已有的totem移去 # yum remove totem
(2)安装totem-xine # yum install -y totem-xine
(3)安装extras #yum install -y xine-extras(这个可能没有反应,不过没关系,把剩下的装好)
(4)安装DVD播放 # yum install -y libdvdcss libdvdnav
(5)安装lame # yum install -y lame
(6)安装mpeg支持 # yum install -y ffmpeg
(7)安装RM播放支持 # yum install -y compat-libstdc++-33 (如果没安装这个realplayer是用不了,totem播放出现没图象与没声音)
(8)安装声音支持 # yum install -y xine-lib-extras-nonfree (如果没安装这个totem播放rm有图象没声音)
(9)安装vlc # yum install -y vlc
在这里感谢nsfself
(10)进入终端 su yum install smplayer
totem-backend -b xine
OK 系统多媒体方面打造成功
下面我自己用的一些软件
yum install amule azureus multiget k3b audacity vidalia -y
腾讯的QQ 这个稳定性比较差凑合着用
rpm -ivh http://dl_dir.qq.com/linuxqq/linuxqq-v1.0.2-beta1.i386.rpm
rar 解压缩
yum install unrar -y
聊天打电话的skype
http://www.skype.com/go/getskype-linux-fc7
su
rpm -Uvh skype-2.0.0.72-fc5.i586.rpm
warning: skype-2.0.0.72-fc5.i586.rpm: Header V3 DSA signature: NOKEY, key ID d66b746e
Preparing... ########################################### [100%]
1:skype ########################################### [100%
在线的电视节目
http://sopcast-player.googlecode.com/files/sp-auth-3.0.1-1.i386.rpm
http://sopcast-player.googlecode.com/files/sopcast-player-0.2.1-1.fc10.i386.rpm
这个可能提示少个 devel 文件 直接 yum install *devel -y 就OK 了
http://www.sopcast.cn/chlist.xml
%$^^%$http://^%$^%$^%$channel.sopcast.com/chlist.xml ^%$^%$
^%$^%$^%$^http://^%$^%^%$^channel.sopcast.com/vodlist.xml*&^*&
$%#%$#%$#http://%$#%$#%$#%channel.sopcast.com/gchlxml%$#%$#%$#
如果感觉声音较卡时 可以这样作
https://fedoraproject.org/wiki/Features/GlitchFreeAudio#Contingency_Plan
The PulseAudio sound server has been rewritten to use timer-based audio scheduling instead of the traditional interrupt-driven approach. Timer-based scheduling may expose issues in some Alsa drivers. To turn timer-based scheduling off, replace the line
load-module module-hal-detect
in /etc/pulse/default.pa by
load-module module-hal-detect tsched=0
找到 /etc/pulse/default.pa 文件 找到 load-module module-hal-detect
修改为 load-module module-hal-detect tsched=0
效果会好很多哦
还可以安装些开源字体 避免一些字体乱码
yum install wqy-bitmap-fonts
yum install wqy-zenhei-fonts yum install wqy-unibit-fonts