public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Can not get XWindows to Work in Cygwin/X  ....  I LOVE CYGWIN, USE IT EVERY DAY
@ 2017-04-11 17:54 mrushton
  2017-04-11 18:31 ` Chase, Brian E.
  2017-04-11 18:40 ` Achim Gratz
  0 siblings, 2 replies; 7+ messages in thread
From: mrushton @ 2017-04-11 17:54 UTC (permalink / raw)
  To: cygwin

Dear Cygwin, 

I am trying to get the X Windows to work, I must be doing something wrong.  I read the FAQ and manual but no go.  I have Cygwin/X installed on a Windows 7 Desktop.  

I type Startxwin or xwin and just get a xterm to the server ?   I got some directions I am gonna try tonight.  


I would like to take this chance to say thanks for the software .... I LOVE CYGWIN, USE IT EVERY DAY.
I have shell scripting that runs my EDI programs ... it was on the korn shell on MKS toolkit .... the one person i worked with wanted to save money and (unknow to me) never paid the Software Maint. fees to mks .... and when I went to renew ... they wanted a huge sum of money and gave me a destuction date for the software .... i explained that I needed to run 2 environments and could not destroy the software.   

They would not deal with me, help me or for that matter, return my calls or email. 


It took a little work ... but I ported my scripting to bash under Cygwin. 

Next time the arrogant sales rep called me asking what I wanted to do ... I said I moved to the free, Open Source Cygwin and simply have no further need of your overpriced software.  

OPEN SOURCE RULES !!!   


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: Can not get XWindows to Work in Cygwin/X  ....  I LOVE CYGWIN, USE IT EVERY DAY
  2017-04-11 17:54 Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY mrushton
@ 2017-04-11 18:31 ` Chase, Brian E.
  2017-04-14 22:40   ` Mike Rushton
  2017-04-11 18:40 ` Achim Gratz
  1 sibling, 1 reply; 7+ messages in thread
From: Chase, Brian E. @ 2017-04-11 18:31 UTC (permalink / raw)
  To: mrushton, cygwin

Suggest reinstalling Cygwin with additional options as follows:
	-  xwin-xdg-menu
	-  xwinclip
	-  xwininfo
	-  cygrunsrv (if you're going to run an sshd server)
	-  curl (if you test network connections of various protocols, useful when ping is blocked)
	-  geany (lightweight IDE or programmer's editor)
	-  mate-terminal ( or other Xwindow terminal programs (I like MATE terminal, but Xterm works also)
	-  dia (Visio like vector based drawing program with some pretty good built in stencils)
	
There, that should get you started.  No need to remove anything you've already got installed, just run latest installer setup.exe or setup-x86.exe and pick the new programs.  When it finishes, you should have a new application in your Cygwin/X menu item in Windows called "XWin Server", run that.  You should then see two new icons pop up in the task bar, one is the X server and is only there to tell you that Xserver is active, the other looks like the bash launch icon, right click on that and voila, there is your new XDG desktop menu where all your graphical Cygwin programs will show up.

Let me know if this was helpful.

-----Original Message-----
From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf Of mrushton
Sent: Tuesday, April 11, 2017 1:55 PM
To: cygwin
Subject: Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY

Dear Cygwin, 

I am trying to get the X Windows to work, I must be doing something wrong.  I read the FAQ and manual but no go.  I have Cygwin/X installed on a Windows 7 Desktop.  

I type Startxwin or xwin and just get a xterm to the server ?   I got some directions I am gonna try tonight.  


I would like to take this chance to say thanks for the software .... I LOVE CYGWIN, USE IT EVERY DAY.
I have shell scripting that runs my EDI programs ... it was on the korn shell on MKS toolkit .... the one person i worked with wanted to save money and (unknow to me) never paid the Software Maint. fees to mks .... and when I went to renew ... they wanted a huge sum of money and gave me a destuction date for the software .... i explained that I needed to run 2 environments and could not destroy the software.   

They would not deal with me, help me or for that matter, return my calls or email. 


It took a little work ... but I ported my scripting to bash under Cygwin. 

Next time the arrogant sales rep called me asking what I wanted to do ... I said I moved to the free, Open Source Cygwin and simply have no further need of your overpriced software.  

OPEN SOURCE RULES !!!   


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Can not get XWindows to Work in Cygwin/X  ....  I LOVE CYGWIN, USE IT EVERY DAY
  2017-04-11 17:54 Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY mrushton
  2017-04-11 18:31 ` Chase, Brian E.
