> Hello,
> 
> > What you could check is the jumper settings for the
> > S-Video port.
> 
> Sorry, I should have clarifed: I can see the BIOS
> output and bootup messages on the TV screen when the
> RCA Video Out is plugged in.  It is when I do "startx"
> that the TV screen then goes blank (i.e., no X
> Windows), though if I use a monitor instead, it works
> fine.

Hi there!

This is how the XF86Config on a 10k EpiaM looks for me.

Joakim Berglund
------------------------
Section "ServerLayout"
        Identifier     "Anaconda Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        #

        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
        # added these few options in. cb
        Option "allowmouseopenfail"
        Option "blank time"     "0"
        Option "standby time"   "0"
        Option "suspend time"   "0"
        Option "off time"       "0"
EndSection

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"

    #FontPath   "unix/:7100"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"

EndSection

Section "Module"
        Load  "extmod"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option  "Xleds"         "1 2 3"
        Option  "XkbRules"      "xfree86"
        Option  "XkbModel"      "pc105"
        Option  "XkbLayout"     "us"
        #Option "XkbVariant"    ""
        #Option "XkbOptions"    ""
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        # Modified by mouseconfig
        Driver          "mouse"
        Option          "Device"                "/dev/mouse"
        Option          "Protocol"              "IMPS/2"
        Option          "Emulate3Buttons"       "no"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync   30-60
        VertRefresh 50-125
        Option "dpms"
EndSection

Section "Device"
        # no known options
        Identifier   "VESA driver (generic)"
        Driver       "via"
        VendorName   "VESA driver (generic)"
        BoardName    "VESA driver (generic)"
        Option       "ActiveDevice" "TV"
        Option       "TVType" "PAL"
        Option       "TVVScan" "over"

        #BusID
EndSection

Section "Screen"
        Identifier   "Screen0"
        Device       "VESA driver (generic)"
        Monitor      "Monitor0"
        DefaultDepth    24

        Subsection "Display"
                Depth       24
                Modes       "800x600" "640x480"
        EndSubsection

EndSection

Section "DRI"
        Mode 0666
EndSection



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to