[GUFSC] Saida p/ TV

r2 em inf.ufsc.br r2 em inf.ufsc.br
Quinta Março 17 15:22:31 BRT 2005


To com problemas para configura a saida p/ TV da minha
GF FX5200, to usando SuSE 9.2 ccom xorg.
A maneira que encontrei foi abrir um novo X.
# X :1 -config tv.conf
Mas ainda nao funfa...
Alguem tem alguma dica!?

Arthur
(Segue abaixo o .conf)

Section "Files"
    InputDevices "/dev/input/mice"
    FontPath    "/usr/share/fonts/ttf-bitstream-vera"
    FontPath    "/usr/share/fonts/terminus"
    FontPath    "/usr/share/fonts/corefonts"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/freefont"
    FontPath    "/usr/share/fonts/artwiz"
    FontPath    "/usr/share/fonts/local"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/share/fonts/75dpi:unscaled"
    FontPath    "/usr/share/fonts/100dpi:unscaled"
    FontPath    "/usr/share/fonts/encodings"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/util"
    FontPath    "/usr/share/fonts/unifont"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/X11R6/lib/X11/fonts"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/ghostscript"
    FontPath    "/usr/share/fonts/ukr"
    FontPath    "/usr/X11R6/lib/X11/fonts/sharefont"
    FontPath    "/usr/X11R6/lib/X11/fonts/xawtv"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail"
EndSection

Section "Module"
  Load         "type1"
  Load         "dbe"
  Load         "freetype"
  Load         "glx"
  #Load         "speedo"
  Load         "extmod"
  #Load         "sdl"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard0"
  Option       "XkbLayout" "it"
  Option       "XkbModel" "pc104"
  Option       "XkbRules" "xfree86"
  Option       "XKbOptions" " "
EndSection

Section "InputDevice"
Identifier  "Mouse1"
Driver      "mouse"
Option      "Buttons" "5"
Option "SendCoreEvents" "true"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Name" "AutoDetected"
Option "Vendor" "AutoDetected"
EndSection

Section "Monitor"
  Identifier   "Monitor0"
  HorizSync    31-70
  VertRefresh  50-120
  Option       "CalcAlgorithm" "CheckDesktopGeometry"

  # 1024x768 @ 75.00 Hz (GTF) hsync: 60.15 kHz; pclk: 81.80 MHz
  Modeline "En5100e"  81.80  1024 1080 1192 1360  768 769 772 802  -HSync +Vsync
  # 800x600 @ 75.00 Hz (GTF) hsync: 47.02 kHz; pclk: 48.91 MHz
  Modeline "DJ530"  48.91  800 840 920 1040  600 601 604 627  -HSync +Vsync
  # 800x600 @ 60.00 Hz (GTF) hsync: 37.32 kHz; pclk: 38.22 MHz
  Modeline "TvOut"  38.22  800 832 912 1024  600 601 604 622  -HSync +Vsync

EndSection

Section "Device"
  Identifier   "tvon"
  Driver       "nvidia"
  BusID        "1:0:0"
  Option       "TwinView" "on"
  Option       "NvAGP" "1"
  Option       "ConnectedMonitor" "CRT , TV"
  Option       "TvOutFormat" "COMPOSITE"
  Option       "TvStandard" "PAL-M"
  Option       "TwinViewOrientation" "Clone"
  Option       "SecondMonitorHorizSync" "30-50"
  Option       "SecondMonitorVertRefresh" "30-60"
  Option       "MetaModes" "1024x768,1024x768"
#  Option       "MetaModes" "En5100e,800x600"
EndSection

Section "Screen"
  Identifier   "tvon"
  Device       "tvon"
  Monitor      "Monitor0"
  DefaultDepth 16
  SubSection "Display"
    Depth      16
    Modes      "800x600"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1024x768"
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier   "tvon"
  InputDevice  "Keyboard0" "CoreKeyboard"
  InputDevice  "Mouse1" "CorePointer"
  Option       "Clone" "on"
 Option       "Xinerama" "on"
  Screen       "tvon"
EndSection





Mais detalhes sobre a lista de discussão Gufsc