-
Notifications
You must be signed in to change notification settings - Fork 2
/
xsys35rc.sample
76 lines (53 loc) · 2.24 KB
/
xsys35rc.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#----------------------------------------------------------
# XSyetem35 設定ファイル
#
# 行頭が '#' で始まる行はコメント行です
# ------------------------------------------------------------
# 使用するフォントの指定
#
#ttfont_mincho: /usr/local/share/xsystem35/fonts/mincho.otf
#ttfont_gothic: /usr/local/share/xsystem35/fonts/MTLc3m.ttf
# True Type フォントのフェイス指定
#ttfont_mincho_face: 0
#ttfont_gothic_face: 0
# ------------------------------------------------------------
# フォントのアンチエイリアスを無効にする
#antialias: No
# ----------------------------------------------------------
# ------------------------------------------------------------
# CD-ROM のデバイス名
#
#cdrom_device: /dev/cdrom
# ------------------------------------------------------------
# ------------------------------------------------------------
# raw midi device または sequencer device のデバイス名
#
#midi_device: /dev/midi
##midi_device: /dev/sequencer
# ------------------------------------------------------------
# ------------------------------------------------------------
# オーディオバッファのバイト数
# 小さすぎると音が途切れ、大きくすると効果音が遅れるようになります。
#audio_buffer_size: 2048
# ------------------------------------------------------------
# ------------------------------------------------------------
# MIDI Output method
# 'e' : SDL_mixer (default)
# 'pX' : via PortMidi (X is the device number, usually 0)
# 'r' : raw midi device
# 'sX' : sequencer device (X is the port number, usually 0)
# '0' : disable MIDI
#
#midi_output_device: e
# ------------------------------------------------------------
# ------------------------------------------------------------
# joystick device のデバイス番号 (0-)
#
#joy_device: 0
# ------------------------------------------------------------
# -----------------------------------------------------------
# リソースファイルによるマウスカーソルの形状変更を無効にする
# にする場合、以下を Yes にする (なにも指定しない場合は有効)
#
#no_imagecursor: Yes
# -----------------------------------------------------------