[问题]装了A卡之后重启提示超出工作频率范围??

CPU/显卡/打印机/USB设备等硬件问题
回复
songpure520
帖子: 8
注册时间: 2008-08-03 23:08

[问题]装了A卡之后重启提示超出工作频率范围??

#1

帖子 songpure520 » 2008-08-03 23:12

系统版本:ubuntu 8.04
我的显卡是昂达的2400pro,
显示器是CRT的。
ubuntu默认安装之后启用不了桌面效果
后来我就在系统-》系统管理-》硬件驱动 启用ATI图形加速启动!!安装了软件之后,重启就黑屏!!请高手指点下!!
上次由 songpure520 在 2008-08-23 0:26,总共编辑 2 次。
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

#2

帖子 jarryson » 2008-08-04 14:06

超出显示范围,还是进入了控制台?
songpure520
帖子: 8
注册时间: 2008-08-03 23:08

#3

帖子 songpure520 » 2008-08-04 22:34

超出工作频率范围
上次由 songpure520 在 2008-08-23 0:28,总共编辑 1 次。
songpure520
帖子: 8
注册时间: 2008-08-03 23:08

#4

帖子 songpure520 » 2008-08-06 17:45

一重启就提示我超出工作频率范围!!请教达人这应该怎么解决啊!!
上次由 songpure520 在 2008-08-23 0:29,总共编辑 1 次。
songpure520
帖子: 8
注册时间: 2008-08-03 23:08

#5

帖子 songpure520 » 2008-08-13 20:15

顶一下!!别沉了!!
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

#6

帖子 jarryson » 2008-08-13 23:52

切换到控制台,修改/etc/X11/xorg.conf。编辑器可以使用nano或者vi

在screen那一节设置分辨率,如

代码: 全选

Section "Screen"
	Identifier "screen0"
	Device     "x700"
	Monitor    "monitor0"
	DefaultDepth     24
	SubSection "Display"
	#	Viewport   0 0
		Depth	24
		Modes	"1280x800"
	EndSubSection
EndSection
songpure520
帖子: 8
注册时间: 2008-08-03 23:08

#7

帖子 songpure520 » 2008-08-23 0:24

错了!!是超出工作频率范围 ,不是显示范围,我装了ATI的驱动之后 xorg.conf文件是以下内容:

代码: 全选

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"fglrx"
EndSection
Section "Monitor"
	Identifier	"Configured Monitor"
EndSection
Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Defaultdepth	24
EndSection
Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
EndSection
Section "Module"
	Load		"glx"
EndSection
请问在此配置文件里如何修改工作频率的显示范围!!谢谢!!!
songpure520
帖子: 8
注册时间: 2008-08-03 23:08

#8

帖子 songpure520 » 2008-08-26 21:25

别沉了 顶一下!!
oliver_bacon
帖子: 47
注册时间: 2007-12-30 14:33

Re: [问题]装了A卡之后重启提示超出工作频率范围??

#9

帖子 oliver_bacon » 2008-08-27 19:50

songpure520 写了:系统版本:ubuntu 8.04
我的显卡是昂达的2400pro,
显示器是CRT的。
ubuntu默认安装之后启用不了桌面效果
后来我就在系统-》系统管理-》硬件驱动 启用ATI图形加速启动!!安装了软件之后,重启就黑屏!!请高手指点下!!
你的问题是超频, 应设置正确的HorizSync 与VertRefresh 在/etc/X11/xorg.conf 文件中, 找到Monitor这个Section对, 加入你的显示器的HorizSync 与VertRefresh 值. 一般在启动过X window后在/var/log/Xorg.0.log文件找到,你可以查找max 会找到如H min H max, V min V max, 这就是Monitor 的Range.
songpure520
帖子: 8
注册时间: 2008-08-03 23:08

#10

帖子 songpure520 » 2008-08-28 16:40

我试试!!谢谢啊!
GentooUbuntu
帖子: 6
注册时间: 2008-11-03 22:59

Re: [问题]装了A卡之后重启提示超出工作频率范围??

#11

帖子 GentooUbuntu » 2008-11-03 23:18

songpure520 写了:系统版本:ubuntu 8.04
我的显卡是昂达的2400pro,
显示器是CRT的。
ubuntu默认安装之后启用不了桌面效果
后来我就在系统-》系统管理-》硬件驱动 启用ATI图形加速启动!!安装了软件之后,重启就黑屏!!请高手指点下!!

我的显卡是ATI HD2400,解决方法如下:
1.如果已安装受限驱动的,开机进入GRUB菜单后,选内核的“recovery mode”,进入后,选“root”菜单,在命令行下,将受限驱动删除:


sudo apt-get remove xorg-driver-fgrlx

2.退出命令行,选xfix菜单修复,再选resume菜单登录到ubuntu,再安装受限驱动,记住先不要重启,再编辑xorg.conf

sudo gedit /etc/X11/xorg.conf

将xorg.conf的内容改为如下:

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cn"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
Boardname "ATI Radeon"
Busid "PCI:1:0:0"
Driver "fglrx"
Screen 0
Vendorname "ATI"
Option "MergedFB" "off"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1440x900"
Horizsync 31.5-56.0
Vertrefresh 56.0 - 65.0
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
modeline "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1440 900
Modes "1440x900@60" "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "dri"
Load "v4l"
EndSection
Section "ServerFlags"
EndSection

3.然后,重启你的电脑,就可以解决了。
回复