Ubuntu Suomen keskustelualueet
Ubuntun käyttö => Laitealue => Aiheen aloitti: frokki - 17.10.08 - klo:14.23
-
Heippa taas!
Tällä kertaa ongelmana nattivireson (720x576@50) asettaminen tv-outtiin s-videopiuhalla liitettyyn televisioon. Jos pystyresolution vaihtaa xorg.confiin suoraan, niin koko rivi jätetään huomioimatta ja "jostain" repäistään TV:lle 1024x768. Nvidia-settingsissä ei ole valittavana 720x576, vaan lähin on 720x480 josta jää ikävät surureunat ruutuun.
xrandr vastaa tällaista:
~$ xrandr -s 720x576
Size 720x576 not found in available modes
~$ xrandr --addmode S-video 720x576
xrandr: cannot find output "S-video"
ja tässä xorg.conf
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 720 0
Screen 1 "Screen1" LeftOf "Screen0"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "HIQ L90D+ D-SUB"
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 75.0
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "TV-0"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7900 GS"
BusID "PCI:5:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7900 GS"
BusID "PCI:5:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: nvidia-auto-select +0+0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
# Option "ModeValidation" "AllowNon60HzDFPModes"
Option "TwinView" "0"
Option "metamodes" "TV: 720x480 +0+0"
EndSection
-
Komento xrandr ilman lisäoptioita näuyttää, millaisia laitenimiä se tuntee (minulla näkyy VGA, LVDS, TV). Kokeileppas komentoa muodossa:
xrandr --output TV -s 720x576
-
pelkkä xrandr tulostaa seuraavaa:
~$ xrandr
Screen 1: minimum 320 x 200, current 720 x 480, maximum 720 x 480
default connected 720x480+0+0 0mm x 0mm
720x480 50.0*
640x480 51.0
640x400 52.0
400x300 53.0
320x240 54.0
320x200 55.0
Ehdottamasi komento ei tee mitään, edes virheilmoitusta.
-
Minulla xrandr antaa seuraavan tuloksen
user@eee701:~$ xrandr
Screen 0: minimum 320 x 200, current 800 x 480, maximum 800 x 800
VGA disconnected (normal left inverted right x axis y axis)
LVDS connected 800x480+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
800x480 57.6*+
640x480 85.0 72.8 75.0 59.9
720x400 85.0
640x400 85.1
640x350 85.1
TV disconnected (normal left inverted right x axis y axis)
Kurkkaa olisiko tästä apua: http://www.thinkwiki.org/wiki/Xorg_RandR_1.2
-
Frokki, kertoisitko, mikä Ubuntun versio sinulla on ? Nuo tulostuksesi näyttävät vähän viittavan vanhempaan versioon. Myös xrandr:in anto näyttää kaljulta verrattuna siihen, että sinulla olisi TV-out näytönohjaimessasi/emolevyllä. Tai sitten nvidia-settings muokkaa systeemiä rankasti.
T:Jallu59
-
Tuo Lienee joku palplus tai sdtv reso, kokkeiles lisätä Option "TVStandard" "HD576i" tai Option "TVStandard" "HD576p" tuohon screen1 kohtaan tai näytönohjain device Videocard1 kohtaan. Nvidian ajurit eivät muistaakseni tue täysin tuota xrandrää tv-outin kohalla. Ja tuo nyt vaikuttaisi siltä että kortti pukkaa tavallista pal resoa pihalle.
-
Kiitokset vastauksista!
Tämä ratkesi, ja sain asetettua oikean resoluution lisäämällä confiin device-kohtaan seuraavat rivit:
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-B"