Fedora 9安装ATI显卡驱动后黑屏,怎么办??
发布时间:2008-10-20 21:48:56来源:红联作者:heas
小弟是新手,刚用IBM Thinkpad X31安装了Fedora9,显卡是ATI Mobilty Radeon 16M由于在播放视频的图像很卡,有时候图像跟声音还不同步,后来下载了ati-driver-installer-8-10-x86.x86_64.run来更新驱动,安装完就黑屏了,不知道是不是显示驱动不动,应该怎么修复或者应该用什么驱动程序,请各位老大帮帮忙,小弟就先谢过啦
xtaozi001 于 2008-11-04 22:37:35发表:
我一直想哭啊!奶奶的,我的3850怎么搞都不行啊!还有一个F9很奇怪的问题,就是装好后,默认的分辨率是1024*900多的,我想把它改成1024*768,只要一修改在应用,肯定黑屏,说是超出什么频率范围!奇怪要命!ati官方驱动也装不上!极度郁闷啊!
guangyishikong 于 2008-11-04 17:35:29发表:
ATI的显卡确实装不了。别折腾;了
微宝贝 于 2008-11-04 16:58:27发表:
似乎是ATI的显卡驱动不支持fedora9 。根据我的经验,只要你打算用linux那么最好装机器的时候离ATI远点....我的给别人装系统,都是ATI的毛病多,NV的一般装上就可以了,ATI的就够你折腾了,很费劲....
xtaozi001 于 2008-11-04 16:10:03发表:
我一直弄这个问题,按照了很多方法好像都不管用!!真不知道是怎么回事!
icysonyk 于 2008-11-04 09:15:07发表:
楼主,你这个问题我也遇到了,我是板载ATI Xpress200显卡,Fedora 9
下的AMD-ATI官方的Linux驱动
驱动装完后,一路到图形界面时就一直黑屏,硬盘灯在闪
请问各位高手应该如何解决?
heas 于 2008-10-31 19:40:58发表:
具体怎么设置呢,小弟新手,命令行不怎么会用
hak47 于 2008-10-23 14:03:34发表:
安装后黑屏应该是默认的分辨率设置得过高,这时可以通过进入单用户模式,在命令行中还原回原有的显卡备置即可进入桌面系统。
hak47 于 2008-10-23 13:59:48发表:
其实你只是想正常看电影视频,是没必要再安装显卡驱动的,对于你的显卡,其实在你安装好FC9时,已经自动帮你安装好驱动了,针对视频卡的问题,你完全可以在插放器的设置中,通过选择相应的视频解码方式,自然能流畅播放电影。具体方法要针对播放器而论。
heas 于 2008-10-22 13:19:08发表:
有那位老大知道,帮帮小弟……贴子沉了
heas 于 2008-10-21 13:08:36发表:
这是我在网上找到的,不知道适应Fedora 9安装
UBUNTU8.04下 IBM X31 ATI(m6)显卡配置Compiz Fusion
1 . 选用闭源驱动
a.更新系统(所有命令在终端中输入,下同)
sudo apt-get update
sudo apt-get upgrade
b.确定显卡被识别
lspci | grep ATI
应该含有 "ATI Technologies Inc Radeon Mobility M6 LY"
c.安装开源驱动
注意:如果您安装了frlgx驱动,则必须将其拆卸,最简便的方法是在“系统----系统管理----受限驱动管理器”中将启用勾掉,并重新启动计算机。
在终端中输入
glxinfo | grep vendor
如果出现
server glx vendor string: SGI
client glx vendor string: SGI
OpenGL vendor string: Tungsten Graphics, Inc.
则可以继续安装开源驱动 。
sudo apt-get remove xorg-driver-fglrx;
sudo apt-get install libgl1-mesa-glx libgl1-mesa-dri
d.配置开源驱动
sudo dpkg-reconfigure xserver-xorg
选择驱动时一般保持默认即可。
并且
sudo gedit /etc/X11/xorg.conf
把底下代码完全替换原代码
######################################################################################
## xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility M6 LY"
Busid "PCI:1:0:0"
Driver "radeon"
Option "AGPSize" "32"
Option "XAANoOffscreenPixmaps" "on"
Option "AGPMode" "4"
Option "AGPFastWrite" "on"
Option "DisableGLXRootClipping" "on"
Option "AddARGBGLXVisuals" "on"
Option "AllowGLXWithComposite" "on"
Option "EnablePageFlip" "on"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon Mobility M6 LY"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "Synaptics Touchpad"
option "AIGLX" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
#########################################################################################
然后保存文件重新启动计算机。
e.检验设置
运行
glxinfo | grep “direct rendering”
得到“direct rendering: Yes”,即为设置正确,否则请仔细检查上述步骤或考虑选用闭源驱动。
==========================================================================================================================
2 Compiz安装篇
2.1 拆卸自带Compiz
在“系统----首选项----外观”中关闭桌面特效。
sudo apt-get autoremove compiz
2.2 安装Compiz Fusion
a.添加安装源
sudo gedit /etc/apt/sources.list
添加如下内容
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
并执行
sudo apt-get update
sudo wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add -
b.安装Compiz Fousion以及emerald-themes
sudo apt-get install compiz compiz-gnome
sudo apt-get install compizconfig-settings-manager
sudo apt-get install compiz-fusion-* emerald-themes
c.安装Fusion-ico
sudo apt-get install git git-core compiz-dev
git-clone git://anongit.opencompositing.org/users ... usion-icon
cd fusion-icon
make
sudo make install
d.使用Compiz Fusion
在“系统----首选项----会话”中建立会话,名称为“Fusion-icon”,命令为“fusion-icon”,重新启动计算机后,就可以在屏幕右上角的Fusion-icon图表中切换 并设置您的Compiz Fusion了。
anj 于 2008-10-21 00:32:40发表:
(6)m:b 老兄我都太羡慕你了!
我的ATI3470装至今了 还没装上呢。。!!
heas 于 2008-10-20 22:06:23发表:
Dndr:请问现在有什么解决的方法呢
Dndr 于 2008-10-20 21:56:04发表:
如果是我就先把驱动删除了再说