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

Re: Problem mit 3D-Beschleunigung



Uwe Kerstan <uwe.kerstan@gmx.de> writes:

> * Malte Spiess <cuts@arcor.de> [30-11-2004 11:15]:
>
>> | g450_pll                5312  0
>     ^^^^
>> Wie Ihr vielleicht schon erraten habt, habe ich eine Matrox Grafikkarte,
>> und zwar eine Millennium G400.
>                            ^^^^
> Ob *das* jemand richtig geraten hat? ;-)

Ausgabe von lspci:
[...]
0000:01:00.0 VGA compatible controller: Matrox
Graphics, Inc. MGA G400 AGP (rev 04)


>> Die XF86Config-4-Datei habe ich nach Anleitung von
>> http://www.xfree86.org/4.3.0/DRI.html
>> angepasst.
> Wo sind *deine* Konfigurationsdateien? Kernelversion?
> Fakten, Fakten - und an die Leser denken ...

Okay, okay, ich wusste nur nicht, welche Dateien ich posten soll...
Und cat /etc/* wäre vielleicht doch ein wenig zu viel. Aber ich kann mal
XF86Config-4 posten:

,----
| Section "Files"
| 	FontPath	"unix/:7100"
| EndSection
| 
| Section "Module"
| 	Load	"GLcore"
| 	Load	"bitmap"
| 	Load	"dbe"
| 	Load	"ddc"
| 	Load	"glx"
| 	Load	"dri"
| 	Load	"extmod"
| 	Load	"int10"
| 	Load	"record"
| 	Load	"speedo"
| 	Load	"vbe"
| 	Load	"v4l"
| EndSection
| 
| Section "InputDevice"
| 	Identifier	"Generic Keyboard"
| 	Driver		"keyboard"
| 	Option		"CoreKeyboard"
| 	Option		"XkbRules"	"xfree86"
| 	Option		"XkbModel"	"pc105"
| 	Option		"XkbLayout"	"de"
| 	Option		"XkbVariant"	""
| EndSection
|
| # ich weiß, zwei Mäuse, aber es tut halt so. 
| Section "InputDevice"
| 	Identifier	"Configured Mouse"
| 	Driver		"mouse"
| 	Option		"CorePointer"
| 	Option		"Device"		"/dev/psaux"
| 	Option		"Protocol"		"ImPS/2"
| 	Option		"Emulate3Buttons"	"false"
| 	Option		"ZAxisMapping"		"4 5"
| EndSection
| 
| Section "InputDevice"
| 	Identifier	"Generic Mouse"
| 	Driver		"mouse"
| 	Option		"SendCoreEvents"	"true"
| 	Option		"Device"		"/dev/input/mice"
| 	Option		"Protocol"		"ImPS/2"
| 	Option		"Emulate3Buttons"	"false"
| 	Option		"ZAxisMapping"		"4 5"
| EndSection
| 
| Section "Device"
| 	Identifier	"Matrox Graphics, Inc. Millennium G400"
| 	Driver		"mga"
| #	VideoRam	32768
| EndSection
| 
| Section "Monitor"
| 	Identifier	"@@Z:b370"
| 	HorizSync	50-70 
| 	VertRefresh	50-100
| 	Option		"DPMS"
| EndSection
| 
| Section "Screen"
| 	Identifier	"Default Screen"
| 	Device		"Matrox Graphics, Inc. Millennium G400"
| 	Monitor		"@@Z:b370"
| 	DefaultDepth	24
| 	SubSection "Display"
| 		Depth		1
| 		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
| 	EndSubSection
| 	SubSection "Display"
| 		Depth		4
| 		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
| 	EndSubSection
| 	SubSection "Display"
| 		Depth		8
| 		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
| 	EndSubSection
| 	SubSection "Display"
| 		Depth		15
| 		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
| 	EndSubSection
| 	SubSection "Display"
| 		Depth		16
| 		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
| 	EndSubSection
| 	SubSection "Display"
| 		Depth		24
| 		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
| 	EndSubSection
| EndSection
| 
| Section "ServerLayout"
| 	Identifier	"Default Layout"
| 	Screen		"Default Screen"
| 	InputDevice	"Generic Keyboard"
| 	InputDevice	"Configured Mouse"
| 	InputDevice	"Generic Mouse"
| EndSection
| 
| Section "DRI"
| 	Mode	0666
| EndSection
`----

Was soll ich noch posten?

Gruß & Dank
     Malte



Reply to: