* screen parameters per user
@ Charles Hallenbeck
` Kenny Hitt
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Charles Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi all,
I have never seen any references to this, but on the chance that someone
has run across it, I would like to ask this:
Is there a way to have different screen parameters (columns and lines)
on a per user basis in Linux? I have become very attached to my enlarged
screen, 132 by 60, but would like to allow access to a user account via
ssh for someone who will not be comfortable with those dimensions. Is
there any way to revert to an 80 by 25 screen just for that user, or for
that session, without reverting to those figures for the whole system?
Any ideas or opinions appreciated. Ideas preferred of course, but
opinions welcome too.
Chuck
--
The Moon is Waxing Gibbous (90% of Full)
But you can still get downloads from http://www.mhcable.com/~chuckh
or you could Jabber me, using JID chuckh@hhs48.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: screen parameters per user
screen parameters per user Charles Hallenbeck
@ ` Kenny Hitt
` Charles Hallenbeck
` Ralph W. Reid
` ace
2 siblings, 1 reply; 9+ messages in thread
From: Kenny Hitt @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi.
The screen parameters won't be the same for a ssh session as a console
one. The screen parameters are only in effect for the physical
hardware. For example, all my ssh sessions use the default screen size
of my work station no matter what computer I log into.
If you are using a frame buffer to get the large screen size, and your
frame buffer driver supports it, you can have different screen sizes on
different virtual consoles.
Hope this helps.
Kenny
On Thu, Sep 15, 2005 at 07:46:48AM -0400, Charles Hallenbeck wrote:
> Hi all,
>
> I have never seen any references to this, but on the chance that someone
> has run across it, I would like to ask this:
>
> Is there a way to have different screen parameters (columns and lines)
> on a per user basis in Linux? I have become very attached to my enlarged
> screen, 132 by 60, but would like to allow access to a user account via
> ssh for someone who will not be comfortable with those dimensions. Is
> there any way to revert to an 80 by 25 screen just for that user, or for
> that session, without reverting to those figures for the whole system?
>
> Any ideas or opinions appreciated. Ideas preferred of course, but
> opinions welcome too.
>
> Chuck
>
> --
> The Moon is Waxing Gibbous (90% of Full)
> But you can still get downloads from http://www.mhcable.com/~chuckh
> or you could Jabber me, using JID chuckh@hhs48.com
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: screen parameters per user
` Kenny Hitt
@ ` Charles Hallenbeck
0 siblings, 0 replies; 9+ messages in thread
From: Charles Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi Kenny,
Yes, that encourages me to experiment. Thanks.
Chuck
--
The Moon is Waxing Gibbous (91% of Full)
But you can still get downloads from http://www.mhcable.com/~chuckh
or you could Jabber me, using JID chuckh@hhs48.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: screen parameters per user
screen parameters per user Charles Hallenbeck
` Kenny Hitt
@ ` Ralph W. Reid
` Charles Hallenbeck
` ace
2 siblings, 1 reply; 9+ messages in thread
From: Ralph W. Reid @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
When some one logs into your system from a remote system, the screen
parameters will be defined by settings on their remote system--not by
the settings you have set up for the console(s) on your system.
Setting up your system to work with certain parameters to allow for a
specific number of rows and columns on the console screen sets those
parameters to work with the video card/controller installed in your
system. Remote systems which are used to log into your system are
likely to have different video cards/controllers, so the remote system
sets the operating parameters for displaying text or whatever.
Chances are that you will not have to make any adjustments on your
system--just have the person log in from the remote system via ssh (as
you described), and everything should work fine.
HTH, and have a _great_ day!
On Thu, Sep 15, 2005 at 07:46:48AM -0400, Charles Hallenbeck wrote:
> Hi all,
>
> I have never seen any references to this, but on the chance that someone
> has run across it, I would like to ask this:
>
> Is there a way to have different screen parameters (columns and lines)
> on a per user basis in Linux? I have become very attached to my enlarged
> screen, 132 by 60, but would like to allow access to a user account via
> ssh for someone who will not be comfortable with those dimensions. Is
> there any way to revert to an 80 by 25 screen just for that user, or for
> that session, without reverting to those figures for the whole system?
>
> Any ideas or opinions appreciated. Ideas preferred of course, but
> opinions welcome too.
>
> Chuck
>
> --
> The Moon is Waxing Gibbous (90% of Full)
> But you can still get downloads from http://www.mhcable.com/~chuckh
> or you could Jabber me, using JID chuckh@hhs48.com
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Ralph. N6BNO. Wisdom comes from central processing, not from I/O.
rreid@sunset.net http://personalweb.sunset.net/~rreid
...passing through The City of Internet at the speed of light!
SEC (x) / COSEC (x) = (TAN (x) / COTAN (x)) ^ 2
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: screen parameters per user
` Ralph W. Reid
@ ` Charles Hallenbeck
0 siblings, 0 replies; 9+ messages in thread
From: Charles Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Thanks, Ralph. I guess I am anticipating problems that don't exist.
Kenny's earlier comments made that clear too. When I connect to other
systems, my own console continues to have the dimensions of my own
machine rather than the foreign host.
Chuck
On Thu, Sep 15, 2005 at 10:11:28AM -0700, Ralph W. Reid wrote:
> When some one logs into your system from a remote system, the screen
> parameters will be defined by settings on their remote system--not by
> the settings you have set up for the console(s) on your system.
> Setting up your system to work with certain parameters to allow for a
> specific number of rows and columns on the console screen sets those
> parameters to work with the video card/controller installed in your
> system. Remote systems which are used to log into your system are
> likely to have different video cards/controllers, so the remote system
> sets the operating parameters for displaying text or whatever.
> Chances are that you will not have to make any adjustments on your
> system--just have the person log in from the remote system via ssh (as
> you described), and everything should work fine.
>
> HTH, and have a _great_ day!
>
> On Thu, Sep 15, 2005 at 07:46:48AM -0400, Charles Hallenbeck wrote:
> > Hi all,
> >
> > I have never seen any references to this, but on the chance that someone
> > has run across it, I would like to ask this:
> >
> > Is there a way to have different screen parameters (columns and lines)
> > on a per user basis in Linux? I have become very attached to my enlarged
> > screen, 132 by 60, but would like to allow access to a user account via
> > ssh for someone who will not be comfortable with those dimensions. Is
> > there any way to revert to an 80 by 25 screen just for that user, or for
> > that session, without reverting to those figures for the whole system?
> >
> > Any ideas or opinions appreciated. Ideas preferred of course, but
> > opinions welcome too.
> >
> > Chuck
> >
> > --
> > The Moon is Waxing Gibbous (90% of Full)
> > But you can still get downloads from http://www.mhcable.com/~chuckh
> > or you could Jabber me, using JID chuckh@hhs48.com
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
> Ralph. N6BNO. Wisdom comes from central processing, not from I/O.
> rreid@sunset.net http://personalweb.sunset.net/~rreid
> ...passing through The City of Internet at the speed of light!
> SEC (x) / COSEC (x) = (TAN (x) / COTAN (x)) ^ 2
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
The Moon is Waxing Gibbous (92% of Full)
But you can still get downloads from http://www.mhcable.com/~chuckh
or you could Jabber me, using JID chuckh@hhs48.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: screen parameters per user
screen parameters per user Charles Hallenbeck
` Kenny Hitt
` Ralph W. Reid
@ ` ace
` Gregory Nowak
` Charles Hallenbeck
2 siblings, 2 replies; 9+ messages in thread
From: ace @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
I have been thinking it would be neat to have the same type of thing
available in Speakup--instead of system-wide speech parameters, we
could have user-specific. I guess this could be accomplished if we
made /proc/speakup accessible to all users then putting a script in
each user's home directory.
At 07:46 AM 9/15/2005, you wrote:
>Hi all,
>
>I have never seen any references to this, but on the chance that someone
>has run across it, I would like to ask this:
>
>Is there a way to have different screen parameters (columns and lines)
>on a per user basis in Linux? I have become very attached to my enlarged
>screen, 132 by 60, but would like to allow access to a user account via
>ssh for someone who will not be comfortable with those dimensions. Is
>there any way to revert to an 80 by 25 screen just for that user, or for
>that session, without reverting to those figures for the whole system?
>
>Any ideas or opinions appreciated. Ideas preferred of course, but
>opinions welcome too.
>
>Chuck
>
>--
>The Moon is Waxing Gibbous (90% of Full)
>But you can still get downloads from http://www.mhcable.com/~chuckh
>or you could Jabber me, using JID chuckh@hhs48.com
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: screen parameters per user
` ace
@ ` Gregory Nowak
` ace
` Charles Hallenbeck
1 sibling, 1 reply; 9+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I stand to be corrected, but /proc is accessible to all users, at least
that's true on all the systems I've worked on so far.
Greg
On Thu, Sep 15, 2005 at 03:38:39PM -0400, ace wrote:
> I have been thinking it would be neat to have the same type of thing
> available in Speakup--instead of system-wide speech parameters, we
> could have user-specific. I guess this could be accomplished if we
> made /proc/speakup accessible to all users then putting a script in
> each user's home directory.
>
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFDKfW87s9z/XlyUyARAuXGAKDXalQfMw5OA0GOweEy1tuyVFfoEQCfU6vP
KOEn2chOxDuw+x+KVKjdZX0=
=nIZL
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: screen parameters per user
` ace
` Gregory Nowak
@ ` Charles Hallenbeck
1 sibling, 0 replies; 9+ messages in thread
From: Charles Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Are you familiar with the speakupconf script? It can be asked to load a
set of user specific and synthesizer specific parameters upon a user
login. But what I was after was not speakup parameters, but the
underlying screen size, the number of columns and lines on the screen. I
am assuming speakup would read the whole screen, whatever its size.
>From other posts though, accessing my system with ssh solves my original
problem. i.e., how to avoid asking a remote user to use a magnifying
glass to read my teeny tiny print <smile>. It turns out that it is the
remote user's screen parameters, and not mine, that determine what he
sees.
--
The Moon is Waxing Gibbous (94% of Full)
But you can still get downloads from http://www.mhcable.com/~chuckh
or you could Jabber me, using JID chuckh@hhs48.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: screen parameters per user
` Gregory Nowak
@ ` ace
0 siblings, 0 replies; 9+ messages in thread
From: ace @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
LOL I'm sorry; it probably is. I didn't stop to think about that. I
have just never tried it and went by the idea that anything outside
of the user's account directory isn't writable to that user.
At 06:29 PM 9/15/2005, you wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>I stand to be corrected, but /proc is accessible to all users, at least
>that's true on all the systems I've worked on so far.
>
>Greg
>
>
>On Thu, Sep 15, 2005 at 03:38:39PM -0400, ace wrote:
> > I have been thinking it would be neat to have the same type of thing
> > available in Speakup--instead of system-wide speech parameters, we
> > could have user-specific. I guess this could be accomplished if we
> > made /proc/speakup accessible to all users then putting a script in
> > each user's home directory.
> >
>
>- --
>web site: http://www.romuald.net.eu.org
>gpg public key: http://www.romuald.net.eu.org/pubkey.asc
>skype: gregn1
>(authorization required, add me to your contacts list first)
>
>- --
>Free domains: http://www.eu.org/ or mail dns-manager@EU.org
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.2.3 (GNU/Linux)
>
>iD8DBQFDKfW87s9z/XlyUyARAuXGAKDXalQfMw5OA0GOweEy1tuyVFfoEQCfU6vP
>KOEn2chOxDuw+x+KVKjdZX0=
>=nIZL
>-----END PGP SIGNATURE-----
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
screen parameters per user Charles Hallenbeck
` Kenny Hitt
` Charles Hallenbeck
` Ralph W. Reid
` Charles Hallenbeck
` ace
` Gregory Nowak
` ace
` Charles Hallenbeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).