Linux Mint 8 Enabling DVD Playback… February 11th, 2010
Linux Mint 8 has available either ‘out of the box’ or from the repository, almost any software you could possibly imagine. Just as with Ubuntu however there is one glaring omission (although we will let the development guys off as no doubt this is owing to legalities of licensing), and that is the ability to natively play a standard DVD. This needn’t be a huge problem however as unlike when using a Microsoft OS, you do not need to purchase a codec to enable this feature, it just needs a few lines of code to be entered to acquire the needed codecs.
To play a DVD on Linux Mint, you will need to install libdvdcss2. In Linux Mint 8 just as with previous versions and Ubuntu, there is no need to manually configure the repository, all you need do is the following:
- Open a Terminal Window (Menu > Terminal) and type the following:
sudo apt-get install libdvdread4 - Next type the following:
sudo /usr/share/doc/libdvdread4/install-css.sh
Once you have done that, next time you insert a DVD you should get the option to auto run with MPlayer Media Player. Enjoy.
*Note: The above proceedure is also the same to enable DVD playback in Ubuntu 9.10, although Terminal can be found in by clicking Menu > Applications > Accessories > Terminal*
Posted in Blah, Linux, Linux Mint, Technology Related | 2 Comments »