xf86-video-ati 6.9.0 Released----有人手工在8.04上装过吗?

CPU/显卡/打印机/USB设备等硬件问题
回复
gxcooo
帖子: 394
注册时间: 2005-09-29 17:58

xf86-video-ati 6.9.0 Released----有人手工在8.04上装过吗?

#1

帖子 gxcooo » 2008-06-27 16:05

The xf86-video-ati 6.8.0 driver was released back in February, and today version 6.9.0 has been released, which is coming just a day after its 6.9.0-rc2 release. Version 6.9.0 of this ATI driver adds improved EXA render support for R100/200 graphics cards, EXA render support for R300/400/500 graphics processors, and Textured Video support through X-Video for R100-500 graphics processors. This open-source driver supports all generations of Radeon graphics processors (aside from official support for the just-released HD 4850 and HD 4870). The complete change-log for xf86-video-ati 6.9.0 and source download links can be found on the X.Org mailing list.
Linux debian 2.6.18.1lemote #1 Sat Jan 13 16:02:26 CST 2007 mips GNU/Linux
top - 10:13:17 up 70 days, 11:32 , 1 user, load average: 0.63, 0.61, 0.55
头像
syrano
帖子: 4313
注册时间: 2007-10-06 18:40

#2

帖子 syrano » 2008-06-27 18:33

8.10可能是6.9
E=m c^2
cedccy
帖子: 81
注册时间: 2007-06-08 22:57

#3

帖子 cedccy » 2008-06-29 1:49

我编译安装了不成功。谁指导一下如何要安装哪些依赖包?
opalhair
帖子: 5
注册时间: 2008-06-11 18:02

#4

帖子 opalhair » 2008-07-02 22:51

依赖

代码: 全选

sudo apt-get install build-essential
sudo apt-get install xserver-xorg-dev
sudo apt-get install x11proto-*
sudo apt-get install libdrm-dev
sudo apt-get install mesa-common-dev

代码: 全选

./configure –prefix=/usr
make
sudo make install
cedccy
帖子: 81
注册时间: 2007-06-08 22:57

#5

帖子 cedccy » 2008-07-05 12:47

xorg.conf里驱动是要写ati还是radeon
我 原来装的是官方驱动,编译安装了这个驱动后还要从哪里启用这个开源驱动
cao119
帖子: 5
注册时间: 2008-07-01 22:53

#6

帖子 cao119 » 2008-07-05 13:04

没有办法安装,进入目录之后./configure --prefix=/usr
出现bad command
cao119
帖子: 5
注册时间: 2008-07-01 22:53

#7

帖子 cao119 » 2008-07-05 13:42

原来我字母拼错了,失误
harry1985
帖子: 19
注册时间: 2006-11-03 10:36

#8

帖子 harry1985 » 2008-07-05 19:46

opalhair 写了:依赖

代码: 全选

sudo apt-get install build-essential
sudo apt-get install xserver-xorg-dev
sudo apt-get install x11proto-*
sudo apt-get install libdrm-dev
sudo apt-get install mesa-common-dev

代码: 全选

./configure –prefix=/usr
make
sudo make install
我照着这个命令安装了,然后在xorg.conf里也改了驱动的选项,但是DRI仍然不可用
下面是我的xorg.conf

代码: 全选

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

Section "Device"
	Identifier	"Configured Video Device"
        Driver      "radeon"
        VendorName  "ATI"
        BusID "PCI:1:5:0"
        Option "DRI" "true"
        Option "AccelMethod" "EXA"
        Option "RenderAccel" "true" 
        Option "EnablePageFlip" "1"
        Option "ColorTiling" "1"
        Option "AccelDFS" "on"
        Option "DMAForXV" "on"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
        DefaultDepth 24 
EndSection

Section "ServerLayout"
        Option "AIGLX" "true" 
	Identifier	"Default Layout"
	Screen		"Default Screen"
EndSection

Section "DRI"
    Mode        0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
接着是Xorg.0.log

代码: 全选

 grep -i dri Xorg.0.log
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	ABI class: X.Org Video Driver, version 2.0
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
(II) Loading extension XFree86-DRI
	ABI class: X.Org Video Driver, version 2.0
	ABI class: X.Org Video Driver, version 2.0
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) RADEON: Driver for ATI Radeon chipsets:
(**) RADEON(0): Option "DRI" "true"
	ABI class: X.Org Video Driver, version 2.0
(WW) RADEON(0): R500 support is under development. Please report any issues to xorg-driver-ati@lists.x.org
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: node name is /dev/dri/card14
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
[dri] Disabling DRI.
	ABI class: X.Org Video Driver, version 2.0
(II) EXA(0): Driver registered support for the following operations:
(II) AIGLX: Screen 0 is not DRI capable
机器是RS690的集成显卡,请问应该怎么设置?
opalhair
帖子: 5
注册时间: 2008-06-11 18:02

#9

帖子 opalhair » 2008-07-07 15:22

cedccy 写了:xorg.conf里驱动是要写ati还是radeon
我 原来装的是官方驱动,编译安装了这个驱动后还要从哪里启用这个开源驱动
先卸载官方驱动,再编译安装开源驱动。
头像
pink_sea
帖子: 135
注册时间: 2008-05-07 13:06

#10

帖子 pink_sea » 2008-08-13 17:14

希望能借你吉言,

我手工试了半天, 没有搞定
syrano 写了:8.10可能是6.9
回复