search for: gpptr

Displaying 7 results from an estimated 7 matches for "gpptr".

Did you mean: pptr
2008 Feb 22
1
Clipping using par(plt=..., xpd=FALSE) inconsistencies
Here is a demonstration of behaviour that is probably an optimization by someone far smarter than me that did not anticipate anyone wanting to do this, but for my purposes it looks more like a bug than a feature. I have tested this with R2.6.2 on Windows, no additional packages loaded (beyond the default), I have tested using the default graphics object, pdf, jpeg, and cairoDevice (ok I loaded a
2015 May 16
1
[Bug 90486] New: Lockups on GTX 680
...PBDMA1: ch 13 [vlc[4136]] subc 0 mthd 0x00\ 00 data 0x00000000 [ 2092.200430] nouveau E[ PFIFO][0000:08:00.0] PBDMA1: SIGNATURE [ 2092.200433] nouveau E[ PFIFO][0000:08:00.0] PBDMA1: ch 13 [vlc[4136]] subc 0 mthd 0x00\ 00 data 0x00000000 [ 2092.200446] nouveau E[ PFIFO][0000:08:00.0] PBDMA1: GPPTR PBENTRY SIGNATURE [ 2092.200450] nouveau E[ PFIFO][0000:08:00.0] PBDMA1: ch 13 [vlc[4136]] subc 0 mthd 0x00\ 00 data 0x00000000 [ 2092.200463] nouveau E[ PFIFO][0000:08:00.0] PBDMA1: GPPTR SIGNATURE [ 2092.200465] nouveau E[ PFIFO][0000:08:00.0] PBDMA1: ch 13 [vlc[4136]] subc 0 mthd 0x00\ 00...
2015 Nov 08
13
[Bug 92863] New: Complete freeze even with NvGrUseFW=1
https://bugs.freedesktop.org/show_bug.cgi?id=92863 Bug ID: 92863 Summary: Complete freeze even with NvGrUseFW=1 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau
2008 Jun 16
2
in axis() suppressing axis line but keeping tick marks
I've been trying to figure out a parameter that will let you separately adjust the parameters for the axis line from the tick mark. In the following example, I would like to suppress the axis line, but keep the tick marks. Thanks, Andrew foo <- data.frame(x=1:3, y=4:6) plot(foo$x, foo$y, type="n", axes=F) points(foo$x, foo$y) axis(side=1, at=foo$x, lty=0) #would like to figure
2002 Jun 11
1
R 1.5.0: axis() does not honor the xaxp argument (PR#1654)
----------------------- transcript -------------------------- $ R --vanilla R : Copyright 2002, The R Development Core Team Version 1.5.0 (2002-04-29) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type `license()' or `licence()' for distribution details. R is a collaborative project with many contributors. Type
2014 Jul 18
22
[Bug 81485] New: dmesg spam on startup
...d to blacklist nouveau module since it was spamming dmesg from startup: Jul 17 05:52:48 mireille kernel: [ 18.417467] nouveau E[ PFIFO][0000:01:00.0] PBDMA1: ch 0 [DRM] subc 0 mthd 0x0000 data 0x00000000 Jul 17 05:52:48 mireille kernel: [ 18.417477] nouveau E[ PFIFO][0000:01:00.0] PBDMA1: GPPTR Jul 17 05:52:48 mireille kernel: [ 18.417479] nouveau E[ PFIFO][0000:01:00.0] PBDMA1: ch 0 [DRM] subc 0 mthd 0x0000 data 0x00000000 Jul 17 05:52:48 mireille kernel: [ 18.417489] nouveau E[ PFIFO][0000:01:00.0] PBDMA1: GPPTR Using Fedora 20 with default Xorg and Intel driver 2.99.911 (from...
2012 Mar 13
0
111 FIXMEs in main/src
.../ model.c- /* in its own function. */ -- objects.c: // FIXME: fails if 'methods' is not attached. objects.c- PROTECT(clEnvCall = lang2(meth_classEnv, cl)); -- par.c:/* <FIXME> do not need separate macros for a = b = c and b = a = c */ par.c-#define R_DEV__(_P_) dpptr(dd)->_P_ = gpptr(dd)->_P_ -- platform.c: /* FIXME convert to UTF-8 on Windows */ platform.c- for (i = 0; i < n; i++) { -- platform.c: /* FIXME: there are higher-resolution ways to do this on Windows */ platform.c- REAL(mtime)[i] = (double) sb.st_mtime; -- platform.c: if (over || !R_WFileExists(dest))...