anonymous@RULINUX.NET~# Last login: 2024-04-19 07:10:49
Регистрация Вход Новости | Разметка | Пользователи | Галерея | Форум | Статьи | Неподтвержденное | Трекер | Правила форума | F.A.Q. | Ссылки | Поиск
[#] [Добавить метку] [Редактировать]
Скрыть

failed to load module "pcidata"

Всем доброго! Проблема такая - иксы не стартуют и вываливается вот это:

(EE) Failed to load module "pcidata" (module does not exist, 0)

Fatal server error:

Unable to load required base modules, Exiting...

Но вот в чём прикол-то - вышеуказанного модуля нет в xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig

# nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Nov 4 14:07:17 PST 2008

Section "ServerLayout"

Identifier "X.org Configured"

Screen 0 "Screen0" 0 0

Screen 1 "Screen1" RightOf "Screen0"

InputDevice "Mouse0" "CorePointer"

InputDevice "Keyboard0" "CoreKeyboard"

EndSection

Section "Files"

FontPath "/usr/share/fonts/misc/"

FontPath "/usr/share/fonts/TTF/"

FontPath "/usr/share/fonts/OTF"

FontPath "/usr/share/fonts/Type1/"

FontPath "/usr/share/fonts/100dpi/"

FontPath "/usr/share/fonts/75dpi/"

EndSection

Section "Module"

Load "glx"

Load "extmod"

Load "xtrap"

Load "record"

Load "dbe"

Load "freetype"

Load "type1"

EndSection

Section "InputDevice"

Identifier "Keyboard0"

Driver "kbd"

EndSection

Section "InputDevice"

Identifier "Mouse0"

Driver "mouse"

Option "Protocol" "auto"

Option "Device" "/dev/input/mice"

Option "ZAxisMapping" "4 5 6 7"

EndSection

Section "Monitor"

Identifier "Monitor0"

VendorName "Monitor Vendor"

ModelName "Monitor Model"

EndSection

Section "Monitor"

Identifier "Monitor1"

VendorName "Monitor Vendor"

ModelName "Monitor Model"

EndSection

Section "Device"

Identifier "Card0"

Driver "nvidia"

VendorName "nVidia Corporation"

BoardName "Unknown Board"

BusID "PCI:2:0:0"

EndSection

Section "Device"

Identifier "Card1"

Driver "nvidia"

VendorName "nVidia Corporation"

BoardName "Unknown Board"

BusID "PCI:0:1:3"

EndSection

Section "Screen"

Identifier "Screen0"

Device "Card0"

Monitor "Monitor0"

Option "NoLogo" "TRUE"

Option "RenderAccel" "True"

Option "NoRenderExtension" "False"

Option "AddARGBGLXVisuals" "True"

Option "DamageEvents" "True"

SubSection "Display"

Viewport 0 0

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 4

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 8

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 15

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 16

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 24

EndSubSection

EndSection

Section "Screen"

Identifier "Screen1"

Device "Card1"

Monitor "Monitor1"

Option "RenderAccel" "True"

Option "NoRenderExtension" "False"

Option "AddARGBGLXVisuals" "True"

Option "DamageEvents" "True"

SubSection "Display"

Viewport 0 0

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 4

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 8

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 15

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 16

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 24

EndSubSection

EndSection

Section "Extensions"

Option "Composite" "Enable"

EndSection

И вот ещё интересная вещь. У меня гента, и revdep-rebuild постоянно ругается на файл /usr/bin/scanpci, потом пересобирает иксы, но это не помогает. Если запустить revdep-rebuild ещё раз, то будет та же ругань на этот файл и опять пересоберутся иксы и ничего не произойдёт. Подскажите, что делать?

anonymous(*) (2009-03-19 20:20:45)

Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7

[Ответить на это сообщение]
[#] [Добавить метку] [Редактировать] Ответ на: failed to load module "pcidata" от anonymous 2009-03-19 20:20:45
avatar
Скрыть

Re:failed to load module "pcidata"

Всем доброго! Проблема такая - иксы не стартуют и вываливается вот это:

(EE) Failed to load module "pcidata" (module does not exist, 0)

Fatal server error: Unable to load required base modules, Exiting...

Проблема в том что этого модуля нет в xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Nov 4 14:07:17 PST 2008

Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection

Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection

Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "dbe" Load "freetype" Load "type1" EndSection

Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection

Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection

Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection

Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection

Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:2:0:0" EndSection

Section "Device" Identifier "Card1" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:0:1:3" EndSection

Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" Option "NoLogo" "TRUE" Option "RenderAccel" "True" Option "NoRenderExtension" "False" Option "AddARGBGLXVisuals" "True" Option "DamageEvents" "True" SubSection "Display" Viewport 0 0 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection

Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" Option "RenderAccel" "True" Option "NoRenderExtension" "False" Option "AddARGBGLXVisuals" "True" Option "DamageEvents" "True" SubSection "Display" Viewport 0 0 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection

Section "Extensions" Option "Composite" "Enable" EndSection

И вот ещё интересная вещь. У меня гента, и revdep-rebuild постоянно ругается на файл /usr/bin/scanpci, потом пересобирает иксы, но это не помогает. Если запустить revdep-rebuild ещё раз, то будет та же ругань на этот файл и опять пересоберутся иксы и ничего не произойдёт. Подскажите, что делать?

anonymous(*)(2009-03-19 20:25:11)

Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7
[#] [Добавить метку] [Редактировать] Ответ на: failed to load module "pcidata" от anonymous 2009-03-19 20:20:45
avatar
Скрыть

High School Musical HD Wallpapers

<img>http://moxx.ru/wp-content/uploads/2009/07/high-school-musical.jpg</img> Описание: Два студента средней школы — звезда, капитан команды по баскетболу, красавец Трой и тихая отличница, президент клуба науки Габриэлла — решают тайно прослушаться для музыкального мюзикла. Вскоре это решение переворачивает вверх дном и их мир, и их школу.* High School Musical-1 вошел в Книгу Рекордов Гиннеса как первый телевизионный фильм, девять песен из которого одновременно появились в списке 100 наиболее популярных песен на сайте Billboard Hot 100. * Саундтрек телефильма получил награду от Billboard Music Award как лучший саундтрек 2006 года, стал четырежды платиновым в Ирландии, дважды платиновым в Испании и Великобритании, платиновым в Италии и золотым во Франции, Германии и Португалии. Со времени своего выхода 10 января 2006 года шесть отдельных песен из High School Musical-1 стали «Золотыми синглами». В США диск с музыкой из телефильма не только стал альбомом 2006 года №1, но также саундтреком №1 и детским альбомом года №1. * В России главных героев фильма озвучали певец Сергей Лазарев (Зак Эфрон) и участники телепроекта «Фабрика звезд» Ксения Ларина (Ванесса Энн Хадженс) и Михаил Веселов (Лукас Грэбил), а также Евгения Отрадная (Эшли Тисдэйл), участница российского отборочного тура на конкурс «Евровидение 2008».

СКАЧАТЬ : http://moxx.ru/high-school-musical-hd-wallpapers/ <a href=http://moxx.ru/high-school-musical-hd-wallpapers/>High School Musical HD Wallpapers</a> : Очень высокого качество обои с фильма <a href=http://moxx.ru>Классный мюзикл / High School Musical</a> : <img>http://i063.radikal.ru/0808/4d/11c4bbb0faebt.jpg</img> <img>http://s54.radikal.ru/i143/0811/73/f440bd5bd379t.jpg</img> <img>http://s47.radikal.ru/i118/0811/ec/5e6800557c66t.jpg</img> <img>http://s48.radikal.ru/i120/0811/ab/6c90492bca93t.jpg</img>

_______________________ <a href=http://moxx.ru>скачать видео</a>,<a href=http://moxx.ru>скачать видео бесплатно</a>,<a href=http://moxx.ru>скачать для</a>,<a href=http://moxx.ru>скачать драйвера</a>,<a href=http://moxx.ru>скачать игры</a>,<a href=http://moxx.ru>скачать клип</a>,<a href=http://moxx.ru>скачать клипы</a>,<a href=http://moxx.ru>скачать ключ</a>,<a href=http://moxx.ru>скачать книги</a>,<a href=http://moxx.ru>скачать мелодии</a>,<a href=http://moxx.ru>скачать мр3</a>,<a href=http://moxx.ru>скачать музыку</a>,<a href=http://moxx.ru>скачать музыку бесплатно</a>,<a href=http://moxx.ru>скачать песни</a>,<a href=http://moxx.ru>скачать песни бесплатно</a>,<a href=http://moxx.ru>скачать программы</a>,<a href=http://moxx.ru>скачать русификатор</a>,<a href=http://moxx.ru>скачать софт</a>,<a href=http://moxx.ru>скачать темы бесплатно</a>,<a href=http://moxx.ru>скачать фото</a>,<a href=http://moxx.ru>скачать чат</a>

anonymous(*)(2009-07-14 20:05:21)

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Netscape/8.0.4
Этот тред читают 1 пользователь:
Анонимных: 1
Зарегистрированных: 0




(c) 2010-2020 LOR-NG Developers Group
Powered by TimeMachine

Valid HTML 4.01 Transitional Правильный CSS!