ReadMe
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:3k
源码类别:

DVD

开发平台:

Unix_Linux

  1. Readme for DXR2 driver v0.9b
  2. This is still a DEVELOPMENT driver, because parts of it are still not properly
  3. tested, and a few parts are missing (see "Todo"). The player program could do
  4. with some more user friendliness :)
  5. The driver is being actively developed by adq@tardis.ed.ac.uk, and 
  6. lucien@martincurrie.com
  7. ****************************************************************************
  8. Also, VGA overlay is not yet supported.... output is to a TV connected to the
  9. video output of the card.
  10. ****************************************************************************
  11. The current IOCTL interface is TEMPORARY and WILL change... probably to be 
  12. compatable with the prototype DVD interface on linuxtv.org's web pages.
  13. The current major device number (120) is TEMPORARY, and only for development 
  14. purposes. It WILL change when the driver is finished.
  15. It has been tested with kernels 2.2.5, 2.2.9, 2.2.12
  16. To use:
  17. 1) compile each of the following modules 
  18. anp82, bt865, dxr2, pcm1723, tc6807af, vxp524, zivaDS
  19.    Note: If you're using SMP, you'll need to uncomment -D__SMP__ in the 
  20.    makefiles, or you'll get a compiler warning.
  21. 2) insert the modules into your kernel:
  22. insmod anp82
  23. insmod bt865
  24. insmod pcm1723
  25. insmod tc6807af
  26. insmod vxp524
  27. insmod zivaDS
  28. insmod dxr2
  29. (it doesn't matter which order the first 6 are in, but the dxr2 module
  30.  MUST be loaded last)
  31. 3) Make the device file "mknod /dev/dxr2 c 120 0"
  32. 4) Extract the DVD microcode from Creative's windows driver. You can get this
  33.    by installing the windows version (say into 
  34.    "c:Program FilesCreativeDXR2"), and copying the file "dvd1.ux" from the
  35.    install directory. Currently, put this file in the driver's "test" 
  36.    directory.
  37. 5) Get a sample .VOB file (it is set up to play the sample 
  38.    "CREATIVE.VOB" from the driver CD), and put it in the driver's "test" 
  39.    directory.
  40. 6) Compile and run the test program in the test directory. 
  41.    "cd test; ./test CREATIVE.VOB"
  42.    The test program is currently set up to output PAL. look for 
  43.    DXR2_IOC_SET_OUTPUT_TV_FORMAT, in test.c, and change the argument to 
  44.    DXR2_TVFORMAT_NTSC (as indicated in comment) if you want to
  45.    change the TV output to NTSC.
  46. Note: To switch between MPEG1 (VCD) / or MPEG2 (DVD) mode, you'll have to edit
  47.       and recompile test.c. There are lots of comments in there. (look for 
  48.       "CHANGEME" for things which are interesting to change)
  49. If all goes well, you should see the test video on the TV screen..