Re: How to have more than one X display?

2005-09-01 Thread Joe Krahn
Soong, SylokeJ wrote: How to indecisively start more than one X display on my XP system? Currently I have a startxwin.bat: SET DISPLAY=127.0.0.1:0.0 .. run XWin -screen 0 1750 1350 -whateverelse run wmaker as well as startxwin1.bat:

Re: Icons

2005-09-01 Thread Joe Krahn
Joe Krahn wrote: ... It looks like can go from a device dependent X Pixmap (DDPixmap) to a device dependent Win32 bitmap (DDBitmap), then use Windows functions to scale when needed. This can only work if pixel data formats are the same between Windows and Cygwin/X. Does anyone know if there is

RE: How to have more than one X display?

2005-09-01 Thread Soong, SylokeJ
I had tried both SET DISPLAY=127.0.0.1:1.0 SET DISPLAY=127.0.0.1:0.1 I was guessing to recall which way it could be to change the display number and had to decide which to copy and paste into the email. Either way gives me the same the same message and similar logs. -Original

RE: Mouse scroll wheel acts as left arrow/right arrow.

2005-09-01 Thread Phil Betts
On Thursday, September 01 at 01:35, Brian Keener wrote: I have a microsoft mouse with a scroll wheel that scrolls both up and down, and left/right. The up/down scrolling action seems to act as left/right arrows. In firefox, using the scroll wheel goes back/forwards a page, for an

setup PATH variable by PATH=%PATH:/usr/X11R6/bin

2005-09-01 Thread PoWah Wong
I want to setup my PATH variable by following the instructions of Chapter 4. Using Cygwin/X, section startx at http://x.cygwin.com/docs/ug/using.html. After doing PATH=%PATH:/usr/X11R6/bin my original path is lost. I use windows XP SP2. Log is: [EMAIL PROTECTED] ~ $ echo $PATH

Re: setup PATH variable by PATH=%PATH:/usr/X11R6/bin

2005-09-01 Thread Mark Paulus
The statement should read: PATH=%PATH%:/usr/X11R6/bin Note the trailing % on PATH. That is a Windowism. On Thu, 01 Sep 2005 12:33:23 -0400 (EDT), PoWah Wong wrote: I want to setup my PATH variable by following the instructions of Chapter 4. Using Cygwin/X, section startx at

RE: How to have more than one X display?

2005-09-01 Thread Phil Betts
On Thursday, September 01 at 2:09, Soong, SylokeJ wrote: I had tried both SET DISPLAY=127.0.0.1:1.0 SET DISPLAY=127.0.0.1:0.1 I was guessing to recall which way it could be to change the display number and had to decide which to copy and paste into the email. Either way gives me the

RE: setup PATH variable by PATH=%PATH:/usr/X11R6/bin

2005-09-01 Thread Reid Thompson
Mark Paulus wrote: The statement should read: PATH=%PATH%:/usr/X11R6/bin Note the trailing % on PATH. That is a Windowism. On Thu, 01 Sep 2005 12:33:23 -0400 (EDT), PoWah Wong wrote: I want to setup my PATH variable by following the instructions of Chapter 4. Using Cygwin/X, section

RE: setup PATH variable by PATH=%PATH:/usr/X11R6/bin

2005-09-01 Thread Reid Thompson
Mark Paulus wrote: The statement should read: PATH=%PATH%:/usr/X11R6/bin Note the trailing % on PATH. That is a Windowism. yep -- that's a typo -- $ PATH=%PATH:/usr/X11R6/bin should be $ PATH=$PATH:/usr/X11R6/bin reid -- Unsubscribe info:

RE: How to have more than one X display?

2005-09-01 Thread Soong, SylokeJ
I simply could not decide if the jabberwocky is called display or screen. As the tumtum it leans on called $DISPLAY, I wish to set to :0.0 and :0.1 as I had in Reflection/X. Right, now that I have to the terminology straightened (to roam cygwin wonderland), Reflection/X allows me to start a

problem

2005-09-01 Thread RICHARD D HILDNER
I have installed cygwin and everything seems to run smoothly except I can't get any display to work. If I execute XWin then it opens up a grey window with an X at the top followed by Cygwin/X-0:0 and that's it. There's no menu options or anything. If i do XWin -query remote_host then the

Re: Cygwin/X and 64-bit Windows

2005-09-01 Thread Brian Dessent
Nathan Heck wrote: Is Cygwin/X compatible with 64-bit Windows? I checked the website and help documents but this does not appear to be addressed anywhere. I have installed Cygwin/X in several of our labs each time configuring it the same way and it works beautifully in our labs with 32-bit

RE: problem

2005-09-01 Thread Soong, SylokeJ
When I first installed Cygwin/X and tried, I ran into the same puzzlement, if not panic. All the xterms and xclock I started were heaped into the same corner, intransigently unmoveable. (The sun shall not strike thee, nor the moon by night and your feet will not be moved, as though). Then I

Re: How to have more than one X display?

2005-09-01 Thread Joe Krahn
Joe Krahn wrote: Soong, SylokeJ wrote: How to indecisively start more than one X display on my XP system? Currently I have a startxwin.bat: SET DISPLAY=127.0.0.1:0.0 .. run XWin -screen 0 1750 1350 -whateverelse run wmaker as well as startxwin1.bat: