Displaying 14 results from an estimated 14 matches for "scrollmod".
Did you mean:
scrollmode
2020 Oct 28
1
[PATCH] fbcon: Disable accelerated scrolling
...> > @@ -1147,11 +1147,13 @@ static void fbcon_init(struct vc_data *vc, int init)
> >
> > ops->graphics = 0;
> >
> > - if ((cap & FBINFO_HWACCEL_COPYAREA) &&
> > - !(cap & FBINFO_HWACCEL_DISABLED))
> > - p->scrollmode = SCROLL_MOVE;
> > - else /* default to something safe */
> > - p->scrollmode = SCROLL_REDRAW;
> > + /*
> > + * No more hw acceleration for fbcon.
> > + *
> > + * FIXME: Garabge collect all the now dead code after sufficient...
2020 Oct 29
4
[PATCH 1/3] fbcon: Disable accelerated scrolling
...a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -277,6 +277,24 @@ Contact: Daniel Vetter, Noralf Tronnes
Level: Advanced
+Garbage collect fbdev scrolling acceleration
+--------------------------------------------
+
+Scroll acceleration is disabled in fbcon by hard-wiring p->scrollmode =
+SCROLL_REDRAW. There's a ton of code this will allow us to remove:
+- lots of code in fbcon.c
+- a bunch of the hooks in fbcon_ops, maybe the remaining hooks could be called
+ directly instead of the function table (with a switch on p->rotate)
+- fb_copyarea is unused after this, and ca...
2020 Oct 28
0
[PATCH] fbcon: Disable accelerated scrolling
...e/fbcon.c
> +++ b/drivers/video/fbdev/core/fbcon.c
> @@ -1147,11 +1147,13 @@ static void fbcon_init(struct vc_data *vc, int init)
>
> ops->graphics = 0;
>
> - if ((cap & FBINFO_HWACCEL_COPYAREA) &&
> - !(cap & FBINFO_HWACCEL_DISABLED))
> - p->scrollmode = SCROLL_MOVE;
> - else /* default to something safe */
> - p->scrollmode = SCROLL_REDRAW;
> + /*
> + * No more hw acceleration for fbcon.
> + *
> + * FIXME: Garabge collect all the now dead code after sufficient time
> + * has passed.
> + */
> + p->scrollmod...
2020 Oct 28
8
[PATCH] fbcon: Disable accelerated scrolling
...9bb 100644
--- a/drivers/video/fbdev/core/fbcon.c
+++ b/drivers/video/fbdev/core/fbcon.c
@@ -1147,11 +1147,13 @@ static void fbcon_init(struct vc_data *vc, int init)
ops->graphics = 0;
- if ((cap & FBINFO_HWACCEL_COPYAREA) &&
- !(cap & FBINFO_HWACCEL_DISABLED))
- p->scrollmode = SCROLL_MOVE;
- else /* default to something safe */
- p->scrollmode = SCROLL_REDRAW;
+ /*
+ * No more hw acceleration for fbcon.
+ *
+ * FIXME: Garabge collect all the now dead code after sufficient time
+ * has passed.
+ */
+ p->scrollmode = SCROLL_REDRAW;
/*
* ++guenther: c...
2020 Oct 29
0
[PATCH] fbcon: Disable accelerated scrolling
...a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -277,6 +277,24 @@ Contact: Daniel Vetter, Noralf Tronnes
Level: Advanced
+Garbage collect fbdev scrolling acceleration
+--------------------------------------------
+
+Scroll acceleration is disabled in fbcon by hard-wiring p->scrollmode =
+SCROLL_REDRAW. There's a ton of code this will allow us to remove:
+- lots of code in fbcon.c
+- a bunch of the hooks in fbcon_ops, maybe the remaining hooks could be called
+ directly instead of the function table (with a switch on p->rotate)
+- fb_copyarea is unused after this, and ca...
2020 Oct 31
2
[PATCH] fbcon: Disable accelerated scrolling
...Documentation/gpu/todo.rst
> @@ -277,6 +277,24 @@ Contact: Daniel Vetter, Noralf Tronnes
>
> Level: Advanced
>
> +Garbage collect fbdev scrolling acceleration
> +--------------------------------------------
> +
> +Scroll acceleration is disabled in fbcon by hard-wiring p->scrollmode =
> +SCROLL_REDRAW. There's a ton of code this will allow us to remove:
> +- lots of code in fbcon.c
> +- a bunch of the hooks in fbcon_ops, maybe the remaining hooks could be called
> + directly instead of the function table (with a switch on p->rotate)
> +- fb_copyarea is...
2020 Oct 31
0
[PATCH] fbcon: Disable accelerated scrolling
...-277,6 +277,24 @@ Contact: Daniel Vetter, Noralf Tronnes
> >
> > Level: Advanced
> >
> > +Garbage collect fbdev scrolling acceleration
> > +--------------------------------------------
> > +
> > +Scroll acceleration is disabled in fbcon by hard-wiring p->scrollmode =
> > +SCROLL_REDRAW. There's a ton of code this will allow us to remove:
> > +- lots of code in fbcon.c
> > +- a bunch of the hooks in fbcon_ops, maybe the remaining hooks could be called
> > + directly instead of the function table (with a switch on p->rotate)
>...
2013 Apr 22
1
Hmisc & pdflatex
...r external command,
operable program or batch file.
Error in system(cmd, intern = TRUE, wait = TRUE) : 'yap' not found
In addition: Warning messages:
1: running command 'C:\Windows\system32\cmd.exe /c cd
"C:\Users\santosh\AppData\Local\Temp\RtmpsZ3tP9" & latex
-interaction=scrollmode
"C:\Users\santosh\AppData\Local\Temp\RtmpsZ3tP9\file13207cb8d2c"' had
status 1
2: In shell(cmd, wait = TRUE, intern = output) :
'cd "C:\Users\santosh\AppData\Local\Temp\RtmpsZ3tP9" & latex
-interaction=scrollmode
"C:\Users\santosh\AppData\Local\Temp\RtmpsZ3tP...
2009 Jan 14
1
problems with Sweave and the function latex(HMISC)
...,midsize="smaller")
"latex" is not reconized \as a internalor external command ,
un programma eseguibile o un file batch.
Warning message:
In shell(cmd, wait = TRUE, intern = output) :
'cd "C:\DOCUME~1\giovanni\IMPOST~1\Temp\RtmpgUEV1B" & latex
-interaction=scrollmode
"C:\DOCUME~1\giovanni\IMPOST~1\Temp\RtmpgUEV1B\file6df11649"' execution
failed with error code 1
TIA
GIOVanni
str(s6a2)
List of 14
$ stats :List of 1
Sys.info()
sysname
release version
"W...
2008 Dec 17
1
using dvi with latex object: directory not correctly set, maybe due to error in shQuote()
...ning: extra args ignored after 'yap'
When I have a look at the function dvi.latex I find the following line which, I guess, is meant to set the new directory and to run latex.
sys(paste("cd", shQuote(tempdir()), sc, optionsCmds("latex"),
"-interaction=scrollmode", shQuote(tmp)), output = FALSE)
Running just the piece shQuote(tempdir()) returns
> shQuote(tempdir())
[1] "\"C:\\DOKUME~1\\ferimawi\\LOKALE~1\\Temp\\Rtmpr4CG3A\""
> tempdir()
[1] "C:\\DOKUME~1\\ferimawi\\LOKALE~1\\Temp\\Rtmpr4CG3A"
Is the leading "...
2020 Oct 30
1
[PATCH] fbcon: Disable accelerated scrolling
...entation/gpu/todo.rst
> @@ -277,6 +277,24 @@ Contact: Daniel Vetter, Noralf Tronnes
>
> Level: Advanced
>
> +Garbage collect fbdev scrolling acceleration
> +--------------------------------------------
> +
> +Scroll acceleration is disabled in fbcon by hard-wiring p->scrollmode =
> +SCROLL_REDRAW. There's a ton of code this will allow us to remove:
> +- lots of code in fbcon.c
> +- a bunch of the hooks in fbcon_ops, maybe the remaining hooks could be called
> + directly instead of the function table (with a switch on p->rotate)
> +- fb_copyarea is...
2004 Jan 29
2
Finding Sweave.sty and other problems
...aragraph=\count83
\c at subparagraph=\count84
\c at figure=\count85
\c at table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
! Missing \endcsname inserted.
<to be read again>
\protect
l.4 \begin
{document}
? s
OK, entering \scrollmode...
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.4 \begin
{document}
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <retu...
2008 Aug 15
5
help
Hello Sir,
(1) I have prepared Bootable CD using " bcdw201a"
http://www.bcdwb.de/downloads_e.html
which is working O.K.
I have tried hard to boot the same off "USB" using "Syslinux" but NOT
successful.
Every time I get the following error messages or similar to them. (i)Could
not find kernel image: linux or (ii)missing parameters in "syslinux.cfg".
You
2004 Aug 25
3
Help using Hmisc / Latex
Dear R users,
I'm trying to automatically generate a *.tex file with the output of an OLS
estimation. Some people suggested to use the latex function on the Hmisc
package. I'm having a bit of trouble to properly specify this function (I'm
not a very experienced R user). Below you will find an example, of what I'm
doing.
## Annette Dobson (1990) "An Introduction to Generalized