Re: Xdmcp too slow with SOME Linux accounts.

2007-09-05 Thread Holger Krull
Mario Scheble schrieb:
 Hello.
 
 Please, I need some help with the following problem.
 
 My PC has Windows XP and is part of a WorkGroup with a Debian Linux
 network. I installed Cygwin, and XDMCP properly works when I login on a
 remote machine to ONE Linux account. But when I login to ANOTHER account
 with the same privileges, the connection is very slow.
 
 What could it be wrong with the second account?

Most likely this account is older and has some leftovers in its startup files.
I had similar problems with a kde update (sound daemon related)

Without knowing what is started when you login it is impossible to give further 
advice. 
Try a newly created account, if this has no problems, recreate the older ones.


 


--
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: Xdmcp too slow with SOME Linux accounts.

2007-09-05 Thread Holger Krull
Michael Giroux schrieb:
 On 9/5/07, Holger Krull [EMAIL PROTECTED] wrote:
 Without knowing what is started when you login it is impossible to give
 further advice.
 
 Does stty have any effect?  If yes, what options should be applied?

Don't think so.

 As far as I can tell, my .bash_profile is not being executed when I
 login via xwin.
 Here is a PS to show what is running when I connect via telnet session.

That is not relevant, the question is what is started: Gnome, KDE, WindowMaker 
or something similar. 


 Here is the console output when I connect.  Does this show anything?
 
 winLoadCursor - Windows requires 32x32 cursor
 but X requires 39x26


That seems odd. I have never seen such a message. Does the working login get 
the same message?
Maybe try to start with -swcursor


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



font and screen size

2007-09-05 Thread Cole Radcliffe
I tried to change the font size with the option -fs after the xterm
command however xterm did not recognize that option even though it
appeared in man xterm. I am guessing that it was just not compiled
into the cygwin version of xterm. Is there any other way to accomplish
this. I could just set the -fn option which stands for font name
and use a font that has a large standard size but someone would need
to explain to me how to set that up!

I just want to get the shell larger in general so it does not hurt my
eyes. Maybe there is another way just to scale everything up?

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/



Re: font and screen size

2007-09-05 Thread Reid Thompson
how bout -fn 12x24


On Wed, 2007-09-05 at 13:26 -0500, Cole Radcliffe wrote:
 I tried to change the font size with the option -fs after the xterm
 command however xterm did not recognize that option even though it
 appeared in man xterm. I am guessing that it was just not compiled
 into the cygwin version of xterm. Is there any other way to accomplish
 this. I could just set the -fn option which stands for font name
 and use a font that has a large standard size but someone would need
 to explain to me how to set that up!
 
 I just want to get the shell larger in general so it does not hurt my
 eyes. Maybe there is another way just to scale everything up?
 
 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/

--
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: font and screen size

2007-09-05 Thread Reid Thompson
run xlsfonts and pick one

--
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: font and screen size

2007-09-05 Thread Holger Krull
Cole Radcliffe schrieb:
 this. I could just set the -fn option which stands for font name
 and use a font that has a large standard size but someone would need
 to explain to me how to set that up!

xterm font type and size are usually set in the file .Xdefaults

add something like:

XTerm*faceName: bitstream vera sans mono
XTerm*faceSize: 10

 
 I just want to get the shell larger in general so it does not hurt my
 eyes. Maybe there is another way just to scale everything up?

Yes, start the server with -dpi 120
(or larger)


--
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: font and screen size

2007-09-05 Thread Thomas Dickey

On Wed, 5 Sep 2007, Cole Radcliffe wrote:


I tried to change the font size with the option -fs after the xterm
command however xterm did not recognize that option even though it
appeared in man xterm. I am guessing that it was just not compiled
into the cygwin version of xterm. Is there any other way to accomplish
this. I could just set the -fn option which stands for font name
and use a font that has a large standard size but someone would need
to explain to me how to set that up!

I just want to get the shell larger in general so it does not hurt my
eyes. Maybe there is another way just to scale everything up?


There are normally installed bitmap fonts (font2, etc), which can be 
selected with the control/right/mouse menu (or cycle through them with 
shifted numeric keypad + and - keys).


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

--
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: font and screen size

2007-09-05 Thread Angelo Graziosi

In my $HOME/.Xdefaults I have:


! -[ xft ] -
Xft*antialias: true
Xft*autohint: true


! -[ xterm ] -
XTerm*background:   Black
XTerm*foreground:   LightGray
XTerm*scrollBar:true
XTerm*rightScrollBar:   true
XTerm*faceName: BitStream Vera Sans Mono
XTerm*faceSize: 14

You can try also faceSize 10 or 12.

Cheers,
   Angelo.


---
Angelo Graziosi: http://www.webalice.it/angelo.graziosi


...d'orgoglio spezzato inseguendo il desiderio del cuore

Egdar Lee MASTERS, Antologia di Spoon River

--
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: font and screen size

