I had a different thread going on this topic, but I can no longer
reply to it.  So I thought I would post my latest xorg.conf as an
example for other people needing to do this.  This filled my screen
nicely.

The previous thread was:
http://groups.google.com/group/atv-bootloader/browse_thread/thread/88e0628245573b6/6daaa9bd43e82787

To summarize:
1.  Connect the jack to the green component out on the ATV to the
yellow video in on the TV
2.  Use the following xorg.conf (169.12 nVidia driver)

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    # Option         "DPMS"
EndSection

Section "Device"
        Identifier     "Generic Video Card"
        Driver          "nvidia"
        Option          "NvAGP"         "1"
        Option          "RegistryDwords" "RMDisableRenderToSysmem=1"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "DPI" "100x100"
    Option         "UseEvents" "1"
    Option         "AddARGBVisuals" "1"
    Option         "AddARGBGLXVisuals" "1"
    Option         "ConnectedMonitor" "TV"
    # Option         "TVOutFormat" "COMPONENT"
    # Option         "TVStandard" "HD720p"
    Option         "TVStandard" "480i"
    Option         "NoLogo" "True"
    Option         "Coolbits" "1"
    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
        # Modes      "1920x1080" "1280x720" "1024x768" "720x480"
"800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Disable"
EndSection


Hope that helps someone.

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
For more options, visit this group at
http://groups.google.com/group/atv-bootloader?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to