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: Thu 07 Apr 2005 - 14:00:22 EEST


Selamlar...

> Aksam deneyecegim, tesekkurler. Bir de..
> Bunlar nereden ogrenilir yahu? Linux egitimi dusunuyorum ama cok da
> baslangic duzeyinde olmayacak, biraz hacking icerecek birsey
> istiyorum..

man XF86Conf
man sis
man hede
man hodo

Bunlar yetmezse acar kodu bakarsiniz:

    /* Now for something completely different: DDC.
     * For 300 and 315/330 series, we provide our
     * own functions (in order to probe CRT2 as well)
     * If these fail, use the VBE.
     * All other chipsets will use VBE. No need to re-invent
     * the wheel there.
     */

    pSiS->pVbe = NULL;
    didddc2 = FALSE;

    if((pSiS->VGAEngine == SIS_300_VGA) || (pSiS->VGAEngine ==
SIS_315_VGA)) {
       if(xf86LoadSubModule(pScrn, "ddc")) {
          int crtnum = 0;
          xf86LoaderReqSymLists(ddcSymbols, NULL);
          if((pMonitor = SiSDoPrivateDDC(pScrn, &crtnum))) {
             didddc2 = TRUE;
             xf86DrvMsg(pScrn->scrnIndex, X_PROBED, ddcsstr, crtnum);
             xf86PrintEDID(pMonitor);
             xf86DrvMsg(pScrn->scrnIndex, X_PROBED, ddcestr, crtnum);
             xf86SetDDCproperties(pScrn, pMonitor);
             pScrn->monitor->DDC = pMonitor;
          }
       }
    }

Gibisinden, yazar ne yaptigini ettigini..

Saygi ve sevgiler..

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