Главная страница


ru.linux

 
 - RU.LINUX ---------------------------------------------------------------------
 From : doro@doro.poltava.ua                 2:5020/400     27 Jan 2006  22:01:36
 To : Sergey Mudry
 Subject : Re: Помогите настроить TV-OUT на nVidia
 -------------------------------------------------------------------------------- 
 
 
 On Sun, 15 Jan 2006, Sergey Mudry wrote:
 
 > Подключил телевизор к своей видеокарточке nVidia Geforce FX 5200.
 > Теперь хочу настроить TV-OUT, читаю документацию... и не могу
 > сообразить, как это организовать. Хочется на телевизоре смотреть кино, и
 > иметь возможность одновременно работать за основным монитором.
 > Идеальный вариант - чтобы на мониторе был основной Desktop, а
 > на телевизоре только дублировалось видео, выводимое через оверлей.
 > Можно ли так настроить?
 
 смотреть на телевизоре можно так:
 DISPLAY=:0.1 mplayer "что-то там"
 
 вот мой работающий конфиг xorg.conf
 
 === xorg.conf ====
 # transparent
 #Section "Extensions"
 #  Option "Composite" "Enable"
 #EndSection
 
 Section "dri"
 # Access to OpenGL ICD is allowed for all users:
     Mode 0666
 # Access to OpenGL ICD is restricted to a specific user group:
 #    Group 100    # users
 #    Mode 0660
 EndSection
 
 Section "Module"
     Load        "dbe"     # Double buffer extension
     SubSection  "extmod"
       Option    "omit xfree86-dga"   # don't initialise the DGA extension
     EndSubSection
     Load        "type1"
     Load        "freetype"
     Load        "glx"   # libglx.a
     #Load        "dri"   # libdri.a
 EndSection
 
 Section "Files"
     RgbPath   "/usr/X11R6/lib/X11/rgb"
     FontPath  "unix/:7100"
 EndSection
 
 Section "ServerFlags"
 #    Option "NoTrapSignals"
 #    Option "DontZap"
 #    Option "Dont Zoom"
 #    Option "DisableVidModeExtension"
 #    Option "AllowNonLocalXvidtune"
 #    Option "DisableModInDev"
 #    Option "AllowNonLocalModInDev"
 EndSection
 
 Section "InputDevice"
     Identifier "Keyboard1"
     Driver "kbd"
     Option "AutoRepeat" "500 30"
 
     Option "XkbModel"  "pc104"
     Option "XkbLayout" "us,ru,ua"
     #Option "XkbLayout"   "us"
     Option "XkbOptions" "grp:caps_toggle,grp_led:caps"
     #Option "XkbVariant" ",winkeys,"
 EndSection
 
 Section "InputDevice"
     Identifier "Mouse1"
     Driver "mouse"
     Option "Protocol"   "ImPS/2"
     #Option "Protocol"   "PS/2"
     Option "ZAxisMapping"   "4 5"
     Option "Device"     "/dev/psaux"
 EndSection
 ### Monitor
 ################################################################################
 ########
 
 Section "Monitor"
     Identifier  "Monitor0"
     HorizSync   30 - 85
     VertRefresh 50 - 160
     Option      "dpms"
 
     # XVGA @ 100Hz
     Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync
 +vsync
 EndSection
 
 Section "Monitor"
     Identifier  "Monitor1"
     HorizSync   30 - 50
     VertRefresh 60
 EndSection
 
 ### Device
 ################################################################################
 #######
 
 Section "Device"
     Identifier                          "VESA"
     Driver                              "vesa"
     BusID "PCI:1:0:0"    # vendor=1002, device=5b60
     Screen 0
 EndSection
 
 Section "Device"
     Identifier                          "NVidia0"
     Driver                              "nvidia"
     Option                              "nologo" "1"
     BusID "PCI:1:0:0"    # vendor=1002, device=5b60
     Screen 0
 EndSection
 
 Section "Device"
     Identifier                          "NVidia1"
     Driver                              "nvidia"
     Option                              "nologo" "1"
     BusID "PCI:1:0:0"    # vendor=1002, device=5b60
     Screen 1
     Option "TVStandart" "PAL-I"
     Option "ConnectedMonitor" "TV"
 EndSection
 
 ### Screen
 ################################################################################
 ##########
 
 Section "Screen"
     Identifier  "Screen0"
     Device      "NVidia0"
     Monitor     "Monitor0"
     DefaultDepth 24
     #Option "backingstore"
 
     Subsection "Display"
         Depth       24
         Modes       "1024x768@100" "800x600" "640x480"
         ViewPort    0 0  # initial origin if mode is smaller than desktop
 #        Virtual     1280 1024
     EndSubsection
 EndSection
 
 Section "Screen"
     Identifier  "Screen1"
     Device      "NVidia1"
     Monitor     "Monitor1"
     DefaultDepth 24
     #Option "backingstore"
 
     Subsection "Display"
         Depth       24
         Modes       "800x600" "640x480"
         ViewPort    0 0  # initial origin if mode is smaller than desktop
 #        Virtual     1280 1024
     EndSubsection
 EndSection
 Section "ServerLayout"
     Identifier  "Dual"
     Screen 0 "Screen0" 0 0
     Screen 1 "Screen1" RightOf "Screen0"
     InputDevice "Mouse1" "CorePointer"
     InputDevice "Keyboard1" "CoreKeyboard"
 EndSection
 
 === end xorg.conf ===
 
 Good luck.
 ----------------------
 With respect, Eduard.
 mailto:doro@doro.poltava.ua
 http://doro.poltava.ua
 ICQ: 176017203
 
 --- ifmail v.2.15dev5.3
  * Origin: Demos online service (2:5020/400)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 Помогите настроить TV-OUT на nVidia   Sergey Mudry   15 Jan 2006 15:19:52 
 Re: Помогите настроить TV-OUT на nVidia   Sergey Mudry   19 Jan 2006 21:18:58 
 Re: Помогите настроить TV-OUT на nVidia   Sergey Khvatov   20 Jan 2006 12:51:31 
 Re: Помогите настроить TV-OUT на nVidia   doro@doro.poltava.ua   27 Jan 2006 22:01:36 
 Re: Помогите настроить TV-OUT на nVidia   Sergey Mudry   29 Jan 2006 19:56:16 
 Re: Помогите настроить TV-OUT на nVidia   Andrew T   01 Feb 2006 10:45:57 
Архивное /ru.linux/672c21c8c9c.html, оценка 2 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional