radeon计算机丢失api,radeon-程序员宅基地

技术标签: radeon计算机丢失api  

radeon

Driver for ATI/AMD Radeon based video chips, everything from Radeon 7000 (R100) to Radeon HD 7000 (Southern Islands) series. Part of xf86-video-ati, ie. also known as the ”ati” driver. License: MIT

Latest News

30 Jan 2013: 7.1.0: Enable full 2D acceleration for SI (glamor), few bug fixes.

6 Nov 2012: 7.0.0: First KMS only release, enable 2D tiling by default on r6xx+ asics, xserver 1.13 support including prime, glamor support, SI support.

29 Jun 2012: 6.14.6: Few bugfixes, final release with UMS support (future releases will support only KMS)

7 Jun 2012: 6.14.5: Solid picture accel, tiling fixes, new PCI-IDs, 6xx-9xx Xv improvements, support for upcoming xserver API changes, bug fixes

28 Mar 2012: 6.14.4: Trinity APU support, 2D tiling on R6xx+, KMS tiling for r1xx-r2xx, lots of bug fixes

2 Nov 2011: 6.14.3: Llano APU support, KMS page flipping fixes, vdpau/XvMC support, tiling fixes

26 May 2011: 6.14.2: Cayman (Radeon HD 6900) acceleration support, Fusion APU tiling fixes, other fixes

17 Mar 2011: 6.14.1: Cayman (Radeon HD 6900) support (shadowfb, kms-only), big endian support

3 Feb 2011: 6.14.0: KMS EXA/Xv support for Evergreen GPUs (Radeon HD 5000 series), Fusion APUs (Ontario series) and Northern Islands GPUs (Radeon HD 6000 series but not 6900), KMS pageflipping support for all radeons

Status

See RadeonFeature and ?RadeonProgram for driver feature and supported program lists. For more 3D information see Radeon 3D acceleration Portal.

What about other drivers?

For an alternative R500/R600/R700 driver see radeonhd. Radeon has some features not available in radeonhd and vice versa, but generally they are starting to be quite close while radeon supports all the cards and radeonhd only r5xx-r7xx.

The differences between radeon and radeonhd with r5xx-r7xx series:

radeon supports the kernel mode-setting (KMS)

radeon supports tear-free video playback

radeon supports TV-out

(radeonhd was for long the one with HDMI audio support, but 2.6.33 kernel now has HDMI audio support for ati as well)

The reasons for two different drivers are historical, and starting to be a thing of the past as all the new DRM (direct rendering manager), 3D and KMS (kernel mode setting) work is done in a single place. radeonhd driver is abandoned and unsupported. Please use radeon.

For R6xx and above there is also an ATIProprietaryDriver available, which is worse in many aspects but has better 3D performance and features. The proprietary driver included support for R3xx-R5xx GPUs until the March 2009 release.

Documentation and Support

Build instruction can be found from radeonBuildHowTo

Please check the included manual page (old version here) for configuration options. To see or submit real-world reports on the 3D acceleration performance of this driver, see the free3d.org wiki

There is an IRC channel #radeon on irc.freenode.net for radeon users and developers.

Note: You will need to have a registered nickname on freenode to chat in the channel. /msg nickserv register or /msg nickserv identify

Submit a bug report. View open bugs.

Development mailing lists are:

TV Out Support

Please check radeonTV for information about TV out support.

Dual-head Support

See the XRandR 1.2 documentation for how to set up multiple monitors.

Known Issues

History

(moved from Latest News)

6 Jul 2010: 6.13.1: server 1.9 support, evergreen accel disabled explicitly, kms uevent + sync support, rn50 fixes, enable color tiling on kms on r300->r500, xv cleanup and large vertex number fixes

15 Mar 2010: 6.12.192: 6.13.0rc2: Mostly bug fixes. The r6xx/r7xx domain fix improves KMS EXA DFS (and hence ?GetImage) performance significantly.

15 Mar 2010: 6.12.6: bug fix release.

2 Mar 2010: 6.12.191: pre-release for the upcoming 6.13 release: KMS/DRI2 support, support for new hardware, basic power management, Displayport.

2 Mar 2010: 6.12.5: bug fix release.

10 Sep 2009: 6.12.4: brown paper bag release for X.org 7.5.

9 Sep 2009: 6.12.3: bug fixes backported from master, along with PCI IDs for some new hardware.

17 Apr 2009: AMD releases initial code branches for 3D support on R6xx/R7xx (see more below)

8 Apr 2009: 6.12.2: Bug fixes, and r2xx/r3xx textured video improvements.

18 Mar 2009: 6.12.1: Bug fixes for R6xx/R7xx, and avivo load detection fix.

13 Mar 2009: 6.12.0: EXA and Xvideo support for R6xx/R7xx series, and bug fixes.

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/weixin_30146085/article/details/119283832

智能推荐

element 自定义主题出现样式重复引入问题_element样式引入多次app.css chunk-element-程序员宅基地

文章浏览阅读3.1k次。当自定义主题色的时候按照命令改变主题色,会出现样式重复加载多次问题,看着很恶心人 解决方案去element-ui官网在线设计主题色,下载下来就行https://element.eleme.cn/#/zh-CN/theme/preview ..._element样式引入多次app.css chunk-element

使用GEE(google earth engine)提取某个地区的NDVI值的代码_gee得到一个市的-程序员宅基地

