[mythtv-users] PVR350 and PAL?

Matthias Meyer Matthias.Meyer at gmx.li
Sun Nov 14 21:53:27 UTC 2004


Am Sonntag, 14. November 2004 21:33 schrieb j2:
> > The ivtv driver should detect that you are using PAL but in case it
> > doesn't try ivtvctl -u 0xff.
>
> I have that, but i still get flickering from the TV, or rather.. It looks
> like 60Hz

Check if ivtv and ivtv-fb ist loaded (lsmod | grep ivtv)

isn't it than "grep ivtv /var/log/messages" is your friend :-)

Use an XF86Config-4 like this one in my attachement.

-- 
no panic
-------------- next part --------------
Section "ServerFlags"
#	DontZap			# disable <Crtl><Alt><BS> (server abort)
#	DontZoom		# disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
	AllowMouseOpenFail	# allows the server to start up even if the mouse doesn't work
	Option "NoPM" "true"
	Option "BlankTime" "0"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
#	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
#	FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
#	FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
#	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
#	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
#	FontPath     "/usr/share/fonts/ttf/western"
#	FontPath     "/usr/share/fonts/ttf/decoratives"
	FontPath     "/usr/share/fonts/truetype"
#	FontPath     "/usr/share/fonts/truetype/openoffice"
	FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
	FontPath     "/usr/share/fonts/truetype/freefont"
#	FontPath     "/usr/share/fonts/latex-ttf-fonts"
#	FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
#	FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
# Font-Server
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "glx"
	Load  "ddc"  # ddc probing of monitor
	Load  "GLcore"
	Load  "dri"

	Load  "extmod"
#	Load  "fbdevhw"
	Load  "record"

	Load  "type1"
	Load  "freetype"
	Load  "bitmap" # bitmap-fonts
	Load  "speedo"
	Load  "record"
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "de"
	Option	    "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/psaux"
	Option	    "ZAxisMapping" "4 5"
#	Option	    "Emulate3Buttons" "no"
	Option      "Emulate3Buttons" "true"
	Option      "Emulate3Timeout" "70"
	Option	    "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
	Identifier  "DevInputMice"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "no"
EndSection

Section "Monitor"
	Identifier  "PAL Monitor"
	HorizSync  30-68
	VertRefresh 50-120
#	DisplaySize 160 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
	Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync
EndSection

Section "Device"
	Identifier  "Hauppauge PVR 350 iTVC15 Framebuffer"
	Driver	"ivtvdev"
	Option	"fbdev" "/dev/fb0"
	BusID	"PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "PVR Screen"
	Device     "Hauppauge PVR 350 iTVC15 Framebuffer"
	Monitor    "PAL Monitor"
	DefaultDepth 24
	DefaultFbbpp 32
	Subsection "Display"
		Depth 24
		FbBpp 32
		Modes	"800x600"
		Modes	"720x576"
		Modes	"640x480"
	EndSubsection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen	0	"PVR Screen"
	InputDevice	"Mouse0" "CorePointer"
	InputDevice	"Keyboard0" "CoreKeyboard"
#	InputDevice	"DevInputMice" "AlwaysCore"
EndSection


More information about the mythtv-users mailing list