Check settings for xine. In the media tab you will see "Device to use for dvd playback" or somesuch. It probably says /dev/dvd. Now you need to make sure this is pointing to your dvd device. First confirm the file:
If you get an error that /dev/dvd doesn't exist then create it. First you need to know which device your dvd player is:
/dev/hda first ide channel, master
/dev/hdb first ide channel, slave
/dev/hdc second ide channel, master
/dev/hdd second ide channel, slave
so if your dvd drive is /dev/hdc run (as root):
Code:
# ln -s /dev/hdc /dev/dvd
Restart xine, press "dvd" button and you should be golden...