文章浏览阅读1.6w次,点赞22次,收藏173次。其中gz为你导入GEE的矢量文件,L8为landsat的影像,你可以根据自己的要求去获得特定地区的特定卫星的NDVI值。比如说:北京市的哨兵NDVI//定义addNDVI函数,该函数的输入是image,然后对image执行NDVI计算,并将结果命名为ndvi//并将生成的ndvi添加到原有的image中var addNDVI = function(image) { var ndvi..._gee得到一个市的

How to get rid of 'Enter password to unlock your login keyring' in Ubuntu(转)-程序员宅基地

文章浏览阅读121次。http://karuppuswamy.com/wordpress/2010/06/18/enter-password-to-unlock-your-keyring-prompt-in-ubuntu/Ubuntu uses Centralized password management tool called Seahorse. This tool is a front end..._wordpress front end change password

jQuery事件处理概述_jq 再次点击-程序员宅基地

文章浏览阅读1k次。jQuery事件1 概述2 页面载入完毕响应事件2.1 window.onload2.2 $(document).ready()事件3 绑定与反绑定事件监听器3.1 概述3.2 绑定事件3.3 jQuery事件处理函数的好处3.4 反绑定事件3.5 一次性的事件绑定4 事件触发器4.1 trigger触发事件4.2 triggerHandler触发事件4.3 Event Helpers快捷事件5 事件的交互处理5.1 hover:模仿鼠标悬停6 事件对象6.1 使用jQuery事件对象6.2 Javascr_jq 再次点击

android spinner自定义样式,android自定义Spinner下拉菜单(下拉列表框)样式-程序员宅基地

文章浏览阅读963次。在Android中Spinner就是下拉菜单,它相当于HTML中的标签。Android中提供的Spinner Widget下拉菜单已经非常好用了,样式也适用,不过我们还是可以通过定义xml的方式来改变下拉菜单的样式。在layout目录下新建一个xml文件,名字随便(我这里叫myspinner.xml)。在这个文件里面可以定义下拉菜单的样式我们这里采用TextView来实现..._android spinner样式

sql server赋予用户备份数据库和还原数据库权限_sql新建的用户没有备份权限怎么办-程序员宅基地

文章浏览阅读4.7k次。sql server赋予用户备份数据库和还原数据库权限sa用户下,新建一个用户确定即可赋权(sa用户赋权)grant backup database to qq; ----把备份数据库的权限赋予给qqgrant create database to qq; ---吧创建数据库的权限赋予给qq两个权限都要在master数据库..._sql新建的用户没有备份权限怎么办

随便推点

POj 3164 Command Network最小树形图 模板题 朱刘算法_最小树形图习题-程序员宅基地

文章浏览阅读129次。Command NetworkAfter a long lasting war on words, a war on arms finally breaks out between littleken’s and KnuthOcean’s kingdoms. A sudden and violent assault by KnuthOcean’s force has rendered a total failure of littleken’s command network. A provisional_最小树形图习题

省市县三级联动获取地址_省市县三级联动获取参保地区划-程序员宅基地

文章浏览阅读726次。1.jsp代码前端传参格式:(type,codeId)type:三种类型(“province” || “city” || “area”)codeId:为选择省的时后自动传入.后台返回JSON数据格式:<%@ page contentType="text/html;charset=UTF-8" language="java" %><html&g_省市县三级联动获取参保地区划

petshop4.0 各个文件的作用-程序员宅基地

文章浏览阅读43次。petshop4.0 各个文件的作用petshop4.0设计说明 (转) 一、项目名称及描述:(实现步骤为:4-3-6-5-2-1)1、WEB=表示层2、BLL=业务逻辑层3、IDAL=数据访问层接口定义4、Model=业务实体5、DALFactory=数据层的抽象工厂(创建反射)6、SQLServerDAL=SQLServer数据访问层 / OracleDAL=Ora...

Could not load dynamic library ‘cudart64_101.dll‘; dlerror: cudart64_101.dll not found_could not load dynamic library 'cudart64_101.dll';-程序员宅基地

文章浏览阅读343次。tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cudart64_101.dll’; dlerror: cudart64_101.dll not found(在Pycharm上运行tensorflow_gpu报错:dll文件没有找到)我是一个刚入门tensorflow_gpu的小白,在花了好长时间才把anaconda,CUDA10.0,Cudnn,Pycharm202_could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll

Vue 腾讯云上传视频 element-ui_elemet ui 腾讯短视频api 上传-程序员宅基地

文章浏览阅读292次,点赞2次,收藏3次。Vue 腾讯云上传视频文件 使用element-ui组件下载 腾讯云包npm i cos-js-sdk-v5 --savetemlpate 部分 <el-upload :on-remove="handleVodRemove" :before-remove="beforeVodRemove" :on-exceed="handleUploadExceed" :file-list="fileList" :on-change="handleChange" acti_elemet ui 腾讯短视频api 上传

谷歌手机pixel4 夜景_如何在Google Pixel手机上拍摄屏幕截图-程序员宅基地

文章浏览阅读1.1k次。谷歌手机pixel4 夜景Capturing your phone’s screen is useful in many situations. If you’re a Pixel user, you can do it with a couple of button clicks. 在许多情况下,捕获手机的屏幕非常有用。 如果您是Pixel用户,则只需单击几下即可完成操作。 如何截图 (H..._pxiel 4 如何截屏