Прочитав рекоммендации в данном форуме сделал следующий файл кофигурации:
<--- Усе поел проклятый хомяк Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" # 3D layer EndSection
Section "Monitor" Identifier "monitor1" VendorName "Plug'n Play" HorizSync 30-96 VertRefresh 50-160 ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630 ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616 EndSection
Section "Monitor" Identifier "monitor2" ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630 ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616 EndSection
Section "Device" Identifier "device1" VendorName "nVidia Corporation" BoardName "NVIDIA GeForce2 DDR (generic)" Driver "nv" Screen 0 BusID "PCI:1:0:0" Option "DPMS" EndSection
Section "Device" Identifier "device2" VendorName "S3 Inc." BoardName "S3 Trio64 (generic)" Driver "s3" Screen 0 BusID "PCI:2:5:0" Option "DPMS" EndSection
Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 24 Virtual 1152 864 EndSubsection EndSection
Section "Screen" Identifier "screen2" Device "device2" Monitor "monitor2" DefaultColorDepth 24 Subsection "Display" Depth 24 Virtual 1152 864 EndSubsection EndSection
Section "ServerLayout" Identifier "layout1" #Option "Xinerama" Screen "screen1" 0 0 Screen "screen2" RightOf "screen1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" EndSection <--- Усе поел проклятый хомяк
В результате имею следующее: вторая карта инициализируется X сервером и это видно. Но десктоп ни в какую не желает там появляться.
Результат: Поможите люди добрые.