Re: Updated: xorg-server-1.8.0-1 (TEST)

2010-04-28 Thread Chris Sutcliffe
On 28 April 2010 09:34, Jon TURNEY wrote:
> On 28/04/2010 00:57, Jim Reisert AD1C wrote:
>>
>> It has been over three weeks.  What is the status of this release?
>
> There's been no feedback, good or bad.  This probably means no-one has tried
> it :-)

Actually there was feedback:

http://cygwin.com/ml/cygwin-xfree/2010-04/msg7.html

But there was never any follow up on it.

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

--
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/



Re: failure to install x server

2007-02-16 Thread Chris Sutcliffe

I have installed cygwin, however I have a problem making the x server work.
Each time I start it with startxwin.bat, it gives me an error and closes down.
Are there possible explanations?


What error are you getting?

Chris

--
Chris Sutcliffe
http://ir0nh34d.googlepages.com
http://ir0nh34d.blogspot.com
http://emergedesktop.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/



Re: error when starting X-Win

2007-01-30 Thread Chris Sutcliffe

>> The standard way this has been handled in the past is to set up a mount
>> point for '/tmp/' to a unique location.  In a default Windows
>> installation, the following should work (untested):
>>
>> mount -b -u "$TEMP" /tmp
>>
>> This keeps things unique for each user anyway.
>
> That's quite cool.  I decorated it a bit to keep it all within my cygwin
> file space.  Specifically, in my all-purpose ~/Temp directory:
>
>   mkdir -p ~/Temp/tmp
>   mount -b -u c:/cygwin/home/${USER}/Temp/tmp /tmp


When I try to execute the mount, I get:

$ mount -b -u "$TEMP" /tmp
mount: /tmp: Invalid argument

Is there something I'm missing?

Thanx!

Chris

--
Chris Sutcliffe
http://ir0nh34d.googlepages.com
http://ir0nh34d.blogspot.com
http://emergedesktop.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/



Re: Xwindow does not start

2006-07-11 Thread Chris Sutcliffe

I am seeing some issues, with XWin in cygwin, it does not start:





Fatal server error:
Cannot open log file "/tmp/XWin.log"


At a guess the permissions on /tmp/XWin.log do not allow you to write
to it.  Change the permissions and you should be fine.

Chris

--
Chris Sutcliffe
http://ir0nh34d.blogspot.com
http://emergedesktop.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/



Re: Keycodes and rxvt-unicode

2006-07-03 Thread Chris Sutcliffe

yes - they're documented (in rxvt's source, there's a doc or docs
directory containing the file).  I added some comments to terminfo.src in
ncurses which covers much of that:


Thanx for providing that.

I did some Googling and came up with this link:

http://groups.yahoo.com/group/vim/message/66414

Using the 1 line c code listed there, I used it to determine the
escape sequence for Ctrl-PageUp and Ctrl-PageDown and added the
following to my .vimrc:

nmap[5^
nmap[6^
nnoremap  :bn!
nnoremap  :bp!

and now everything works as expected.

Cheers!

Chris

--
Chris Sutcliffe
http://ir0nh34d.blogspot.com
http://emergedesktop.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/



Re: Keycodes and rxvt-unicode

2006-07-03 Thread Chris Sutcliffe

rxvt (and derived things such as Eterm, aterm, wterm, urxvt) use a
different escape sequence for modifiers with function-keys.


Is it possible to determine what these escape sequences are?  I assume
once they are determined I should add them to my .inputrc?

Chris

--
Chris Sutcliffe
http://ir0nh34d.blogspot.com
http://emergedesktop.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/



Keycodes and rxvt-unicode

2006-07-02 Thread Chris Sutcliffe

I'm having a bit of a problem with urxvt and key-codes with vim.  I
have key-map setup such that Control-PageUp / PageDown switch between
buffers (bp / bn).  This key-mapping works fine under and xterm, but
just rings the system bell under urxvt.  The odd thing is that Ctrl
and PageUp/PageDown work separately just fine, it's just when I try to
use them together.

Does anybody have any ideas?

Thanx!

Chris

--
Chris Sutcliffe
http://ir0nh34d.blogspot.com
http://emergedesktop.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/