Re: 3-button-mouse emulating

2009-10-17 Thread Mark Geisert
> > so e.g. startx -- -emulate3buttons
> 
> this only makes sense if the server accept the option
> '--emulate3buttons'.  But the X server in cygwin 'x'  does not as I
> know.

Look at the example again.  It's different from what you typed.

..mark


--
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: 3-button-mouse emulating

2009-10-17 Thread Steven Woody
On Fri, Oct 16, 2009 at 8:39 PM, Jon TURNEY  wrote:
> On 15/10/2009 06:21, Steven Woody wrote:
>>
>> When using XWin as X server, it has a option let me emulate
>> 3-button-mouse, but if I don't use XWin and x and X server ( this is
>> default when I start x window by running startx script), how do I do
>> the same thing?
>
> Your question doesn't make much sense.
>
> If you are asking how you add options like '-emulate3buttons' when using
> startx, then 'man startx' tells you
>
> startx [ [ client ] options ... ] [ -- [ server ] [ display ] options ... ]
>
> so e.g. startx -- -emulate3buttons

this only makes sense if the server accept the option
'--emulate3buttons'.  But the X server in cygwin 'x'  does not as I
know.


>
> --
> Jon TURNEY
> Volunteer Cygwin/X X Server maintainer
>



-- 
Life is the only flaw in an otherwise perfect nonexistence
-- Schopenhauer

narke
public key at http://subkeys.pgp.net:11371 (narkewo...@gmail.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/



Re: Newbie: translation does not work - solved

2009-10-17 Thread Matt Wozniski
On Tue, Oct 13, 2009 at 9:03 AM,   wrote:
> Problem solved. My .Xdefault file was in the wrong directory.

Uh, that wasn't your only problem...

> - Mail transféré -
> De: phi...@free.fr
> À: "cygwin-xfree" 
> Envoyé: Mardi 13 Octobre 2009 13:39:19 GMT +01:00 Amsterdam / Berlin / Berne 
> / Rome / Stockholm / Vienne
> Objet: Newbie: translation does not work
>
> Hi,
>
> I have create this translation in my .Xdefault file
>
> *VT100.translation: #override \
 ^  ^
>:F1 string("Hello world") string(0x0d)
  ^

You had at least 3 typos afaics; this should have been

*VT100.Translations: #override \
   F1: string("Hello world") string(0x0d)

> Any suggestions?

~Matt

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