@ 2017-04-11 18:40 ` Achim Gratz
  1 sibling, 0 replies; 7+ messages in thread
From: Achim Gratz @ 2017-04-11 18:40 UTC (permalink / raw)
  To: cygwin

mrushton writes:
> I type Startxwin or xwin and just get a xterm to the server?

Well, then X works as it's supposed to be.  The standard setup is to use
a rootless server and have Windows manage the application windows (like
that xterm you're seeing).  There should be two new icons in the try in
Windows' taskbar.  Make them permanently visible, you can start some
applications via the context menu from there.

If you insist on using a root window and run a separate window manager
on it (which I would only recommend if you dedicate a separate monitor
to it), then WindowMaker is lightweight and doesn't pull in as many
dependecies as some of the other choices.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY
  2017-04-11 18:31 ` Chase, Brian E.
@ 2017-04-14 22:40   ` Mike Rushton
  2017-04-18 15:10     ` Chase, Brian E.
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Rushton @ 2017-04-14 22:40 UTC (permalink / raw)
  To: cygwin

(Ok I tried to send this to the list and it failed ... I had an image of 
my black screen in it)


I still just get a blank screen.   When i type xwin or startxwin .

I found instructions to look for the variable "tty" under Windows 
Environment Variables in Control Panel and remove it .... but i don't 
have that variable.






On 4/11/2017 2:31 PM, Chase, Brian E. wrote:
> Suggest reinstalling Cygwin with additional options as follows:
> 	-  xwin-xdg-menu
> 	-  xwinclip
> 	-  xwininfo
> 	-  cygrunsrv (if you're going to run an sshd server)
> 	-  curl (if you test network connections of various protocols, useful when ping is blocked)
> 	-  geany (lightweight IDE or programmer's editor)
> 	-  mate-terminal ( or other Xwindow terminal programs (I like MATE terminal, but Xterm works also)
> 	-  dia (Visio like vector based drawing program with some pretty good built in stencils)
> 	
> There, that should get you started.  No need to remove anything you've already got installed, just run latest installer setup.exe or setup-x86.exe and pick the new programs.  When it finishes, you should have a new application in your Cygwin/X menu item in Windows called "XWin Server", run that.  You should then see two new icons pop up in the task bar, one is the X server and is only there to tell you that Xserver is active, the other looks like the bash launch icon, right click on that and voila, there is your new XDG desktop menu where all your graphical Cygwin programs will show up.
>
> Let me know if this was helpful.
>
> -----Original Message-----
> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf Of mrushton
> Sent: Tuesday, April 11, 2017 1:55 PM
> To: cygwin
> Subject: Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY
>
> Dear Cygwin,
>
> I am trying to get the X Windows to work, I must be doing something wrong.  I read the FAQ and manual but no go.  I have Cygwin/X installed on a Windows 7 Desktop.
>
> I type Startxwin or xwin and just get a xterm to the server ?   I got some directions I am gonna try tonight.
>
>
> I would like to take this chance to say thanks for the software .... I LOVE CYGWIN, USE IT EVERY DAY.
> I have shell scripting that runs my EDI programs ... it was on the korn shell on MKS toolkit .... the one person i worked with wanted to save money and (unknow to me) never paid the Software Maint. fees to mks .... and when I went to renew ... they wanted a huge sum of money and gave me a destuction date for the software .... i explained that I needed to run 2 environments and could not destroy the software.
>
> They would not deal with me, help me or for that matter, return my calls or email.
>
>
> It took a little work ... but I ported my scripting to bash under Cygwin.
>
> Next time the arrogant sales rep called me asking what I wanted to do ... I said I moved to the free, Open Source Cygwin and simply have no further need of your overpriced software.
>
> OPEN SOURCE RULES !!!
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>
>


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY
  2017-04-14 22:40   ` Mike Rushton
@ 2017-04-18 15:10     ` Chase, Brian E.
  2017-04-19 10:58       ` Mike Rushton
  0 siblings, 1 reply; 7+ messages in thread
From: Chase, Brian E. @ 2017-04-18 15:10 UTC (permalink / raw)
  To: Mike Rushton, cygwin

It doesn't sound like you followed directions, or my directions were not clear.  You are not typing in a command line of any sort, you are using your mouse both in the Start Menu for Windows and down in the Windows taskbar to complete the following steps.

1.  you should have a new application in your Cygwin/X menu item in Windows called "XWin Server", run that
2.  You should then see two new icons pop up in the task bar, one is the X server and is only there to tell you that Xserver is active, the other looks like the bash launch icon, right click on that and voila, there is your new XDG desktop menu where all your graphical Cygwin programs will show up.

-----Original Message-----
From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf Of Mike Rushton
Sent: Friday, April 14, 2017 9:33 AM
To: cygwin@cygwin.com
Subject: Re: Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY

(Ok I tried to send this to the list and it failed ... I had an image of my black screen in it)


I still just get a blank screen.   When i type xwin or startxwin .

I found instructions to look for the variable "tty" under Windows 
Environment Variables in Control Panel and remove it .... but i don't 
have that variable.






On 4/11/2017 2:31 PM, Chase, Brian E. wrote:
> Suggest reinstalling Cygwin with additional options as follows:
> 	-  xwin-xdg-menu
> 	-  xwinclip
> 	-  xwininfo
> 	-  cygrunsrv (if you're going to run an sshd server)
> 	-  curl (if you test network connections of various protocols, useful when ping is blocked)
> 	-  geany (lightweight IDE or programmer's editor)
> 	-  mate-terminal ( or other Xwindow terminal programs (I like MATE terminal, but Xterm works also)
> 	-  dia (Visio like vector based drawing program with some pretty good built in stencils)
> 	
> There, that should get you started.  No need to remove anything you've already got installed, just run latest installer setup.exe or setup-x86.exe and pick the new programs.  When it finishes, you should have a new application in your Cygwin/X menu item in Windows called "XWin Server", run that.  You should then see two new icons pop up in the task bar, one is the X server and is only there to tell you that Xserver is active, the other looks like the bash launch icon, right click on that and voila, there is your new XDG desktop menu where all your graphical Cygwin programs will show up.
>
> Let me know if this was helpful.
>
> -----Original Message-----
> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf Of mrushton
> Sent: Tuesday, April 11, 2017 1:55 PM
> To: cygwin
> Subject: Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY
>
> Dear Cygwin,
>
> I am trying to get the X Windows to work, I must be doing something wrong.  I read the FAQ and manual but no go.  I have Cygwin/X installed on a Windows 7 Desktop.
>
> I type Startxwin or xwin and just get a xterm to the server ?   I got some directions I am gonna try tonight.
>
>
> I would like to take this chance to say thanks for the software .... I LOVE CYGWIN, USE IT EVERY DAY.
> I have shell scripting that runs my EDI programs ... it was on the korn shell on MKS toolkit .... the one person i worked with wanted to save money and (unknow to me) never paid the Software Maint. fees to mks .... and when I went to renew ... they wanted a huge sum of money and gave me a destuction date for the software .... i explained that I needed to run 2 environments and could not destroy the software.
>
> They would not deal with me, help me or for that matter, return my calls or email.
>
>
> It took a little work ... but I ported my scripting to bash under Cygwin.
>
> Next time the arrogant sales rep called me asking what I wanted to do ... I said I moved to the free, Open Source Cygwin and simply have no further need of your overpriced software.
>
> OPEN SOURCE RULES !!!
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>
>


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY
  2017-04-18 15:10     ` Chase, Brian E.
@ 2017-04-19 10:58       ` Mike Rushton
  2017-04-19 11:49         ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Rushton @ 2017-04-19 10:58 UTC (permalink / raw)
  To: Chase, Brian E., cygwin

OK.  I followed these instructions but I never get to see a screen.   I 
want to un-install and re-install it.   I don't see Cygwin/X in the 
Control Panel.

How do I uninstall it ?


On 4/17/2017 1:59 PM, Chase, Brian E. wrote:
> It doesn't sound like you followed directions, or my directions were not clear.  You are not typing in a command line of any sort, you are using your mouse both in the Start Menu for Windows and down in the Windows taskbar to complete the following steps.
>
> 1.  you should have a new application in your Cygwin/X menu item in Windows called "XWin Server", run that
> 2.  You should then see two new icons pop up in the task bar, one is the X server and is only there to tell you that Xserver is active, the other looks like the bash launch icon, right click on that and voila, there is your new XDG desktop menu where all your graphical Cygwin programs will show up.
>
> -----Original Message-----
> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf Of Mike Rushton
> Sent: Friday, April 14, 2017 9:33 AM
> To: cygwin@cygwin.com
> Subject: Re: Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY
>
> (Ok I tried to send this to the list and it failed ... I had an image of my black screen in it)
>
>
> I still just get a blank screen.   When i type xwin or startxwin .
>
> I found instructions to look for the variable "tty" under Windows
> Environment Variables in Control Panel and remove it .... but i don't
> have that variable.
>
>
>
>
>
>
> On 4/11/2017 2:31 PM, Chase, Brian E. wrote:
>> Suggest reinstalling Cygwin with additional options as follows:
>> 	-  xwin-xdg-menu
>> 	-  xwinclip
>> 	-  xwininfo
>> 	-  cygrunsrv (if you're going to run an sshd server)
>> 	-  curl (if you test network connections of various protocols, useful when ping is blocked)
>> 	-  geany (lightweight IDE or programmer's editor)
>> 	-  mate-terminal ( or other Xwindow terminal programs (I like MATE terminal, but Xterm works also)
>> 	-  dia (Visio like vector based drawing program with some pretty good built in stencils)
>> 	
>> There, that should get you started.  No need to remove anything you've already got installed, just run latest installer setup.exe or setup-x86.exe and pick the new programs.  When it finishes, you should have a new application in your Cygwin/X menu item in Windows called "XWin Server", run that.  You should then see two new icons pop up in the task bar, one is the X server and is only there to tell you that Xserver is active, the other looks like the bash launch icon, right click on that and voila, there is your new XDG desktop menu where all your graphical Cygwin programs will show up.
>>
>> Let me know if this was helpful.
>>
>> -----Original Message-----
>> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf Of mrushton
>> Sent: Tuesday, April 11, 2017 1:55 PM
>> To: cygwin
>> Subject: Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY
>>
>> Dear Cygwin,
>>
>> I am trying to get the X Windows to work, I must be doing something wrong.  I read the FAQ and manual but no go.  I have Cygwin/X installed on a Windows 7 Desktop.
>>
>> I type Startxwin or xwin and just get a xterm to the server ?   I got some directions I am gonna try tonight.
>>
>>
>> I would like to take this chance to say thanks for the software .... I LOVE CYGWIN, USE IT EVERY DAY.
>> I have shell scripting that runs my EDI programs ... it was on the korn shell on MKS toolkit .... the one person i worked with wanted to save money and (unknow to me) never paid the Software Maint. fees to mks .... and when I went to renew ... they wanted a huge sum of money and gave me a destuction date for the software .... i explained that I needed to run 2 environments and could not destroy the software.
>>
>> They would not deal with me, help me or for that matter, return my calls or email.
>>
>>
>> It took a little work ... but I ported my scripting to bash under Cygwin.
>>
>> Next time the arrogant sales rep called me asking what I wanted to do ... I said I moved to the free, Open Source Cygwin and simply have no further need of your overpriced software.
>>
>> OPEN SOURCE RULES !!!
>>
>>
>> --
>> Problem reports:       http://cygwin.com/problems.html
>> FAQ:                   http://cygwin.com/faq/
>> Documentation:         http://cygwin.com/docs.html
>> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>>
>>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY
  2017-04-19 10:58       ` Mike Rushton
@ 2017-04-19 11:49         ` Larry Hall (Cygwin)
  0 siblings, 0 replies; 7+ messages in thread
From: Larry Hall (Cygwin) @ 2017-04-19 11:49 UTC (permalink / raw)
  To: cygwin

On 04/18/2017 08:45 PM, Mike Rushton wrote:
> OK.  I followed these instructions but I never get to see a screen.   I want
> to un-install and re-install it.   I don't see Cygwin/X in the Control Panel.
>
> How do I uninstall it ?


<https://cygwin.com/faq/faq.html#faq.setup.uninstall-packages>

<https://cygwin.com/faq/faq.html#faq.setup.uninstall-service>

<https://cygwin.com/faq/faq.html#faq.setup.uninstall-all>

-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-04-19  2:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 17:54 Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY mrushton
2017-04-11 18:31 ` Chase, Brian E.
2017-04-14 22:40   ` Mike Rushton
2017-04-18 15:10     ` Chase, Brian E.
2017-04-19 10:58       ` Mike Rushton
2017-04-19 11:49         ` Larry Hall (Cygwin)
2017-04-11 18:40 ` Achim Gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).