slackware: "абырвалг"

Бесплатный Ньюс-Ридер


 fido7.ru.linux (286)
  1 2 3
Re: maps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: slackware: "абырвалг"Re: maps.google.comRe: slackware: "абырвалг"Re: maps.google.commaps.google.commaps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: Выбор ноутбука под linuxRe: maps.google.comRe: maps.google.comRe: maps.google.comсайт по совместимому с эхотагом железусайт по совместимому с эхотагом железуRe: maps.google.comRe: maps.google.comreceiverslackware: "абыpвалг"maps.google.comslackware: "абырвалг"slackware: "абырвалг"slackware: "абырвалг"slackware: "абырвалг"maps.google.comslackware, xmms && cp1251 шрифтыЧто-то с локальюRe: maps.google.comRe[2]: maps.google.comRe: maps.google.comRe: maps.google.comIBM Netfinity Gentoo LinuxRe: maps.google.comRe: maps.google.comDVB (satellite reception)Re: maps.google.comDMAASPLinux 9,10,11. Где bootlogd ?Re: ASPLinux 9,10,11. Где bootlogd ?Re: ASPLinux 9,10,11. Где bootlogd ?Re: maps.google.comRe: maps.google.comRe: maps.google.comRe: slackware: "абырвалг"Re: maps.google.comRe: maps.google.comRe: maps.google.comRe: slackware: "абырвалг"DMADMARe: DMARe: DMARe: maps.google.comRe: Выбор ноутбука под linuxslackware: "абырвалг"Re: slackware: "абырвалг"slackware: "абырвалг"slackware: "абыpвалг"maps.google.comRe: swish-eRe: maps.google.comDouble NATRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comDouble NATRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.commaps.google.commaps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.commaps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.commaps.google.comRe: maps.google.comRe: maps.google.comRe: maps.google.comMozilla Firefox 2.0 beta
  1 2 3
 slackware: "абырвалг"
From: Eugene Smirnoff
Data: 2006-07-14 00:26:04
Hi Alexander, hope you are having a nice day!

 AB> У меня такое чувство, что где то в иксах судя по всему 
 AB> настраивается.. Порылся - не нашел.
 AB> И еще: там стоят LANGUAGE, LANG, LC_ALL, итп en_EN. Как вылечить раз 
 AB> и навсегда?
Хех. И кто тебя заставлял Slackware ставить?:) Версию Слаки не указал.
http://slackware.pp.ru/config_linux.shtml - консоль и X-сервер

Руссификация Slackware 9.  
http://www.opennet.ru/base/rus/slackware9rus.txt.html

Руссификация Slackware 10.
http://saratov.lug.ru/cgi-bin/doc.cgi?action=content&sub_act=view&id_group=4&i
d_docs=77&start=0

У меня Slackware 10.2 (жду-не дождусь 11-й версии) и такие настройки, которые
тебе должны помочь (локаль koi8-r):
/etc/
  gtk/
    gtkrc.ru
    (style "gtk-default-ru" {
       fontset = "-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-koi8-r-*,\
                  -*-arial-medium-r-normal--14-*-*-*-*-*-koi8-r,\
                  -cronyx-helvetica-medium-r-normal--14-*-*-*-*-*-koi8-r,\
                  -*-arial-medium-r-normal--14-*-*-*-*-*-koi8-r,*-r-*"
     }
     class "GtkWidget" style "gtk-default-ru")
  profile.d/
    lang.sh
    (пиши export LANG=ru_RU.KOI8-R)
  rc.d/
    rc.font
    (setfont Cyr_a8x16
    mapscrn koi2alt
    for n in 1 2 3 4 5 6; do 
      echo -ne "\033(K" > /dev/tty$n
    done)
    rc.keymap
    (if [ -x /usr/bin/loadkeys ]; then
    /usr/bin/loadkeys ru-ms.map
    fi)
    rc.M
    (должны быть такие строчки:
    # Load a custom screen font if the user has an rc.font script.
    if [ -x /etc/rc.d/rc.font ]; then
    . /etc/rc.d/rc.font
    fi
    # Load a custom keymap if the user has an rc.keymap script.
    if [ -x /etc/rc.d/rc.keymap ]; then
    . /etc/rc.d/rc.keymap
    fi
/usr/
  share/
    locale/
      locale.alias
      (прописываешь
      russian ru
      ru      ru_RU
      ru_RU   ru_RU.KOI8-R)

И вроде бы всё. Этого должно быть достаточно. Естественно, должны быть
установлены (скопированы) русские шрифты в подходящие каталоги и прописаны в
xorg.conf.
При запуске программ через 
  env <ДругаяЛокаль> <HазваниеПрограммы>
текст может не отображаться (характерно для gtk-приложений). Если в этом случае
в консоль пишется "локаль не поддерживается системой", то нужно всего лишь
скомпилировать файлы определения локали (это во многих дистрибутивах линукса
так). Подробнее в man localedef.
Пример для кодировки CP1251:
# localedef -i ru_RU -c -f CP1251 ru_RU.CP1251

ЗЫ. Слака рулед :)

It is now safe to turn off you computer

Поиск эхоконференции


Смотреть всё
Поиск статей




Ссылки

Разный Бред
 1 2 3 4 5 6 7 8 9 10 Next
  Всего на сервере 1117 групп(ы) телеконференций
ukr.science6
fido7.adinf.support77
fido7.andrushatnik.pvt3
fido7.avp.support5
fido7.bel.digest23
fido7.bink.plus5
fido7.bocharoff.must.die26
fido7.brake-s.mailer.support4
fido7.capricorn.drugs61
fido7.castle.therron48
fido7.cbx.telecom2
fido7.christianos26
fido7.cka3ka.ctpahhoe.mecto2
fido7.crack30
fido7.crack.talks142
fido7.crazy-lovers11
fido7.ctepba.club31
fido7.ctpahhoe.mecto388
fido7.danger.atom1
fido7.demo.design4
fido7.dig.hacker3
fido7.donbass.test0
fido7.esib.sex0
fido7.esib.test0
fido7.f1072.compnews75
fido7.f1072.compnews.talk2
fido7.f400.link40
fido7.far.support97
Free Web Stats
Page is generated in 0,0366439819335938 sec