ATI装不上驱动的基本上都是因为xorg.conf文件没有设置好

CPU/显卡/打印机/USB设备等硬件问题
回复
tanes
帖子: 30
注册时间: 2007-11-04 0:37

ATI装不上驱动的基本上都是因为xorg.conf文件没有设置好

#1

帖子 tanes » 2008-08-05 21:48

我折腾了一个月,系统都重装了好几次,最后复制了论坛里一个朋友的 xorg.conf文件,就基本上可以了,能不能有高手大概对整个文件做一个介绍,我看好像一共有50个左右的参数,每个参数的作用是什么?针对不同的情况应该怎么设置,我对比了几个朋友的文件,好像有些参数设置得不一样,我们这些新手就很茫然了。ATI的驱动相当多的人装不上,安装的帖子很多,好像真正关键的就是这个文件而已。
czj
帖子: 88
注册时间: 2008-01-28 12:48

#2

帖子 czj » 2008-08-05 22:23

1。默认开源的xorg.conf,是可以装官方驱动的,也不需要修改任何东西,开源驱动直接源里下载
sudo apt-get install xserver-xorg-video-ati ,

2。恢复到默认xorg.conf参数,8.04版只要启动时选择调试模式,人机交互菜单选择第四条修复即可,不用记一句命令。

致于调试驱动参数,参考

代码: 全选

man radeon
和置顶贴。

可以先备份一下xorg.conf 到主文件夹 /home下面

代码: 全选

sudo cp /etc/X11/xorg.conf xorg.conf
也可以不需要,如果你只是还原到默认。

还有安装官方驱动最好从AMD的主页获得(前提是你的硬件在可支持范围内),受限驱动别去管他。万一出现问题,通过2,1的顺序恢复。
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

#3

帖子 jarryson » 2008-08-06 2:30

因为ubuntu的xorg.conf很奇怪。

不过ATI说了官方支持ubuntu的,应该以后会好一点把
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

#4

帖子 想入非非 » 2008-08-06 3:02

一直在用N卡的飘过,很同情
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

#5

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

呵呵,我也很同情用n卡的。 :lol:
lu1999
帖子: 21
注册时间: 2008-08-02 8:02

#6

帖子 lu1999 » 2008-08-08 16:13

不同意标题的这种说法。

通过:man xcorg.conf 可以了解其内部结构,很详细的啊。

xorg.conf(5) xorg.conf(5)

NAME
xorg.conf - configuration File for Xorg X server

INTRODUCTION
Xorg supports several mechanisms for supplying/obtaining configuration
and run-time parameters: command line options, environment variables,
the xorg.conf configuration file, auto-detection, and fallback
defaults. When the same information is supplied in more than one way,
the highest precedence mechanism is used. The list of mechanisms is
ordered from highest precedence to lowest. Note that not all parame-
ters can be supplied via all methods. The available command line
options and environment variables (and some defaults) are described in
the Xserver(1) and Xorg(1) manual pages. Most configuration file
parameters, with their defaults, are described below. Driver and mod-
ule specific configuration parameters are described in the relevant
driver or module manual page.

DESCRIPTION
Xorg uses a configuration file called xorg.conf for its initial setup.
This configuration file is searched for in the following places when
the server is started as a normal user:

……
回复