Package Details: fbpad-git r315.e9e9cb0-2

Git Clone URL: https://aur.archlinux.org/fbpad-git.git (read-only, click to copy)
Package Base: fbpad-git
Description: A small linux framebuffer virtual terminal.
Upstream URL: http://repo.or.cz/w/fbpad.git
Licenses: ISC
Conflicts: fbpad
Provides: fbpad
Submitter: Sara
Maintainer: aksr
Last Packager: aksr
Votes: 10
Popularity: 0.000000
First Submitted: 2011-10-08 12:31 (UTC)
Last Updated: 2022-12-17 04:15 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

StackException commented on 2020-05-23 10:52 (UTC) (edited on 2020-05-23 10:53 (UTC) by StackException)

add:

define TERM "xterm-kitty" or some other

to conf.h to fix compilation error. (thanks to https://www.reddit.com/user/pluuth ) (Upstream source doesn't have this problem, but requires font setting up to work).

Any idea why all I see is a blackscreen when I run fbpad ?

aksr commented on 2017-04-12 14:17 (UTC)

erez: You're right.

erez commented on 2017-04-12 09:57 (UTC)

bash, mutt and vim are not dependencies of fbpad and are not required by it in any sense, and should not be forced on the user.

brynr commented on 2015-11-15 23:28 (UTC)

make fails with the following message: fbpad.c: In function ‘main’: fbpad.c:337:14: error: ‘FBDEV’ undeclared (first use in this function) if (fb_init(FBDEV)) { ^ fbpad.c:337:14: note: each undeclared identifier is reported only once for each function it appears in Makefile:7: recipe for target 'fbpad.o' failed make: *** [fbpad.o] Error 1 It seems that the lines defining FBDEV are not present config.h from the sources, and this incomplete config is then copied into the src directory during the prepare stage, overwriting the complete config file from fbpad.git.

karol_007 commented on 2014-09-09 01:00 (UTC)

==> To use fbpad, read /usr/share/doc/fbpad/README. $ ls -l /usr/share/doc/fbpad/README ls: cannot access /usr/share/doc/fbpad/README: No such file or directory There is /usr/share/doc/fbpad-git/README.

Sara commented on 2012-05-02 14:00 (UTC)

To use italic fonts with fbpad, add the following line to the PKGBUILD after line 24: patch -p1 -i "${_gitname}-terminfo.diff" || return 1 where fbpad-terminfo.diff can be found here: http://pastebin.com/raw.php?i=Qcw2M7KC With my vim theme (solarized), I also had to add "export TERM_PROGRAM=fbpad" to my shellrc, and add fbpad to the terms_italic array (line 138 of the colorscheme file).

Sara commented on 2012-05-01 03:39 (UTC)

A "font set" consists of the regular, italic, and bold faces of a font. The latest git revision introduced font sets per terminal; [Mod]-'f i' activates the ith font set in the current term, where i in {0,..,4}. The advantage to this, as opposed to regular fonts, is that switching between fonts also changes the bold and/or italic text to match. Neat, right? With the latest changes, the wiki is now a little outdated, but I can't get to updating it until after my finals. Let me know if issues arise.