I have not tried this, but it is from the Distrowatch comments when they reviewed Point. You might want to give it a try. It seems correct.
48 • Pointlinux and dvd playback (by gee7 on 2013-11-12 00:59:26 GMT from United Kingdom)
A note for the unwary and not so experienced Linux users: I just downloaded Pointlinux and found it easy and quick to install in a multi-boot system but please note that VLC is unable to play your dvds because libdvdcss is not included by default and is not to be found in the Synaptic Package Manager's repositories.
If you open a terminal and type 'sudo su' followed by 'passwd' you can then set a password to become root user and make changes as root (This is my way of working, others will use sudo).
Once root, type (without the #):
# nano /etc/apt/sources.list
use the down arrow key to reach the end of the list and then add the following 2 lines:
deb
http://download.videolan.org/pub/debian/stable/ /
deb-src
http://download.videolan.org/pub/debian/stable/ /
and use the Ctrl and x keys to close the file, after answering "y" to save the file.
Then in the terminal type the following commands@
# wget -O -
http://download.videolan.org/pub/debian ... t.asc|sudo apt-key add -
# apt-get install libdvdcss2
and you should then be able to play dvds.
On first impressions. Pointlinux looks good and feels comfortable, next I will see if my old Epson printer works out of the box.
Best wishes all.