I've realized most of my time in a computer I use
just an input/output line. (I don't even need a
vt100-like terminal, since I use 'ed' or 'sam' as
text-editors.) But I still need X because of
utf-8 fonts and anti-aliasing.
Is it possible to get that without X? Can I get
my text-only terminal to use utf-8 and nice fonts?
Thanks,
Maurício
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-01-2009, 10:32 PM
ghe
Nice looking terminal applications
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Maurí*cio wrote:
> I've realized most of my time in a computer I use
> just an input/output line. (I don't even need a
> vt100-like terminal, since I use 'ed' or 'sam' as
> text-editors.) But I still need X because of
> utf-8 fonts and anti-aliasing.
>
> Is it possible to get that without X? Can I get
> my text-only terminal to use utf-8 and nice fonts?
Define "nice" :-) It's possible to change the console font from huge to
civilized (don't remember how; last time I did that, it involved some
secret numbers on a grub menu line, I think), but you can't specify a
*really* nice variable spaced, anti-aliased PS1/TT font, AFAIK.
I bite the bullet and use X to get scrolling. Being able to get to those
2000 lines that just flew by can make life a lot easier.
- --
Glenn English
ghe@slsware.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-01-2009, 11:35 PM
"Benjamin M. A'Lee"
Nice looking terminal applications
On Thu, Jan 01, 2009 at 08:55:10PM -0200, Maurí*cio wrote:
> I've realized most of my time in a computer I use
> just an input/output line. (I don't even need a
> vt100-like terminal, since I use 'ed' or 'sam' as
> text-editors.) But I still need X because of
> utf-8 fonts and anti-aliasing.
>
> Is it possible to get that without X? Can I get
> my text-only terminal to use utf-8 and nice fonts?
For a higher resolution, you can add something like vga=<something> to
the kernel parameters in grub.conf/lilo.conf; vga=773 seemed to work
reasonably well last time I tried.
For utf-8 fonts and various other X11-style options, I suggest
installing the console-setup and console-terminus packages.
--
Benjamin M. A'Lee || mail: bma@subvert.org.uk
web: http://subvert.org.uk/~bma/ || gpg: 0xBB6D2FA0
"emacs sucks, literally, not an insult, just a comment that it's large enough
to have a noticeable gravitational pull..." -- mercury on #debian-devel
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-02-2009, 12:14 AM
Graham
Nice looking terminal applications
On Fri, 2 Jan 2009 00:35:45 +0000
"Benjamin M. A'Lee" <bma+lists@subvert.org.uk> wrote:
> For a higher resolution, you can add something like vga=<something> to
> the kernel parameters in grub.conf/lilo.conf; vga=773 seemed to work
> reasonably well last time I tried.
Best to edit /boot/grub/menu.lst by finding the defoptions line and
adding whatever vga=*** you want, which will automatically be added to
the kernel parameters when you update the kernel via your package
manager. An example below:
# defoptions=vga=773
Yes, keep that # there at the beginning of the line (on that section of
menu.lst, commenting out requires two hashes).
After doing that, run update-grub as root in a console, which will add
the defoptions to your default kernel parameters (this is done
automatically when you install a kernel using Debian package
management).
Graham
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-02-2009, 07:15 AM
"David Schmidt"
Nice looking terminal applications
On Fri, Jan 2, 2009 at 12:32 AM, ghe <ghe@slsware.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Maurí*cio wrote:
>
>> I've realized most of my time in a computer I use
>> just an input/output line. (I don't even need a
>> vt100-like terminal, since I use 'ed' or 'sam' as
>> text-editors.) But I still need X because of
>> utf-8 fonts and anti-aliasing.
>>
>> Is it possible to get that without X? Can I get
>> my text-only terminal to use utf-8 and nice fonts?
>
> Define "nice" :-) It's possible to change the console font from huge to
> civilized (don't remember how; last time I did that, it involved some
> secret numbers on a grub menu line, I think), but you can't specify a
> *really* nice variable spaced, anti-aliased PS1/TT font, AFAIK.
>
> I bite the bullet and use X to get scrolling. Being able to get to those
> 2000 lines that just flew by can make life a lot easier.
>
> - --
> Glenn English
> ghe@slsware.com
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.8 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkldUowACgkQ04yQfZbbTLYRqQCeK7LUenP48U bA+a2dv95Gb6lp
> KWAAn3GH/vKCy2b3/ULtvIjML4xYBkY2
> =vx5L
> -----END PGP SIGNATURE-----
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
on a side note:
I like to use screen to see output that flew buy
Ctrl-A [
puts screen in copy mode where you can navigate the output with
up/down pageup/pagedown
followed by
--
David Schmidt | http://www.fm5.at
01-02-2009, 07:32 AM
"Kelly Clowers"
Nice looking terminal applications
On Thu, Jan 1, 2009 at 15:32, ghe <ghe@slsware.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Maurí*cio wrote:
>
>> I've realized most of my time in a computer I use
>> just an input/output line. (I don't even need a
>> vt100-like terminal, since I use 'ed' or 'sam' as
>> text-editors.) But I still need X because of
>> utf-8 fonts and anti-aliasing.
>>
>> Is it possible to get that without X? Can I get
>> my text-only terminal to use utf-8 and nice fonts?
>
> Define "nice" :-) It's possible to change the console font from huge to
> civilized (don't remember how; last time I did that, it involved some
> secret numbers on a grub menu line, I think), but you can't specify a
> *really* nice variable spaced,
<snip>
There is nothing "nice" about variable width fonts on the CLI :-)
Cheers,
Kelly Clowers
01-02-2009, 03:33 PM
Maurício
Nice looking terminal applications
I've realized most of my time in a computer I use
just an input/output line. (I don't even need a
vt100-like terminal, since I use 'ed' or 'sam' as
text-editors.) But I still need X because of
utf-8 fonts and anti-aliasing. (...)
For a higher resolution, you can add something like
vga=<something> to the kernel parameters in grub.conf/lilo.conf;
(...) For utf-8 fonts and various other X11-style options,
I suggest installing the console-setup and console-terminus
packages.
Nice.
Is it possible to configure things like repeatkeys?
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-05-2009, 09:31 AM
Chris Bannister
Nice looking terminal applications
On Thu, Jan 01, 2009 at 08:55:10PM -0200, Maurí*cio wrote:
> Hi,
>
> I've realized most of my time in a computer I use
> just an input/output line. (I don't even need a
> vt100-like terminal, since I use 'ed' or 'sam' as
> text-editors.) But I still need X because of
> utf-8 fonts and anti-aliasing.
>
> Is it possible to get that without X? Can I get
> my text-only terminal to use utf-8 and nice fonts?
Install console-terminus console-tools
Edit, as root, /etc/console-tools/config so that it looks roughly like
this:
# Turn on numlock by default
#LEDS=+num
APP_CHARSET_MAP=utf8
APP_CHARSET_MAP_vc1=utf8
APP_CHARSET_MAP_vc2=utf8
APP_CHARSET_MAP_vc2=utf8
SCREEN_FONT=Uni3-TerminusBold16
Then reboot and see if you like it. It seems to do most of the
characters I'm interested in.
If you want to try others, they are located in the path:
dpkg -L console-terminus | grep Uni3-TerminusBold | less
--
Chris.
======
I contend that we are both atheists. I just believe in one fewer god
than you do. When you understand why you dismiss all the other
possible gods, you will understand why I dismiss yours.
-- Stephen F Roberts
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org