This file is indexed.

/etc/xboard/xboard.conf is in xboard 4.7.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
;
; xboard 4.6 Save Settings file
;
; This file contains the system-wide settings of XBoard, in so far they
; deviate from the compiled-in defaults, and are not settable through menus,
; to comfort users that have no history of xboard usage.
; You can edit the values of options that are already set in this file,
; or add other options that you think are convenient as defaults for all users.
; This file is not automatically overwritten, because it redefines the
; -saveSettingsFile to .xboardrc in the user's home directory, so that
; user settings will be saved in a place the user has write access to.
;
; Looks
;
-internetChessServerInputBox false
-titleInWindow false
-showButtonBar true
-moveHistoryUp false
-evalGraphUp false
-engineOutputUp false
-monoMode false
-flashCount 0
-flashRate 5
-fontSizeTolerance 4
-useBoardTexture true
-liteBackTextureFile  "/usr/share/games/xboard/themes/textures/wood_l.png"
-darkBackTextureFile  "/usr/share/games/xboard/themes/textures/wood_d.png"
-overrideLineGap 1
-highlightMoveWithArrow true
-recentEngines 4
-gameListW 500
-gameListH 300
-stickyWindows false
;
; Behavior
;
-sweepPromotions true
-pieceMenu false
-showTargetSquares true
-seekGraph true
-soundProgram "aplay -q"
-soundDirectory "/usr/share/games/xboard/sounds"
-soundTell phone.wav
-soundChallenge gong.wav
-soundMove woodthunk.wav
-soundIcsAlarm penalty.wav
-pasteSelection false
-keepLineBreaksICS false
-timeDelay 1
-autoDisplayComment true
-autoDisplayTags true
-lowTimeWarning false
-icsAlarm false
-icsAlarmTime 5000
-msLoginDelay 0
-delayBeforeQuit 0
-delayAfterQuit 0
-defaultTourneyName "Tourney_%y%M%d_%h%m.trn"
-variations true
-appendPV true
;
; PGN format & Game List
;
-pgnExtendedInfo true
-saveOutOfBookInfo true
-gameListTags "eprd"
;
; Engines & adjudicatons in engine-engine games
;
-firstChessProgram fairymax
-secondChessProgram fairymax
-firstChessProgramNames {fairymax
"Fruit 2.1" -fcp fruit -fUCI
"Crafty" -fcp crafty
"GNU Chess" -fcp gnuchess
}
-niceEngines 0
-polyglotDir ""
-adapterCommand 'polyglot -noini -ec "%fcp" -ed "%fd" -uci NalimovCache=%defaultCacheSizeEGTB'
-defaultPathEGTB "/egtb"
-egtFormats ""
-testClaims true
-checkMates true
-materialDraws true
-trivialDraws false
;
; preconfigure some ICS nams, for use with -is option
;
-icsNames {"fics" -icshost freechess.org -icshelper timeseal
"icc" -icshost chessclub.com -icshelper timestamp
"kc" -icshost alanimus.com -icshelper timeseal
}
;
; Configure the ICS text menu
;
-icsMenu {Give me;ptell Please give me $input;
Avoid;ptell Please don't let him get $input;
Q;$add a Queen $input;
R;$add a Rook $input;
B;$add a Bishop $input;
N;$add a Knight $input;
P;$add a Pawn $input;
Dead;ptell I will be checkmated;
MultiLine;
set open 0
set seek 0
set tell 1;
Kill;ptell I will checkmate him!;
Who;who;
Finger (name);finger $name;
Players;players;
Vars (name);vars $name;
Games;games;
Observe (name);observe $name;
Sought;sought;
Match (name);match $name;
Tell (name);tell $name $input;
Play (name);play $name;
Message (name);message $name $input;
}
;
; Save user settings.
; Must be last in file to make user options prevail over system-wide settings!
;
-saveSettingsOnExit true
-saveSettingsFile "~/.xboardrc"
-settingsFile "~/.xboardrc"