rc8!
Well, it's been a long time coming, but TuxOnIce 3.0-rc8 is finally out. I'm hoping to get 3.0 itself out pretty quickly; hopefully next Monday or Tuesday.
Ramblings from the author of Suspend2^WTuxOnice.
Well, it's been a long time coming, but TuxOnIce 3.0-rc8 is finally out. I'm hoping to get 3.0 itself out pretty quickly; hopefully next Monday or Tuesday.
This is a lesson I keep forgetting and relearning: The position of your storage on your hard disk can make a huge difference to your throughput.
A recent email the Linux Kernel Mailing List sought a way to turn off a UPS after hibernating.
Labels: hibernate, uninterruptible power supply, UPS
It's been a while since my last post - roughly six months.
My evenings tinkering with the mythbox have been fruitful.
There are lots of records of people having trouble getting colour TV output. Having just gotten it going, I thought I'd provide an additional pointer to the solution that worked for me:
Section "Monitor"
Identifier "Monitor0"
HorizSync 30 - 50
VertRefresh 50.0 - 50.0
EndSection
Section "Device"
Identifier "Card0"
Driver "openchrome"
Option "ActiveDevice" "TV"
Option "TVType" "PAL"
Option "TVOutput" "S-Video"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Modes "720x576" "720x576Noscale"
EndSubSection
EndSection
The MythTV box is up and running. I'm reasonably happy with it, but still have work to do.