Pixelsalat als Mauspfeil bei X.Org 6.8.1

  • Thread starter Thread starter juedan
  • Start date Start date
J

juedan

Guest
Moin, moin,

mit den Mauspfeil-Bitmaps bei X.Org 6.8.1 gibt es bei mir Probleme.
Sobald X gestartet ist (graue Hintergrund-Bitmap) ist statt des Mauspfeils nur Pixelsalat zu sehen. Erst mehrmaliges <STRG>+<ALT>+< <--- > schafft Abhilfe.
Woran kann es liegen?

Meine Grafikhardware: Matrox G450 DualHead, 32MB, PCI-Bus, 1280x1024 Pixel bei 24Bit Farbtiefe.

Die zugehörige /etc/X11/xorg.conf
Code:
# /etc/X11/xorg.conf
# erstellt: 14.11.2004
# ====================

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Primergy470_Screen" 0 0
	InputDevice    "Primergy470_Mouse" "CorePointer"
	InputDevice    "Primergy470_Keyboard" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/URW"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Primergy470_Keyboard"
	Driver      "keyboard"
	Option      "XkbModel" "pc102"
	Option      "XkbLayout" "de"
EndSection

Section "InputDevice"
	Identifier  "Primergy470_Mouse"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/psm0"
	Option      "Buttons" "5"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Primergy470_Monitor"
	VendorName   "Belinea"
	ModelName    "B 101740"
	Option	     "DPMS"
	DisplaySize  345 278
EndSection

Section "Device"
	Identifier  "Primergy470_Card"
	Driver      "mga"
	VendorName  "Matrox Graphics, Inc."
	BoardName   "MGA G400 AGP"
EndSection

Section "Screen"
	Identifier "Primergy470_Screen"
	Device     "Primergy470_Card"
	Monitor    "Primergy470_Monitor"
	DefaultDepth 24
	SubSection "Display"
		Viewport  0 0
		Modes     "1280x1024"
		Depth     24
	EndSubSection
EndSection

Vielen Dank für die Hilfe.

Schönen Tag noch

Jürgen
 
Hallo MadMax,

danke für die Info.
Es funktioniert jetzt.

Aber komisch ist, dass es unter XFree86 und XOrg 6.7.x dieses Phänomen nicht gab. Erst bei XOrg 6.8.1 zeigt sich der Pixelsalat.

Nun gut es funktioniert jetzt - vielen Dank für die Hilfe

Jürgen
 
Back
Top