ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Шрифт -misc-fixed-...-cp1251
@ 2007-11-09 18:14 Eugene Prokopiev
  2007-11-09 19:21 ` Sergey Vlasov
  0 siblings, 1 reply; 3+ messages in thread
From: Eugene Prokopiev @ 2007-11-09 18:14 UTC (permalink / raw)
  To: community

Здравствуйте!

$ xterm -fn -misc-fixed-medium-r-normal--13-*-*-*-*-*-cp1251
xterm:  unable to open font 
"-misc-fixed-medium-r-normal--13-*-*-*-*-*-cp1251", trying "fixed"....

А то же самое, но koi8-r и iso10646-1 (оно же utf-8, насколько я 
понимаю) есть. Где взять cp1251?

Помнится, в ALM 2.0 или около того я запускал xterm c шрифтом fixed в 
cp1251 ...

-- 
С уважением,
Прокопьев Евгений


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Шрифт -misc-fixed-...-cp1251
  2007-11-09 18:14 [Comm] Шрифт -misc-fixed-...-cp1251 Eugene Prokopiev
@ 2007-11-09 19:21 ` Sergey Vlasov
  2007-11-10 12:50   ` Eugene Prokopiev
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Vlasov @ 2007-11-09 19:21 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 1053 bytes --]

On Fri, Nov 09, 2007 at 09:14:32PM +0300, Eugene Prokopiev wrote:
> $ xterm -fn -misc-fixed-medium-r-normal--13-*-*-*-*-*-cp1251
> xterm:  unable to open font 
> "-misc-fixed-medium-r-normal--13-*-*-*-*-*-cp1251", trying "fixed"....
> 
> А то же самое, но koi8-r и iso10646-1 (оно же utf-8, насколько я 
> понимаю) есть. Где взять cp1251?

Эти шрифты сейчас лежат в пакете fonts-bitmap-cyr_rfx-cp1251 (он
несколько раз переименовывался).

Правда, при использовании последнего варианта реализации FontPath
(/etc/X11/fontpath.d/) не рекомендуется устанавливать шрифты для более
чем одной 8-битной кодировки (проблема в основном связана с тем, что
неизвестно, на какую из этих кодировок будут показывать алиасы типа
fixed, и какая кодировка будет выбрана в случае указания *-* в
запросах программ, не использующих fontsets).  Впрочем, при аккуратной
настройке программ реальных проблем я не заметил.

Есть ещё пакеты fonts-bitmap-univga, fonts-bitmap-terminus, содержащие
пригодные для терминала шрифты в большом количестве кодировок.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Шрифт -misc-fixed-...-cp1251
  2007-11-09 19:21 ` Sergey Vlasov
@ 2007-11-10 12:50   ` Eugene Prokopiev
  0 siblings, 0 replies; 3+ messages in thread
From: Eugene Prokopiev @ 2007-11-10 12:50 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Sergey Vlasov пишет:
> On Fri, Nov 09, 2007 at 09:14:32PM +0300, Eugene Prokopiev wrote:
>> $ xterm -fn -misc-fixed-medium-r-normal--13-*-*-*-*-*-cp1251
>> xterm:  unable to open font 
>> "-misc-fixed-medium-r-normal--13-*-*-*-*-*-cp1251", trying "fixed"....
>>
>> А то же самое, но koi8-r и iso10646-1 (оно же utf-8, насколько я 
>> понимаю) есть. Где взять cp1251?
> 
> Эти шрифты сейчас лежат в пакете fonts-bitmap-cyr_rfx-cp1251 (он
> несколько раз переименовывался).

Бранч 4.0:

# apt-get install fonts-bitmap-cyr_rfx-cp1251
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package fonts-bitmap-cyr_rfx-cp1251

# apt-cache search cp1251
etcskel - ALT Linux default files for user's home directories
ispell-ru-lebedev-cp1251 - Russian ispell dictionary -- CP1251, 'io' and 
'ie' spelling allowed
ispell-ru-lebedev-ie-cp1251 - Russian ispell dictionary -- CP1251, only 
'ie' spelling allowed
ispell-ru-lebedev-io-cp1251 - Russian ispell dictionary -- CP1251, 'io' 
required
ispell-ru-rk-cp1251 - Russian dictionary for ispell -- CP1251 encoding
ispell-uk-cp1251 - ukrainian dictionary for ispell in cp1251 encoding
perl-libintl - High-Level Interface to Uniforum Message Translation
python-modules-encodings - Python "encodings" module
XFree86-cyr_rfx-fonts-cp1251 - Cyrillic bitmap fonts for the X Window 
System in microsoft-cp1251 encoding
app-defaults - Localized X11 Resources
ispell-be - Belarusian dictionary for of ispell
lyx-gost-cp1251 - The GOST class files for LyX in cp1251 encoding
tetex-bibtex8-gost - GOST cyrillic bibtex styles and extended cyrillic 
support for BibTeX8

# apt-get install XFree86-cyr_rfx-fonts-cp1251
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
   XFree86-cyr_rfx-fonts-cp1251
0 upgraded, 1 newly installed, 0 removed and 1 not upgraded.
Need to get 0B/801kB of archives.
After unpacking 884kB of additional disk space will be used.
Committing changes...
Preparing... 
################################################################################################### 
[100%]
1: XFree86-cyr_rfx-fonts-cp1251 
################################################################################################### 
[100%]
Done.

# xterm -fn -misc-fixed-medium-r-normal--13-*-*-*-*-*-cp1251
xterm:  unable to open font 
"-misc-fixed-medium-r-normal--13-*-*-*-*-*-cp1251", trying "fixed"....

> Правда, при использовании последнего варианта реализации FontPath
> (/etc/X11/fontpath.d/) не рекомендуется устанавливать шрифты для более
> чем одной 8-битной кодировки (проблема в основном связана с тем, что
> неизвестно, на какую из этих кодировок будут показывать алиасы типа
> fixed, и какая кодировка будет выбрана в случае указания *-* в
> запросах программ, не использующих fontsets).  Впрочем, при аккуратной
> настройке программ реальных проблем я не заметил.

спасибо, буду знать

> Есть ещё пакеты fonts-bitmap-univga, fonts-bitmap-terminus, содержащие
> пригодные для терминала шрифты в большом количестве кодировок.

да нет, хочется именно fixed ;)

-- 
С уважением,
Прокопьев Евгений


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-10 12:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-09 18:14 [Comm] Шрифт -misc-fixed-...-cp1251 Eugene Prokopiev
2007-11-09 19:21 ` Sergey Vlasov
2007-11-10 12:50   ` Eugene Prokopiev

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git