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

TV-OUT com resolucao errada



Ai pessoal
Seguinte. Tenho um notebook com saida pra TV. O X no note ta configurado pra 1024x768. Quando eu ligo a saida do NOTE pra TV e jogo o sinal do PC pra TV (FN+F5), a TV exibe a imagem, mas com resolucao de 1024x768 (sendo que a resolucao da TV é menor)

Queria configurar isso de forma que a reaolucao na TV fique correta.

Acho que tenho que mexer alguma coisa no meu xorg.conf, mas não sei nem por onde comecar!

Alguem tem alguma dica?

PS : Segue algumas informacoes relevantes

lspci
0000:00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03) 0000:00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
0000:00:05.0 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
0000:00:05.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
0000:00:05.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
0000:00:05.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 03)
0000:00:08.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 09)
0000:00:08.1 Serial controller: Xircom Mini-PCI K56Flex Modem
0000:00:0b.0 CardBus bridge: Toshiba America Info Systems ToPIC95 PCI to Cardbus Bridge with ZV Support (rev 20) 0000:00:0b.1 CardBus bridge: Toshiba America Info Systems ToPIC95 PCI to Cardbus Bridge with ZV Support (rev 20) 0000:00:0c.0 Multimedia audio controller: Yamaha Corporation YMF-754 [DS-1E Audio Controller] 0000:01:00.0 VGA compatible controller: S3 Inc. 86C270-294 Savage/IX-MV (rev 11)

xorg.conf
Section "Files"
      FontPath        "/usr/share/X11/fonts/misc"
      FontPath        "/usr/share/X11/fonts/cyrillic"
      FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
      FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
      FontPath        "/usr/share/X11/fonts/Type1"
      FontPath        "/usr/share/X11/fonts/CID"
      FontPath        "/usr/share/X11/fonts/100dpi"
      FontPath        "/usr/share/X11/fonts/75dpi"
      # paths to defoma fonts
      FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
      FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
      Load    "GLcore"
      Load    "i2c"
      Load    "bitmap"
      Load    "ddc"
      Load    "dri"
      Load    "extmod"
      Load    "freetype"
      Load    "glx"
      Load    "int10"
      Load    "type1"
      Load    "vbe"
EndSection

Section "InputDevice"
      Identifier      "Generic Keyboard"
      Driver          "kbd"
      Option          "CoreKeyboard"
      Option          "XkbRules"      "xorg"
      Option          "XkbModel"      "pc104"
      Option          "XkbLayout"     "us"
      Option          "XkbVariant"    "intl"
EndSection

Section "InputDevice"
      Identifier      "Configured Mouse"
      Driver          "mouse"
      Option          "CorePointer"
      Option          "Device"                "/dev/input/mice"
      Option          "Protocol"              "ImPS/2"
      Option          "Emulate3Buttons"       "true"
      Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
      Identifier      "Synaptics Touchpad"
      Driver          "synaptics"
      Option          "SendCoreEvents"        "true"
      Option          "Device"                "/dev/psaux"
      Option          "Protocol"              "auto-dev"
      Option          "HorizScrollDelta"      "0"
EndSection

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



Reply to: