search for: 480

Displaying 20 results from an estimated 1379 matches for "480".

Did you mean: 48
2010 Dec 01
3
RFC: sapply() limitation from vector to matrix, but not further
...)) A B C D 50 60 70 80 if we let sapply() not simplify, we see the list of same size matrices it produes: > sapply(v, myF, y = 2*(1:5), simplify=FALSE) $A C1 C2 C3 C4 C5 r1 100 200 300 400 500 r2 100 200 300 400 500 r3 100 200 300 400 500 $B C1 C2 C3 C4 C5 r1 120 240 360 480 600 r2 120 240 360 480 600 r3 120 240 360 480 600 $C C1 C2 C3 C4 C5 r1 140 280 420 560 700 r2 140 280 420 560 700 r3 140 280 420 560 700 $D C1 C2 C3 C4 C5 r1 160 320 480 640 800 r2 160 320 480 640 800 r3 160 320 480 640 800 However, quite deceptively > sapply(v, myF, y = 2*(1...
2005 Jul 12
5
High resolution plots
Is there any possibility to get high resolution plots in a windows xp system? I tried it with the device function png(filename = "c:/r/highresplot%d.png",pointsize=12, res=900) but when I try to set: width = 480, height = 480 or pointsize = 12, the text is not scaled in the same way as the plots. with regards Knut Krueger http://www.biostatistic.de
2020 Feb 25
2
[PATCH 04/12] drm: Nuke mode->vrefresh
...nd thus could break? > > > Regards > > Andrzej > > > > .flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC, > > }, > > }, > > @@ -167,7 +166,6 @@ static const struct versatile_panel_type versatile_panels[] = { > > .vsync_start = 480 + 11, > > .vsync_end = 480 + 11 + 2, > > .vtotal = 480 + 11 + 2 + 32, > > - .vrefresh = 60, > > .flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC, > > }, > > }, > > @@ -190,7 +188,6 @@ static const struct versatile_panel_type versatile...
2018 Dec 23
2
Upgrade to CentOS 7.6 with centos-xen-48 enabled
...centos-virt-xen-48) ?????????????? libvirt-daemon-driver-network = 4.1.0-2.xen48.el7 ?????????? Updated By: libvirt-daemon-driver-network-4.5.0-10.el7_6.3.x86_64 (updates) ?????????????? libvirt-daemon-driver-network = 4.5.0-10.el7_6.3 ?????????? Available: libvirt-daemon-driver-network-3.2.1-480.el7.x86_64 (centos-virt-xen-48) ?????????????? libvirt-daemon-driver-network = 3.2.1-480.el7 ?????????? Available: libvirt-daemon-driver-network-4.5.0-10.el7.x86_64 (base) ?????????????? libvirt-daemon-driver-network = 4.5.0-10.el7 ?????????? Available: libvirt-daemon-driver-network-4.5.0-10....
2000 Aug 17
1
Things I don't understand about the graphics interface
Using R-1.1.1 on RedHatLinux 6.2. I've made some progress, succeeded in outputting bitmap, jpeg, and png files. Yipee. I did them with this command: > dev2bitmap("whatever.bmp",res=300) > dev.print(png, file="myplot.png", width=480, height=480) > dev.print(jpeg, file="myplot.jpg", width=480, height=480) > dev.print(pictex, file="myplot.tex", width=480, height=480) Now here are the things I don't understand about the docs and/or this interface. I understand these functions have undergone change...
2020 Feb 24
0
[PATCH 04/12] drm: Nuke mode->vrefresh
...? If not, we risk regressions. This case is OK, but there is plenty other cases. Regards Andrzej > .flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC, > }, > }, > @@ -167,7 +166,6 @@ static const struct versatile_panel_type versatile_panels[] = { > .vsync_start = 480 + 11, > .vsync_end = 480 + 11 + 2, > .vtotal = 480 + 11 + 2 + 32, > - .vrefresh = 60, > .flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC, > }, > }, > @@ -190,7 +188,6 @@ static const struct versatile_panel_type versatile_panels[] = { > .vsync_start...
2020 Feb 25
0
[PATCH 04/12] drm: Nuke mode->vrefresh
...; >> Regards >> >> Andrzej >> >> >>> .flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC, >>> }, >>> }, >>> @@ -167,7 +166,6 @@ static const struct versatile_panel_type versatile_panels[] = { >>> .vsync_start = 480 + 11, >>> .vsync_end = 480 + 11 + 2, >>> .vtotal = 480 + 11 + 2 + 32, >>> - .vrefresh = 60, >>> .flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC, >>> }, >>> }, >>> @@ -190,7 +188,6 @@ static const struct versatile...
2011 Nov 30
2
GPU pass through support for GTX 480/590
Hi All, My graphics is slow on HVM guest so To make it fast I want to use GPU pass through but in xen source i did not find support for that (device ID for graphics card GTX 480/590) I have bellow configuration 1->Intel VT support board 2->xen 4.0 3->GTX 480/590 I have the following query 1->with open source xen 4.0, Can I use GPU pass-through for GTX 480/590 or I need to apply some patces 2->Will GPU pass through really make graphics fast on HVM Thanks,...
2020 Feb 19
5
[PATCH 04/12] drm: Nuke mode->vrefresh
...continue; } diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index ec10dc3e859c..0adf0115df81 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/drm/drm_edid.c @@ -719,662 +719,662 @@ static const struct drm_display_mode edid_cea_modes_1[] = { { DRM_MODE("640x480", DRM_MODE_TYPE_DRIVER, 25175, 640, 656, 752, 800, 0, 480, 490, 492, 525, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC), - .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, + .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, /* 2 - 720x480 at 60Hz 4:3 */...
2003 Feb 01
5
[Bug 480] extend the -l or -L option to mention the ssh-agent's pid
http://bugzilla.mindrot.org/show_bug.cgi?id=480 ------- Additional Comments From markus at openbsd.org 2003-02-02 00:11 ------- this does not belong to the -L or -l option ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2018 Dec 23
0
Upgrade to CentOS 7.6 with centos-xen-48 enabled
...????????????? libvirt-daemon-driver-network = 4.1.0-2.xen48.el7 > ?????????? Updated By: > libvirt-daemon-driver-network-4.5.0-10.el7_6.3.x86_64 (updates) > ?????????????? libvirt-daemon-driver-network = 4.5.0-10.el7_6.3 > ?????????? Available: > libvirt-daemon-driver-network-3.2.1-480.el7.x86_64 (centos-virt-xen-48) > ?????????????? libvirt-daemon-driver-network = 3.2.1-480.el7 > ?????????? Available: > libvirt-daemon-driver-network-4.5.0-10.el7.x86_64 (base) > ?????????????? libvirt-daemon-driver-network = 4.5.0-10.el7 > ?????????? Available: > libvirt-daemo...
2003 Feb 12
4
rsync in cygwin as service
Hello! I want to start rsync on w2k as service. If I try to start rsync from command line it simply do nothig: $ rsync --daemon Administrator@dm-w2ks /usr/bin $ ps PID PPID PGID WINPID TTY UID STIME COMMAND 480 1 480 480 con 500 04:15:03 /usr/bin/bash 1428 480 1428 1420 con 500 05:26:46 /usr/bin/ps Administrator@dm-w2ks /usr/bin So I'm trying to set it as service: C:\cygwin\bin>cygrunsrv -I "RSYNC" -d "Rsync" -p /bin/rsync.exe -a &quo...
2020 Apr 04
0
[PATCH v2 03/17] drm: Nuke mode->vrefresh
.../drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c > index 3bd95c4b02eb..57cac677269d 100644 > --- a/drivers/gpu/drm/drm_edid.c > +++ b/drivers/gpu/drm/drm_edid.c > @@ -719,662 +719,662 @@ static const struct drm_display_mode > edid_cea_modes_1[] = { > { DRM_MODE("640x480", DRM_MODE_TYPE_DRIVER, 25175, 640, 656, > 752, 800, 0, 480, 490, 492, 525, 0, > DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC), > - .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, > + .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, > /* 2...
2020 Apr 28
0
[PATCH v3 03/16] drm: Nuke mode->vrefresh
...continue; } diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 5cee5c0b3e13..9fa6334941dd 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/drm/drm_edid.c @@ -719,662 +719,662 @@ static const struct drm_display_mode edid_cea_modes_1[] = { { DRM_MODE("640x480", DRM_MODE_TYPE_DRIVER, 25175, 640, 656, 752, 800, 0, 480, 490, 492, 525, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC), - .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, + .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, /* 2 - 720x480 at 60Hz 4:3 */...
2020 Apr 03
3
[PATCH v2 03/17] drm: Nuke mode->vrefresh
...continue; } diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 3bd95c4b02eb..57cac677269d 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/drm/drm_edid.c @@ -719,662 +719,662 @@ static const struct drm_display_mode edid_cea_modes_1[] = { { DRM_MODE("640x480", DRM_MODE_TYPE_DRIVER, 25175, 640, 656, 752, 800, 0, 480, 490, 492, 525, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC), - .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, + .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, /* 2 - 720x480 at 60Hz 4:3 */...
2012 Oct 18
3
For loop with i and j and multiple if statements... help!
...1 701 209 2 2 685 209 3 3 566 248 4 4 562 234 5 5 601 225 6 6 608 232 [....] To assign look zones, I looked which zone (e.g. the references) is represented by which coordinates. This give the following results: Look zone 1 = x > 170, x < 1250, y > 150 and y < 480 look sone 2 = x > 170, x < 420, y > 480 and y < 810. Now I would like to assign a lookzone for each subject by the means of a function with a for loop. I've made this: lookzones <- function(input){ lookzone <- matrix(0, nrow(input), 1)#Make space for loo...
2005 Jun 03
0
CentOS-announce Digest, Vol 4, Issue 2
...p' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2005:480 Moderate CentOS 3 i386 ImageMagick - security update (Tru Huynh) 2. CESA-2005:480 Moderate CentOS 3 x86_64 ImageMagick - security update (Tru Huynh) 3. CESA-2005:476 Moderate CentOS 4 ia64 openssl - security update (Pasi Pirhonen) 4. CESA-2005:430 Moderate CentOS 4 ia64 g...
2020 Feb 25
0
[PATCH 04/12] drm: Nuke mode->vrefresh
...nding issues. > > So to me these all look like code that someone should fix regardless. OK, so I went ahead a wrote a bit of cocci [1] to find the bad apples. Unfortunately it found a lot of strange stuff: panel-sony-acx424akp.c:51/sony_acx424akp_vid_mode: 60 vs. 727 (.clock=330000 .htotal=480 + 15 + 0 + 15 .vtotal=864 + 14 + 1 + 11) panel-sony-acx424akp.c:71/sony_acx424akp_cmd_mode: 60 vs. 711 (.clock=420160 .htotal=480 + 154 + 16 + 32 .vtotal=864 + 1 + 1 + 1) panel-ilitek-ili9322.c:543/srgb_320x240_mode: 60 vs. 10168 (.clock=2453500 .htotal=320 + 359 + 1 + 241 .vtotal=262) panel-ilitek...
2006 Oct 16
2
set linetype with plotCI
Dear R-list, I'm iterating several calls to plotCI [gplots], like so: plotCI( x = xvals.f[sorted], y = yvals.f[sorted], xlim = c(xmin, xmax), ylim = c(ymin, ymax), pch = plot_symbols[graph_idx], type = "b", lty = plot_linetypes[1], col = plot_colors[graph_idx], barcol = plot_colors[graph_idx], uiw = NA, xlab = "", ylab = "", add =
2009 Nov 05
0
SIP 503 instead of SIP 480 in asterisk debug mode
Hi All, I was actually trying to use the dialplan application that uses 'Dial' and when the: Dial(SIP/XXXXXXXXXX at xxxx|20|) command is executed and the destination number rings for 20 sec after which I receive as "503 Service Unavailable", but not "480 Temporarily unavailable". Dial(SIP/XXXXXXXXXX at xxxx|20|) exten => XXXXXX,n,NoOp(Dialstatus:${DIALSTATUS}) exten => XXXXXX,n,Congestion I can see that the "DialStatus" is NoAnswer but sends the 503 "Service unavailable" message instead of 480 "Temporarily Un...