Results 1 to 10 of 13
Silly question i know but would someone take pity on an old n00b and tell me how i can play DVD's please....
- 07-16-2007 #1Just Joined!
- Join Date
- Jun 2007
- Location
- Darkest Wales
- Posts
- 29
Play DVD's
Silly question i know but would someone take pity on an old n00b and tell me how i can play DVD's please.
- 07-16-2007 #2
Which Linux Distro do you have?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-16-2007 #3Just Joined!
- Join Date
- Jun 2007
- Location
- Darkest Wales
- Posts
- 29
Hi DC
Should have mentioned it in my original post. I am running Mandriva Spring.
- 07-16-2007 #4
you need to install libdvdcss, check this link and follow instructions to setup main, contrib, updates and plf repos. Open GUI software manager, search for libdvdcss and install it.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-16-2007 #5Just Joined!
- Join Date
- Jun 2007
- Location
- Darkest Wales
- Posts
- 29
I opened Software Manager and after a search found the following:
libdvdcss2-1.2.9-3plf2007.0.i586 (already installed)
And
libdvdcss2-devel-1.2.9-3plf2007.0.i586 (not installed)
But couldn't find: libdvdcss
- 07-16-2007 #6
install VLC player.
execute this
Code:urpmi libdvdplay0 wxvlc vlc-plugin-a52 vlc-plugin-ogg vlc-plugin-mad libmatroska0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-16-2007 #7
That output means that you do have libdvdcss installed. The first hit is just all the version information and such.
To explain what devils_casper is telling you to do:
libdvdcss is a library that allows a DVD program to bypass the CSS (acronym for "Content Scramble System") encryption that DVDs use. VLC player is then a media player that can play DVDs. The combination of these can play DVDs that you might rent or buy.DISTRO=Arch
Registered Linux User #388732
- 07-17-2007 #8Just Joined!
- Join Date
- Jun 2007
- Location
- Darkest Wales
- Posts
- 29
Have tried running the command below:
urpmi libdvdplay0 wxvlc vlc-plugin-a52 vlc-plugin-ogg vlc-plugin-mad libmatroska0
but all i get is: bash: urpmi command not found
- 07-17-2007 #9
I believe that you need root privileges to run urpmi. Run the 'su' command to be come root, and then try again.
DISTRO=Arch
Registered Linux User #388732
- 07-17-2007 #10Just Joined!
- Join Date
- Jun 2007
- Location
- Darkest Wales
- Posts
- 29
I have just tried to run the code using root privileges and got this reply:
No package named libdvdplay0
No package named vlc-plugin-ogg


Reply With Quote