Re: resolution smaller than application

2005-01-24 Thread Igor Pechtchanski
Wrong list, redirecting...  Please remove  from
any follow-ups.

On Mon, 24 Jan 2005, mpniel wrote:

> My Windows Xp resolution is smaller than the real Xwindows application
> resolution that i am running.
> So i get only a section of the Xwindows screen application.
> Is it possible to get all the real Xwindows screen on my Windows XP? or at
> least to pan with the mouse in order to see the hidden parts of the big
> screen? or to scale the real Xwindows size to my WIndows Xp size?

How are you invoking XWin?  Do you use the startxwin.sh script?  If so,
XWin is invoked in multi-window mode, which uses the Windows screen as the
X screen.  Try invoking XWin directly, and giving it the -screen parameter
(see the man page for instructions on specifying the screen size), and
-scrollbars to allow resizing/scrolling.
HTH,
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT


Re: New mouse...

2005-01-24 Thread John Morrison
> On Mon, 24 Jan 2005, John Morrison wrote:
>
>> The mouse is a Microsoft (I know, but I won it!) Wireless Optical Mouse
>> 2.0
>> It's the one with the side-ways scrolling functionality which I think is
>> what is messing up the paste.  xev outputs...
>>
>> Click the scroll: Is two button 1's
>
> I guess this is a driver problem. Most likely it is configured to produce
> a
> double click instead of a middle button press.
>
> see http://hardware.mcse.ms/message127168.html

Oh joy!

I knew it was configured to 'double-click' but, for the life of me
couldn't figure out what to change it to!

> BTW: I've cc'ed the mailing list so it will end up in the public archives.

np :)

Thanks ago!

J.



Re: New mouse...

2005-01-24 Thread Alexander Gottwald
On Mon, 24 Jan 2005, John Morrison wrote:

> The mouse is a Microsoft (I know, but I won it!) Wireless Optical Mouse 2.0
> It's the one with the side-ways scrolling functionality which I think is
> what is messing up the paste.  xev outputs...
> 
> Click the scroll: Is two button 1's

I guess this is a driver problem. Most likely it is configured to produce a 
double click instead of a middle button press.

see http://hardware.mcse.ms/message127168.html

bye
ago
BTW: I've cc'ed the mailing list so it will end up in the public archives.
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: How to read a unicode file created in windows?

2005-01-24 Thread Alexander Gottwald
On Mon, 24 Jan 2005, Duong Dang wrote:

> Thanks for your anwser. But when I try to read an unicode file created
> in windows. I can't read it. The application always read dirty data.
> Could you help me?

I'm quite sure vim can read it. It is available via cygwin setup.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


How to read a unicode file created in windows?

2005-01-24 Thread Duong Dang
Thanks for your anwser. But when I try to read an unicode file created
in windows. I can't read it. The application always read dirty data.
Could you help me?
Thanks.