Author Topic: Не запускается одновременно CRT и TV  (Read 2689 times)

0 Members and 1 Guest are viewing this topic.

Offline Silver

  • Newbie
  • *
  • Posts: 14
  • Karma: +0/-0
    • http://
Установлена SUSE 9.2 Pro. Не могу заставить чтобы изображение одновременно выводилось на монитор и ТВ. На МДК 10, у меня это было без проблем. Сейчас железо тоже самое. Но выводится либо только на монитор либо только на ТВ. Дрова стоят от NVIDIA. Скачивалось специальным скриптом для СУСЕ.
Привожу часть конфига:

Code: [Select]
Section "Monitor"
  DisplaySize  340 270
  HorizSync    30-82
  Identifier   "Monitor[0]"
  ModelName    "VG712"
  Option       "DPMS"
  VendorName   "VIEWSONIC"
  VertRefresh  50-85
  UseModes     "Modes[0]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline  "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066
  Modeline  "1024x768" 93.16 1024 1088 1200 1376 768 769 772 806
  Modeline  "800x600" 44.13 800 840 920 1040 600 601 604 624
  Modeline  "800x600" 51.73 800 840 928 1056 600 601 604 628
  Modeline  "640x480" 27.74 640 664 728 816 480 481 484 500
  Modeline  "640x480" 32.64 640 672 736 832 480 481 484 503
  Modeline  "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066
  Modeline  "1024x768" 93.16 1024 1088 1200 1376 768 769 772 806
  Modeline  "800x600" 44.13 800 840 920 1040 600 601 604 624
  Modeline  "800x600" 51.73 800 840 928 1056 600 601 604 628
  Modeline  "640x480" 27.74 640 664 728 816 480 481 484 500
  Modeline  "640x480" 32.64 640 672 736 832 480 481 484 503
  Modeline  "1024x768" 93.16 1024 1088 1200 1376 768 769 772 806
  Modeline  "800x600" 44.13 800 840 920 1040 600 601 604 624
  Modeline  "800x600" 51.73 800 840 928 1056 600 601 604 628
  Modeline  "640x480" 27.74 640 664 728 816 480 481 484 500
  Modeline  "640x480" 32.64 640 672 736 832 480 481 484 503
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1024x768" "800x600" "640x480" "340x270"
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1024x768" "800x600" "640x480"
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Section "Device"
  BoardName    "GeForce4 MX 420"
  Driver       "nvidia"
  Identifier   "Device[0]"
  Screen       0
  VendorName   "NVidia"
  Option       "ConnectedMonitor" "CRT,TV"
  Option       "TVStandart" "PAL_B"  
  Option       "TwinView"
  Option       "TwinViewOrientation" "Clone"
  Option       "TVOutFormat" "COMPOSITE"
  Option       "SecondMonitorVertRefresh" "60"
  Option       "SecondMonitorHorizSync" "30-50"
  Option       "MetaModes" "1280x1024,1280x1024; 640x480,640x480"
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[2]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Mouse[3]" "SendCoreEvents"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection