@rican-linux: you can make it work under X11 like this: https://github.com/angband/angband/issues/4575
Search Criteria
Package Details: angband-git 4.2.1.r171.g15cae6653-1
Git Clone URL: | https://aur.archlinux.org/angband-git.git (read-only, click to copy) |
---|---|
Package Base: | angband-git |
Description: | A roguelike dungeon-exploration game based on Tolkien's books |
Upstream URL: | http://rephial.org/ |
Licenses: | |
Conflicts: | |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 7 |
Popularity: | 0.016213 |
First Submitted: | 2010-09-19 19:54 |
Last Updated: | 2020-12-16 19:59 |
Dependencies (6)
Required by (0)
Sources (1)
andmars commented on 2020-11-16 12:26
andmars commented on 2020-11-03 06:22
@rican-linux: what you are proposing is basically angband-ncurses, and that package already exists: https://aur.archlinux.org/packages/angband-ncurses/ I'm more interested in finding out what type of font the angband devs are requiring here. I'll write a bug report on their github. Maybe they will fix it on their part.
rican-linux commented on 2020-11-02 04:23
installed the package as is produces the following error
"angband: Couldn't load the requested font."
the following diff worked
$ cat PKGBUILD.patch
38,40c38,42
< --enable-gtk \
< --enable-sdl \
< --enable-sdl-mixer
---
> --disable-gtk \
> --disable-sdl \
> --disable-sdl-mixer \
> --disable-x11 \
> --enable-curses
FredBezies commented on 2019-06-21 21:18
@andmars: it worked better. Updated pkgbuild.
andmars commented on 2019-06-21 20:58
@FredBezies: and did you restart your xorg session after installing xorg-fonts-misc? Rebooting my machine or just restarting xorg did the trick for me.
FredBezies commented on 2019-06-21 20:55
@andmars: tried it. Angband won't run with it either. You have to use sdl mode.
andmars commented on 2019-06-21 20:42
Could you add "xorg-fonts-misc" as dependency? Otherwise it won't run saying: "angband: Couldn't load the requested font. (10x20)"
major commented on 2018-11-22 10:51
-m -gx11
are not the correct flags, I guess.
I had to use -msdl
to run the game.
FredBezies commented on 2018-05-15 07:22
Run Angband this way : angband -mx11 or angband -msdl
FredBezies commented on 2017-10-28 08:18
Adopted and updated this package. It runs well. No need to delete it.
Pinned Comments
FredBezies commented on 2018-05-15 07:22
Run Angband this way : angband -mx11 or angband -msdl