[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: TV-OUT com resolucao errada



Adiciona as opcoes de Twin view no xorg da seguinte forma:

Atualmente sua sessao device esta assim:
Section "Device"
      Identifier      "S3 Inc. 86C270-294 Savage/IX-MV"
      Driver          "savage"
      BusID           "PCI:1:0:0"
EndSection
Configure ela assim:

Section "Device"
      Identifier      "S3 Inc. 86C270-294 Savage/IX-MV"
      Driver          "savage"
      BusID           "PCI:1:0:0"
   Option "TwinView" "TRUE"
   Option "TwinViewOrientation" "Clone"
   Option "HorizSync" "CRT-0: 30-50; TV-0: 30-50"
   Option "VertRefresh" "CRT-0: 50-70; TV-0: 60"
   Option "MetaModes" "CRT-0: 1024x768, TV-0: 1024x768"
   Option "TVStandard" "PAL-M"
   Option "TVOutFormat" "SVIDEO"
   Option "ConnectedMonitor" "CRT-0,TV-0"
   EndSection

A opcao metamodes vc pode configurar a resulacao para se monitor e sua TV.
Nesse exemplo o outformat que usei foi SVIDEO, adeque isso de acordo com o seu dispositivo de saida. É importante tomar cuidado tb com os valores de Sincronismo Horizontal e Vertical.
Espero ter auxiliado. t+

Ass: ISB
I Look to the pool and i see de moon...
I Look to the moon, Where is the pool???




Section "Device"
      Identifier      "S3 Inc. 86C270-294 Savage/IX-MV"
      Driver          "savage"
      BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
      Identifier      "Generic Monitor"
      Option          "DPMS"
      HorizSync       28-51
      VertRefresh     43-60
EndSection

Section "Screen"
      Identifier      "Default Screen"
      Device          "S3 Inc. 86C270-294 Savage/IX-MV"
      Monitor         "Generic Monitor"
      DefaultDepth    24
      SubSection "Display"
              Depth           1
              Modes           "1024x768"
      EndSubSection
      SubSection "Display"
              Depth           4
              Modes           "1024x768"
      EndSubSection
      SubSection "Display"
              Depth           8
              Modes           "1024x768"
      EndSubSection
      SubSection "Display"
              Depth           15
              Modes           "1024x768"
      EndSubSection
      SubSection "Display"
              Depth           16
              Modes           "1024x768"
      EndSubSection
      SubSection "Display"
              Depth           24
              Modes           "1024x768"
      EndSubSection
EndSection

Section "ServerLayout"
      Identifier      "Default Layout"
      Screen          "Default Screen"
      InputDevice     "Generic Keyboard"
      InputDevice     "Configured Mouse"
      InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
      Mode    0666
EndSection




_______________________________________________________ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com


--
To UNSUBSCRIBE, email to debian-user-portuguese-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org





Reply to: