<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.os.cygwin.xfree">
    <title>gmane.os.cygwin.xfree</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18292"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18291"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18290"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18289"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18288"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18287"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18286"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18285"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18284"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18283"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18282"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18281"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18280"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18279"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18278"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18277"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18276"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18275"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18274"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin.xfree/18273"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18292">
    <title>RE: Cygwin/X on WS2008 x64</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18292</link>
    <description>I've been trying to get Xwin running on a Windows 2008 Server x64 box (Cygwin 1.5.25-15)..

Using the startxwin.bat file, I manage to startup an X session, however am having trouble getting xterms to start, and upon closing and then restarting the X session, things stop working completely, requiring a reboot to work again.. I haven't found anything in the log file which gives the problem away.. The startxwin.bat file looks like:

***
&lt; at &gt;echo off
SET DISPLAY=127.0.0.1:0.0

SET CYGWIN_ROOT=\cygwin

SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%

SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
SET XNLSPATH=/usr/X11R6/lib/X11/locale

if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH
attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0
del %CYGWIN_ROOT%\tmp\.X11-unix\X0

:CLEANUP-FINISH
if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix

if "%OS%" == "Windows_NT" goto OS_NT

REM Windows 95/98/Me
</description>
    <dc:creator>Paul.Durack&lt; at &gt;csiro.au</dc:creator>
    <dc:date>2008-08-28T05:45:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18291">
    <title>RE: Cygwin/X on WS2008 x64</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18291</link>
    <description>I've been trying to get Xwin running on a Windows 2008 Server x64 box (Cygwin 1.5.25-15)..

Using the startxwin.bat file, I manage to startup an X session, however am having trouble getting xterms to start, and upon closing and then restarting the X session, things stop working completely, requiring a reboot to work again.. I haven't found anything in the log file which gives the problem away.. The startxwin.bat file looks like:

***
&lt; at &gt;echo off
SET DISPLAY=127.0.0.1:0.0

SET CYGWIN_ROOT=\cygwin

SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%

SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
SET XNLSPATH=/usr/X11R6/lib/X11/locale

if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH
attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0
del %CYGWIN_ROOT%\tmp\.X11-unix\X0

:CLEANUP-FINISH
if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix

if "%OS%" == "Windows_NT" goto OS_NT

REM Windows 95/98/Me
</description>
    <dc:creator>Paul.Durack&lt; at &gt;csiro.au</dc:creator>
    <dc:date>2008-08-28T05:31:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18290">
    <title>RE: Cygwin/X on WS2008 x64</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18290</link>
    <description>I've been trying to get Xwin running on a Windows 2008 Server x64 box (Cygwin 1.5.25-15)..

Using the startxwin.bat file, I manage to startup an X session, however am having trouble getting xterms to start, and upon closing and then restarting the X session, things stop working completely, requiring a reboot to work again.. I haven't found anything in the log file which gives the problem away.. The startxwin.bat file looks like:

***
&lt; at &gt;echo off
SET DISPLAY=127.0.0.1:0.0

SET CYGWIN_ROOT=\cygwin

SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%

SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
SET XNLSPATH=/usr/X11R6/lib/X11/locale

if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH
attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0
del %CYGWIN_ROOT%\tmp\.X11-unix\X0

:CLEANUP-FINISH
if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix

if "%OS%" == "Windows_NT" goto OS_NT

REM Windows 95/98/Me
</description>
    <dc:creator>Paul.Durack&lt; at &gt;csiro.au</dc:creator>
    <dc:date>2008-08-28T04:44:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18289">
    <title>RINA Grup - Randevu Talebi</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18289</link>
    <description>Sayın Kalite Yöneticisi,


1861 yılında İtalya Genova'da kurulmuş olan RINA Group'un Türkiye genel
Merkezi olarak hizmetlerimiz hakkında bilgilendirme yapmak ve çözüm
ortaklarınız arasında yer alabilmek amacıyla sizler içinde uygun olan bir
tarihte bilgilendirme ve tanışma toplantısı yapmak isteriz. Konuyla ilgili
değerli fikirlerinizi bekler, iyi çalışmalar dileriz.

Ekte hizmetlerimiz hakkında özet bir bilgi veren dosya bilgilerinize
sunulmuştur. 

İyi çalışmalar dileriz.


Saygılarımızla,

RINA Türkiye
Değirmen Sokak
NidaKule İş Merkezi
Kozyatağı - İSTANBUL
Tel :0 216 571 54 00
Fax:0 216 571 54 99
info.tr&lt; at &gt;rina.org
www.rina.org

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/</description>
    <dc:creator>RINA Endüstri &amp; Belgelendirme</dc:creator>
    <dc:date>2008-08-28T03:46:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18288">
    <title>Cygwin/X on WS2008 x64</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18288</link>
    <description>I've been trying to get Xwin running on a Windows 2008 Server x64 box (Cygwin 1.5.25-15)..

Using the startxwin.bat file, I manage to startup an X session, however am having trouble getting xterms to start, and upon closing and then restarting the X session, things stop working completely, requiring a reboot to work again.. I haven't found anything in the log file which gives the problem away.. The startxwin.bat file looks like:

***
&lt; at &gt;echo off
SET DISPLAY=127.0.0.1:0.0

SET CYGWIN_ROOT=\cygwin

SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%

SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
SET XNLSPATH=/usr/X11R6/lib/X11/locale

if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH
attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0
del %CYGWIN_ROOT%\tmp\.X11-unix\X0

:CLEANUP-FINISH
if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix

if "%OS%" == "Windows_NT" goto OS_NT

REM Windows 95/98/Me
</description>
    <dc:creator>Paul.Durack&lt; at &gt;csiro.au</dc:creator>
    <dc:date>2008-08-28T02:02:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18287">
    <title>List 'gxsnmp' closed to public posts</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18287</link>
    <description>Sorry!

The 'gxsnmp' list is currently closed-posting.  This means only users who
are part of the list can post to it.

If you have questions, contact the list admin at
'gxsnmp-owner&lt; at &gt;scram.de'.

---
Ecartis v1.0.0 - job execution complete.


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


</description>
    <dc:creator>Ecartis</dc:creator>
    <dc:date>2008-08-27T11:10:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18286">
    <title>[queue #0] (_rt_system) RT Error: Туроператор - Киев - ПРодажа</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18286</link>
    <description>There has been an error:
There has been an error with your request:
You don't have permission to create requests in this queue. Either you're not a queue member or non-members aren't allowed to create requests in this queue.

Your message is reproduced below:

Ëó÷øeå âëîæeíèe äåíåã íà ceãîäíÿ - ãoòoâûé áèçíec.
Ïpoäaåòñÿ òóðoïåðaòoð â Êèeâe, íoìåp 2 â äeëîâîì òópèçìå Ókðaèíû.
Çâîíèòå: +38 068 800 6656



----
Ðàccûëkè:àñÿ8888688


--- Headers Follow ---

Received: from fallbackmx10.syd.optusnet.com.au (fallbackmx10.syd.optusnet.com.au [211.29.132.251])
by queue.tera-byte.com (8.14.2/8.14.2) with ESMTP id m7RAnAhx014878
for &lt;rt&lt; at &gt;queue.tera-byte.com&gt;; Wed, 27 Aug 2008 04:49:13 -0600 (MDT)
(envelope-from cygwin-xfree&lt; at &gt;optusnet.com.au)
Received: from mail14.syd.optusnet.com.au (mail14.syd.optusnet.com.au [211.29.132.195])
by fallbackmx10.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m7RAn8cN004211
for &lt;rt&lt; at &gt;queue.tera-byte.</description>
    <dc:creator>Request Tracker</dc:creator>
    <dc:date>2008-08-27T10:49:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18285">
    <title>terminated email address</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18285</link>
    <description>This email address has been terminated.  Please send all emails to Linda.Appler&lt; at &gt;prufoxroach.com

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


</description>
    <dc:creator>Linda Appler</dc:creator>
    <dc:date>2008-08-27T07:56:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18284">
    <title>Modifica indirizzo email</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18284</link>
    <description>Buongiorno,


l'indirizzo email info&lt; at &gt;auto-elite.it non e' piu' attivo.


Siete pregati di inviare le Vostre richieste all'indirizzo email: commerciale&lt; at &gt;auto-elite.it


Sarete presto ricontattati!


Lo Staff di Auto Elite
Via Vienna, 2
46047 PORTO MANTOVANO (MN)
Tel. 0376/392176
Fax:0376/392986



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


</description>
    <dc:creator>Auto Elite</dc:creator>
    <dc:date>2008-08-27T07:01:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18283">
    <title>Re: Fatal Error on start up</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18283</link>
    <description>
One copy of a request is more than enough BTW.


&lt;snip&gt;


See the FAQ entry:

&lt;http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof&gt;


</description>
    <dc:creator>Larry Hall (Cygwin X</dc:creator>
    <dc:date>2008-08-26T18:17:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18282">
    <title>  , .</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18282</link>
    <description>  , .
www.spkb.ru
   ,      .





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


</description>
    <dc:creator>vadim</dc:creator>
    <dc:date>2008-08-26T18:05:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18281">
    <title>  , .</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18281</link>
    <description>  , .
www.spkb.ru
   ,      .





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


</description>
    <dc:creator>spkb</dc:creator>
    <dc:date>2008-08-26T18:05:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18280">
    <title>Thank you</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18280</link>
    <description>Thank you for your inquiry regarding our website.

Our webmaster will get back to you on this as soon as possible.



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


</description>
    <dc:creator>webmaster&lt; at &gt;chicagobowhunters.org</dc:creator>
    <dc:date>2008-08-26T15:54:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18279">
    <title>Thank you</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18279</link>
    <description>Thank you for your inquiry regarding our website.

Our webmaster will get back to you on this as soon as possible.



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


</description>
    <dc:creator>webmaster&lt; at &gt;chicagobowhunters.org</dc:creator>
    <dc:date>2008-08-26T15:54:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18278">
    <title>Thank you</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18278</link>
    <description>Thank you for your inquiry regarding our website.

Our webmaster will get back to you on this as soon as possible.



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


</description>
    <dc:creator>webmaster&lt; at &gt;chicagobowhunters.org</dc:creator>
    <dc:date>2008-08-26T15:54:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18277">
    <title>Fatal Error on start up</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18277</link>
    <description>Dear Cygwin,

I am trying to install FontForge on my Windows Vista laptop and I need 
Cygwin shell to run it. To set environmental variables they suggest I 
run a BAT file.  It looks like it succeeds with the variables but it 
cannot execute XWin at the end.

Could you please help me figure out what is wrong with my Cygwin 
installation.

I get a message


Here is the content of XWin.log
-----
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.99.901-4

Contact: cygwin-xfree&lt; at &gt;cygwin.com

(WW) /tmp mounted int textmode
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
XWin was started with the following command line:

/usr/X11R6/bin/xwin

(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
winCreateBoundingWindowWindowed - Setting normal windowstyle
MIT-SHM extension disabled due to lack of kernel support
XFree86-Bigfont extension local-client optimization disabled due to lack 
of shared memory support in the kernel
(--</description>
    <dc:creator>Nadia Dimitrova</dc:creator>
    <dc:date>2008-08-26T15:32:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18276">
    <title>I HAVE A NEW EMAIL ADDRESS (was "=?windows-1251?B?z9Du5ODsIPLz8PTo8OzzLCDu9OjxIOIg9uXt8vDlLCDv8O717uTt?=")</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18276</link>
    <description>hello... trey&lt; at &gt;aerobooking.com is no longer active... 


if this is a business related matter, please resend this message to my new email address... my first name, then the at symbol, then the word billions, then dot, then com...


if this is a personal matter, give me a call and i'll tell you my personal email address


thanks!


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


</description>
    <dc:creator/>
    <dc:date>2008-08-26T14:27:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18275">
    <title>RE: Windows Vista</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18275</link>
    <description>

&lt;snip&gt;

&lt;/snip&gt;

..by which one deduces that you've pasted the whole message from 
someplace.  (I guess it saves your time ;-)

</description>
    <dc:creator>Thomas Dickey</dc:creator>
    <dc:date>2008-08-26T12:55:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18274">
    <title>RE: Windows Vista</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18274</link>
    <description>Monson Hayes wrote on Sunday, August 24, 2008 12:51 PM::

[snip]
 

It's pretty obvious that this is the reason it's failed, and googling 
for this would have found the answer.  Whilst I could give you the 
definitive solution, it's such a frequently asked question, and I get 
tired of repeating myself.  The answers are already out there, so I 
think it's up to you to do the work.

If you don't know how use google to search the mail archives, try 
adding "site:cygwin.com inurl:ml/cygwin-xfree" (without the quotes) 
to the query.

Phil
This email has been scanned by Ascribe PLC using Microsoft Antigen for Exchange.

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


</description>
    <dc:creator>Phil Betts</dc:creator>
    <dc:date>2008-08-26T12:39:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18273">
    <title>Cygwin/X is without a maintainer and is currently in an unsupported state.</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18273</link>
    <description>
Hi,
I have worked with other projects and plus my full time job. I can 
contribute 1-2 hours from beginning and see what happen next. I can work in 
LAMP, layer 1-7 + device drivers and OS: linux/windows/vxworks
thanks,
./.tv 


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


</description>
    <dc:creator>To-Van Tran</dc:creator>
    <dc:date>2008-08-26T14:46:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin.xfree/18272">
    <title>Re: Windows Vista</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin.xfree/18272</link>
    <description>To clarify, Cygwin/X worked fine for me when I was running 32 bit
Vista, but I had to resort to the XMing solution under AMD64.

Kind Regards,

Brian Wisti

On Mon, Aug 25, 2008 at 2:24 PM, Scott Fordin &lt;scott&lt; at &gt;ohelp.com&gt; wrote:

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


</description>
    <dc:creator>Brian Wisti</dc:creator>
    <dc:date>2008-08-25T21:52:51</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.os.cygwin.xfree">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.cygwin.xfree</link>
  </textinput>
</rdf:RDF>
