Ubuntu 9.10
видеокарта GeForce 8800GTS x2
Задача заставить работать видеокарты в режиме SLI
После установки драйвера (Система->Администрирование->Драйвер устройств.) ver 185
После перезагрузки только чёрный экран.
Пытался править xorg.conf , добавил как написано в мануале на сайте nvidia строчку Option "SLI" "string" где вместо string нужно указать режим работы
Option "SLI" "string"
This option controls the configuration of SLI rendering in supported configurations.
Value Behavior
0, no, off, false, Single Use only a single GPU when rendering
1, yes, on, true, Auto Enable SLI and allow the driver to automatically select the appropriate rendering mode.
AFR Enable SLI and use the Alternate Frame Rendering mode.
SFR Enable SLI and use the Split Frame Rendering mode.
AA Enable SLI and use SLI Antialiasing. Use this in conjunction with full scene antialiasing to improve visual quality.
AFRofAA Enable SLI and use SLI Alternate Frame Rendering of Antialiasing mode. Use this in conjunction with full scene antialiasing to improve visual quality. This option is only valid for SLI configurations with 4 GPUs.
Теперь файл xorg.conf выглядит так, но после рестарта всё равно пусто. идёт загрузка системы а дальше чёоный экран и всё.
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
Option "SLI" "AFR"
EndSection