Yes it will.
You might add Medibuntu Repo to download some multimedia packages to watch DVDs and other formats.
You are usint Ubuntu 7.10 "Gutsy Gibbon", right?
Open A terminal and enter this to add Medibuntu Repo:
Code:
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list
Then, add the GPG Key:
Code:
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
Now Install w32codecs & libdvdcss2 packages:
Code:
sudo apt-get install w32codecs libdvdcss2
Just take your time and dont get figgity with those commands.