Find the answer to your Linux question:
Results 1 to 8 of 8
I loved GNU Chess program. In Fedora 12 , I can't get UI for this game. If i'm not wrong It was called xboard or something. I tried yum install ...
  1. #1
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568

    Question [SOLVED] where is UI for GNUchess

    I loved GNU Chess program. In Fedora 12 , I can't get UI for this game. If i'm not wrong It was called xboard or something. I tried yum install ..but nothing worked.
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    You might need to invoke xboard with the following option:

    "--xboard"
    GNU Chess: Frequently Asked Questions
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    Thanks for reply.No thats working for me !!


    xboard -fcp "/usr/bin/gnuchess --xboard" -fd "/usr/local/bin/" -scp "/usr/bin/gnuchess --xboard" -sd "/usr/local/bin/"
    xboard: no fonts match pattern -*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*


    $ gnuchess --xboard
    Chess
    Adjusting HashSize to 1024 slots
    a
    Illegal move: a
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Xboard is definitely in the repositories.

    This doesn't work?
    Code:
    yum install xboard
    There is also eboard, which I think looks a little nicer than xboard. Or cboard, for a cli ncurses based board. Both should work with the gnuchess engine. (cboard does not appear to be in the Fedora repo though.)

  5. #5
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568

    Exclamation

    Quote Originally Posted by reed9 View Post
    Xboard is definitely in the repositories.

    This doesn't work?
    Code:
    yum install xboard
    There is also eboard, which I think looks a little nicer than xboard. Or cboard, for a cli ncurses based board. Both should work with the gnuchess engine. (cboard does not appear to be in the Fedora repo though.)
    Yes,xboard is already available on my machine,but for some reason - it was not working.
    Thanks,Some improvement. I have installed eboard. But I have play against gnuchess - I don't want to play againt online servers. Just want to have chess on my laptop without connecting to internet.
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  6. #6
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    oops !!! finally got it. xboard worked after installing the missing font.
    yum install xorg-x11-fonts-75dpi.noarch
    Thanks for the help guy !! Hope to beat GNUChess
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  7. #7
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Quote Originally Posted by Lakshmipathi View Post
    oops !!! finally got it. xboard worked after installing the missing font.
    yum install xorg-x11-fonts-75dpi.noarch
    Thanks for the help guy !! Hope to beat GNUChess
    Glad you got it working. If that font is required for xboard to work, it seems like it should have been listed as a dependency and installed automatically if you installed using yum.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  8. #8
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    yes,that font should have installed during xboard...i don't know how that got missed. thanks.anyway ...now game on
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •