RE: Starting X on a second monitor - kludge that works

2004-12-06 Thread Mark Fisher
excellent. my only query now is how do I programaticaly find out the offset of my second monitor, as I have it slightly raised from the primary, as opposed to simply placed side by side. thanks, mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Earle

RE: Starting X on a second monitor - kludge that works

2004-12-06 Thread Alexander Gottwald
On Mon, 6 Dec 2004, Mark Fisher wrote: excellent. my only query now is how do I programaticaly find out the offset of my second monitor, as I have it slightly raised from the primary, as opposed to simply placed side by side. the windows function EnumDisplayMonitor will let you iterate over

RE: Starting X on a second monitor - kludge that works

2004-12-06 Thread Thomas Chadwick
[snip] -screen [EMAIL PROTECTED] which means a window of size 800x600 on monitor 2 Seems to me it's logical if the behavior is such that -screen 0 $W $H opens on the primary monitor, while -screen 1 $W $H opens on the secondary monitor. X-clients with DISPLAY=:0.0 will open on the primary

RE: Starting X on a second monitor - kludge that works

2004-12-06 Thread Alexander Gottwald
On Mon, 6 Dec 2004, Thomas Chadwick wrote: [snip] -screen [EMAIL PROTECTED] which means a window of size 800x600 on monitor 2 Seems to me it's logical if the behavior is such that -screen 0 $W $H opens on the primary monitor, while -screen 1 $W $H opens on the secondary monitor.

Two Servers

2004-12-06 Thread Henry Camacho
I am trying now to get two xservers running. Each to linux hosts using X11 forwarding. I am not even sure what my command line should be to start the two xservers. Any help would greatly be appericated. HFC

Re: Two Servers

2004-12-06 Thread Ralf P. Gans
Hi, I use: X -ac -query IP1 :1 X -ac -query IP2 :2 and so on. I leave the :0 free for startxwin.bat. The -ac disable access control, the :2 tells X to create the screen on port localhost:2.0 X --help or the man page will show more help. Mit freundlichen Gruessen, Ralf Gans On Monday 06

FW: Update links to ViewCVS

2004-12-06 Thread Mark Fisher
Hi, Can someone update the viewcvs links on http://x.cygwin.com/devel/server/ please? The initial subdir xorg is missing and causes a view cvs error page on the links given. Thanks, Mark

Re: FW: Update links to ViewCVS

2004-12-06 Thread Alexander Gottwald
On Mon, 6 Dec 2004, Mark Fisher wrote: Hi, Can someone update the viewcvs links on http://x.cygwin.com/devel/server/ please? The initial subdir xorg is missing and causes a view cvs error page on the links given. done. Thanks for reporting it. bye ago -- [EMAIL PROTECTED]

RE: Starting X on a second monitor - kludge that works

2004-12-06 Thread Earle F. Philhower, III
Howdy Mark, -- Original Message - Subject: RE: Starting X on a second monitor - kludge that works From: Mark Fisher [EMAIL PROTECTED] my only query now is how do I programaticaly find out the offset of my second monitor, as I have it slightly raised from the primary, as

RE: Starting X on a second monitor - kludge that works

2004-12-06 Thread Mark Fisher
Hi Earle, Funnily enough I'm just writing a patch for the @monitor, which involves me dusting off my old c hat. I've got the monitor reading information working, I'm just integrating it into winprocarg.c Should be done pretty soon... Mark -Original Message- From: [EMAIL PROTECTED]

dependency problem in font hint files

2004-12-06 Thread Christopher Faylor
Alexander, While attempting to install X on a system that was badly out of date, I got a number of Unable to find cygfontconfig.dll errors. I assume that this is due to the fact that the font pacakges rely on fontconfig but that wasn't reflected in their hint files. So, I added this dependency