[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Nvidia Grafikkarte und TV-Ausgang



Hallo,

Ich habe hier schon seit geraumer Zeit ein Problem mit dem TV-Ausgang
meiner Geforce 4 MX: Ich bringe ihn einfach nicht so richtig zum Laufen.

Ich bin so zu sagen auf dem "bleeding edge" und benutze unstable und den
2.6.3-er Kernel und den neusten Nvidia Treibern (beides selber
compiliert).

Im Anhang findet sich meine XF86Config-4. Mit dieser Konfiguration wird
der X-Server für den normalen Bildschirm gestartet, doch wenn ich den
TV-Ausgang starten will mit:

# startx -- -layout TVLayout :1

So erhalte ich folgendes:
[...]
(WW) NVIDIA: No matching Device section for instance (BusID PCI:1:0:0)
found
(EE) Screen 0 deleted because of no matching config section.


Naja, die Fehlermeldung ist ja ziemlich klar, aber lspci zeigt mir:

01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX
460] (rev a3)

Das Gerät sollte doch dort zu finden sein... Kann mir vielleicht jemand
helfen? Vielen Dank für jede Antwort.

Grüsse Patrick
-- 
Patrick Pletscher
http://www.galaxysoft.ch
Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"de_CH"
EndSection

Section "InputDevice"
	Identifier	"Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
	Option		"Resolution"		"400"
EndSection

Section "Device"
	Identifier	"geforce0"
	Driver		"nvidia"
	Option 		"NoLogo" 		"true"
#	BusID		"PCI:1:00:0"
	Screen		0
EndSection

Section "Device"
	Identifier	"geforce1"
	Driver		"nvidia"
	Option 		"NoLogo" 		"true"
	Option 		"TVStandard"		"PAL-B"
	Option 		"ConnectedMonitor"	"TV"
	Option		"CursorShadow" 		"on"
	Option		"CursorShadowAlpha" 	"32"
	Option		"CursorShadowXOffset" 	"2"
	Option		"CursorShadowYOffset" 	"2"
	Option		"TVOutFormat" 		"COMPOSITE"
	BusID		"1:0:0"
	Screen		1
EndSection


Section "Monitor"
	Identifier	"Monitor"
	HorizSync	30-96
	VertRefresh	50-160
EndSection

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

Section "Screen"
	Identifier	"Screen0"
	Device		"geforce0"
	Monitor		"Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1280x960" "1024x768" "800x600" 
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"geforce1"
	Monitor		"TVMonitor"
	DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"800x600" "640x480"
	EndSubSection
	Option		"TVStandard" "PAL-B"
	Option		"ConnectedMonitor" "TV"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Screen0"
	InputDevice	"Keyboard"
	InputDevice	"Mouse"
EndSection

Section "ServerLayout"
	Identifier	"TVLayout"
	InputDevice	"Keyboard"
	InputDevice	"Mouse"
	Option		"Clone"	"off"
	Option		"Xinerama" "off"
	Screen		"Screen1"
EndSection

Reply to: