有人成功手动安装了ATi最新的8.26.18驱动吗?

CPU/显卡/打印机/USB设备等硬件问题
BitCowboy
帖子: 31
注册时间: 2005-07-02 9:33

有人成功手动安装了ATi最新的8.26.18驱动吗?

#1

帖子 BitCowboy » 2006-07-02 10:07

我总是编译不过。

代码: 全选

dh_testroot
rm -f configure-stamp
rm -f fglrx.ko fglrx.mod.c *.o libfglrx_ip.a
rm -f .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
rm -rf patch
dh_clean
rm /usr/src/modules/fglrx/debian/control
rm /usr/src/modules/fglrx/debian/dirs
if [ -f /usr/src/modules/fglrx/debian/control.template ]; then \
		cat /usr/src/modules/fglrx/debian/control.template > /usr/src/modules/fglrx/debian/control; \
	fi
if [ -f /usr/src/modules/fglrx/debian/postinst ]; then \
		mv /usr/src/modules/fglrx/debian/postinst /usr/src/modules/fglrx/debian/fglrx-kernel-2.6.15-25-686.postinst; \
	fi
dh_testdir
touch configure-stamp
dh_testdir
/usr/bin/make -C /usr/src/linux SUBDIRS=/usr/src/modules/fglrx modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.15-25-686'
  CC [M]  /usr/src/modules/fglrx/firegl_public.o
  LD [M]  /usr/src/modules/fglrx/fglrx.o
  Building modules, stage 2.
  MODPOST
Warning: could not find /usr/src/modules/fglrx/.libfglrx_ip.a.GCC4.cmd for /usr/src/modules/fglrx/libfglrx_ip.a.GCC4
  CC      /usr/src/modules/fglrx/fglrx.mod.o
  LD [M]  /usr/src/modules/fglrx/fglrx.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.15-25-686'
dh_testdir
dh_testroot
dh_clean -k
rm -f /usr/src/modules/fglrx/debian/control /usr/src/modules/fglrx/debian/dirs
sed -e 's/#KVERS#/2.6.15-25-686/g' \
	    -e 's/#VERSION#/8.26.18-1/g' debian/control.template > /usr/src/modules/fglrx/debian/control
sed -e 's/#KVERS#/2.6.15-25-686/g' debian/dirs.template > /usr/src/modules/fglrx/debian/dirs
dh_installdirs
dh_install fglrx.ko lib/modules/2.6.15-25-686/misc
dh_testdir
dh_testroot
dh_installdocs
dh_installmodules
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol -- -v8.26.18-1+2.6.15-25.43 -VXSERVER=xorg
dh_md5sums
dh_builddeb --destdir=/usr/src
dpkg-deb:正在新建软件包“fglrx-kernel-2.6.15-25-686”,包文件为“/usr/src/fglrx-kernel-2.6.15-25-686_8.26.18-1+2.6.15-25.43_i386.deb”。
dh_testroot
rm -f configure-stamp
rm -f fglrx.ko fglrx.mod.c *.o libfglrx_ip.a
rm -f .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
rm -rf patch
dh_clean
rm /usr/src/modules/fglrx/debian/control
rm /usr/src/modules/fglrx/debian/dirs
Build time: 4 seconds
头像
catinsnow
帖子: 773
注册时间: 2005-08-02 7:23
来自: 上海

#2

帖子 catinsnow » 2006-07-03 3:57

编译没有过吗?这里显示应该是完成了啊.
Ubuntu Intrepid
#P4 2.4
P4 2.4C
#1024MB
2048MB
#120G
500G+120G
Nvidia FX5700
#ATI9100 --拆了,受不了ATI的驱动.
BitCowboy
帖子: 31
注册时间: 2005-07-02 9:33

#3

帖子 BitCowboy » 2006-07-05 23:39

可是我做下一步安装的时候总是提示我编译没有完成啊。
13121982
帖子: 18
注册时间: 2006-06-28 3:30

#4

帖子 13121982 » 2006-07-05 23:43

我把8.27.4都成功了
何况才一个8.26.18

先把linux-restricted-modules中的fglrx模块屏蔽了

代码: 全选

sudo gedit /etc/default/linux-restricted-modules-common

代码: 全选

DISABLED_MODULES=""
改成

代码: 全选

DISABLED_MODULES="fglrx"
解决安装ATI驱动的一些依赖关系

代码: 全选

sudo apt-get update
sudo apt-get install module-assistant build-essential 
sudo apt-get install fakeroot dh-make debconf libstdc++5 gcc-3.3-base
创建.deb

代码: 全选

chmod +x ati-driver-installer-8.26.18-x86.run
./ati-driver-installer-8.26.18-x86.run --buildpkg Ubuntu/dapper
安装.deb

代码: 全选

sudo dpkg -i xorg-driver-fglrx_8.26.18-1_i386.deb
sudo dpkg -i fglrx-kernel-source_8.26.18-1_i386.deb
sudo dpkg -i fglrx-control_8.26.18-1_i386.deb
删除以前的fglrx-kernel的deb

代码: 全选

sudo rm /usr/src/fglrx-kernel*.deb
创建新的fglrx-kernel.deb

代码: 全选

sudo module-assistant prepare
sudo module-assistant update
sudo module-assistant build fglrx
sudo module-assistant install fglrx
sudo depmod -a
升级xorg.conf

代码: 全选

sudo aticonfig --initial --input=/etc/X11/xorg.conf
重启

代码: 全选

sudo reboot
重启完毕后
先用

代码: 全选

fglrxinfo
看看ATI的驱动是否安装完毕

代码: 全选

fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 Generic
OpenGL version string: 2.0.5814 (8.25.18)
然后再用

