diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-06-17 03:02:45 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-06-17 03:02:45 +0000 |
commit | e7a52c624e06e069a11de084ed0a4c91433854dd (patch) | |
tree | d263a4d07a1fa6e6c7869883b2c9d5fb024144c3 /emulators/generator-cbiere/pkg-message | |
parent | db2646508d1312095c1282ee2f17ba4524372020 (diff) |
Notes
Diffstat (limited to 'emulators/generator-cbiere/pkg-message')
-rw-r--r-- | emulators/generator-cbiere/pkg-message | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/emulators/generator-cbiere/pkg-message b/emulators/generator-cbiere/pkg-message new file mode 100644 index 000000000000..15564357f743 --- /dev/null +++ b/emulators/generator-cbiere/pkg-message @@ -0,0 +1,27 @@ +Generator-CBiere has been installed. + +If you are using SDL < 1.2.8 and you only see a black window (with sound), try +the following (you must have xvattr, otherwise install it from ports): + +xvattr -a XV_AUTOPAINT_COLORKEY -v 1 + +If you enabled the option SDL_AUDIO and your sound is delayed try setting the +variable "sound_maxfields" and "sound_minfields" in your configuration file +(usually "~/.genrc") to lower values. Like: + +# default: 5 +sound_minfields = 1 + +# default: 10 +sound_maxfields = 2 + +If you want AVI recording set the environment variable "SDL_VIDEO_YUV_HWACCEL" +to "0". This will disable hardware support for YUV overlays, which causes the +smoothing and the green backround when there are no ROMs loaded. But AVIs will +be correctly produced. + +To gain more performance set the CPUTYPE variable in "make.conf" as appropiate +(in addition to enabling the build option OPTIMIZED_CFLAGS), then rebuild and +install generator. + +For more information visit: http://www.ghostwhitecrab.com/generator/ |