分页: 1 / 2

[问题]有关ATI驱动的安装?

发表于 : 2005-04-01 10:11
kDolphin
我apt-get了fglrx,接下去要做什么才能让它起作用呢?

发表于 : 2005-04-01 10:21
oneleaf
viewtopic.php?t=89

如果你能帮助翻译的话,我们更加感到高兴!

发表于 : 2005-04-01 13:18
kDolphin
好的,我尝试翻翻看。

发表于 : 2005-04-02 13:09
mesocool
玩的什么游戏呀。。 :?

发表于 : 2005-04-09 18:47
TubuX
apt-get install Linux-X.X.X-i386
提示:
you setup new kernel image!
yes回车,搞定

有可能提示:
you have now stop the setup!
选择No!回车

接下来看看你的/目录下是否有vmlinuz和initrd.img及/boot分区的两个文件版本号是否是你新安装的内核版本号,如果是,那一切都ok啦。

发表于 : 2005-04-09 23:57
slowfish
对于 Hoary (Ubuntu version 5.04)

如果你 安装官方内核
1.

安装 xorg-driver-fglrx 包:

sudo apt-get install xorg-driver-fglrx

2.

echo fglrx | sudo tee -a /etc/modules


这条命令在你没有reboot之前没有作用.想要立刻加载模块, 运行 sudo depmod -a ; sudo modprobe fglrx,

最好还是 reboot下.
3.

编辑 /etc/X11/xorg.conf 替换"ati"为"fglrx",
或者用如下命令: sudo sed -i -e 's/"ati"/"fglrx"/' /etc/X11/xorg.conf.
还可以用 sudo dpkg-reconfigure xserver-xorg 选择 "fglrx" 代替 "ati"


自己编译的就比较麻烦了 debian的方式 我没成功 和xlib有文件冲突
用 ubuntu的包
我只成功了2.6.10
2.6.11 有问题

ubuntu 的包还有问题 fglrxconfig生成的居然是XF86的文件

1
sudo apt-get install xorg-driver-fglrx fglrx-kernel-source
tar xvzf fglrx-kernel-source.tar.gz
cd /usr/src/modules/fglrx-kernel
ln -s /usr/src/modules/fglrx-kernel/fglrx/ /lib/modules/fglrx
cd /lib/modules/fglrx/build_mod
sh make.sh
cd ..
sh make_install.sh
depmod -ae
2
编辑 /etc/X11/xorg.conf 替换"ati"为"fglrx",
或者用如下命令: sudo sed -i -e 's/"ati"/"fglrx"/' /etc/X11/xorg.conf.
还可以用 sudo dpkg-reconfigure xserver-xorg 选择 "fglrx" 代替 "ati"

发表于 : 2005-04-09 23:59
slowfish
居然放到这里了 /lib/modules/2.6.10/kernel/drivers/char/drm


太。。。。。。。。。。。。

发表于 : 2005-04-11 21:36
ct
反正我是不想装了,装的我都头大了。
ati再不出新的驱动以后不行就不买ati的卡了。

发表于 : 2005-04-15 4:02
ct
有没有人搞定了啊,给点经验啊,我又失败了一个晚上了。

发表于 : 2005-04-15 8:37
oneleaf
就按照这个安装就可以,我的ATI 9550就是这样搞的.

http://www.ubuntu.org.cn/docs/folder.20 ... 6214641578

发表于 : 2005-04-17 7:34
ct
帮我看看吧
我太郁闷了

原文:
在我的NFORCE2主板上, 我还得修改我的/etc/X11/XF86config-4文件来最终删除掉fireglcontrol中OpenGL部分的..MESA... . 在显卡的驱动部分, 我加入了下列配置:

Option "UseInternalAGPGART" "no"

可能我的问题就是在这里了,但是我不是nforce2的主板,不能这么设,一设就挂了,我的是KT400的板子。那个nvidia在驱动里的文件我都删过了。但是我的 卡还是工作在MESA的那个驱动上。我的是9100的卡。

发表于 : 2005-04-26 5:33
ct
今天搞定了显卡的驱动,比较爽,回头就去装cedega,玩魔兽。

啊哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈好爽!!!!!

ctqucl@ubuntu:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9100 DDR Generic
OpenGL version string: 1.3.4769 (X4.3.0-8.8.25)

ctqucl@ubuntu:~$ glxgears
8286 frames in 5.0 seconds = 1657.200 FPS
9619 frames in 5.0 seconds = 1923.800 FPS
9619 frames in 5.0 seconds = 1923.800 FPS
9626 frames in 5.0 seconds = 1925.200 FPS
9617 frames in 5.0 seconds = 1923.400 FPS

ctqucl@ubuntu:~$ fgl_glxgears
1409 frames in 5.0 seconds = 281.800 FPS
1691 frames in 5.0 seconds = 338.200 FPS
1696 frames in 5.0 seconds = 339.200 FPS
1702 frames in 5.0 seconds = 340.400 FPS
1704 frames in 5.0 seconds = 340.800 FPS
1695 frames in 5.0 seconds = 339.000 FPS

发表于 : 2005-05-04 18:56
Freesnake
ct 写了:今天搞定了显卡的驱动,比较爽,回头就去装cedega,玩魔兽。

啊哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈好爽!!!!!

ctqucl@ubuntu:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9100 DDR Generic
OpenGL version string: 1.3.4769 (X4.3.0-8.8.25)

ctqucl@ubuntu:~$ glxgears
8286 frames in 5.0 seconds = 1657.200 FPS
9619 frames in 5.0 seconds = 1923.800 FPS
9619 frames in 5.0 seconds = 1923.800 FPS
9626 frames in 5.0 seconds = 1925.200 FPS
9617 frames in 5.0 seconds = 1923.400 FPS

ctqucl@ubuntu:~$ fgl_glxgears
1409 frames in 5.0 seconds = 281.800 FPS
1691 frames in 5.0 seconds = 338.200 FPS
1696 frames in 5.0 seconds = 339.200 FPS
1702 frames in 5.0 seconds = 340.400 FPS
1704 frames in 5.0 seconds = 340.800 FPS
1695 frames in 5.0 seconds = 339.000 FPS
怎么搞定的,介绍一下好吗?

发表于 : 2005-05-05 15:27
ct
Section "Device"
Identifier "ATI Technologies, Inc. Radeon 9200 SE (RV280)"

Driver "fglrx" //改

Option "UseInternalAGPGART" "no" //加

EndSection

具体位置在
viewtopic.php?t=361

发表于 : 2005-05-06 23:45
Freesnake
ATI的破驱动……认不出我的9600的样子……
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"