[mythtv-users] [OT] Xorg EPIA 1000M

R. G. Newbury newbury at mandamus.org
Wed Nov 22 19:38:49 UTC 2006


Razza wrote:
>  
> 
> Firstly apologies as question is not specifically Myth related (except
> the box will be one of my front end's), anyway thought I'd ask here, as
> many are using EPIA motherboards for front end's.
> Anyway, I am having a real struggle with X. It looks to me like it is
> starting ok, but I get nothing on the TV, in fact it appears to go to
> power save mode. I have tried all sorts of values and cant get it
> working, I attach my 'xorg.conf' in the hopes an expert can spot
> something obvious!
>
> Section "Device"
>  Identifier  "Videocard0"
>  Driver      "via"
>  VendorName  "Videocard vendor"
>  BoardName   "VIA Technologies, Inc. VT8623 [Apollo CLE266] integrated
> CastleRock graphics"
> EndSection

You need the following options after the first 4 lines:

Section "Device"
         Identifier  "Videocard0"
         Driver      "via"
         VendorName  "Videocard vendor"
         BoardName   "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
         Option      "Active Device" "CRT TV"
         Option      "TVType" "NTSC"
         Option      "TVOutput" "S-Video"
EndSection

This presumes that your board is using the S-Video output.

G.


More information about the mythtv-users mailing list