[mythtv-users] some things with nvidia cards

Drew Whittle drew at lug.net.nz
Fri May 23 01:45:49 EDT 2003


Hehe funny you should bring this up, I've been playing with my NV setup
tonight, haven't tried what you have done yet, but this is what I have
(Dev Setup):

GeForce 4 MX 420 w/ TV Out..

The Setup:

21 Inch Monitor for programming etc running in 24bit 1600x1200 and down
14 Inch TV for MythTV running in 16bit 800x600 and 640x480

Independent Screens so Video Overlay, GL etc work on the second head.

The only issues I have at the moment are that the TV must have had the
focus to be able to do anything, I suspect once I set up my remote and
fire it up from the TV screen it will send the events to the current
window only on that screen (not sure about that though)

The other issue is that you must be logged in to the Monitor to make it
work (They share a xdm), I'm not sure if I can work around this or not.


How to Achieve (RTFM):

Seriously though, these are the relevant bits of my XF86Config file:

Section "Monitor"
    Identifier  "Monitor1"
    HorizSync   30-50
    VertRefresh 60
EndSection

Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   30-97
    VertRefresh 48-180
EndSection

Section "Device"
    Identifier                          "NVCRT"
    VendorName                          "nvidia"
    Driver                              "nvidia"
    BusID                               "PCI:01:00:0"
    Screen                              0
    Option      "NoLogo"                "1"
    Option      "UseEdidFreqs"          "1"
EndSection

Section "Device"
    Identifier                          "NVTV"
    VendorName                          "nvidia"
    Driver                              "nvidia"
    BusID                               "PCI:01:00:0"
    Screen                              1
    Option "ConnectMonitor"             "tv"
    Option "TVStandard"                 "PAL-B"
    Option "TVOutFormat"                "COMPOSITE"
    Option      "NoLogo"                "1"
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "NVCRT"
    Monitor     "Monitor0"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1600x1200" "1280x1024" "1024x768" "800x600"
"640x480"
        ViewPort    0 0  
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "NVTV"
    Monitor     "Monitor1"
    DefaultDepth 16

    Subsection "Display"
        Depth       16
        Modes       "800x600" "640x480"
        ViewPort    0 0  
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Server Layout"
    Screen  0 "Screen0"
    Screen  1 "Screen1" leftOf "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

:D



More information about the mythtv-users mailing list