Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Tim Morgan http://timmorgan.org

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

xorg.conf with TV Out

Took a lot of experimentation to get this to work like I wanted. This is just for my records. The key line is "metamodes" I think.

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "TVStandard" "HD1080i"
    Option         "metamodes" "CRT: 1280x1024@1920x1080 +0+0, TV: 1920x1080 +0+0"
    SubSection     "Display"
        Depth       24
        Virtual    1920 1080
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS