Re: [Linux] tv-out (svideo), xf86config veya bash script sorusu

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Serdar KÖYLÜ (serdarkoylu@fisek.com.tr)
Date: Wed 06 Apr 2005 - 11:53:16 EEST


Selamlar..

TVOUT ve VGA CRT'yi iki ayrı Screen olarak tanıtın.

Section "Device"
    Identifier "VGAOUT"
    VendorName "SIS"
    BoardName "SIS 650 Monitor Out"
    Driver "sis"
    Option "ForceCRT1" "true"
    BusID "PCI:0:1:1" # Bu sizin makinenize gore uydurulmali.
    Screen 0
EndSection

Section "Device"
    Identifier "TVOUT"
    VendorName "SIS"
    BoardName "SIS 650 TV Out"
    Driver "sis"
    Option "ForceCRT2Type" "SVIDEO"
    BusID "PCI:0:1:1" # Bu sizin makinenize gore uydurulmali.
    Screen 1
EndSection

Section "Screen"
    Identifier "MONITOR"
    Device "VGAOUT"
    Monitor "MyMonitor" # Bunu ve alt tarafı sizdekiyle uydurun..
    DefaultColorDepth 24
    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "Monitor"
    Identifier "TV"
    VendorName "KONKA"
    HorizSync 30-95
    VertRefresh 50-70

    # V-freq: 60.00 Hz // h-freq: 37.34 KHz
    Modeline "800x600" 35.25 800 824 872 944 600 600 601 622
EndSection

Section "Screen"
    Identifier "TVOUT"
    Device "TVOUT"
    Monitor "TV"
    DefaultColorDepth 24
    Subsection "Display"
        Depth 24
        Modes "800x600"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen 0 "VGAOUT"
    Screen 1 "TVOUT" RightOf "VGAOUT"
EndSection

Bu tür bir yapılandırma yapabilirsiniz. Yukarıdaki örnek büyük ihtimalle
ilk defasında çalışmayacak :( Çünkü kart modeli BIOS vs. bir sürü ıvır
zıvır girecek işin içine. O zaman sizden X Log dosyasını isteriz
sanıyorum. Çalışırsa, iki tane monitörünüz olacak, birisi TV, diğeri
CRT. Fareyi sağdan taşırınca TV'ye geçeceksiniz. MPlayer çalıştırayım
diyeceksiniz, büyük ihtimalle o da zırvalayacak, o zaman size başka
seçenekler söyleyeceğiz.. Böyle adım adım bu işi hallederiz sanıyorum..

Saygı ve sevgiler..

> Selam,
>
> Halihazirda tv'ye goruntuyu su sekilde atiyorum: XF86Config dosyamin
> Device (Sis650) bolumune asagidaki satiri eklemistim. Basindaki #'i
> kaldirip dosyayi sakliyorum, x'i kapatip aciyorum ve goruntu tv'ye
> gidiyor.
>
> # Option "ForceCRT2Type" "SVIDEO"
>
> Isim (film) bitince de #'i geri ekleyip yine x'i kapatip aciyorum.
>
> 1. Daha iyi bir cozum bilen var mi?

_______________________________________________
Linux mailing list
Linux@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.