Помогите с настройкой...
Не знаю, к какому разделу форума отнести эту тему, поэтому пишу здесь.
Ситуация такая: после установки (за неимение гуру по рукой) возникло куча вопросов. С линуксом дружу давольно давно, но в его настройки сильно не углублялся.
Помогите мне вникнуть и настроить следующие вещи:
- Возможно ли нормально прикрутить alsa к аудио драйверу на карте с nForce4? OSS Мне тоже нравиться, но он не позволяет работать в многопотоковом режиме.. :(
- Почему-то не могу от имени простого пользователя использовать команду su. Пишет Permision denied. Как это лечить?
- Где еще надо настроить русские шрифты, чтобы mplayer их нормально отображал в своем меню? в xorg.conf присутствует FontPath "/usr/share/fonts/cyrillic", этот католог не пустой, но рус.слова в меню все равно не рисует...
- Я или дурак, или чего-то не понял, но как прикрутить рус. яз. в меню xmms и mc?
- Поддерживают ли дрова от nVidia карты со SLI режимом? У меня 2 карты 6600GT sli. Вот теперь и теряюсь в догатках, работают они в многопроцессорном режиме или по отдельности? Если sli возможен, то как его включить?
- Немогу никак сделать bootsplash. при попытке bootsplash_patch говорит, то ядро 2.6 не поддерживается.... (мое ядро 2.6.11-r7). Хотя rc-update говорит, что bootsplash стартует по default'у... Ядро собирал через genkernel, при этом нашол в конфиге ядра и поставил модуль bootsplash.
- че-то kpackage не захотел видеть мои ebuild'ы. При попытке указать насильно ему путь к билдам, просто меня игнорирует....
- у меня есть mp3 hdd плеер на 20 гиг. При подключении к компу он работает как внешний usb hdd. Линукс его просто не хочет замечать. mount выдает "/proc/bus/usb type usbfs (rw)". Но монтировать это устройство не хочет...
- Я помнимаю, что сидеть постоянно под root'ом - это не этично и можно легко положить систему, но в последний раз я все больше попадаю на статьи и топики на форумах, в которых народ пишет, что постоянно сидит под рутом... Для Gentoo есть сенс сидеть постоянно под рутом?
- Сейчас у меня процессор AMD64 3000+. я правильно выбрал для него ключ i86_64? или правильнее было бы использовать ключ amd64?
Вроде все. Остальные вопрсы буду дописывать по мере их появления. Думаю, рассмотрение этой темы будет полезна не только для меня...
Заранее благодарен.
З.Ы. Вот некоторые из конфигов:
---------------------XORG.CONF------------------------
# Sample XF86Config file for NVIDIA XFree86 drivers.
#
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
#
# Be sure to replace the monitor values with correct values for your
# monitor!
##########################################################################
#Section "Extensions"
# Option "Composite" "Enable"
#EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/lib64/modules"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "unix/:-1"
EndSection
##########################################################################
# Server flags section.
##########################################################################
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#NoTrapSignals
# Uncomment this to disable the
# This allows clients to receive this key event.
#DontZap
# Uncomment this to disable the
# sequences. This allows clients to receive these key events.
#DontZoom
# This allows the server to start up even if the
# mouse device can't be opened/initialised.
AllowMouseOpenFail
EndSection
##########################################################################
# Input devices
##########################################################################
#
# Keyboard section
#
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle"
EndSection
#
# Pointer section
#
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
#Option "Device" "/dev/psaux"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
##########################################################################
# Module section
##########################################################################
Section "Module"
Load "dbe"
# Load the glx module.
Load "glx"
Load "extmod"
Load "type1"
Load "freetype"
EndSection
##########################################################################
# Monitor section
##########################################################################
Section "Monitor"
Identifier "MyMonitor"
VendorName "Mitsubisi"
ModelName "Diamond Plus 120u"
# be sure to replace these values with values appropriate for your
# monitor!
HorizSync 31-82
VertRefresh 55-120
# 3840x2400 @ 12Hz for IBM's T221 FlatPanel
Modeline "3840x2400" 148.0 3840 3944 4328 4816 2400 2401 2404 2418
EndSection
##########################################################################
# Graphics device section(s)
##########################################################################
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. The BusID is usually optional when
# only using one graphics card.
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "NV PCI"
VendorName "nvidia"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command. The BusID is usually optional when
# only using one graphics card.
BusID "PCI:0:13:0"
EndSection
Section "Device"
Identifier "NV AGP TwinView"
VendorName "nvidia"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command. The BusID is usually optional when
# only using one graphics card.
BusID "PCI:1:0:0"
# sample twinview setup
Option "TwinView"
# be sure to replace the HorizSync and VertRefresh with correct values
# for your monitor!
Option "SecondMonitorHorizSync" "31-82"
Option "SecondMonitorVertRefresh" "55-120"
Option "TwinViewOrientation" "RightOf"
Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768"
Option "ConnectedMonitor" "crt,crt"
Option "NoLogo" "true"
EndSection
##########################################################################
# Screen sections
##########################################################################
#
# screen section for an nvidia AGP card
#
Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "MyMonitor"
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" "640x480"
EndSubsection
EndSection
#
# screen section for an nvidia PCI card
#
Section "Screen"
Identifier "Screen PCI"
Device "NV PCI"
Monitor "MyMonitor"
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" "640x480"
EndSubsection
EndSection
#
# screen section for an nvidia AGP TwinView card
# (look at the appropriate Device section)
#
Section "Screen"
Identifier "Screen AGP TwinView"
Device "NV AGP TwinView"
Monitor "MyMonitor"
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" "640x480"
EndSubsection
EndSection
##########################################################################
# ServerLayout sections
# (invoke using the '-layout' option of 'startx'.
##########################################################################
#
# just one agp card
#
Section "ServerLayout"
Identifier "AGP"
Screen "Screen AGP"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
#
# just one pci card
#
Section "ServerLayout"
Identifier "PCI"
Screen "Screen PCI"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
#
# 2 cards, non twinview
#
Section "ServerLayout"
Identifier "Both"
Screen "Screen AGP"
Screen "Screen PCI" LeftOf "Screen AGP"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
#
# just one agp twinview card
#
Section "ServerLayout"
Identifier "AGPTwinView"
Screen "Screen AGP TwinView"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
#
# 2 cards, one agp twinview and one pci (3 monitors total)
#
Section "ServerLayout"
Identifier "BothTwinView"
Screen "Screen AGP TwinView"
Screen "Screen PCI" LeftOf "Screen AGP TwinView"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
------------------MAKE.CONF----------------------------
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
#CHOST="amd64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
LANGUAGE="ru"
LINGUAS="ru"
VIDEO_CARDS="nvidia"
KEYWORDS="~amd64"
USE="3dnow 3dnowex X acpi alsa -arts avi dvd dvdread ffmpeg flash foomaticdb freetype -gnome gtk2 gtk kde mp3 mpeg nvidia nptl nls ogg oggvorbis -oss qt quicktime truetype vcd"