similar to: trouble connecting to Panduit VGA adapter

Displaying 20 results from an estimated 500 matches similar to: "trouble connecting to Panduit VGA adapter"

2017 Sep 04
0
trouble connecting to Panduit VGA adapter
Does v4.13 fix your issues? v4.10 also included significant rework related to DP-MST, and I wouldn't be surprised if it fixed a few DP issues along the way. (Also, please don't drop the list from your replies.) On Mon, Sep 4, 2017 at 9:30 AM, Marko Schuetz-Schmuck <MarkoSchuetz at web.de> wrote: > I'm running 4.9.43-1-MANJARO > > Ilia Mirkin <imirkin at
2017 Sep 01
0
trouble connecting to Panduit VGA adapter
Are you running a v4.12-based kernel? If so, update to v4.13-rcN or integrate https://github.com/skeggsb/linux/commit/13a86519202c5d119d83640d6f781f3181205d2c into your kernel build. On Fri, Sep 1, 2017 at 12:50 PM, Marko Schuetz-Schmuck <MarkoSchuetz at web.de> wrote: > I want to connect to an InFocus projector that sits behind a Panduit VGA > adapter. I use a Thinkpad P51 with a
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
2010 Feb 03
2
[LLVMdev] how to get -ast-print to work?
I have clang from 2010-01-22 installed. I'm interested in using the AST, but: marko at prpad:tmp% clang -cc1 col.c -ast-print gcc: unrecognized option '-cc1' /tmp/cc-15456a.s: Assembler messages: /tmp/cc-15456a.s:4: Warning: unterminated string; newline inserted /tmp/cc-15456a.s:5: Warning: unterminated string; newline inserted gcc: unrecognized option '-cc1' How can I use
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,
2017 Aug 09
6
[Bug 102135] New: WARN_ON hit when loading G71 with v4.13-rc3
https://bugs.freedesktop.org/show_bug.cgi?id=102135 Bug ID: 102135 Summary: WARN_ON hit when loading G71 with v4.13-rc3 Product: xorg Version: unspecified Hardware: PowerPC OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee:
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
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
2003 May 21
1
Publication/Reference
Dear List, this may be a little off-topic, but I failed to obtain the "mother of R"-reference through a couple of library services... Maybe someone can provide me with a PDF? Ross Ihaka and Robert Gentleman. R: A language for data analysis and graphics. Journal of Computational and Graphical Statistics, 5(3):299-314, 1996 Helmut Schuetz Biokinet GmbH A-1170 Vienna Tel +43(0)1
2004 Nov 15
1
logging messages
Hi all, I'm trying to learn R from an non-statistician's POV. I've got a statistician who uses R, but I'm the schmuck who has to integrate his R functions into an automated process. One of the things I would really like is the ability to log messages to file, specifically using syslog on a Linux box. (I also want to write messages to STDOUT based on a command-line flag, but I
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
2007 Apr 18
4
Two sample t.test, order of comparions
Dear group members, I want to compare response variables ("logAUC") of two groups (treatment "Test", "Reference") of a subset ("period == 1") in dataframe "resp" (below): sequence subject period treatment AUC logAUC 1 RT 1 1 Reference 44.1 3.786460 2 RT 1 2 Test 39.1 3.666122 3 RT 2
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 Feb 11
1
scp in batch mode
Have recently configured secure shell on solaris 9. I'd like to be able to transfer files to other servers in batch mode (without password interaction), ie with the -B option. scp tells me "unable to find an authentication method. What have I missed? Any help welcome. ********************************************************************** DISCLAIMER: 'This e-mail and files
2018 Mar 23
2
How Can I ...
On Fri, 2018-03-23 at 22:57 +0000, Tom Bishop wrote: > On Fri, Mar 23, 2018, 5:50 PM Eugene Poole <etpoole60 at comcast.net> wrote: > > > I've got a WD My Passport Ultra 1TB (USB) plugged into my router and I > > have 4 Windows machines, all running Windows 7, and all 4 machines can > > see the device as drive 'Y'. I use this device several ways, i.e. all
2010 Feb 03
2
[LLVMdev] Changes in FunctionPassManager constructor
>> Also note that the documentation is unintentionally misleading. It's very confusing for http://llvm.org/docs/tutorial/LangImpl4.html to show "Last modified: $Date: 2007-10-17 11:05:13 -0700 (Wed, 17 Oct 2007) $" at the bottom, as if nothing had changed since then, when the code it displays is actually less than a week old... I guess the source code snippets are updated
2017 Jul 03
2
[PATCH v1] virtio_blk: Use sysfs_match_string() helper
On Mon, Jul 03, 2017 at 03:05:30PM +0300, Andy Shevchenko wrote: > On Fri, 2017-06-09 at 15:07 +0300, Andy Shevchenko wrote: > > Use sysfs_match_string() helper instead of open coded variant. > > Did I miss maintainer? > > > > > Cc: "Michael S. Tsirkin" <mst at redhat.com> > > Cc: Jason Wang <jasowang at redhat.com> > >