求救,安装ati8.42显卡驱动后,不能进入x windows,提示“输入不支持”

CPU/显卡/打印机/USB设备等硬件问题
回复
ly000000
帖子: 16
注册时间: 2007-10-23 16:27

求救,安装ati8.42显卡驱动后,不能进入x windows,提示“输入不支持”

#1

帖子 ly000000 » 2007-11-01 8:43

1、问题:我的主板为onda A69T,板载显卡ATI1250,显示器为宽屏液晶AOC210V,昨晚从Amd网站上下载ATI显卡最新驱动8.42,按照论坛里的介绍,安装后重起,竟然提示“输入不支持”,进入不了X windows桌面,不知是何原因,请高手帮助解决。谢谢!
2、造成现状之来龙去脉:昨晚装完ubuntu7.10系统,初进桌面时分辨率还可以接受,但把受限驱动下的显卡打勾后,提示下载了三个文件,自动安装后要求重起,谁知重起后提示显卡驱动没安装好,不能接受高分辨率,默认显卡变为了Vesa,继续进入桌面后,分辨率成了800x600,不能接受,于是便在X windows下桌面属性中修改显卡为ATI,没有匹配的,选了一个Viedo xpress型号;显示器选了AOC,但没有210v 型号,于是选了默认的第一个。随后上论坛看了介绍安装ATI显卡的帖子,于是便上Amd网站下了驱动,按介绍装完重起,有起动画面,但进不了X windows桌面,显示器上出现提示“输入不支持”;
3、我的思考:很可能是我在X windows下的手动选择的显示器的分辨率与我的210v 不匹配造成的,但如何在命令行模式下修改呢?请高手救我。
ly000000
帖子: 16
注册时间: 2007-10-23 16:27

请高手帮帮忙吧

#2

帖子 ly000000 » 2007-11-01 12:11

难道还要再装一遍系统才可以吗?难道ubuntu 的配置安装就是这样令人头疼吗?请高手帮帮忙吧!!
ly000000
帖子: 16
注册时间: 2007-10-23 16:27

请求高手相帮解决,谢谢了。

#3

帖子 ly000000 » 2007-11-01 12:11

难道还要再装一遍系统才可以吗?难道ubuntu 的配置安装就是这样令人头疼吗?请高手帮帮忙吧!!
Jonathon
帖子: 60
注册时间: 2007-04-22 17:59
来自: DGUT

#4

帖子 Jonathon » 2007-11-01 15:40

在命令行模式下把驱动删除。恢复备份的xorg.conf。
ly000000
帖子: 16
注册时间: 2007-10-23 16:27

#5

帖子 ly000000 » 2007-11-01 15:43

能否详细介绍如何在命令行模式下删除驱动,恢复备份的xorg.conf。我的linux起动画面正常,可以启动recovery模式,谢谢!
DSYin2007
帖子: 131
注册时间: 2007-09-19 13:48

#6

帖子 DSYin2007 » 2007-11-01 17:11

ly000000 写了:能否详细介绍如何在命令行模式下删除驱动,恢复备份的xorg.conf。我的linux起动画面正常,可以启动recovery模式,谢谢!
cd 到 /etc/X11 看有没有 xorg.conf 的备份。

代码: 全选

Section "Files"
	Fontpath	"/usr/share/fonts/X11/misc"
	Fontpath	"/usr/share/fonts/X11/cyrillic"
	Fontpath	"/usr/share/fonts/X11/100dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/75dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/Type1"
	Fontpath	"/usr/share/fonts/X11/100dpi"
	Fontpath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	Fontpath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"stylus"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"eraser"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"cursor"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc RV350 AS [Radeon 9550]"
	Driver		"ati"
  #Option "VideoOverlay" "on"
  #Option "OpenGLOverlay" "off"
	Busid		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Philips 150S"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV350 AS [Radeon 9550]"
	Monitor		"Philips 150S"
	Defaultdepth	24
	SubSection "Display"
		Depth	1
		Modes		"1024x768"	"832x624"	"800x600"	"720x400"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	4
		Modes		"1024x768"	"832x624"	"800x600"	"720x400"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	8
		Modes		"1024x768"	"832x624"	"800x600"	"720x400"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	15
		Modes		"1024x768"	"832x624"	"800x600"	"720x400"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	16
		Modes		"1024x768"	"832x624"	"800x600"	"720x400"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	24
		Modes		"1024x768"	"832x624"	"800x600"	"720x400"	"640x480"
	EndSubSection
EndSection

Section "ServerLayout"
#	Option		"AIGLX"	"true"
	Identifier	"Default Layout"
  screen "Default Screen"
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	Inputdevice	"stylus"	"SendCoreEvents"
	Inputdevice	"cursor"	"SendCoreEvents"
	Inputdevice	"eraser"	"SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
	Option		"Composite"	"0"
EndSection
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

#7

帖子 jarryson » 2007-11-01 18:53

aticonfig,所搜一下。不是认不认你显示器的问题。是显卡驱动没有安装好。看看现在很多人正在安装的最新的8.42.3驱动都是怎么安装的。或许你可以获得一点灵感

主要是xorg.conf里面没有使用fglrx驱动吧。把vesa改成fglrx。其实aticonfig会 自己改的。

看不到图形界面别怕啊。linux字符界面下很方便啊。文本编辑nano,然后常用的cd,ls,rm,mv。sudo。就这几个就够你修复的了
ly000000
帖子: 16
注册时间: 2007-10-23 16:27

#8

帖子 ly000000 » 2007-11-02 8:48

谢谢这么多热心人的帮助,晚上下班回家试试。谢谢了。
老社
帖子: 35
注册时间: 2007-10-31 8:44
来自: BJ
联系:

#9

帖子 老社 » 2008-01-06 11:06

你装好了吗?咱们两个的配置和出现的问题极其相似,我还正在努力。
回复