LINUX.ORG.RU

Ответ на: комментарий от mikhail

Локаль сразу выставляется, и в консоли шрифт стоит?

Orlangoor ★★★★★
()

Консоль: apt-get install console-cyrillic
X-ы: руководство по руссификации от любого дистрибутива.

parser ★★
()

>Kak pravilno rusificirovat debian (i consol, i iksy)? Nashel staroe rukovodstvo, no ono za 98 god =(

------------------------------

Консоль:

apt-get install console-cyrillic locales

dpkg-reconfigure locales

------------------------------

Иксы:

В /etc/X11/XF86Config-4

--------cut

Section "InputDevice"

...

Option "XkbLayout" "us,ru"

Option "XkbOptions" "grp_led:scroll,grp:ctrl_shift_toggle"

...

EndSection

--------cut

Теперь шрифты:

apt-get install xfonts-cyrillic

MOByte
()
Ответ на: комментарий от kuz

>http://www.linux.org.ru/faq.jsp

Ты хоть одно слово по русификации дебиана там видел? Нет? Ну и нечего советовать. Тем более что там оччччень серьезный ашипка есть - авторы перепутали testing и unstable

Orlangoor ★★★★★
()

так по порядку


кириллизация консоли и иксов

по дефаулту locale ru_RU.KOI8-R



/toto/.profile

# ~/.profile: executed by Bourne-compatible login shells.

if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
export PATH

mesg n
#export LANG="C"
#export LC_CTYPE="C"
export LC_COLLATE="C"
export LC_NUMERIC="C"
export LC_TIME="C"
export LC_MESSAGES="C"
export LC_PAPER="C"
export LC_NAME="C"
export LC_IDENTIFICATION="C"
export LC_ADDRESS="C"
export LC_TELEPHONE="C"
export LC_MEASUREMENT="C"
export LC_MONETARY="C"





/home/sasha/.bash_profile


# ~/.bash_profile: executed by bash(1) for login shells.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

umask 022

# the rest of this file is commented out.

# include .bashrc if it exists

#if [ -f ~/.bashrc ]; then
# source ~/.bashrc
#fi

# set PATH so it includes user's private bin if it exists
#if [ -d ~/bin ] ; then
# PATH=~/bin:"${PATH}"
#fi

# do the same with MANPATH
#if [ -d ~/man ]; then
# MANPATH=~/man:"${MANPATH}"
#fi
#export LANG="C"
#export LC_CTYPE="C"
export LC_COLLATE="C"
export LC_NUMERIC="C"
export LC_TIME="C"
export LC_MESSAGES="C"
export LC_PAPER="C"
export LC_NAME="C"
export LC_IDENTIFICATION="C"
export LC_ADDRESS="C"
export LC_TELEPHONE="C"
export LC_MEASUREMENT="C"
export LC_MONETARY="C"



/usr/share/doc/console-cyr[tab]

vi /etc/console-cyrillic

# This is the system wide configuration file for cyr(1).
# In Debian it is used also by /etc/rcS.d/S61console-cyrillic
# (Package: console-cyrillic)

# LOOK:
# Change this to NO if you don't want this file to be altered by Debconf.
# Debconf: YES

# LOOK:
# Set this to NO if you don't want the package console-cyrillic
# to setup Cyrillic on console at boot-time. Otherwise set it YES.
# Bootsetup: YES

style uni
size 16
encoding koi8-r
layout ru
options alt_shift_toggle
ttys /dev/tty[1-6]

j262 ★★
()
Ответ на: комментарий от j262

/etc/X11/XF86Config

особо интересные куски
клава
# Option "XkbDisable"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "ru"
# Option "XkbVariant" ""
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"

ИЛИ В ЗАвисимости от версии XFree86 Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbKeycodes" "xfree86"
Option "XkbTypes" "default"
Option "XkbCompat" "leds(scroll)"
Option "XkbSymbols" "us(pc104)+ru(winkeys)+group(alt_shift_toggle)"
Option "XkbGeometry" "pc(pc104)"
EndSection

мышь
Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
# Option "CorePointer"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"


дрова Nvidia

правим nv на nvidia

вроде все

j262 ★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.