nvidia glx

Reinhard Quast boss at quastweb.de
Die Mar 27 16:14:02 BST 2007


Am Dienstag 27 März 2007 schrieb Steven Breuer:
> Reinhard Quast schrieb:
> > Hallo,
> > kann es sein, dass in feisty gerade 'glx' nicht funktioniert? Oder
> > habe ich etwas kaputt gespielt.
> >
> > Mit freundlichen Gruessen...Reinhard
>
> Hallo Reinhard,
>
> ich habe gestern erst meine Nvidia Karte mit glx zum Laufen gebracht.
> Hast du GLX installiert?

Hallo Steven,

habe glx installiert. Dazu 'linux-restricted-modules' passend 
zum '2.6.20-13' Kernel.
Das komische ist ja auch, dass ich schon seit Monaten Beryl ohne 
Probleme laufen habe, auch schon unter Feisty. Wenn ich in 
der 'xorg.conf' von 'nvidia' auf 'nv' umschalte startet X auch wieder. 
Ich schicke mal meine 'xorg.conf' mit.

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
#	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbOptions"	"lv3:ralt_switch"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

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

Section "Device"
	Identifier	"nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
	Driver		"nv"	
#	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Option		"NoFlip"	"true"
	Option		"RenderAccel"	"true"
	Option		"AllowGLXWithComposite"	"true"
EndSection

Section "Monitor"
	Identifier	"Standardbildschirm"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
	Monitor		"Standardbildschirm"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	Option         "AddARGBGLXVisuals" "True"
	Option         "DisableGLXRootClipping" "True"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "Extensions"
	Option		"Composite"	"Enable"
EndSection

Der Fehler trat irgendwann nach einem Update ueber 
diesen 'update-Manager' auf.

Mit freundlichen Gruessen...Reinhard