Belépés
tv kiment s-video
Nem tudom jó fórumtémát vállasztottam -e?
A probléma a következő:
Asus i80 gépre telepítettem 10.04 LTS-t.
Ez a videokártya (Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller) működik. S-Video-n keresztül a TV kimenettel gyűlt meg a bajom. Csak fekete-fehér képet ad.
xorg.conf tartalma:
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
# InputDevice "Synaptics Touchpad"
EndSection
Próbálgattam néhány dolgot. Hol állítsam a TV paramétereit?
Nem jártam sikerrel, visszaállítottam a telepítéskor kapottat.
Segítséget nagyon köszönöm
- A hozzászóláshoz regisztráció és belépés szükséges
Esetleg:
http://ubuntuforums.org/showthread.php?t=842012
Szia!
Nekem ez segített a tv kimenetnél bár nekem Nvidia kártyám van.
A Section "Device" rész végére illeszd be ezt:
Option "TVOutFormat" "SVIDEO" #or SVIDEO Composite etc
Nálam bevált hátha nálad is segít. (a # utáni részt nem szükséges beírni csak info értéke van)
www.gyaliref.hu
Nálam olyan pont nincs, én PAL-B kimenetet állítottam, de jó tudni, hogy van ilyen is :)
Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 7600 GS" BusID "PCI:1:0:0" Screen 1 EndSectionOnline hallgatható magyar rádiók listája - http://hunradio.bplaced.net
Nálam nvidia kártya van, de ugyanúgy s-video kimenettel. Van egy spéci kábelem, a bemenet s-video és 2 rca (a hangnak), a másik fele, ami a tévébe megy, az scart.
Egyébként a fekete-fehér kép általában a nem megfelelő kódolás miatt van. Ha átállítod PAL-B formátumra, akkor megszűnhet a fekete-fehérség. Alább láthatod a xorg.conf-om idevágó részét:
Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "TwinView" "0" Option "TVStandard" "PAL-B" Option "metamodes" "TV: 1024x768 +0+0" SubSection "Display" Depth 24 EndSubSection EndSectionOnline hallgatható magyar rádiók listája - http://hunradio.bplaced.net
Én sokat szívtam vele anno, de most így néz ki az xorg.confom és megy.
NVIDIA kártyám van.
Az "Option "TVOutFormat" "RCA" " sor és környéke érte nekem az aranyat a vége felé:
De ezt neked nyílván át kell írni S-Videosra...
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Mon Nov 3 08:46:46 UTC 2008
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Wed Nov 26 11:27:46 PST 2008
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "PHILIPS 107E4"
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "TV-0"
HorizSync 0.0 - 0.0
VertRefresh 0.0
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7300 SE/7200 GS"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7300 SE/7200 GS"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: 1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TVOutFormat" "RCA"
Option "TVStandard" "PAL-B"
Option "TwinView" "0"
Option "metamodes" "TV: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
I C D 3,33 GHz,GA-945GCM-S2L(Intel 945GC+ICH7 chipset),1 GB,GV-NX72G512E2(GeForce 7200 GS),WD Caviar SE 250GB,Ubuntu 8.10
Köszönöm a segítségeket, rajta vagyok az ügyön, még nem sikerült :(.
Találtam egy ilyet közben: http://sysphere.org/~anrxc/local/Travelmate-5320/5320/xorg.conf
hátha segít.