Форум русскоязычного сообщества Ubuntu


Считаете, что Ubuntu недостаточно дружелюбна к новичкам?
Помогите создать новое Руководство для новичков!

Автор Тема: 2 видеокарты PCI-E - вторая стартует не сразу!!!  (Прочитано 654 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн break1

  • Автор темы
  • Любитель
  • *
  • Сообщений: 60
    • Просмотр профиля
система: kubuntu 8.04

Имеется правильно сконфигурированный xorg.conf - настраивался ручками

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
Fontpath "/usr/local/share/fonts"
EndSection

Section   "InputDevice"
    Identifier "touchscreen"
    Driver "evtouch"
    Option "Device" "/dev/input/by-path/pci-0000:00:02.0-usb-0:1:1.0-event-joystick"
    Option "DeviceName" "touchscreen"
    Option "MinX" "100"
    Option "MinY" "120"
    Option "MaxX" "2200"
    Option "MaxY" "1750"
    Option  "SwapY" "1"
#   Option   "SwapXY"   "1"
    #Option "ReportingMode" "Raw"
    #Option "Emulate3Buttons" "No"
    #Option "Emulate3Timeout" "50"
    #Option "SendCoreEvents" "On"
    Option "AbsoluteScreen" "1"
EndSection

Section "InputDevice"
    Identifier "touchscreen2"
    Driver "evtouch"
    Option "Device" "/dev/input/by-path/pci-0000:00:02.0-usb-0:2:1.0-event-joystick"
    Option "DeviceName" "touchscreen2"
    Option "MinX" "-2000"
    Option "MinY" "120"
    Option "MaxX" "100"
    Option "MaxY" "1750"
    Option  "SwapY" "1"
#   Option   "SwapXY"   "1"
    #Option  "ScreenNo" "1"
    #Option "ReportingMode" "Raw"
    #Option "Emulate3Buttons" "No"
    #Option "Emulate3Timeout" "50"
    #Option "SendCoreEvents" "No"
    Option "AbsoluteScreen" "0"
EndSection


Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "grp:caps_toggle, grp:win_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
Identifier "nVidia_GeForce_1"
Driver "nvidia"
Busid "PCI:5:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "False"
Screen 0
EndSection

Section "Device"
Identifier "nVidia_GeForce_2"
Driver "nvidia"
Busid "PCI:5:0:0"
Option "NoLogo" "False"
Screen 1
EndSection

Section "Device"
Identifier "nVidia_GeForce_3"
Driver "nvidia"
Busid "PCI:4:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "False"
Screen 0
EndSection

Section "Device"
Identifier "nVidia_GeForce_4"
Driver "nvidia"
Busid "PCI:4:0:0"
Option "NoLogo" "False"
Screen 1
EndSection

Section "Monitor"
Identifier "Monitor_1"
Option "DPMS"
Horizsync 28-51
Vertrefresh 43-60
EndSection

Section "Monitor"
Identifier "Monitor_2"
Option "DPMS"
Horizsync 28-51
Vertrefresh 43-60
EndSection

Section "Monitor"
Identifier "Monitor_3"
Option "DPMS"
Horizsync 28-51
Vertrefresh 43-60
EndSection

Section "Monitor"
Identifier "Monitor_4"
Option "DPMS"
Horizsync 28-51
Vertrefresh 43-60
EndSection

Section "Screen"
Identifier "Screen_1"
Device "nVidia_GeForce_1"
Monitor "Monitor_1"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen_2"
Device "nVidia_GeForce_2"
Monitor "Monitor_2"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen_3"
Device "nVidia_GeForce_3"
Monitor "Monitor_3"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen_4"
Device "nVidia_GeForce_4"
Monitor "Monitor_4"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen_1" 0 0
Screen 1 "Screen_2" RightOf "Screen_1"
Screen 2 "Screen_3" RightOf "Screen_2"
Screen 3 "Screen_4" RightOf "Screen_3"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
        InputDevice "touchscreen" "CorePointer"
        InputDevice "touchscreen2"

# Uncomment if you have a wacom tablet
# InputDevice     "stylus" "SendCoreEvents"
# InputDevice     "cursor" "SendCoreEvents"
# InputDevice     "eraser" "SendCoreEvents"
EndSection

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


Там прописано 2 точскрина (но они тут не при чем) и 4 видеократы - естественно busID в каждом компе свои.
Все настроено без xenerama - как отдельные X-скрины.
Имеем 4 монитора подключенные к этим видеокартам!

ПРОБЛЕМА: при первом включении компа - те два монитора что подключены ко второй видюхе (более нижний PCI-E разъем) "МОЛЧАТ" - т.е. при старте они не стартуют - в nvidia-settings они видны - показано что отключены!! Если перезапустить X сервер - или даже просто выбрать завершение работы-перезапуск!!! - то все моники включаются!!!
Что это глюк драйверов?? Как отделаться от этого т.к. мне нужно настроить систему так чтобы человек нажал кнопку - и сразу засветились 4 моника, без всякиз перезапусков и жатий CTRL+ALT+BACKSPACE???

пробовал на 2-х абсолютно разных материнках (одна на intel, другая на nForce4) обе имеют по 2 pci-express разъема - и вставлены были абсолютно разные карточки - но все nvidia. В одной вставлены 2 карты nv7600 в другой nv8600+ nv7300. Результаты тестирования абсолютно идентичные!!! Дрова на nvidia - те что шли комплектом на Kubuntu - просто поставил галочку в менеджере проприетарных дров. 3D работает - проверял на nexuiz.

Оффлайн break1

  • Автор темы
  • Любитель
  • *
  • Сообщений: 60
    • Просмотр профиля
Нашел хитрое решение, но извратное, так получается никто не сталкивался?

 

Страница сгенерирована за 0.036 секунд. Запросов: 20.