MFB(4) BSD Kernel Interfaces Manual MFB(4)NAME
mfb -- PMAG-A MX monochrome unaccelerated 2-D framebuffer
SYNOPSIS
mfb* at tc? slot ? offset ?
wsdisplay* at mfb?
DESCRIPTION
The mfb driver provides support for the PMAG-A MX monochrome framebuffer for the TURBOchannel bus. The PMAG-A is a monochrome framebuffer
capable of running at a resolution of 1280-by-1024 at 72 Hz.
SEE ALSO cfb(4), px(4), pxg(4), sfb(4), tc(4), tfb(4), wscons(4)BUGS
NetBSD/pmax does not currently support the machine-independent wscons(4) interface and uses a machine-dependent version.
BSD September 14, 2001 BSD
Check Out this Related Man Page
SCREENBLANK(1) BSD General Commands Manual SCREENBLANK(1)NAME
screenblank -- screen saver daemon for wscons and FBIO machines
SYNOPSIS
screenblank [-k | -m] [-d inactivity-timeout] [-e wakeup-delay] [-f framebuffer] [-i input-device]
screenblank {-b | -u}
DESCRIPTION
screenblank disables the framebuffer if the keyboard and mouse are idle for a period of time, and re-enables the framebuffer when keyboard or
mouse activity resumes.
When killed with a SIGINT, SIGHUP, or SIGTERM, screenblank will re-enable the framebuffer. The pid can be found in the file
/var/run/screenblank.pid.
The options are as follows:
-b Overriding the other options, simply try (once) to blank the framebuffer, then exit.
-d inactivity-timeout
Wait the number of seconds specified by inactivity-timeout, expressed in the format ``xxx.xxx'', before disabling the framebuffer due
to inactivity. The default is 600 seconds (10 minutes).
-e wakeup-delay
Wait the number of seconds specified by wakeup-delay, expressed in the format ``xxx.xxx'', before re-enabling the framebuffer once
activity resumes. The default is .25 seconds.
-f framebuffer
Use the framebuffer device framebuffer instead of the default /dev/fb.
-i input-device
Add input-device to the list of devices to monitor for activity.
-k Do not check the keyboard for activity.
-m Do not check the mouse for activity.
-u Overriding the other options, simply try (once) to unblank the framebuffer, then exit.
Note that the -k and -m flags are mutually exclusive.
FILES
/dev/kbd The keyboard device.
/dev/mouse The mouse device.
/dev/console The console device.
/dev/fb The default framebuffer.
/dev/wskbd The keyboard for wscons machines.
/dev/wsmouse The mouse device for wscons machines.
/dev/ttyE0 The console device for wscons machines.
/var/run/screenblank.pid File containing the pid of screenblank.
BSD September 23, 2006 BSD
Hi All,
I am trying to find 4 latest files inside one folder having following File Name pattern and store them into 4 different variables and then use for processing in my shell script. File name is fixed length.
1) Each file starts with = ABCJmdmfbsjop letters + 7 Digit Number... (6 Replies)
I am wondering if someone can help a brother out. I am trying to create a DB using a GUI and when I am about to finish, it gets stuck. I hit finish but nothing happens. Any help from the community will be highly appreciated.
... (0 Replies)
Hello,
Im downloading the file from windows server through FTP, the downloaded file is containing some junk character at very start of the file as below and causing my whole script is to fail,
how to download without junk or how to remove these before processing it?
▒▒"nmdbfnmdsfsdf"
... (19 Replies)
Hi,
I have a file(input.txt) and trying to format as output.txt. See the attached file format.
Note: This is a windows file (DOS format) and the commands are also going to execute on windows.
Basically I am trying to capture all the data in between Local Group Memberships and Global Group... (10 Replies)
Hi
I want to create a shell script with the following awk command & also get the filenames in output.
awk '/<catetcsecuretty0>/ {p=1} /<catvarlogmessages0>/ {p=0} p' *.xml
As there will be multiple outputs related to many xml files I cannot identify which output belongs to which file
... (5 Replies)
Hi All
I'm find out a way to disable the DGD: AMD Radeon HD 7470M on my Ubutu 16.04.2 LTS because radeon open source module is not capable to support this GPU and consequence the boot is very slow.
I have tried serveral way with pci-stub.ids in the grub menu but not work.
In general how... (11 Replies)
Hi everyone,
Let me start by stating this question is for homework help (not "help, my boss needs this ASAP")
I have spent the last few days re-visiting this script, and cannot figure out where I am going wrong (something simple I'm sure).
I am to build a script that searches for a user... (1 Reply)
hi,
trying to embed an image to the html file to send out as an email.
img src="data:image/jpeg;base64,$(base64 /home/test/abc.jpg
but getting error as file not found after it aplies base64 on the file. (8 Replies)