Diff for "AMD64"


Differences between revisions 13 and 19 (spanning 6 versions)
Revision 13 as of 2007-08-04 06:56:19
Size: 2670
Editor: defuep05a
Comment: Medibuntu adding repos link.
Revision 19 as of 2011-02-10 08:17:26
Size: 1561
Editor: c-76-115-163-214
Comment: Changed "w64codes" to "w64codecs"; Changed "conatins" to "contains"
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents]]|| ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||
Line 5: Line 5:
The aim of this page is to consolidate the various AMD64-related pages in one place in the hope that it is useful for fellow AMD64 users. For the differences between 32 bit and 64 bit, please see ["32bit_and_64bit"]. The aim of this page is to consolidate the various AMD64-related pages in one place in the hope that it is useful for fellow AMD64 users. For the differences between 32 bit and 64 bit, please see [[32bit_and_64bit]].
Line 11: Line 11:
See ["AMD64/FirefoxAndPlugins"]. See [[AMD64/FirefoxAndPlugins]].
Line 17: Line 17:
Support for WMV, RealMedia and other formats can be found in the w64codecs package (w32codecs for 32-bit Ubuntu). However, this package is not available in the Ubuntu repositories for legal reasons but can be obtained from the Medibuntu repositories. NOTE: w64codecs only contains a handful of realplayer codecs and does not fully replace w32codecs. If you need to play a format only supported by w32codecs, you will need to install w32codecs to /usr/lib32 and use a 32-bit version of mplayer (or an alternate method for running 32-bit apps, such as a chroot or virtualbox).
Line 19: Line 19:
First you need to add the Medibuntu GPG key to your system, add the repositores to your sources.list file and update your available package lists (for Feisty. Other Ubuntu versions see the guide on [https://help.ubuntu.com/community/Medibuntu#head-7486ed038a9becc1dff10a24cc07a38a00d70e9f adding the Medibuntu repositories]):
[[Anchor(medibuntusec)]]
{{{
sudo wget http://www.medibuntu.org/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
sudo aptitude update
}}}

Now you can install w64codecs:

{{{
sudo aptitude install w64codecs
}}}

=== Other Codecs and Software ===

There are a few other packages which will make your mulitmedia experience on Ubuntu much more satisifying. To install these codecs and additional software, simply update your package list as described [#medibuntusec above] and then execute the following command in a terminal:

{{{
sudo aptitude install totem-xine libdvdcss2 acidrip brasero gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse banshee libxine-extracodecs
}}}
=== Cinelerra ===
To compile Cinelerra for video editing see [[AMD64/Cinelerra]]
Line 44: Line 25:
Line 47: Line 27:
For a guide on how to install VMWare Server on AMD64 please see ["VMware/Server/AMD64"]. For a guide on how to install VMWare Server on AMD64 please see [[VMware/Server/AMD64]].
Line 50: Line 30:
CategoryDocumentation

The aim of this page is to consolidate the various AMD64-related pages in one place in the hope that it is useful for fellow AMD64 users. For the differences between 32 bit and 64 bit, please see 32bit_and_64bit.

Firefox and Plug-ins

Installing 32 bit Firefox and 32 bit binary plugins into your Ubuntu AMD64 bit installation can now be accomplished without the complexity of establishing a 32 bit chroot environment. This guide includes details on installing the popular multimedia plug-ins including Flash, Realplayer, Java 1.6, MPlayer and the Adobe Acrobat Reader plug-in.

See AMD64/FirefoxAndPlugins.

Multimedia and Codecs

W64codecs - W32codecs Replacement Package

NOTE: w64codecs only contains a handful of realplayer codecs and does not fully replace w32codecs. If you need to play a format only supported by w32codecs, you will need to install w32codecs to /usr/lib32 and use a 32-bit version of mplayer (or an alternate method for running 32-bit apps, such as a chroot or virtualbox).

Cinelerra

To compile Cinelerra for video editing see AMD64/Cinelerra

Virtualization

For a guide on how to install VMWare Server on AMD64 please see VMware/Server/AMD64.


AMD64 (last edited 2011-02-10 08:17:26 by c-76-115-163-214)