xorg 7.1 не запускается
В общем всё делал по Migrating to Modular X HOWTO. http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml.
Но иксы не запускаются.
Вот часть лога
(EE) Failed to load module "mouse" (module does not exist, 0)
(EE) Failed to load module "kbd" (module does not exist, 0)
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0): log file that the GLX module has been loaded in your X
(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
(EE) NVIDIA(0): you continue to encounter problems, Please try
(EE) NVIDIA(0): reinstalling the NVIDIA driver.
(EE) AIGLX: DRI module not loaded
(EE) No Input driver matching `mouse'
(EE) No Input driver matching `kbd'
No core keyboard
Куда делись модули мыши и клавиатуры не знаю. Вроде при установке прописывал в make.config INPUT_DEVICES="keyboard mouse". И ещё в придачу на хочет инициализировать glx модуль.
xorg.config
Section "Module"Load "dbe" # Double buffer extension
Load "type1"
Load "freetype"
Load "glx"
# Load "dri"
EndSection
#################################################
Section "Files"RgbPath "/usr/X11R6/lib/X11/rgb"
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 "/usr/share/fonts/local/"
# FontPath "/usr/share/fonts/Speedo/"
# FontPath "/usr/share/fonts/TrueType/"
# FontPath "/usr/share/fonts/freefont/"EndSection
###################################################Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:alt_shift_toggle,lv3:win_switch,ctrl:nocaps,grp_led:num,caps:internal"EndSection
###########################################Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons"EndSection
############################################Section "Monitor"
Identifier "Monitor0"
HorizSync 30.0 - 57.0
VertRefresh 50.0 - 120.0EndSection
############################################Section "Device"
Identifier "Card0"
VendorName "nVidia Corporation"
BoardName "GeForce 4 MX 440"
Driver "nvidia"EndSection
###############################################Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
################################################Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0"InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"EndSection
# Section "DRI"
# Mode 0666
# EndSection
На старом xorg конфиг работал.
В чём траблы братья по разуму? Кто обяснит?
- Для комментирования войдите или зарегистрируйтесь
emerge x11-base/xorg-server
emerge x11-base/xorg-server запусти ещёраз
у тебя по какойто причине он видать вывалился при сборке на видеокарте
модули собираются после неё
если после вываливания написать emerge xorg-x11 то он почемуто пропускает их
Ясность внёс
Ясность внёс emerge -pv xorg-server
Не были установлены по какой-то причине пакеты для mouse и keyboard.
Всё заработало.