2007-09-05 Thread Cole Radcliffe
That is weird. I do not have a .Xdefaults in my home directory. I do
have a .Xauthority-c file, which is empty. I downloaded it pretty
recently, maybe we are working with different versions.

On 9/5/07, Angelo Graziosi [EMAIL PROTECTED] wrote:

 In my $HOME/.Xdefaults I have:


 ! -[ xft ] -
 Xft*antialias: true
 Xft*autohint: true


 ! -[ xterm ] -
 XTerm*background:   Black
 XTerm*foreground:   LightGray
 XTerm*scrollBar:true
 XTerm*rightScrollBar:   true
 XTerm*faceName: BitStream Vera Sans Mono
 XTerm*faceSize: 14

 You can try also faceSize 10 or 12.

 Cheers,
Angelo.


 ---
 Angelo Graziosi: http://www.webalice.it/angelo.graziosi


 ...d'orgoglio spezzato inseguendo il desiderio del cuore

 Egdar Lee MASTERS, Antologia di Spoon River


--
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: font and screen size

2007-09-05 Thread Cole Radcliffe
OK. I think it was not working because I was just appending options to
%RUN% xterm -e /usr/bin/bash -l in the startx batch file which for
some reason does not work for any option I append (the shell just dies
quickly).

One interesting thing I found is that if I replace the %RUN% xterm -e
/usr/bin/bash -l in the startx batch file with xterm -fn 12X24 I
get the large font size however it opens onto my Windows desktop not
my cygwin hierarchy which is in a different drive. It opens into the
correct drive but with the small font with %RUN% xterm -e
/usr/bin/bash -l.

How can I get it to open with the large font size in the correct directory?

On 9/5/07, Cole Radcliffe [EMAIL PROTECTED] wrote:
 That is weird. I do not have a .Xdefaults in my home directory. I do
 have a .Xauthority-c file, which is empty. I downloaded it pretty
 recently, maybe we are working with different versions.

 On 9/5/07, Angelo Graziosi [EMAIL PROTECTED] wrote:
 
  In my $HOME/.Xdefaults I have:
 
 
  ! -[ xft ] -
  Xft*antialias: true
  Xft*autohint: true
 
 
  ! -[ xterm ] -
  XTerm*background:   Black
  XTerm*foreground:   LightGray
  XTerm*scrollBar:true
  XTerm*rightScrollBar:   true
  XTerm*faceName: BitStream Vera Sans Mono
  XTerm*faceSize: 14
 
  You can try also faceSize 10 or 12.
 
  Cheers,
 Angelo.
 
 
  ---
  Angelo Graziosi: http://www.webalice.it/angelo.graziosi
 
 
  ...d'orgoglio spezzato inseguendo il desiderio del cuore
 
  Egdar Lee MASTERS, Antologia di Spoon River
 


--
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: font and screen size

2007-09-05 Thread Reid Thompson

Cole Radcliffe wrote:

OK. I think it was not working because I was just appending options to
 -e /usr/bin/bash -l in the startx batch file which for
some reason does not work for any option I append (the shell just dies
quickly).

One interesting thing I found is that if I replace the %RUN% xterm -e
/usr/bin/bash -l in the startx batch file with xterm -fn 12X24 I
get the large font size however it opens onto my Windows desktop not
my cygwin hierarchy which is in a different drive. It opens into the
correct drive but with the small font with %RUN% xterm -e
/usr/bin/bash -l.

How can I get it to open with the large font size in the correct directory?

On 9/5/07, Cole Radcliffe [EMAIL PROTECTED] wrote:

That is weird. I do not have a .Xdefaults in my home directory. I do
have a .Xauthority-c file, which is empty. I downloaded it pretty
recently, maybe we are working with different versions.

On 9/5/07, Angelo Graziosi [EMAIL PROTECTED] wrote:

In my $HOME/.Xdefaults I have:

try
%RUN% xterm -fn 12x24 -e /usr/bin/bash -l

anything after the -e /usr/bin/bash is being passed as a parameter to 
bash, not xterm...


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



scroll bars

2007-09-05 Thread Cole Radcliffe
Thanks for the help with the font size. Now why does why does %RUN%
XWin  -silent-dup-error -scrollbars give me a terminal with no scroll
bars?

--
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: scroll bars

2007-09-05 Thread Reid Thompson

Cole Radcliffe wrote:

Thanks for the help with the font size. Now why does why does %RUN%
XWin  -silent-dup-error -scrollbars give me a terminal with no scroll
bars?

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


the scrollbars param for XWin is not the same as the scrollbar param for 
terminals...


xterm ( and other terminal emulators take a 'scrollbar' variant parameter )

EX.
xterm -sb -sl 2500
rxvt -sb -sl 2500

--
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: scroll bars

2007-09-05 Thread Cole Radcliffe
%RUN% xterm -fn 10x20 -scrollbar -e /usr/bin/bash -l does not work for me

I also tried it with -scrollBar

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