touiu 发表于 2007-1-23 21:45:10

我是17寸 LCD,1280×1024,这段应该没什么问题的,就是设备段的驱动只要是fglrx,就黑屏,改成radeon就没事
Section "Screen"
        Identifier "Screen0"
        Device   "Card0"
        Monitor    "Monitor0"
        DefaultDepth   24
        SubSection "Display"
                Viewport   0 0
                Depth   24
                Modes    "1280x1024"
        EndSubSection
EndSection

touiu 发表于 2007-1-23 21:46:55

这个操作提示错误
# modprobe fglrx
FATAL: Error inserting fglrx (/lib/modules/2.6.17.9/kernel/drivers/char/drm/fglrx.ko): Operation not permitted

jiangtao9999 发表于 2007-1-23 22:05:10

那个模块不能启动,不影响 xorg 里的驱动,没那个仅仅是没有 3D 支持。
看这个问题,是你的 fglrx 模块有问题?

touiu 发表于 2007-1-23 23:34:12

我在官网下的驱动,应该不是把。。

jiangtao9999 发表于 2007-1-24 22:08:19

内核里的 fglrx 模块是从源代码编译出来的。
内核换个版本就会编译失败。

touiu 发表于 2007-1-24 22:49:17

我就装驱动之前升级了,装过后没换内核啊。。。不懂

jiangtao9999 发表于 2007-1-24 23:22:07

很有可能你的内核模块编译出来的就是有问题的。

你到 /lib/modules/fglrx 里看看吧。
再进一层目录,有个 make 的脚本,运行一下看看结果。
如果没有错误,cd .. 出来在运行那个 install 脚本。

用 konsole 一类的终端。别用文件管理器直接运行,那样看不见结果的。

touiu 发表于 2007-1-24 23:58:53

又挂了,还是权限什么的,可我是root阿
# ./make.sh
ATI module generator V 2.0
==========================
initializing...
cleaning...
patching 'highmem.h'...
assuming new VMA API since we do have kernel 2.6.x...
Assuming default VMAP API
Assuming default munmap API
doing Makefile based build for kernel 2.6.x and higher
make -C /lib/modules/2.6.17.9/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
make: Entering directory `/lib/modules/2.6.17.9/build'
Building modules, stage 2.
MODPOST
make: Leaving directory `/lib/modules/2.6.17.9/build'
build succeeded with return value 0
duplicating results into driver repository...
done.
==============================
You must change your working directory to /lib/modules/fglrx
and then call ./make_install.sh in order to install the built module.
==============================
# cd ..
# ./make_install.sh
- recreating module dependency list
- trying a sample load of the kernel modules
FATAL: Error inserting fglrx (/lib/modules/2.6.17.9/kernel/drivers/char/drm/fglrx.ko): Operation not permitted
failed.

jiangtao9999 发表于 2007-1-25 17:59:06

内核你动过么?
什么版本? :shock:

touiu 发表于 2007-1-25 20:39:51

没碰过,2.6.17.9的官方内核,从APT源装的

jiangtao9999 发表于 2007-1-25 20:58:59

换个旧版本的驱动试试。
我记得我这里可以装啊……………………

touiu 发表于 2007-1-26 18:40:03

2.6.15的都驱动不了鼠标和声卡,2.6.16的根本进不去系统,好像是挂载根文件系统出错了,就2.6.17可以正常使用

jiangtao9999 发表于 2007-1-26 18:59:41

我是让你找个旧版本的 ati 驱动………… :roll:

touiu 发表于 2007-1-26 19:21:40

:twisted:
页: 1 [2]
查看完整版本: ati 驱动,重启不成功