ATI Radeon HD 5450 with full QE/CI Support - DSDT (Contains HDMI Audio Edit Too) & AGPM included Updated from 10.8.2 kexts 0n 21st Sep 2012, enhanced graphic performance. wow ***OLD KEXTS FROM 10.8.2 COMING SOON. CECK OUT LATER**** http://www.osx86.n…
Radeon HD 7850 vs Radeon R9 270X  HW compare   Intro The Radeon HD 7850 comes with a GPU core speed of 860 MHz, and the 2048 MB of GDDR5 RAM runs at 1200 MHz through a 256-bit bus. It also is made up of 1024 SPUs, 64 Texture Address Units, and 32 Ras…
大家做高性能计算的朋友,想必对CPU的执行模式已经非常熟悉了吧.当代高级些的CPU一般采用超标量流水线,使得毗邻几条相互独立的指令能够并行执行——这称为指令集并行(ILP,Instruction-Level Parallelism):而像x86引入的SSE(Streaming SIMD Extension).AVX(Advanced Vector Extension),以及ARM的NEON技术都属于数据级并行(Data-Level Parallelism).而GPGPU的执行与CPU比起来还是有…
台式机安装CentOS 6.4 x86_64位  集成显卡ati4290 CentOS的release notes上: The proprietary drivers for older AMD ( former ATI ) video cards, namely the 2xxx, 3xxx and 4xxx series ( both integrated in motherboards or standalone cards) are not compatible with the new…
官方文档里是这些: Supported Operating Systems and Architectures The following operating systems and architectures are supported: Windows 8 (x64) Windows 8.1 (x64) Windows 8 Embedded Standard (x64) Windows 8.1 Embedded Standard (x64) Recommended Hardware Conf…
In this article, I gathered up all the dumps, who found. If you see something new table will be updated. If you want to replenish the base - write in comments. MODEL I / OREGISTRY ACPIDUMP SYSTEMPROFILES SMCKEYS LSPCIOUTPUT DMESGOUTPUT AUDIOCODECDUMP…
http://anandtech.com/show/2549 Now that NVIDIA’s has announced its newest GPU architecture (the GeForce GTX 200 series), interesting architectural details are popping up on the web. The best writeup I’ve found is by AnandTech. In the past, such detai…
What's New in the VMware Workstation Technology Preview July 2013 The VMware Workstation team is excited to announce the VMware Workstation Technology Preview - May 2013 release!  As usual, this Technology Preview includes many changes to VMware Work…
注:本文全原创,作者:Noah Zhang  (http://www.cnblogs.com/noahzn/) XBox One带体感套装去年就买了,昨天京东349元入了个适配器,下午就送到了,开箱. 按照说明书把Kinect通过适配器连接电脑,我是Win10操作系统. 官方给出的硬件要求如下: Your computer must have the following minimum capabilities: 64 bit (x64) processor 4 GB Memory (or mo…
前言 这一章我们主要学习由6个纹理所构成的立方体映射,以及用它来实现一个静态天空盒. 但是在此之前先要消除两个误区: 认为这一章的天空盒就是简单的在一个超大立方体的六个面内部贴上天空盒纹理: 认为天空盒的顶点都是固定的,距离起始点的位置特别远. 我提出这两个误区,是因为看到有些人的作品直接贴了六个立方体,就说自己用到了天空盒技术,但是当你真正学这一章的话会发现此天空盒非彼天空盒,而且该篇教程除了天空盒的技术实现外,还有其余的一些干货值得学习,建议认真研读. 在此之前还需要回顾一下里面有关纹理子资…