| Bits from the Basement | |||||
|
Bdale Garbee Subscribe to a syndicated feed of my weblog, brought to you by the wonders of RSS. |
Sat, 06 Sep 2003
Working NTSC Output
And it works! I bought an ECS AG315P/TV card from newegg.com, which is fast becoming my favorite place to buy stuff like this. For the princely sum of $29, I got an AGP video card using the SiS 315 controller and an SiS 301 video bridge... that auto-detects the presence of a load on the RCA composite output at boot time, and gives me full BIOS video support on the TV output! I didn't even need to load up Thomas' drivers for X, the stock Debian 4.3.0-0pre1v1 from experimental "just worked" with the following device selection. The option tells the card to assign the one available set of overlay support registers (which MythTV needs for video playback) to the TV output instead of the default VGA output. That's it!
Section "Device"
Identifier "SiS315PRO"
Driver "sis"
Option "XvOnCRT2" "true"
EndSection
Wish I'd known about this before I went do the ATI path... and by the way, I decided I really don't like the feel of the ATI UHF remote control, so I bought some IR modules from Radio Shack and am building up lirc receivers... but more about that another day... |
||||