LINUX.ORG.RU

Не стартуют X с nouveau драйвером


0

1

Fedora 14 x86_64
Сейчас установлены проприетарные драйвера nvidia. Хочу запустить Х-ы с nouveau драйвером. Не стартуют.
xorg.conf генерил

Xorg -configure
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "catalogue:/etc/X11/fontpath.d"
        FontPath     "built-ins"
EndSection

Section "Module"
        #Load  "dri2"
        #Load  "dri"
        #Load  "record"
        #Load  "extmod"
        #Load  "glx"
        #Load  "dbe"
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 "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        Identifier  "Card0"
        Driver      "nouveau"
        #BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        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
Xorg.0.log полный лог - http://fpaste.org/gk1Q/

Последние строчки:

[   742.016] (EE) [drm] failed to open device
[   742.016] (EE) No devices detected.
[   742.016] 
Fatal server error:
[   742.016] no screens found

Из секции Module все было без коментариев, тоже неудачно. Дравйвер установлен

xorg-x11-drv-nouveau.x86_64
Подскажите, что делаю не так? Почему не стартуют иксы?


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

не нужен. У тебя модуль для nouveau то подгружается?

И да, лучше пусть оно автоматом настройки иксов поднимает. xorg.conf устарел и например у меня не работает.

devl547 ★★★★★
()

> Подскажите, что делаю не так?
Забыли разблеклистить nouveau?
См. /etc/modprobe.d/nvidia-kernel-common.conf

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

а старые драйвера за вас кто подчищать будет?

Удаление nvidia проприетарных дров обязательно разве?

n0b0dy
() автор топика
Ответ на: комментарий от AITap

Такого файла нет, есть вот такое:

cat blacklist-nouveau.conf 
# RPM Fusion blacklist for nouveau driver - you need to run as root:
# dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
# if nouveau is loaded despite this file.
blacklist nouveau
ll /etc/modprobe.d
итого 56
drwxr-xr-x   2 root root  4096 Фев 26 10:34 .
drwxr-xr-x 146 root root 12288 Мар  5 13:36 ..
-rw-r--r--   1 root root    52 Ноя  5 17:50 anaconda.conf
-rw-r--r--   1 root root   884 Авг  5  2010 blacklist.conf
-rw-r--r--   1 root root    38 Ноя  5 19:56 blacklist-ipv6.conf
-rw-r--r--   1 root root   185 Ноя  4  2009 blacklist-nouveau.conf
-rw-r--r--   1 root root   382 Ноя 25  2009 dist-alsa.conf
-rw-r--r--   1 root root  5616 Ноя 25  2009 dist.conf
-rw-r--r--   1 root root   473 Ноя 25  2009 dist-oss.conf
-rw-r--r--   1 root root    52 Янв 21 13:25 floppy-pnp.conf
-rw-r--r--   1 root root     0 Фев 27 23:12 network.conf
-rw-r--r--   1 root root    49 Фев 15 23:45 vmware-fuse.conf
n0b0dy
() автор топика
Ответ на: комментарий от AITap

blacklist nouveau

Вот видите? Это необходимо отключить и, возможно, заблеклистить nvidia.

Подскажите как?

n0b0dy
() автор топика
Ответ на: комментарий от n0b0dy

Поставить в начале этой строки символ «#», на новой строке написать blacklist nvidia, сохранить изменения и перезагрузиться.

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

Всем спасибо! Получилось.
Кто столкнётся c подобным читайте посты AITap

n0b0dy
() автор топика
Ответ на: комментарий от Deleted

И удалить xorg.conf.

xorg.conf у меня уже был подготовлен, а так да можно и удалить, если лень ковыряться.

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