Difference between revisions of "XBoard"
Jump to navigation
Jump to search
(→Issue) |
(→Issue) |
||
Line 28: | Line 28: | ||
* https://bugs.launchpad.net/ubuntu/+source/xboard/+bug/655757 | * https://bugs.launchpad.net/ubuntu/+source/xboard/+bug/655757 | ||
* https://superuser.com/questions/367466/how-to-install-xorg-fonts-75dpi-properly-for-xboard | * 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> | ||
[[Category:Chess]] | [[Category:Chess]] |
Revision as of 10:07, 26 December 2019
Click here to comment see PlayChessWithAWebCam
Manual
Linux
Tested on Ubuntu 18.04 LTS
sudo apt-get install xboard polyglot stockfish
xboard -fUCI -fcp stockfish -sUCI -scp stockfish
MacOS / macports
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.
- 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
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