Features: Difference between revisions

From cchtml.com
Line 3: Line 3:
Very nice site!
Very nice site!


= Switchable Graphic Chips Status=
Hello! kdadcdg interesting kdadcdg site! I'm really like it! Very, very kdadcdg good!
 
Some laptops (and other systems) are now being sold with both an integrated, low power GPU, and a discrete, high performance GPU [http://www.amd.com/us/products/technologies/switchable-graphics/Pages/switchable-graphics.aspx AMD Switchable Graphics Technology]. There are two basic types of hybrid designs. Older hybrid systems use a multiplexor (MUX) to switch between GPU's. Newer systems (those with PowerXpress >= 4.0) are MUX-less. As far as I can tell, PowerXpress 4.0 started with RadeonHD 6000-series GPU's, and systems with older ATI GPU's have a MUX, but don't quote that.
 
== Switchable Graphic Chips Warning==
{| WIDTH="650" cellpadding=0 cellspacing=0 style="background-color: red; border: solid 1px #666666; color: #ffffff; text-align: center;"
| style="background-color: #666666; border: solid 1px #666666; border-bottom: 1px solid #888;" | <font size="-1">'''WARNING'''</font>
|-
| <br />
Carefully research before purchasing a laptop, or you may not be able to fully use the hardware you pay for.<br /><br />
|}
 
== MUXed Systems ==
 
Open source drivers support switching from integrated to discrete graphics cards using [http://linux-hybrid-graphics.blogspot.com/2010/02/howto-install-vgaswitcheroo-for-linux.html vga_switcheroo] on MUXed systems. However, the performance of the chips with the switchable open source drivers may not be optimized. For example, with the open source driver on the HP DV7-4045ea you can switch between the 4200 and 5650; the 4200 works okay, but although the 5650 does work, it does not perform well.
Catalyst supposedly supports switching using the following commands, but reports of success are scarce:
amdconfig --pxl      # List current activated GPU
amdconfig --px-dgpu  # Activate discrete GPU (High-Performance mode), must re-start X to take effect
amdconfig --px-igpu  # Activate integrated GPU (Power-Saving mode), must re-start X to take effect
 
== MUX-less Systems ==
 
On MUX-less systems, the discrete card is used solely for rendering, not display. At the moment, the X server does not support rendering and display from different cards so the discrete card can not be used with MUX-less systems at the moment. Most new laptops (2011+) are MUX-less.
There is a bug raised against the inability to switch between integrated and discrete graphics cards [http://ati.cchtml.com/show_bug.cgi?id=16 Official AMD Bug]


= Video Decode Acceleration Status =
= Video Decode Acceleration Status =

Revision as of 23:45, 12 February 2013

Hello! bgkgadf interesting bgkgadf site! I'm really like it! Very, very bgkgadf good!

Very nice site!

Hello! kdadcdg interesting kdadcdg site! I'm really like it! Very, very kdadcdg good!

Video Decode Acceleration Status

VA-API/XvBA Wrapper (RadeonHD >= 4000 using Catalyst)

Video acceleration can be achieved through drivers supplied at gbeauchesne Modern distros should have this installable from their repo (Debian/Ubuntu does). Note that this wrapper is no longer maintained/developed and should be considered a dead-end.

Using XvBA in XBMC (with Catalyst >= 11-11)

The XBMC project has implemented acceleration in their media player using AMD's libxvba library. This is a fairly new/experimental feature at the time of this writing, but XBMC claims positive feedback. Install Instructions

Gallium3D VDPAU (open-source driver)

The open-source 3D mesa driver now implements acceleration through a VDPAU/VA-API wrapper that uses the 3D engine. This is a fairly new/experimental feature at the time of this writing, so it may require rebuilding mesa. AMD is interested in using the UVD hardware directly, but this is currently held up for legal reasons.

EyeFinity

Catalyst supports more than two simultaneous outputs on RadeonHD5xxx cards having more than two physical independent out. Default settings starts every monitors in a cloned stage, but you can switch to a multiple display desktop via the Catalyst Control Center. Be aware that the AMD Catalyst Control Center does not let you fix arbitrary position settings : it only lets you approximately place your monitors on a virtual desktop. It's often best to adjust screen alignment using the "Position +x +y" option in xorg.conf.

Open source drivers also support Eyefinity.