How to read a dvd on ubuntu

Solved
bo_goss Posted messages 27 Status Member -  
 Toutankarton -
Hello;
I am a beginner in Unix and if it's possible to help me mount my DVD drive and be able to watch movies from a DVD
Thank you in advance
Configuration: Linux Firefox 1.5.0.5

7 answers

  1. jipicy Posted messages 40842 Registration date   Status Moderator Last intervention   4 898
     
    Hello,

    http://doc.ubuntu-fr.org/multimedia_et_graphisme#video

    --
    Z'@+...che.
    JP : Zen, mes Nuggets ! ;-) Le savoir n'est bon que s'il est partagé.
    15
    1. ben13010 Posted messages 3369 Status Contributor 387
       
      Just paste these 2 lines into a terminal:
      (each line one after the other of course)

      And use Vlc instead of totem to play DVDs (totem often crashes when reading menus)

      sudo apt-get install libdvdread4
      sudo /usr/share/doc/libdvdread4/install-css.sh
      0
    2. alino
       
      Thank you ben13010
      with the commands it works
      0