Skip to content

Instantly share code, notes, and snippets.

@urshofer
Created March 19, 2018 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save urshofer/ce0d2ead239f5b5b26d85ad412ae7f54 to your computer and use it in GitHub Desktop.
Save urshofer/ce0d2ead239f5b5b26d85ad412ae7f54 to your computer and use it in GitHub Desktop.
AppleTV 1/Osmc xorg.conf to start up without HDMI/Composite
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "monitor"
EndSection
Section "Device"
Identifier "card"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Quadro NVS 110M / GeForce Go 7300"
Option "MetaModes" "1680x1050"
Option "ConnectedMonitor" "DFP,TV"
Option "TVStandard" "PAL-B"
Option "UseDisplayDevice" "TV"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "card"
Monitor "monitor"
DefaultDepth 24
Option "NoLogo" "True"
Option "SWCursor" "on"
Option "HWCursor" "off"
Option "TVStandard" "NTSC-M"
Option "UseDisplayDevice" "TV"
Option "TVOverScan" "1.0"
SubSection "Display"
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment