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: Oğuz Eren (ogzeren@gmail.com)
Date: Thu 07 Apr 2005 - 00:40:32 EEST


Selam,

Gerekli degisiklikleri yaptim saniyorum; ancak fareyi sagdan tasirinca
ikinci screen'e gecmedi :-(

Sizin yazdiginiz kisimlarla kendi dosyamdaki kisimlari birlestirdim;
tek degistirdigim sey, ikinci ekledigimiz screen identifier'ini
MONITOR yerine TVOUT yaptim; zira TVOUT screen'ini bulamadigini
soyleyerek X cakildi; onu TVOUT yapinca acildi.

Asagida XF86Config dosyamin ilgili kisimlarini yolluyorum; fikir
verirseniz sevinirim.

Simdiden tesekkurler..

Section "Monitor"
  Option "CalcAlgorithm" "CheckDesktopGeometry"
  HorizSync 31-48
  Identifier "MyMonitor"
  ModelName "1024X768@60HZ"
  Option "DPMS"
  VendorName "--> VESA"
  VertRefresh 50-60
  UseModes "Modes[0]"
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 "Modes"
  Identifier "Modes[0]"
  Modeline "1024x768" 62.35 1024 1056 1184 1312 768 772 776 792 -HSync -VSync
  Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -HSync -VSync
EndSection

Section "Screen"
  DefaultDepth 16
  SubSection "Display"
    Depth 15
    Modes "1024x768"
  EndSubSection
  SubSection "Display"
    Depth 16
    Modes "1024x768"
  EndSubSection
  SubSection "Display"
    Depth 24
    Modes "1024x768"
  EndSubSection
  SubSection "Display"
    Depth 32
    Modes "1024x768"
  EndSubSection
  SubSection "Display"
    Depth 8
    Modes "1024x768"
  EndSubSection
  Device "VGAOUT"
  Identifier "VGAOUT"
  Monitor "MyMonitor"
EndSection
Section "Screen"
   Identifier "TVOUT"
   Device "TVOUT"
   Monitor "TV"
   DefaultColorDepth 24
   Subsection "Display"
       Depth 24
       Modes "800x600"
   EndSubsection
EndSection

Section "Device"
  Identifier "VGAOUT"
  BoardName "SiS650 Monitor Out"
  BusID "1:0:0"
  Driver "sis"
  Screen 0
  VendorName "SiS"
  Option "ForceCRT1" "true"
EndSection
Section "Device"
  Identifier "TVOUT"
  BoardName "SiS650 TV Out"
  BusID "1:0:0"
  Driver "sis"
  Screen 1
  VendorName "SiS"
  Option "ForceCRT1" "true"
EndSection

Section "ServerLayout"
  Identifier "Layout[all]"
  InputDevice "Keyboard[0]" "CoreKeyboard"
  InputDevice "Mouse[1]" "CorePointer"
  #Option "Clone" "off"
  #Option "Xinerama" "off"
  #Screen "Screen[0]"
  Screen 0 "VGAOUT"
  Screen 1 "TVOUT" RightOf "VGAOUT"
EndSection

_______________________________________________
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.