Загрузка дистрибутива Послать письмо
Multilinux-current
Старости
О проекте
Лицензия
Загрузка
Ссылки
Подсказки
F.A.Q.
Быстрый старт
Changelog 2.4.10 with Slack
Благодарности
Статьи
Купить
Команда
Примочки
Multilinux-2.4.10
Linux from Scratch
Rambler's Top100
Sakhalin Online - Сахалинские ресурсы в Сети
SAKH.COM - I love Сахалин
Cчетчик
Rambler's Top100
Победитель премии WEB.САХАЛИН.2003
© 2001-2003 Multilinux team

designed by ePress

ХИНТы

1. Midnight Commander
После установки системы, чтобы в mc (файловом менеджере) видеть русские буквы - требуется в параметрах mc установить ввод и отображения текста в 8-битовом режиме. И сохранить параметры.

2.Мышь.
===== Пример rc.gpm для Genius Netmouse PS/2
gpm -m /dev/psaux -t netmouse
===== Пример rc.gpm для Logitech USB
gpm -m /dev/mouse -t imps2
Внимание! Для нормальной работы USB-мышки необходимо найти и раскомментировать в /etc/rc.modules строки
/sbin/modprobe/usb-uhci
/sbin/modprobe/hid
/sbin/modprobe/usbmouse
/sbin/modprobe/mousedev


3. Настройки X-server'а
/etc/X11/XF86Config -настройки X-сервера.
Рядом файлы XF86Config.tnt2-rus- пример конфигурации с видеокартой NVidia, переключением клавиатуры по Ctrl-Shift и мышкой Genius NetMouse, и файл XF86Config.3dfx-rus - пример с Voodoo3, переключение по CTRL+Shift и мышкой Logitech USB

============= Примерные настройки X сервера на 3Dfx
Section "Device"
Identifier "Voodoo 3"
Driver "tdfx"
VideoRam 16000
#Insert Clocks lines here if appropriate
EndSection
# *************************************************************
# Screen sections
# *************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "Voodoo 3"
Monitor "My Monitor"
DefaultColorDepth 24
Subsection "Display"
Depth 8 Modes
"1280x1024"
"1024x768"
"800x600"
"640x400"
EndSubsection
Subsection "Display"
Depth 16 Modes
"1280x1024"
"1024x768"
"800x600"
"640x480"
EndSubsection
Subsection "Display"
Depth 24 Modes
"1280x1024"
"1024x768"
"800x600"
"640x
EndSubsection
EndSection

=======Примерные настройки для видеокарт Nvidia
# **************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **************************************************************
# Section"Module"
Load "dbe"
# Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga"
# don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "speedo"
Load "glx"
EndSection
# **************************************************************
# Graphics device section
# **************************************************************
# Any number of graphics device sections may be present
Section "Device"
Identifier "NV AGP"
VendorName "nvidia"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command.
BusID "AGP:1:0:0"
# Option "Nv EndSection
# **************************************************************
# Screen sections
# **************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the ith the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "NV AGP"
Monitor "My Monitor"
DefaultColorDepth 24
Subsection "Display"
Depth 8 Modes
"1280x1024"
"1024x768"
"800x600"
"640x400"
EndSubsection
Subsection "Display"
Depth 16 Modes
"1280x1024"
"1024x768"
"800x600"
"640x480"
EndSubsection
Subsection "Display"
Depth 24 Modes
"1280x1024"
"1024x768"
"800x60
EndSubsection
EndSection


Для видеокарт Nvidia необходим официальный драйвер www.nvidia.com. При установке драйвера требуются файлы, создающиеся при компиляции ядра. Поэтому если не хотите чтобы тормозила графика- придется перекомпилировать ядро ;) После этого драйвер Nvidia собирается и устанавливается без проблем.
(кстати, при перекомпиляции ядра лучше не включать поддержку Riva Virtual Framebuffer, будет глючить из за конфликта реализации поддержки Nvidia в ядре и в драйвере, через обычный фреймбуффер все прекрасно работает)

=======Примерные настроки для мышки Logitech USB
# **************************************************************
# Core Pointer's InputDevice section
# **************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
EndSection
======== Для мышки Genius Netmouse PS/2
# **************************************************************
# Core Pointer's InputDevice section
# **************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "NetMousePS/2"
Option "Device" "/dev/psaux"
EndSection

======= оормальный ввод и переключение Рус-Англ
# ***************************************************************
# Core keyboard's InputDevice section
# **************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc102"
Option "XkbLayout" "ru"
Option "XkbVariant" "winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection
===========


4.Диски:
Для нормального монтирования раздела ntfs (WinNT, Win2000) добавьте в /etc/fstab строку вида
/dev/hda1 /mnt/win2000 ntfs ro,iocharset=koi8-r,show_sys_files=1 1 0
~- раздел с НТФС ~- куда монтировать ~- нормальная перекодировка русского и показывать все файлы. иначе половина файлов не показывается (видимо считаются системными ;) )


5. Документация.
Вся документация находится в /usr/doc. Рекомендуется внимательно прочитать slackbook-rus (перевод dolphin)


6. Wmaker
Меню находится в ~/GNUstep/Defaults/menu.ru Вызывается из ~/GNUspep/Defaults/WMRootMenu Если испортили меню - можно просто скопировать в ~/GNUstep/Defaults из каталога /usr/X11/etc файлы menu.ru и WMRootMenu


7.LICQ
Чтобы была нормальная перекодировка с клиентами Mirabilis ICQ рекомендуется скопировать содержимое каталога /usr/local/share/licq в каталог ~/.licq И с параметрах Licq установить перекодировку Russian_WIN


8. Russpack
Для нормальной кодировки KOI8-R везде НЕОБХОДИМО обязательно установить пакет russpack с диска Y1.

Интересности
Cooler
Anfrax
Linux Org ru
Linuxportal
Zimbabwe
Compromat.ru
ORSM
Тупости
Infosakh