[mythtv-users] PVR 350 + Myth 0.14 + ivtv 0.1.9

jose rubio debian at nc.rr.com
Sat Feb 28 07:34:16 EST 2004


On Fri, 2004-02-27 at 16:40, Jarod C. Wilson wrote:
> On Fri, 2004-02-27 at 04:10, jose rubio wrote:
> > On Thu, 2004-02-26 at 14:35, Matthias Badaire wrote:
> > > jose rubio <debian at nc.rr.com> writes:
> > > 
> > > > Help somebody :-)  what am I doing wrong, why won't my system crash?  Am
> > > > I missing something? should I be trying something cool that I don't know
> > > > exists?
> > > 
> > > happy man ... 8))
> > > but are you using the TV-out of your pvr350 for X ? most problems comes from there.
> > > >
> > 
> > I have a monitor and a tv sitting side by side each one displaying a
> > desktop.  I have to say though I rarely use the destop on the tv since I
> > always have mythfrontend running full screen there.
> > 
> > 
> > I can post my XF86Config file if anyone wants it...
> 
> Been meaning to try something like that myself anyhow, so I'd be
> interested in getting a copy of your XF86Config.
> 
You know, I replied with it yesterday but it's still not shown up
here...  oh well, here it is again...


-jose-


-------------- next part --------------
Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
#    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
    Load        "dbe"  	# Double buffer extension
    # added 8/9/03 from:
    # http://pvrhw.goldfish.org/tiki-page.php?pageName=rh9pvr250&PHPSESSID=d9c531cba56f4ba99e5dcfb70e5aed52#video
    Load 	"v4l"
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load       "glx"
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen 0 "CTXMonitor"
    Screen 1 "TV Screen" RightOf "CTXMonitor"  # << (TV screen)
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/mouse"
    Option "Emulate3Buttons"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc104"
    Option "XkbLayout"	"us"
EndSection

Section "ServerFlags"
EndSection

# Device configured by Jose on 4/6/03:

Section "Screen"
    Identifier  "CTXMonitor"
    Device      "NVIDIA GeForce"
    Monitor     "ctx"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes       
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
  Identifier  "TV Screen"
  Device      "Hauppauge PVR 350 iTVC15 Framebuffer"
  Monitor     "NTSC Monitor"
  DefaultDepth 24
  DefaultFbbpp 32
  Subsection "Display"
    Depth 24
    FbBpp 32
    Modes "720x480"
  EndSubsection
EndSection

Section "Device"
    Identifier  "NVIDIA GeForce"
    Driver      "nvidia"
    VideoRam    65536
    #Option "TwinView"
    #Option "ConnectedMonitor"	"TV,CRT"
    #Option "SecondMonitorHorizSync"     "30-50"
    #Option "SecondMonitorVertRefresh"   "60"
    #Option "MetaModes" "800x600, 800x600"
    #Option "MetaModes" "800x600, 800x600"
    #Option "TVStandard" "NTSC-M"
    #Option "TwinViewOrientation"	"Clone"
EndSection

Section "Device"
    Identifier  "Hauppauge PVR 350 iTVC15 Framebuffer"
    Driver      "fbdev"
    Option      "fbdev" "/dev/fb0"      # <-- modify if using another device
    BusID "0:09:0"
EndSection

Section "Monitor"
    Identifier  "ctx"
    HorizSync   31.5 - 35.1
    VertRefresh 50-100
EndSection

Section "Monitor"
    Identifier  "NTSC Monitor"
    HorizSync  30-68
    VertRefresh 50-120
    Mode "720x480"
      # D: 25.176 MHz, H: 31.469 kHz, V: 59.942 Hz
      DotClock 25.177
      HTimings 640 664 760 800
      VTimings 480 491 493 525
      Flags    "-HSync" "-VSync"
    EndMode
EndSection




More information about the mythtv-users mailing list