Displaying 20 results from an estimated 10000 matches similar to: "Antialiased text"
2009 Jun 05
1
Antialiasing plots and text on different devices
I have a question about antialiasing when R generates bitmaps. (This follows
a thread on the ggplot2 mailing list.)
I mostly use R on Linux, although I sometimes use it in Mac and Windows as
well. On Linux, I've found that plotting shapes 15-18 via cairo results in
bad-looking output. The points are not antialiased, and they are jagged and
misshapen. Plots generated in Windows also aren't
2006 Jul 24
0
arcview projection utility
Sorry, I guess I did not explain my self... I am running wine 0.9.17 and
when I launch the projection utility from the terminal I have no
problem, but when I choose a .shp file to process, I get the following
promt from the gui: Run-time error 5 invalid procedure call or
argument.
On the terminal I can read the following promt when launching the
prjutil.exe:
fixme:ole:CoRegisterMessageFilter
2004 May 12
1
Antialiasing?
Does wxRuby support font antialiasing on Linux or does it depend on the
underlying toolkit? If not, are there plans to include it?
If I use wxGTK, is antialiasing automatically enabled? Do I have to do
something to make my fonts antialiased?
Bill
2019 Sep 06
0
[vhost:linux-next 13/15] arch/ia64/include/asm/page.h:51:23: warning: "hpage_shift" is not defined, evaluates to 0
tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/mst/vhost.git linux-next
head: c5db5a8d998da36ada7287aa53b4ed501a0a2b2b
commit: b1b0d638e6f93b91cf34585350bb00035d066989 [13/15] mm: Introduce Reported pages
config: ia64-defconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 7.4.0
reproduce:
wget
2016 Mar 18
0
[PATCH] gpu/drm: Use u64_to_user_pointer
Hi Joe,
[auto build test WARNING on drm/drm-next]
[also build test WARNING on next-20160318]
[cannot apply to v4.5]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Joe-Perches/gpu-drm-Use-u64_to_user_pointer/20160319-012749
base: git://people.freedesktop.org/~airlied/linux.git drm-next
config:
2011 Jul 21
3
OT: Linus Torvalds delays Linux 3.0 launch due to a subtle bug (fwd)
Kernel news :)
---------- Forwarded message ----------
To: opensuse-offtopic <opensuse-offtopic at opensuse.org>
From: Basil Chupin <blchupin at iinet.net.au>
Subject: [opensuse-offtopic] Linus Torvalds delays Linux 3.0 launch due to a
subtle bug
*LINUX FOUNDER* Linus Torvalds has said that he's delaying the release of
Linux 3.0 due to the discovery of a bug.
Torvalds
2013 Nov 15
0
[PATCH -tip RFC v2 01/22] kprobes: Prohibit probing on .entry.text code
On Fri, Nov 15, 2013 at 5:43 PM, Steven Rostedt <rostedt at goodmis.org> wrote:
> On Fri, 15 Nov 2013 04:53:18 +0000
> Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com> wrote:
>
>> .entry.text is a code area which is used for interrupt/syscall
>> entries, and there are many sensitive codes.
>> Thus, it is better to prohibit probing on all of such codes
2019 May 23
4
[RFC][PATCH] kernel.h: Add generic roundup_64() macro
On Thu, 23 May 2019 08:10:44 -0700
Linus Torvalds <torvalds at linux-foundation.org> wrote:
> On Thu, May 23, 2019 at 7:00 AM Steven Rostedt <rostedt at goodmis.org> wrote:
> >
> > +# define roundup_64(x, y) ( \
> > +{ \
> > + typeof(y) __y = y;
2007 Apr 18
1
[PATCH 1/2] Clean up asm-x86_64/bugs.h
Most of asm-x86_64/bugs.h is code which should be in a C file, so put it there.
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Cc: Andi Kleen <ak@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
---
arch/x86_64/kernel/Makefile | 3 ++-
arch/x86_64/kernel/bugs.c | 28 ++++++++++++++++++++++++++++
include/asm-x86_64/alternative.h | 1 +
2007 Apr 18
1
[PATCH 1/2] Clean up asm-x86_64/bugs.h
Most of asm-x86_64/bugs.h is code which should be in a C file, so put it there.
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Cc: Andi Kleen <ak@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
---
arch/x86_64/kernel/Makefile | 3 ++-
arch/x86_64/kernel/bugs.c | 28 ++++++++++++++++++++++++++++
include/asm-x86_64/alternative.h | 1 +
2017 Nov 07
1
[PULL] virtio: last minute bugfix
On Tue, Nov 07, 2017 at 08:13:10PM +0200, Michael S. Tsirkin wrote:
> On Tue, Nov 07, 2017 at 09:29:59AM -0800, Linus Torvalds wrote:
> > On Tue, Nov 7, 2017 at 9:23 AM, Linus Torvalds
> > <torvalds at linux-foundation.org> wrote:
> > >
> > > I guess I'll take it, but please don't do things like this to me.
> >
> > Oh no I wont.
> >
2017 Nov 07
1
[PULL] virtio: last minute bugfix
On Tue, Nov 07, 2017 at 08:13:10PM +0200, Michael S. Tsirkin wrote:
> On Tue, Nov 07, 2017 at 09:29:59AM -0800, Linus Torvalds wrote:
> > On Tue, Nov 7, 2017 at 9:23 AM, Linus Torvalds
> > <torvalds at linux-foundation.org> wrote:
> > >
> > > I guess I'll take it, but please don't do things like this to me.
> >
> > Oh no I wont.
> >
2018 Jun 12
0
[PULL] vhost: cleanups and fixes
On Mon, Jun 11, 2018 at 11:44:05AM -0700, Linus Torvalds wrote:
> On Mon, Jun 11, 2018 at 11:32 AM Linus Torvalds
> <torvalds at linux-foundation.org> wrote:
> >
> > So now we apparently do a GFP_KERNEL allocation insider the mm zone
> > lock, which is broken on just _so_ many levels.
>
> Oh, I see the comment about how it doesn't actually do an allocation
2017 Nov 07
0
[PULL] virtio: last minute bugfix
On Tue, Nov 07, 2017 at 09:29:59AM -0800, Linus Torvalds wrote:
> On Tue, Nov 7, 2017 at 9:23 AM, Linus Torvalds
> <torvalds at linux-foundation.org> wrote:
> >
> > I guess I'll take it, but please don't do things like this to me.
>
> Oh no I wont.
>
> The garbage you sent me doesn't even compile cleanly, and is utter shite.
>
> Not
2018 Mar 19
0
get_user_pages returning 0 (was Re: kernel BUG at drivers/vhost/vhost.c:LINE!)
On Mon, Mar 19, 2018 at 4:29 PM, David Sterba <dsterba at suse.cz> wrote:
> On Mon, Mar 19, 2018 at 05:09:28PM +0200, Michael S. Tsirkin wrote:
>> Hello!
>> The following code triggered by syzbot
>>
>> r = get_user_pages_fast(log, 1, 1, &page);
>> if (r < 0)
>> return r;
>> BUG_ON(r != 1);
>>
2020 May 07
2
[PATCH v3 07/15] mm/memory_hotplug: Introduce offline_and_remove_memory()
>> I get:
>>
>> error: sha1 information is lacking or useless (mm/memory_hotplug.c).
>> error: could not build fake ancestor
>>
>> which version is this against? Pls post patches on top of some tag
>> in Linus' tree if possible.
>
> As the cover states, latest linux-next. To be precise
>
> commit 6b43f715b6379433e8eb30aa9bcc99bd6a585f77
2020 May 07
2
[PATCH v3 07/15] mm/memory_hotplug: Introduce offline_and_remove_memory()
>> I get:
>>
>> error: sha1 information is lacking or useless (mm/memory_hotplug.c).
>> error: could not build fake ancestor
>>
>> which version is this against? Pls post patches on top of some tag
>> in Linus' tree if possible.
>
> As the cover states, latest linux-next. To be precise
>
> commit 6b43f715b6379433e8eb30aa9bcc99bd6a585f77
2017 Nov 07
2
[PULL] virtio: last minute bugfix
On Tue, Nov 7, 2017 at 9:23 AM, Linus Torvalds
<torvalds at linux-foundation.org> wrote:
>
> I guess I'll take it, but please don't do things like this to me.
Oh no I wont.
The garbage you sent me doesn't even compile cleanly, and is utter shite.
Not acceptable for last-minute bugfixes, and you're now on my shit-list.
Linus
2017 Nov 07
2
[PULL] virtio: last minute bugfix
On Tue, Nov 7, 2017 at 9:23 AM, Linus Torvalds
<torvalds at linux-foundation.org> wrote:
>
> I guess I'll take it, but please don't do things like this to me.
Oh no I wont.
The garbage you sent me doesn't even compile cleanly, and is utter shite.
Not acceptable for last-minute bugfixes, and you're now on my shit-list.
Linus
2018 Jun 15
0
[PATCH v33 1/4] mm: add a function to get free page blocks
This patch adds a function to get free pages blocks from a free page
list. The obtained free page blocks are hints about free pages, because
there is no guarantee that they are still on the free page list after
the function returns.
One use example of this patch is to accelerate live migration by skipping
the transfer of free pages reported from the guest. A popular method used
by the hypervisor