Difference between revisions of "Vlc"

From Linuxintro
imported>ThorstenStaerk
(troubleshooting)
Line 7: Line 7:
 
* [[open a console]], issue
 
* [[open a console]], issue
 
  yast -i vlc
 
  yast -i vlc
 +
 +
= TroubleShooting =
 +
If you get a message like
 +
DVDRead could not open the disc "/dev/dvd".
 +
Do the following as root
 +
chmod 777 /dev/dvd /dev/sr0
  
 
= See also =
 
= See also =
 
* [[dependencies]]
 
* [[dependencies]]
 
{{stub}}
 

Revision as of 17:44, 19 September 2011

VLC is a video player for Linux that plays "everything", including DVDs with menues.

Get it

SUSE Linux 11.4

  • yast2 -> Software -> Software Repositories -> Add -> Community Repositories -> Packman Repositories
  • open a console, issue
yast -i vlc

TroubleShooting

If you get a message like

DVDRead could not open the disc "/dev/dvd".

Do the following as root

chmod 777 /dev/dvd /dev/sr0

See also