2000-02-13 03:06:53 +01:00
|
|
|
* xmovie
|
|
|
|
|
2000-07-22 02:50:34 +02:00
|
|
|
MPEG-2 and Quicktime movie player
|
2000-02-13 03:06:53 +01:00
|
|
|
|
2001-04-08 03:29:52 +02:00
|
|
|
WWW: http://heroines.sourceforge.net/xmovie.php3
|
2000-02-13 03:06:53 +01:00
|
|
|
|
|
|
|
documentation is in /usr/X11R6/share/doc/xmovie/.
|
|
|
|
|
|
|
|
* Tips
|
|
|
|
|
|
|
|
- If you use with 3.2-RELEASE, 3.3-RELEASE, 3.4-RELEASE,
|
|
|
|
it need to update /module/linux.ko file.
|
|
|
|
|
|
|
|
- Below options for kernel are useful for xmovie.
|
2001-07-02 16:15:05 +02:00
|
|
|
(SEE ALSO NOTES or LINT file in you source tree)
|
2000-02-13 03:06:53 +01:00
|
|
|
|
|
|
|
options "P1003_1B"
|
|
|
|
options "_KPOSIX_PRIORITY_SCHEDULING"
|
|
|
|
options "_KPOSIX_VERSION=199309L"
|
|
|
|
|
2001-07-02 16:15:05 +02:00
|
|
|
or
|
|
|
|
|
|
|
|
options P1003_1B
|
|
|
|
options _KPOSIX_PRIORITY_SCHEDULING
|
|
|
|
options _KPOSIX_VERSION=199309L
|
|
|
|
|
2001-04-08 03:29:52 +02:00
|
|
|
- If you use with 4.x-RELEASE, it need to add ``options USER_LDT''
|
|
|
|
in your kernel config.
|
|
|
|
|
2001-07-02 16:15:05 +02:00
|
|
|
- If you had ``failed to open /proc/cpuinfo',
|
|
|
|
add below line into your /etc/fstab file.
|
|
|
|
|
|
|
|
linproc /compat/linux/proc linprocfs rw 0 0
|
|
|
|
|
2000-02-13 03:06:53 +01:00
|
|
|
---
|
|
|
|
Yoshiro MIHIRA
|
2001-04-08 03:29:52 +02:00
|
|
|
(sanpei@FreeBSD.org)
|