[mythtv-users] Is anyone running 2.6 kernel and got the NVIDIA drivers to work?

Scott Elliott selliott at insight.rr.com
Tue Apr 6 18:26:42 EDT 2004


On Tue, 2004-04-06 at 12:05, Paul Hyui wrote:
> Ok so I think I finally got the latest drivers (5341) loaded and running on the
> 2.6 kernel. 
> 
> However the TV out doesn't seem to work. Can you paste the snippet of your
> XF86Config? Here's mine....
> 
> Section "Device"
>         Identifier  "Videocard0"
>         Driver      "nvidia"
>         VendorName  "Chaintech"
>         BoardName   "NVIDIA GeForce 4 MX (generic)"
>         Option      "TwinView" "1"
>         Option      "SecondMonitorHorizSync" "30-50"
>         Option      "SecondMonitorVertSync" "60"
>         Option      "TwinViewOrientation" "Clone"
>         Option      "ConnectedMonitor" "TV"
>         Option      "TVOutFormat" "SVIDEO"
> EndSection
> 
> 

Are you really trying to run Twinview, or just the TV output?  My option
settings for just TV out are:

        Option     "NoLogo"                     "True" # [<bool>]
        Option     "NvAGP"                      "1" # <i>
        Option     "IgnoreEDID"                 "True" # [<bool>]
        Option     "ConnectedMonitor"           "TV"
        Option     "TVStandard"                 "NTSC-M" # <str>
        Option     "TVOutFormat"                "SVIDEO" # <str>
        Option     "RenderAccel"                "True" # [<bool>]
        Option     "IgnoreDisplayDevices"       "CRT,DFP"
        Option     "CIOverlay"                  "True" # [<bool>]
        Option     "NoBandWidthTest"            "True"  # [<bool>]

I've attached the whole XF86Config, in case you need it.



-- 
Scott Elliott <selliott at insight.rr.com>
-------------- next part --------------
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/ms/"
	FontPath     "/usr/X11R6/lib/X11/fonts/truetype/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/xawtv/"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "v4l"
	Load  "ddc"
	Load  "speedo"
	Load  "type1"
	Load  "freetype"
	Load  "glx"
EndSection

Section "ServerFlags"
	Option "NoPM" "true"
	Option "BlankTime" "0"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "Keyboard"
	Option	"AutoRepeat"	"500 5"
EndSection

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    30.0 - 50.0
	VertRefresh  60
			
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"    	# <i>
        #Option     "PageFlip"           	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        Option     "NoLogo"             	"True" # [<bool>]
        #Option     "Overlay"            	# [<bool>]
        #Option     "UBB"                	# [<bool>]
        #Option     "Stereo"             	# <i>
        #Option     "WindowFlip"         	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        Option     "NvAGP"              	"1" # <i>
        Option     "IgnoreEDID"         	"True" # [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        Option     "ConnectedMonitor"   	"TV"
        #Option     "ConnectedMonitors"  	# <str>
        Option     "TVStandard"         	"NTSC-M" # <str>
        #Option     "TVOverScan"         	"1.0" # <str>
        Option     "TVOutFormat"        	"SVIDEO" # <str>
        Option     "RenderAccel"        	"True" # [<bool>]
	Option     "IgnoreDisplayDevices"	"CRT,DFP"
        #Option     "CursorShadow"       	# [<bool>]
        #Option     "CursorShadowAlpha"  	# <i>
        #Option     "CursorShadowXOffset" 	# <i>
        #Option     "CursorShadowYOffset" 	# <i>
        #Option     "UseEdidFreqs"       	# [<bool>]
        #Option     "FlatPanelProperties" 	# <str>
        #Option     "TwinView"           	# [<bool>]
        #Option     "TwinViewOrientation" 	# <str>
        #Option     "SecondMonitorHorizSync" 	# <str>
        #Option     "SecondMonitorVertRefresh" 	# <str>
        #Option     "MetaModes"          	# <str>
        #Option     "UseInt10Module"     	# [<bool>]
        #Option     "SwapReady"          	# [<bool>]
        #Option     "NoTwinViewXineramaInfo" 	# [<bool>]
        #Option     "NoRenderExtension"  	# [<bool>]
        #Option     "UseClipIDs"         	# [<bool>]
        Option     "CIOverlay"          	"True" # [<bool>]
        #Option     "TransparentIndex"   	# <i>
        #Option     "OverlayDefaultVisual" 	# [<bool>]
        #Option     "NvEmulate"          	# <i>
        Option     "NoBandWidthTest"		"True" 	# [<bool>]
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "NVidia"
	BoardName   "GeForce2 MX/MX 400"
	BusID       "PCI:2:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	24
	DefaultFbBpp	32
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes	"800x600"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes	"800x600"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes	"800x600"
	EndSubSection
EndSection



More information about the mythtv-users mailing list