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

Re: nvidia Treiber läuft nicht richtig - kein Hardware-OpenGL / GLX



Nabend Liste!

Mit "nvidia" anstelle von "nv" dürfte das klappen. :)

Der Treiber "nv" - "Generic Video Card" wird doch gar nicht geladen, sondern:
	Driver        "nvidia"
	Identifier    "eigene GraKa"

Zur Sicherheit habe ich alles unnötige entfernt und meine XF86Config-4 sieht jetzt so wie im Anhang aus!

Ich habe immernoch keine Hardwareunterstützung bei OpenGL!
Wer kann helfen?

Danke,
Alex
Section "Device"
  Driver        "nvidia"
  Identifier    "eigene GraKa"
#  Screen        0
  Option        "NoLogo"        "on"
  Option        "CursorShadow"  "on"
  Option        "CursorShadowAlpha" "64"
  Option        "CursorShadowXOffset" "4"
  Option        "CursorShadowYOffset" "2"
  Option        "NvAGP"         "3"
  Option        "RenderAccel"   "off"
  Option        "PageFlip"      "on"
  Option        "HWCursor"      "on"

EndSection

Section "Files"
	FontPath	"unix/:7100"			# local font server
	FontPath  	"unix/:7101"			# local truetype font server 
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/lib/X11/fonts/Type1"
EndSection

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

Section "Screen"
	Identifier	"Eigener Screen"
	Device		"Eigene GraKa"
	Monitor		"Generic Monitor"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "InputDevice"
        Identifier      "Eigene Maus"
        Driver          "mouse"
        Option          "CorePointer"
	Option		"Device"		"/dev/mouse"
#       Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "IMPS/2"
#        Option          "ZAxisMapping"          "6 7"
	Option		"ZAxisMapping"		"4 5"
        Option          "Buttons"               "5"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
	Option 		"XkbOptions"  	"ctrl:nocaps"
EndSection

Section "ServerLayout"
	Identifier	"Eigenes Layout"
	Screen		"Eigener Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Eigene Maus"
EndSection
 
Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-94
	VertRefresh	50-75
	Option		"DPMS"
EndSection


Reply to: