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

Re: Nvidia ...



#include <hallo.h>
Goran Ristic wrote on Wed Apr 03, 2002 um 08:33:18PM:

> Dell Inspiron 8100. Und AFAIK sind zumuindest die Treiber alle die
> gleichen.
> lspci sagt: 
> VGA compatible controller: nVidia Corporation GeForce2 Go (rev b2)
>
> Vielleicht liegt es ja doch an meiner XFConfig? - Wenn Du eine
> funktionierende hast, würdest Du sie mir zukommen lassen?

RTFM! Das liegt _nicht_ an der Kofiguration! NVTV arbeitet _nicht_ mit
XFree zusammen, sondern steuert die TV-Chips mehr oder weniger direkt
an. Vielleicht hast du Glück mit den non-free-Treibern von Nvidia, da
kannst du in XF86Config-4 noch ein Paar Sachen einstellen. Siehe Anhang.

Gruss/Regards,
Eduard.
-- 
> Herr, schmeiss Hirn vom Himmel...
Das tut er schon, nur trifft es oft leider die Falschen.
                                               (Quelle unbekannt)
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Mouse0" "CorePointer"
        InputDevice    "USB Mouse" "CorePointer"
EndSection

Section "ServerFlags"
	Option "AllowMouseOpenFail"  "true"
EndSection

Section "Files"
	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/openoffice"
	FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
	FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
#	Load  "glx"
	Load  "xie"
	Load  "pex5"
        Load  "bitmap" # bitmap-fonts
	Load  "speedo"
	Load  "type1"
	Load  "freetype"
	Load  "record"
EndSection

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

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
# The following line is auto-generated by KNOPPIX mkxf86config
	Option      "Protocol" "IMPS/2"
	Option      "Device" "/dev/mouse"
	Option      "Emulate3Buttons" "true"
	Option      "Emulate3Timeout" "70"
	Option	    "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
	Option		"SendCoreEvents"	"true"
        Option          "Protocol"              "Auto"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

# Auto-generated by KNOPPIX mkxf86config


	# EDID version 1 revision 2
Section "Monitor"
	# Block type: 2:0 3:fd
	# Block type: 2:0 3:fc
	Identifier "Monitor0"
	VendorName "SAM"
	ModelName "S/M 950p+"
	# Block type: 2:0 3:fd
	HorizSync 30-110
	VertRefresh 50-160
	# Max dot clock (video bandwidth) 240 MHz
	# Block type: 2:0 3:fc
	# Block type: 2:0 3:ff
	# DPMS capabilities: Active off:yes  Suspend:yes  Standby:yes

	Mode 	"1280x1024"	# vfreq 85.024Hz, hfreq 91.146kHz
		DotClock	157.500000
		HTimings	1280 1328 1488 1728
		VTimings	1024 1025 1028 1072
		Flags	"+HSync" "+VSync"
	EndMode
	# Block type: 2:0 3:fd
	# Block type: 2:0 3:fc
	# Block type: 2:0 3:ff
EndSection

Section "Device"
	### Available Driver options are:-
        #Option     "SWcursor"
        #Option     "HWcursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "All"
	BoardName   "All"
	Option "ConnectedMonitor" "CRT,TV"
	Option "SecondMonitorHorizSync"	"30-60"
	Option "SecondMonitorVertRefresh"	"60"
	Option "TwinViewOrientation" "Clone"
	Option "MetaModes" "1280x1024,NULL; 1024x768,NULL; 800x600,800x600"	
	Option "TVOutFormat"	"Composite"
	Option "TVStandard"	"PAL-B"
	Option "UseEdidFreqs" "Off"
	Option "IgnoreEdid"	"On"
	Option "TwinView" "On"
#	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultColorDepth 16
	SubSection "Display"
		Depth     1
		Modes "1280x1024" "1152x864" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes "1280x1024" "1152x864" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes "1280x1024" "1152x864" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes "1280x1024" "1152x864" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes "1280x1024" "1152x864" "1024x768" "640x480" "800x600" "768x576"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes "1280x1024" "1152x864" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes "1280x1024" "1152x864" "1024x768"
	EndSubSection
EndSection

Section "DRI"
EndSection

Reply to: