Page 1 of 1

iicsetw - is it somewhere on the AltEPG ISO?

PostPosted: Sat Jun 25, 2011 5:01 pm
by angusr
Finally got round to slapping in a new HDD with AtlEPG, all seems to going basically okay (just activating Mode 0 as I type - only when it's not there did I realise how much of a difference it made!)

One thing though is the old problem with the SCART output levels being a bit off. I had an iicsetw line (I'm sure it was the "recommended" one at the time I set it up!) in the sysinit, but it's all on the old disk...

Is there a copy of iicsetw somewhere on the image already? If so, what's the most likely tweak line to add?

Cheers,
Angus

Re: iicsetw - is it somewhere on the AltEPG ISO?

PostPosted: Sat Jun 25, 2011 6:16 pm
by tivofantastic
I have the following in rc.sysinit.author
Code: Select all
/var/hack/scripts/setrgb.sh &


setrgb.sh contains:
Code: Select all
#!/bin/bash

echo "setrgb.sh: adjust RGB input 38=luminance"
/var/hack/bin/iicsetw 0x8Ch 0x38h 20
sleep 5
echo "setrgb.sh: adjust RGB input 39=colour"
/var/hack/bin/iicsetw 0x8Ch 0x39h 21
echo "setrgb.sh: Finished"


I can't remember the whys and wherefores but I think the sleep 5 is there for a reason - i.e. can crash without it.

Re: iicsetw - is it somewhere on the AltEPG ISO?

PostPosted: Sat Jun 25, 2011 8:16 pm
by angusr
Cheers, I'll have a fiddle. Noticed that I also now have a green stripe down the right hand side with mode 0 on, so there's that to correct as well... wish I could find the original posting I got the settings from a few years back because I just copied them and they were fine!

Re: iicsetw - is it somewhere on the AltEPG ISO?

PostPosted: Sat Jun 25, 2011 8:29 pm
by nick1austin
angusr wrote:Cheers, I'll have a fiddle. Noticed that I also now have a green stripe down the right hand side with mode 0 on, so there's that to correct as well...

The modified fpga file will fix that:
http://www.ljay.org.uk/tivoweb/tivo_fpga.html

Re: iicsetw - is it somewhere on the AltEPG ISO?

PostPosted: Sat Jun 25, 2011 9:41 pm
by angusr
nick1austin wrote:
angusr wrote:Cheers, I'll have a fiddle. Noticed that I also now have a green stripe down the right hand side with mode 0 on, so there's that to correct as well...

The modified fpga file will fix that:
http://www.ljay.org.uk/tivoweb/tivo_fpga.html


Hmm, I assumed that the mode 0 setup on the image would do that bit for me - there appears to be a script to do it ( /var/hack/setup/fpga). Presumably the kickstart thing can't do everything. Time to give it a go...

Ta!

Angus