search for: fbstart

Displaying 4 results from an estimated 4 matches for "fbstart".

Did you mean: fb_start
2019 Jan 21
2
[PATCH xf86-video-nouveau] wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER
Fixes warning with xserver 1.20 and gcc 8.2: nv_driver.c:1443:9: warning: implicit declaration of function ‘wfbScreenInit’; did you mean ‘fbScreenInit’? [-Wimplicit-function-declaration] ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX, ^~~~~~~~~~~~~ fbScreenInit (See xserver 706e6d9cd074da606016ed4ecff51e9c2a822087) Signed-off-by: Rhys Kidd <rhyskidd at gmail.com> --- src/nv_include.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nv_include.h b/src/nv_include.h index de555...
2019 Jan 23
0
[PATCH xf86-video-nouveau] wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER
...7:20 PM Rhys Kidd <rhyskidd at gmail.com> wrote: > > Fixes warning with xserver 1.20 and gcc 8.2: > > nv_driver.c:1443:9: warning: implicit declaration of function ‘wfbScreenInit’; did you mean ‘fbScreenInit’? [-Wimplicit-function-declaration] > ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX, > ^~~~~~~~~~~~~ > fbScreenInit > > (See xserver 706e6d9cd074da606016ed4ecff51e9c2a822087) > > Signed-off-by: Rhys Kidd <rhyskidd at gmail.com> > --- > src/nv_include.h | 1 + > 1 file changed, 1 insertion(+) > > diff --g...
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
...\n"); + + xf86LoaderReqSymLists(fbSymbols, NULL); + } /* Load EXA if needed */ if (!pNv->NoAccel) { @@ -2154,9 +2172,19 @@ NVScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) switch (pScrn->bitsPerPixel) { case 16: case 32: - ret = fbScreenInit(pScreen, FBStart, pScrn->virtualX, pScrn->virtualY, - pScrn->xDpi, pScrn->yDpi, - displayWidth, pScrn->bitsPerPixel); +#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,6,99,0,0) + if (pNv->wfb_enabled) { + ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX, pScrn->virtualY...
2007 Feb 08
0
mongrel_rails man page
...ave complex rules about whether a configuration file or command line option wins, mongrel_rails just uses configuration file and defaults, or command line options and defaults. Basically don''t mix, it won''t work. . .SH COMMANDS The following commands are supported by mongrel: .PP \fBstart\fP Starts the server. .br \fBstop\fP Stops the server. Mongrel is very conservative when it shuts down, so it will wait up to 60 seconds for threads to exit before it finally exits gracefully. .br \fBstop --force [--wait n]\fP Stops the server. This sends mongrel a kill -9 and then you must...