代码: 全选

fgl_glxgears

代码: 全选

glxgears -printfps
测试一下
fgl_glxgears结果一般在800以上(以9600为参考)
glxgears结果一般在4000以上(以9600为参考)
这样的话就是安装成功了

要是fglrxinfo的结果显示

代码: 全选

fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
请卸载驱动

代码: 全选

sudo dpkg -r fglrx-control
sudo dpkg -r fglrx-kernel-source
sudo dpkg -r xorg-driver-fglrx
然后再安装

安装8.19以后版本的ATI驱动
可能会出现显示器刷新率上不去的原因
需手动修改
先用

代码: 全选

gtf
查出显示器的硬件参数
然后
在xorg.conf中

代码: 全选

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection
这段添加进显示器的硬件参数

代码: 全选

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
        Modeline   ......
EndSection

代码: 全选

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
这段添加显示器的分辨率

代码: 全选

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     ......
        EndSubSection
EndSection
修改完毕以后重启X
如果出现修改失败

代码: 全选

sudo dpkg-reconfigure xserver-xorg
重新配置

最后附上我的xorg.conf
不要直接copy
按照您自己的实际情况修改

代码: 全选

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "stylus" "SendCoreEvents"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

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

Section "Module"
	Load  "bitmap"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "int10"
	Load  "type1"
	Load  "vbe"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc104"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ExplorerPS/2"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "eraser"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "cursor"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
	Identifier   "FLATRON 775F"
	HorizSync    30.0 - 70.0
	VertRefresh  50.0 - 160.0
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Modeline "1024x768_85.00"  94.39  1024 1088 1200 1376  768 769 772 807  -HSync +Vsync
	Modeline "1152x864_75.00"  104.99  1152 1224 1352 1552  864 865 868 902  -HSync +Vsync
EndSection

Section "Device"
	Identifier  "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
	Driver      "ati"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
	Monitor    "FLATRON 775F"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes     "1152x864" "1152x786" "1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1152x864""1024x768"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection
BitCowboy
帖子: 31
注册时间: 2005-07-02 9:33

#5

帖子 BitCowboy » 2006-07-08 7:08

我就是按照这个过程安装的,不过就是不行。。。看样子是我的系统有问题了。
NICMICHAEL
帖子: 309
注册时间: 2006-01-04 19:26

#6

帖子 NICMICHAEL » 2006-07-08 22:24

sudo module-assistant prepare
然后直接 sudo ./ati 8.26.18 ***.run (驱动名)

代码: 全选

$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 2.0.5879 (8.26.18)
Athlon 64 X2 Dual Core Processor 4200+ Socket 939 OC 2.8 GHZ
G.Skill DDR400 2 3 2 5 1GB *2 Dual Channel OC DDR500
Szgalaxy 8600 GTE 650MHZ/2000MHZ
Seagate 80GB *2 RAID 0+Maxtor 80G
DFI LanParty UT NF4-D
kernel 2.6.22-ck1 再见,Con Kolivas!
头像
天蝎网子
帖子: 162
注册时间: 2005-09-30 1:22

#7

帖子 天蝎网子 » 2006-07-12 20:45

我跟楼主一样的状况。。。。
jxb8901
帖子: 19
注册时间: 2006-08-05 13:36

#8

帖子 jxb8901 » 2006-08-06 14:32

我按4楼的方法安装后总是提示fglrx-source没有编译成功,但查看编译日志时,里面只有两个警告并没有说哪里不成功。后来再使用6楼的方法也就是直接安装,就成功了。如果有相同问题的朋友不防一试。
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#9

帖子 oneleaf » 2006-08-12 12:24

sudo module-assistant install fglrx

出现错误:

Package fglrx-kernel-source was not built successfully, see
/var/cache/modass/fglrx-kernel-source*buildlog* for details!

这样做:

cd /usr/src
sudo dpkg -i fglrx-kernel-*.deb
BitCowboy
帖子: 31
注册时间: 2005-07-02 9:33

#10

帖子 BitCowboy » 2006-08-15 9:03

oneleaf 写了:sudo module-assistant install fglrx

出现错误:

Package fglrx-kernel-source was not built successfully, see
/var/cache/modass/fglrx-kernel-source*buildlog* for details!

这样做:

cd /usr/src
sudo dpkg -i fglrx-kernel-*.deb
哈哈,按照楼上的做,终于成功啦~~谢谢啦~~~
头像
守望伊人
帖子: 189
注册时间: 2006-05-18 18:24
来自: 四川广安
联系:

#11

帖子 守望伊人 » 2006-08-15 13:53

感谢各位,按4楼和oneleaf提供的解决办法安装8.27.10成功。我的是RADEON XPRESS 200集成显卡。
chuan1105
帖子: 142
注册时间: 2006-07-17 20:10

#12

帖子 chuan1105 » 2006-08-18 21:45

我看看我的9550怎么样!看看能不能也成功!!
xdsnet
帖子: 80
注册时间: 2006-02-28 15:44

#13

帖子 xdsnet » 2006-08-25 22:07

我的也是最后一步提示出错,不过我在倒数第二步的时候确实有提一个警告错误
我的是ati1100控制芯片的amd64*2系统,显卡是x1300 128M
我看前面的用的gcc都是3.3,我的安装了3.4不知道是不是这个原因?
Lok
帖子: 27
注册时间: 2006-06-03 18:13

#14

帖子 Lok » 2006-08-25 23:43

不会装驱动啊,难道没装驱动就不能用1024*768以上的分辨率??
Lok
帖子: 27
注册时间: 2006-06-03 18:13

#15

帖子 Lok » 2006-08-26 23:15

看来我要换个N卡试试了
回复