分页: 1 / 1

安装ATI显卡驱动重启后显示器刷新率超出范围无法显示

发表于 : 2009-03-15 15:47
zhuxu0822
安装的8.10 显卡ATI9550 显示器CRT Philips107T6
按照置顶的方法安装
sh ati-driver-installer-9.2-x86.x86_64.run --buildpkg Ubuntu/8.10
sudo dpkg -i *.deb
sudo apt-get -f install
sudo aticonfig --initial
重启后显示器刷新率超出范围无法显示(忘了是刷新率还是什么频率还是分辨率了)
xorg.conf内容如下
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
请教如何解决呢?

Re: 安装ATI显卡驱动重启后显示器刷新率超出范围无法显示

发表于 : 2009-03-15 15:49
zhuxu0822
PS:这个情况下仍能ctrl+alt+F1进入终端 但是sudo gedit什么的命令没法用..提示cannot open display

Re: 安装ATI显卡驱动重启后显示器刷新率超出范围无法显示

发表于 : 2009-03-15 19:59
速腾1994
开机选 修复模式
最后选 xfix

Re: 安装ATI显卡驱动重启后显示器刷新率超出范围无法显示

发表于 : 2009-03-24 12:01
52piaoyu
zhuxu0822 写了:PS:这个情况下仍能ctrl+alt+F1进入终端 但是sudo gedit什么的命令没法用..提示cannot open display
只能用VIM不能用Gedit
我遇到的情况跟你的一样,现在也没有得到解决呢,等高手来解答吧! :em02

Re: 安装ATI显卡驱动重启后显示器刷新率超出范围无法显示

发表于 : 2009-03-24 13:31
Liquanyi
sudo dpkg -r *.deb
把驱动删掉

Re: 安装ATI显卡驱动重启后显示器刷新率超出范围无法显示

发表于 : 2009-03-24 19:57
受了点伤
:em06 我之前也是这个问题,,现在还没解决

听说换个显示器就可以了 :em06

Re: 安装ATI显卡驱动重启后显示器刷新率超出范围无法显示

发表于 : 2009-03-25 9:44
shengyiping
进入root命令行,
然后cd /etc/X11
然后 vim xorg.conf
在 Section“screen"段的end section 前加一段
SubSection "Display"
Virtual 1024 768
EndSubSection
如果你的显示器很差,我看就加800 600 吧。

这里要注意,你要学会vim怎么用以后再去编辑,不然后果很严重,别说我没提醒你啊。

Re: 安装ATI显卡驱动重启后显示器刷新率超出范围无法显示

发表于 : 2009-03-25 9:46
shengyiping
这里还要说一下,你可能要先把ATI的驱动先全部卸载,至于怎么卸载,你google下。

Re: 安装ATI显卡驱动重启后显示器刷新率超出范围无法显示

发表于 : 2009-03-25 11:18
leeaman
1.gtf 1024 768 75,得到的结果添加到
Section “Monitor” #xorg.conf里面

2.Section “Screen”添加 #xorg.conf里面

SubSection ”Display”
Virtual 1024 768
Depth 24
Modes “1024×768@75″
EndSubSection

Re: 安装ATI显卡驱动重启后显示器刷新率超出范围无法显示

发表于 : 2010-05-01 12:32
速腾1994
Virtual 1024 768