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

xorg.conf with TV Out (See related posts)

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.

   1  
   2  Section "Screen"
   3      Identifier     "Screen0"
   4      Device         "Videocard0"
   5      Monitor        "Monitor0"
   6      DefaultDepth    24
   7      Option         "TwinView" "1"
   8      Option         "TVStandard" "HD1080i"
   9      Option         "metamodes" "CRT: 1280x1024@1920x1080 +0+0, TV: 1920x1080 +0+0"
  10      SubSection     "Display"
  11          Depth       24
  12          Virtual    1920 1080
  13          Modes      "1280x1024" "1024x768" "800x600" "640x480"
  14      EndSubSection
  15  EndSection

You need to create an account or log in to post comments to this site.


Click here to browse all 5276 code snippets

Related Posts