Hi,
I have made some progress:
- I updated the output sensing patch to support the VT1625S. The power
register has the same layout as the status register. A 0 is always for
the DACs that are not present, so writing all 1-bits and reading back
the register results in a mask of which DACs are a
On 11/26/2012 03:30 PM, Harry de Boer wrote:
> Hi,
>
> I have made some progress:
>
> - I updated the output sensing patch to support the VT1625S. The power
> register has the same layout as the status register. A 0 is always for
> the DACs that are not present, so writing all 1-bits and reading ba
On 11/22/2012 02:28 PM, Xavier Bachelot wrote:
> Hi Harry,
>
> On 11/22/2012 02:01 PM, Harry de Boer wrote:
>> Hi,
>>
>> I recently upgraded my Via machine to the latest Ubuntu and I couldn't
>> get my tv-output to work again. Last night I decided to dive into the
>> code a bit. The first thing I n
Hi Xavier,
thanks for the pointers, I did not know there were two variants. I have
the VT1625 variant without the 'S' (that is good, it means we can test
both).
The VT1625S seems to have status bits 4 and 5 always read 0 which on the
VT1625 would mean an S-Video cable is connected ( I assume
Hi Harry,
On 11/22/2012 02:01 PM, Harry de Boer wrote:
Hi,
I recently upgraded my Via machine to the latest Ubuntu and I couldn't
get my tv-output to work again. Last night I decided to dive into the
code a bit. The first thing I noticed was that vt1625 output sensing
seemed broken. Attached is
On 11/22/2012 02:01 PM, Harry de Boer wrote:
> Hi,
>
> I recently upgraded my Via machine to the latest Ubuntu and I couldn't
> get my tv-output to work again. Last night I decided to dive into the
> code a bit. The first thing I noticed was that vt1625 output sensing
> seemed broken. Attached i
Hi,
I recently upgraded my Via machine to the latest Ubuntu and I couldn't
get my tv-output to work again. Last night I decided to dive into the
code a bit. The first thing I noticed was that vt1625 output sensing
seemed broken. Attached is a patch that should fix that.
I haven't got it work