Why does my optical drive not play commercial dvds?

Solution 1:

Because commercial dvd's are encrypted, to be able to read them you need to install some codecs.

Open terminal and enter the following:

sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh

you may have to enter those commands separately, and you may have to reboot.