similar to: dual head on laptop

Displaying 20 results from an estimated 500 matches similar to: "dual head on laptop"

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
2005 Apr 02
1
CentOS4 laptop touchpad erratic operation
I've just put up CentOS4 on my HP ze4630us laptop, and the installation produced only two problems of note, both related to X operations. 1. The installer refused to allow 1024x768 resoultion for the screen. After install, manually setting the resolution in xorg.conf was no problem. 2. Erratic touchpad operation. This unit has a synaptic touchpad. I've also noted similar problems on my
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
2005 Nov 22
3
x windows dell inspiron 1200 setting for 1366x768
I am attempting to setup a dell inspirons 1200 laptop media accelerator 900 from intel is the chipset so I am using the i810 driver. In the default 1024x768 everything is fine. I am trying to setup the external port not the LCD to be 1366x768. I added a modeline to xorg.conf of: Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor"
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
2003 Aug 20
1
Asterisk introductory talk: Portland, OR USA
For those of you that are in the Portland, Oregon area: I am giving a talk today on Asterisk at the PLUG Advanced Topics Meeting. Details below. JT >From: "Zot O'Connor" <zot@whiteknighthackers.com> >To: PLUG LIST <plug@lists.pdxlinux.org>, > PLUG Announcement List <plug-announce@pdxLinux.org> >Organization: White Knight Hacklers >Subject:
2005 Mar 29
4
slide show with R
Trying to use R to build an interactive "slide show", to be displayed on a projector. The purpose of the presentation is to show how one could construct a simple graph using R. It is meant as a general overview rather than as detailed instruction. For example, something like the following sequence of commands. At lecture time, I want the interpreter to read these commands one at a
2008 Oct 27
4
Adobe Director projectors
Hi there I'm a complete newbie regarding Linux, but we've got a potential sale of our software to a large number of Linux computers and I'm trying to find out how feasible it is, and I'm hoping this is the place to find out! Our software is made using Adobe Director, and we distribute it either through a browser using Shockwave, or as a standalone executable (Projector). I'm
2016 Jan 20
2
Monitor Dummy Device
Virtual Display have different meanings. i need a solution like a dualscreen. i want to move with mouse windows from one screen to the other. and i need that i can stream the 2. screen for example with ffmpeg. with ffmpeg i can stream a part of the desktop (also the second screen) i try to use the panning function of x-server. but with panning (desktop larger then monitor) the controlpanels and
2007 Oct 03
0
[ wxruby-Patches-14416 ] Patch for Bug [#12747] Crash on exit
Patches item #14416, was opened at 2007-10-03 15:59 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=220&aid=14416&group_id=35 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Christopher Bludau (count_cb) Assigned to: Nobody (None) Summary: Patch for Bug [#12747] Crash on exit Initial Comment: Patch for the bug [#12747]
2007 Oct 19
3
Asterisk and wall displays/reader boards
Has anyone used an LED wall display with asterisk? I have a customer who has an ancient telecorp system that drives an LED wall display. It shows the number of agents signed in, calls in queue, hold time, etc. It also sounds an alarm if the hold time exceeds a set value. I'm looking to use asterisk to replace the telecorp system. I know it can do all the CDR and historical data, but I