Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection 这个操作提示错误
# modprobe fglrx
FATAL: Error inserting fglrx (/lib/modules/2.6.17.9/kernel/drivers/char/drm/fglrx.ko): Operation not permitted 那个模块不能启动,不影响 xorg 里的驱动,没那个仅仅是没有 3D 支持。
看这个问题,是你的 fglrx 模块有问题? 我在官网下的驱动,应该不是把。。 内核里的 fglrx 模块是从源代码编译出来的。
内核换个版本就会编译失败。 我就装驱动之前升级了,装过后没换内核啊。。。不懂 很有可能你的内核模块编译出来的就是有问题的。
你到 /lib/modules/fglrx 里看看吧。
再进一层目录,有个 make 的脚本,运行一下看看结果。
如果没有错误,cd .. 出来在运行那个 install 脚本。
用 konsole 一类的终端。别用文件管理器直接运行,那样看不见结果的。 又挂了,还是权限什么的,可我是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. 内核你动过么?
什么版本? :shock: 没碰过,2.6.17.9的官方内核,从APT源装的 换个旧版本的驱动试试。
我记得我这里可以装啊…………………… 2.6.15的都驱动不了鼠标和声卡,2.6.16的根本进不去系统,好像是挂载根文件系统出错了,就2.6.17可以正常使用 我是让你找个旧版本的 ati 驱动………… :roll: :twisted:
页:
1
[2]