当前位置:操作系统 > Unix/Linux >>

光盘启动安装Fedora 7常见问题及解决

本人是一菜鸟,昨天下载了FC7,光盘启动后按TAB键加入 noapic=off 安装完成后(本人安装kde,gnome环境,开发环境防止编译时找不到这样或那样的东西),便不停的百度。现终于搞定FC7的一些常见问题,总结如下,希望对各位有所帮助。

  本人配置:adm 4000+ /1G/160G/7600GS/DVDRW/NF550

  一、解决找到声卡,但是声卡无声的问题。

  1、终端运行 alsamixer按F5将所有音量全开

  2、gedit /etc/modprobe.conf 

  将里面的options snd-hda-intel index=0 一项替换为

  options snd-hda-intel position_fix=1 model=3stack或
  options snd-hda-intel single_cmd=1 model=laptop-eapd

  然后重新加载声音。
二、安装超快下载器

  启动FireFox 

  工具-->附加软件

  查找downthemall

  找到后安装,安装完成会提示你重启firefox ,重启firefox生效!
三、安装realplaye

  到ttp://www.real.com/linux?pcode=rn&opage=freeplayer_partner&src=../../realplayer_com,freeplayer_partner 下载RedHat Package或http://www.real.com/realcom/R?href=../../http%3A%2F%2Fforms%2Ereal%2Ecom%2Freal%2Fplayer%2Fdownload%2Ehtml%3Ff%3Dunix%2FRealPlayer10GOLD%2Erpm


  下载后安装。这时可以播放MP3

  对了,忘记写了,照上述的方法安装realplayer后,不能启动!还需要 

  yum install libstdc++.so.5

四、安装nvidia驱动

  本人这次用的是beta版的驱动,效果还不错。

  下载地址:http://www.mplayerhq.hu/MPlayer/releases/codecs/windows-all-20061022.zip

  下载后 ctrl+alt+F2 用root登录

  init 3

  cd 到你驱动的下载路径

  sh ./NVIDIA-Linux-x86-100.14.06-pkg1

  根据提示安装完成后

  init 5[page_break]
 六、安装mplayer

  下载 http://rpm.livna.org/livna-release-7.rpm安装后

  在终端输入 yum install mplayer*

  或者自己去网上搜索编译的方法,编译安装。

  2、让Mplayer支持在线播放。

  http://mplayerplug-in.sourceforge.net/download.php

  下载所需的mplayer-plugin,如果是rpm包的话,直接安装。不是的话就百度一下吧!

  然后到

  /usr/lib/firefox-2.0.0.4/plugins 、/usr/lib/firefox-2.0.0.4/components(/usr/lib/firefox-2.0.0.3/plugins 、/usr/lib/firefox-2.0.0.3/components) 以及/usr/lib/mozilla/plugins下删除*totem*

  后重启firefox。即可在线播放了!

七、安装kmplayer

  经测试,在FC7下kmplayer比mplayer好用(可能是我自己没配置好吧?)

  下载地址:http://kmplayer.kde.org/news.php#itemKMPlayer094aReleased

  下载后解压

  然后 cd 到解压目录

  ./configure
  make
  make install 
  gedit /etc/X11/xorg.conf

  找到 Section "Module" ,加入

  Load "i2c"
  Load "bitmap"
  Load "ddc"
  Load "extmod"
  Load "freetype"
  Load "int10"
  Load "type1"
  Load "vbe"

  最终如下:

  Section "Module"
  Load "glx"
  Load "i2c"
  Load "bitmap"
  Load "ddc"
  Load "extmod"
  Load "freetype"
  Load "int10"
  Load "type1"
  Load "vbe"
  EndSection

  最后在控制中心将kmplayer设置为默认播放器。
  八、安装beryl

  yum --enable=betatux install beryl-core beryl-core-devel beryl-dbus beryl-manager beryl-plugins beryl-settings emerald emerald-themes
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,