LINUX.ORG.RU

NVidia 6111 + TV-Out


0

0

Есть GeForce2 MX/MX 400 на стандартной FC2.
После устаноки nvidia 6100 (или какие там были предыдущие) всё работало нормально (сделано 2 layout'а - один монитор, второй - TV). По Ctrl-Alt-F8 монитор гас, работал только TV.
После установки ядра 2.6.8.1 + к нему NVidia 6111 всё работать перестало - зажигаеться монитор, заместо TV (конфиг X-ов не менял), Пробовал: прописывать отдельно видеокарту, сам телевизор, и под них screen (сначало просто было - в screen Option "ConnectedMonitor" "TV"). Результат нулевой - по прежнему только монитор. Пробовал TwinView - работает, но это не то что нужно мне. Nvtv - тоже работает. Может кто-нибудь сталкивался с этой проблемой (хочеться именно переключаться layout-ами)? Приведите кусок конфига плиз.


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

   Identifier  "Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

   HorizSync   30-99.9
   
#    HorizSync   30-64         # multisync
#    HorizSync   31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync   15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

   VertRefresh 85-160

EndSection

Section "Monitor"

   Identifier  "TV"
   HorizSync   10-99.9
   VertRefresh 50-60

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"

   Identifier  "nvidia-crt"
   BusID       "PCI:1:0:0"
   Driver      "nvidia"
   VideoRam    131072
   Screen   0
   
   Option   "ConnectedMonitor"   "CRT-1"
   Option   "RenderAccel" "true"
   Option   "CursorShadow" "1"
   
   Option   "IgnoreDisplayDevice"   "TV" <========== Вот оно!!!

#   Insert Clocks lines here if appropriate
   
   Option       "OverlayDefaultVisual" "true"
   Option       "CIOverlay" "true"
   Option       "Overlay" "true"
   Option       "RenderAccel" "true"
   Option       "NoLogo" "true"
   Option       "NvAGP" "3"

EndSection

Section "Device"
   
   Identifier  "nvidia-tv"
   BusID       "PCI:1:0:0"
   Driver      "nvidia"
   Screen   1
   
   Option   "ConnectedMonitor"   "TV-0"
   Option   "TVStandard"   "PAL-G"
   Option   "TVOutFormat"   "COMPOSITE"

#   Insert Clocks lines here if appropriate

EndSection 

Section "Extensions"
   
   Option "Composite"   "true"
   Option "RENDER"   "true"

EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.


Section "Screen"

   Identifier  "CRT Screen"
   Device      "nvidia-crt"
   Monitor     "Monitor"
   DefaultDepth 24
   
   Subsection "Display"

      Depth       24
      Modes       "1280x1024" "800x600" "640x480"
      ViewPort    0 0

   EndSubsection

EndSection

Section "Screen"
   
   Identifier "TV Screen"
   Device   "nvidia-tv"
   Monitor   "TV"
   DefaultDepth 24
   
   Subsection "Display"
   
      Depth 24
      Modes "800x600"
      ViewPort 0 0

   EndSubsection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

#    Screen "Screen 1"
    Screen 0 "CRT Screen"
    Screen 1 "TV Screen" rightOf "CRT Screen"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
#    Mode 0666
# EndSection 

cyclon ★★★★★
()
Ответ на: комментарий от cyclon

Не работает -( Конфиг:
(этот один в один, а пробовал ещё отдельный layout)
- TV не зажигаеться. С nvtv работает по прежнему.
Section "Monitor"
Identifier "Monitor"
VendorName "Gateway"
ModelName "Gateway CrystalScan 700-069"
DisplaySize 320 240
HorizSync 31.0 - 69.0
VertRefresh 50.0 - 110.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "TV"
HorizSync 30-50
VertRefresh 50-60
EndSection

Section "Device"
Identifier "nvidia-crt"
Driver "nvidia"
Option "ConnectedMonitor" "CRT-0"
Option "RenderAccel" "true"
Option "CursorShadow" "1"

Option "IgnoreDisplayDevice" "TV"
Option "NoLogo" "true"
Screen 0
EndSection

Section "Device"
Identifier "nvidia-tv"
Driver "nvidia"
Option "ConnectedMonitor" "TV-0"
Option "TVStandard" "NTSC-J"
Option "TVOutFormat" "COMPOSITE"
Screen 1
EndSection

Section "Screen"
Identifier "CRT Screen"
Device "nvidia-crt"
Monitor "Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

Section "Screen"
Identifier "TV Screen"
Device "nvidia-tv"
Monitor "TV"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Monitor"
Screen 0 "CRT Screen"
Screen 1 "TV Screen" rightOf "CRT Screen"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Ism
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.