Gå til innhold

Trenger hjelp til og sette opp TV(Component HDTV)


Anbefalte innlegg

Jeg er (nesten) helt ny i linux, og kjøpte akkuratt ny TV, men jeg får ikke tv-ut til og fungere, har prøvd _MANGE_ tutorials på nettet, det nermeste jeg kan komme får og få liv i TV'en er i consoll, men ikke i X.

 

Jeg har et Geforce 7900GT, ViewSonic 32" LCD TV(N3260w), og jeg bruker Component video kabel.

 

NVidia Driver v. 1.0-8774

 

Sånn ser xorg.conf filen min ut idag:

Skjult tekst: (Marker innholdet i feltet for å se teksten):

Section "ServerLayout"
       Identifier     "dual head configuration"
       Screen      1  "PC"
       Screen      0  "TV"
       InputDevice    "Mouse0" "CorePointer"
       InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
       ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
       ModulePath   "/usr/lib/xorg/modules"
       FontPath     "unix/:7100"
EndSection

Section "Module"
       Load  "dbe"
       Load  "extmod"
       Load  "fbdevhw"
       Load  "record"
       Load  "freetype"
       Load  "type1"
       Load  "glx"
EndSection

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "kbd"
       Option      "XkbModel" "pc105"
       Option      "XkbLayout" "no"
EndSection

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Protocol" "IMPS/2"
       Option      "Device" "/dev/input/mice"
       Option      "ZAxisMapping" "4 5"
       Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
       Identifier   "PC"
       VendorName   "Monitor Vendor"
       ModelName    "Dell 1905FP (Digital)"
       DisplaySize  370        300
       HorizSync    30.0 - 83.0
       VertRefresh  56.0 - 76.0
       Option      "dpms"
EndSection

Section "Device"
       Identifier  "main"
       Driver      "nvidia"
       VendorName  "nVidia"
       BoardName   "nVidia GeForce 7900GT"
       Screen  0
       Option "NoLogo" "true"
EndSection

Section "Screen"
       Identifier "PC"
       Device     "main"
       Monitor    "PC"
       DefaultDepth     24
       SubSection "Display"
               Viewport   0 0
               Depth     16
               Modes    "800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     24
               Modes    "1280x1024"
       EndSubSection
EndSection

#Dual info

Section "Device"
       Identifier  "second"
       Driver      "nvidia"
       VendorName  "nVidia"
       BoardName   "nVidia GeForce 7900GT"
       Screen  1
       Option "NoLogo" "true"
EndSection

Section "Screen"
       Identifier "TV"
       Device     "second"
       Monitor    "TV"
       DefaultDepth     24
       SubSection "Display"
               Viewport   0 0
               Depth     24
               Modes    "720p"
       EndSubSection

       Option "MetaModes" "720p, 720p"

       #Options
       Option "TVStandard" "HD720p"
       Option "TVOutFormat" "COMPONENT"
EndSection

Section "Monitor"
       Identifier   "TV"
       VendorName   "Monitor Vendor"
       ModelName    "ViewSonic N3260w"
       DisplaySize  370        300
       HorizSync    30.0 - 70.0
       VertRefresh  50.0 - 85.0
       # Option            "dpms"

       Modeline "720p"  74.50  1280 1344 1472 1664  720 723 728 748  -HSync +Vsync
EndSection

 

Her er spesifikasjonene på TV'en

http://www.viewsonic.com/products/desktopd...v/n3260w/#specs

 

Noen ide?

 

[EDIT]

BTW, håpet på og bruke Ctrl+Alt F7 og F8, og har enn oppløsning på 1280x1024 på 7, og 1280x720 på 8en

 

[EDIT2] Har oppdatert xorg.conf filen, men får det enda ikkej til. får ikke noe feilmelding i X utenom at den har funnet en ekstra device:(

Endret av Richard87
Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
×
×
  • Opprett ny...