Mark wrote:

>Does anyone have a working install of Suse 9.3 with TV out working.
>If so could you post your xorg.conf file here.  I've gotten mine so
>close.   Also specify wich version of IVTV you're using.   I've
>searched the archive and did not find anything super useful.

I have attached my (kinda) working xorg.conf on a SuSE 9.3 with a PVR350 Tv Out.
By (kinda) I mean it works fine for mythfrontend, but I cant get Myth to stream
mpeg to my PVR350, it tries to play it via ivtvdev fb-device which goes badly
(1Ghz Via EPIA, not fast enough). I cannot see how the xorg config can affect
this problem, so that should be ok.

/Martin
Schizophrenia beats being alone.
#

Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  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/URW"
  FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/CID"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
EndSection

Section "Module"
  Load         "dbe"
  Load         "type1"
  Load         "freetype"
  Load         "extmod"
  Load         "glx"
  Load         "v4l"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail"
EndSection

Section "Device"
       Identifier  "Hauppauge PVR350"
       Driver      "ivtvdev"
       Option      "fbdev" "/dev/fb0"
       BusID "PCI:0:20:0" # lspci says 0000:00:14.0
EndSection

Section "Monitor"
       Identifier  "PAL TV"
       HorizSync  30-68
       VertRefresh 50-120
Mode "720x576"
    # D: 41.475 MHz, H: 44.693 kHz, V: 74.488 Hz
    DotClock 41.476
    HTimings 720 752 840 928
    VTimings 576 580 584 600
    Flags    "-HSync" "-VSync"
EndMode
EndSection

Section "Screen"
       Identifier  "TV"
       Device      "Hauppauge PVR350"
       Monitor     "PAL TV"
       DefaultDepth 24
       DefaultFbbpp 32
       Subsection "Display"
         Depth 24
         FbBpp 32
         Modes "720x576-74" 
       EndSubsection
EndSection

Section "InputDevice"
        Identifier "voidKeyboard"
        Driver "void"
EndSection

Section "InputDevice"
        Identifier "voidMouse"
        Driver "void"
EndSection

Section "ServerLayout"
  Identifier   "TV"
  InputDevice  "voidKeyboard" "CoreKeyboard"
  InputDevice  "voidMouse" "CorePointer"
  Screen       "TV"
EndSection

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to