similar to: Asterisk and wall displays/reader boards

Displaying 20 results from an estimated 6000 matches similar to: "Asterisk and wall displays/reader boards"

2011 Sep 11
3
XORG and LCD Projector
dear guys, I have a problem between my CentOS 5.5 (on Axioo notebook) and LCD Projector. When I connect my notebook to LCD Projector, it can detect my notebook. But when I press Fn + F7 to activate dual monitor between my notebook and LCD Projector it goes to blank screen. FYI, the LCD Projector is NEC but I don't know the series. I've tried to change display using dual head monitor but
2012 Dec 15
3
interfacing with .Call
Hi My code is as following: #include <R.h> #include <Rinternals.h> //* the Projector part *// void Projector(double *L, int *dimL, double *G, int *dimG, double *W, int *dimW, int *xymod, int *dimxy, double *modif, int *dimif, double *Lsum) { ...} //* the interface part *// #define getDim(A) INTEGER(coerceVector(getAttrib(A,R_DimSymbol), INTSXP)) SEXP Projector5(SEXP L, SEXP G,
2012 Dec 06
1
Use .Call interface
Hi I've written the following program: #include <R.h> #include <Rdefines.h> #include "Projector.h" SEXP Projector2(SEXP L, SEXP G, SEXP W, SEXP xymod, SEXP modif){ int nprot=0; PROTECT(L=AS_NUMERIC(L));nprot++; PROTECT(G=AS_NUMERIC(G));nprot++; PROTECT(W=AS_NUMERIC(W));nprot++; PROTECT(xymod=AS_INTEGER(xymod));nprot++; PROTECT(modif=AS_NUMERIC(modif));nprot++;
2016 Jan 19
2
Monitor Dummy Device
Am 2016-01-19 20:28, schrieb Jonathan Billings: > On Tue, Jan 19, 2016 at 05:11:22PM +0100, Joey wrote: >> i connect a second monitor to my notebook and i stream the screen of >> the 2. >> monitor with ffmpeg / ffserver (installed on my notebook). a other >> device eg >> notebook, which is connect to beamer, show my stream on the beamer. >> >> Very
2017 Sep 01
4
trouble connecting to Panduit VGA adapter
I want to connect to an InFocus projector that sits behind a Panduit VGA adapter. I use a Thinkpad P51 with a mini display-port to VGA converter. The laptop runs Manjaro and has the video-hybrid-intel-nouveau-prime installed and it works with other monitors. For some reason it does not detect the projector that is connected through the Panduit. The keyboard shortcut to switch monitor configuration
2016 Jan 20
4
Monitor Dummy Device
Yes, with a cable connect it is possible, of course. But i dont like it to be restricted in my movement by wired to a hdmi-cable. :-) Am 20.01.2016 um 15:07 schrieb Jonathan Billings: > On Tue, Jan 19, 2016 at 10:49:31PM +0100, Joey wrote: >> i try xephyr/xnest, but i dont recognize how i can use a nested display like >> a second screen. > I guess I still don't understand
2009 Dec 04
2
[OT] What file can I use to change Ubuntu 9.10 display characteristics?
This question is vaguely related to R in that I have managed to wedge the netbook computer that I use for demonstrations of R and I would like to know how to un-wedge it so I can continue to give lectures about R. I have an ASUS eee PC running the netbook-remix version of Ubuntu 9.10. The X server in 9.10 is a little different from earlier versions in that it does not require an explicit
2006 Mar 16
2
VGA Capture
Hey lists, This is somewhat OT, but just a little. I want to capture live (5 fps?) 1024x768 VGA and make mpeg or something I can stream over the net. The application is this: Developer meetings and conferences. "all" speakers bring their laptops and hook up to the 1024x768 projector. I want to broadcast that over the net. (I may point a web cam at the presenter too and have
2019 Sep 23
2
Video projector vs. onboard video card
Hi, I have a CentOS 7 desktop client installed on an old Dell Optiplex computer with an Intel video card integrated into the motherboard. The card has a single VGA connector, and the 19" monitor is connected to it. I wonder how I could connect a video projector to this computer while keeping the monitor, in a mirroring configuration, e. g. output is the same on the video projector and the
2011 Dec 27
1
R Commander options
I realize this is basic, but I can't figure out the syntax for setting options for R Commander. I'm running Linux Mint and want to increase the R Commander font sizes. I see that there are (apparently command line) options to do so. I have a desktop launcher with the following command line: sh -c 'R_DEFAULT_PACKAGES="$R_DEFAULT_PACKAGES Rcmdr" R "$@"' Can
2009 Sep 16
2
IVR seleCtion
Hello Team, IVR selection of QUEUEMETRICS As we know queuemetrics had an IVR selection functionality where it can get the IVR keypress of a caller. We saw this link http://forum.queuemetrics.com/index.php?action=printpage;topic=503.0 and upon checking, its only determined the Queue, I want to get is the per IVR of a caller. Can you help me guys regarding this? I want to implement this with
2009 Mar 03
2
DVD-"this projector file is corrupt! Unable to continue"
When I want watch a DVD (technical sports) I obtain this message : "this projector file is corrupt! Unable to continue" and "this projector is stopping" and finally "this application cannot run". Before install Ubuntu 8.01 (Intrepid ibex) I worked with windows and I could watch my DVD (it is " Aikido3D from www.aikido3d.com "). Is it possible to solve
2005 Sep 19
6
Teaching R - In front of the computer?
Dear R-Users, given you have been teaching R to students (grad level, mainly social science background, no previous programming experience, 80% know SPSS), what are your experiences concerning the style of teaching? Do you prefer to stand in front of the class like in "normal" lectures and you show them slides? Or do you you explain some concept (for example things like
2006 May 05
6
Dumping queue_log to MySQL
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2151 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060505/1729faf8/attachment.gif
2005 Nov 23
1
dual head on laptop
I am trying to use the system-config-display utility to setup a laptop for dual-heal. I want my LCD to be 1024x768 and external VGA to be 1366x768. I presume the LCD will go virtual or something to match the 1366x768 which is fine. When I am setting up the dual head and click OK nothing happens??? On the console I have something about
2007 Sep 14
2
Mocks in StoryRunner
Hi, I''m trying to get up and running with StoryRunner. I have a story that looks something like the following, but the call to mock_model produces the exception listed below. Am I just misunderstanding the concept? Are mocks not meant to be used in stories like this? Or is this a bug? Changing @user to be an actual AR object makes things run without error. ENV["RAILS_ENV"] =
2007 Feb 22
3
queue information into db
Hi the new asterisk 1.4 supports to store queue log information directly into a database? (like CDR) ? thanks
2004 Dec 16
3
Has anyone connected to 7960 with console cable for setup?
I have a Cisco 7960 phone. I cannot seem to use the settings button to get into the phone to change the TFTP server. I've set up a DHCP Server, TFTP Server with the same address, and the phone requests the address of 0.0.0.0, the server offers the address of 192.168.2.2, but the phone seems not to take it. I have no action on the TFTP side. So, since I can't seem to server the phone
2007 Jul 23
1
code optimization tips
Hi, Being new to R I'm asking for some advice on how to optimize the performance of the following piece of code: > alpha_c <- function(lambda=600e-9,alpha_s=1e-14,N=400,spacing=1e-7){ > > k<-2*pi/lambda > ri<-c(0,0) # particle at the origin > x<-c(-N:N) > positions <- function(N) { > reps <- 2*N+1 > matrix(c(rep(-N:N, each = reps), rep(-N:N,
2007 Jul 30
8
regular expressions : extracting numbers
Hello all, I have a vector of character strings, in which I have letters, numbers, and symbols. What I wish to do is obtain a vector of the same length with just the numbers. A quick example - extract of the original vector : "lema, rb 2%" "rb 2%" "rb 3%" "rb 4%" "rb 3%" "rb 2%,mineuse" "rb" "rb" "rb 12"