Difference between revisions of "XBoard"

From BITPlan Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{:PlayChessWithAWebCam/Links}}
 +
 +
= Links =
 +
* https://www.gnu.org/software/xboard/manual/xboard.html
 +
* https://www.gnu.org/software/xboard/user_guide/UserGuide.html
 +
* https://en.wikipedia.org/wiki/XBoard
 +
* [http://hgm.nubati.net/CECP.html XBoard protocol description]
 +
= Session example =
 +
<pre>
 +
force
 +
usermove e2e4
 +
usermove e7e5
 +
</pre>
 +
 
= Linux =
 
= Linux =
 
Tested on Ubuntu 18.04 LTS
 
Tested on Ubuntu 18.04 LTS
Line 8: Line 22:
 
[[File:XBoard2019-10-19.png|400px]]
 
[[File:XBoard2019-10-19.png|400px]]
 
= MacOS / macports =
 
= MacOS / macports =
 +
Tested on macOS HighSierra 10.13.6 with macports 2.5.4
 
<source lang='bash'>
 
<source lang='bash'>
 
sudo port install xboard
 
sudo port install xboard
Line 15: Line 30:
  
 
   configure options: prefix=/opt/local; datarootdir=/opt/local/share; datadir=/opt/local/share; gamedatadir=/opt/local/share/games/xboard; desktopdir=/opt/local/share/applications; mimedir=/opt/local/share/mime/packages; iconsdir=/opt/local/share/icons/hicolor/48x48/apps; svgiconsdir=/opt/local/share/icons/hicolor/scalable/apps; infodir=/opt/local/share/info; sysconfigdir=; update_mimedb=yes; NLS=yes; GTK=no; Xaw3d=no; Xaw=yes; ptys=pipes; zippy=yes; sigint=yes
 
   configure options: prefix=/opt/local; datarootdir=/opt/local/share; datadir=/opt/local/share; gamedatadir=/opt/local/share/games/xboard; desktopdir=/opt/local/share/applications; mimedir=/opt/local/share/mime/packages; iconsdir=/opt/local/share/icons/hicolor/48x48/apps; svgiconsdir=/opt/local/share/icons/hicolor/scalable/apps; infodir=/opt/local/share/info; sysconfigdir=; update_mimedb=yes; NLS=yes; GTK=no; Xaw3d=no; Xaw=yes; ptys=pipes; zippy=yes; sigint=yes
 +
</source>
 +
 +
== Issue ==
 +
<pre>
 +
Nicht in der Lage Schriftsatz für -*-helvetica-medium-r-normal--12-*-*-*-*-*-*-*,-misc-fixed-medium-r-normal--12-*-*-*-*-*-*-*,-*-*-*-*-*-*-12-*-*-*-*-*-*-* zu generieren.
 +
</pre>
 +
* https://bugs.launchpad.net/ubuntu/+source/xboard/+bug/655757
 +
* https://superuser.com/questions/367466/how-to-install-xorg-fonts-75dpi-properly-for-xboard
 +
* https://forums.gentoo.org/viewtopic-t-877869-start-0.html
 +
<source lang='bash'>
 +
xboard -blackPieceColor darkred -clockFont -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-15 -font -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-15 -size Bulky -whitePieceColor lightyellow
 
</source>
 
</source>
 
[[Category:Chess]]
 
[[Category:Chess]]

Latest revision as of 09:40, 28 December 2019

Click here to comment see PlayChessWithAWebCam

Links

Session example

force
usermove e2e4
usermove e7e5

Linux

Tested on Ubuntu 18.04 LTS

sudo apt-get install xboard polyglot stockfish
xboard -fUCI -fcp stockfish -sUCI -scp stockfish

XBoard2019-10-19.png

MacOS / macports

Tested on macOS HighSierra 10.13.6 with macports 2.5.4

sudo port install xboard

xboard --version
xboard version 4.9.1

  configure options: prefix=/opt/local; datarootdir=/opt/local/share; datadir=/opt/local/share; gamedatadir=/opt/local/share/games/xboard; desktopdir=/opt/local/share/applications; mimedir=/opt/local/share/mime/packages; iconsdir=/opt/local/share/icons/hicolor/48x48/apps; svgiconsdir=/opt/local/share/icons/hicolor/scalable/apps; infodir=/opt/local/share/info; sysconfigdir=; update_mimedb=yes; NLS=yes; GTK=no; Xaw3d=no; Xaw=yes; ptys=pipes; zippy=yes; sigint=yes

Issue

Nicht in der Lage Schriftsatz für -*-helvetica-medium-r-normal--12-*-*-*-*-*-*-*,-misc-fixed-medium-r-normal--12-*-*-*-*-*-*-*,-*-*-*-*-*-*-12-*-*-*-*-*-*-* zu generieren.
xboard -blackPieceColor darkred -clockFont -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-15 -font -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-15 -size Bulky -whitePieceColor lightyellow