opnsense-ports/emulators/generator-cbiere/pkg-message
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
1,001 B
Text

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/