XGL-Problem

M

MonGol

Grünschnabel
Hallo!

Ich habe openSUSE 10.2 auf meinem Computer und nun wollte ich XGL und Compiz ausprobieren, nachdem ich es unter Mandriva One 2007 live erlebt hab'. Also habe ich die benötigten Packete (xgl, compiz, compiz-gnome) installiert. Auch mein 3D Treiber funktioniert (glxgears sagt ~5000 FPS). Nur wenn ich gnome-xgl-settings starte, sagt der mir, dass die 3D Beschleunigung deaktiviert sei. Daher kann ich XGL nicht aktivieren. (Natürlich kann ich es mit gnome-xgl-switch --enable-xgl aktivieren, allerdings komme ich dann nicht mehr in "init 5").

Hier noch ein paar Infos zum System:
-openSUSE 10.2
-KDE
-aktuellste XGL/Compiz Version
-ATI X700Pro
-ATI Treiber fglrx 8.33.6 (wie auf de.opensuse.org beschrieben installiert)
meine xorg.conf:

Code:
# /.../
# SaX generated X11 config file
# Created on: 2007-02-02T14:21:09+0100.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [SaX2] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "ServerLayout"
	Identifier     "Layout[all]"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Keyboard[0]" "CoreKeyboard"
	InputDevice    "Mouse[1]" "CorePointer"
EndSection

Section "Files"
	InputDevices   "/dev/gpmdata"
	InputDevices   "/dev/input/mice"
	FontPath     "/usr/share/fonts/misc:unscaled"
	FontPath     "/usr/share/fonts/local"
	FontPath     "/usr/share/fonts/75dpi:unscaled"
	FontPath     "/usr/share/fonts/100dpi:unscaled"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/URW"
	FontPath     "/usr/share/fonts/Speedo"
	FontPath     "/usr/share/fonts/PEX"
	FontPath     "/usr/share/fonts/cyrillic"
	FontPath     "/usr/share/fonts/latin2/misc:unscaled"
	FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
	FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
	FontPath     "/usr/share/fonts/latin2/Type1"
	FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
	FontPath     "/usr/share/fonts/baekmuk:unscaled"
	FontPath     "/usr/share/fonts/japanese:unscaled"
	FontPath     "/usr/share/fonts/kwintv"
	FontPath     "/usr/share/fonts/truetype"
	FontPath     "/usr/share/fonts/uni:unscaled"
	FontPath     "/usr/share/fonts/CID"
	FontPath     "/usr/share/fonts/ucs/misc:unscaled"
	FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
	FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
	FontPath     "/usr/share/fonts/hellas/misc:unscaled"
	FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
	FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
	FontPath     "/usr/share/fonts/hellas/Type1"
	FontPath     "/usr/share/fonts/misc/sgi:unscaled"
	FontPath     "/usr/share/fonts/xtest"
	FontPath     "/opt/kde3/share/fonts"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "type1"
	Load  "freetype"
	Load  "extmod"
	Load  "glx"
	Load  "v4l"
EndSection

Section "ServerFlags"
	Option	    "AllowMouseOpenFail" "on"
EndSection

Section "InputDevice"
	Identifier  "Keyboard[0]"
	Driver      "kbd"
	Option	    "Protocol" "Standard"
	Option	    "XkbLayout" "de"
	Option	    "XkbModel" "microsoftpro"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
	Identifier  "Mouse[1]"
	Driver      "mouse"
	Option	    "Buttons" "14"
	Option	    "Device" "/dev/input/mice"
	Option	    "Name" "Logitech USB Receiver"
	Option	    "Protocol" "explorerps/2"
	Option	    "Vendor" "Sysp"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Modes"
	Identifier     "Modes[0]"
	ModeLine     "1280x1024" 102.6 1280 1312 1472 1632 1024 1028 1032 1048 -hsync -vsync
EndSection

Section "Monitor"
	Identifier   "Monitor[0]"
	VendorName   "--> VESA"
	ModelName    "1280X1024@60HZ"
	UseModes     "Modes[0]"
	DisplaySize  340	270
	HorizSync    31.0 - 64.0
	VertRefresh  50.0 - 60.0
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Device[0]"
	Driver      "radeon"
	VendorName  "ATI"
	BoardName   "Radeon X700 PRO (RV410) (PCIE)"
	BusID       "1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option "KernelModuleParm" "locked-userpages=0"
EndSection

Section "Screen"
	Identifier "Screen[0]"
	Device     "Device[0]"
	Monitor    "Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Depth     15
		Modes    "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Group        "video"
	Mode         0660
EndSection

Sorry, falls es dieses Problem noch mal gibt, aber iwi hab ich in der Suche nix brauchbares gefunden.

Mfg,
marcel
 
Welchen Fehler bekommst du denn wenn du in init5 wechselst?
Schau mal in /var/log/...
 
hm. keine ahnung woran es nun lag; nun klappt xgl/compiz einigermaßen. ich habe in
Code:
Section "Module"
nur
Code:
Load "dri"

eingefügt und nun klappts. auch glxgears zeigt 5000 FPS an, obwohl gnome-xgl-settings immernoch sagt, dass keine 3d beschleunigung aktiv ist.

nun aber zu einem anderen Problem:
Die Schrift der Fensterleisten ist iwi nicht die, die ich so bei anderen leuten mit xgl/compiz gesehen hab' (siehe:http://files.marcelmarnitz.com/xgl_compiz.png)

Wie kann ich die Schrift ändern?

Mfg,
Marcel
 

Ähnliche Themen

X11 Monitor Position

X startet nichtmehr

xrandr X11 Problem

Zweiter Monitor geht bei Vollbildspielen aus.

Monitor getauscht, Schriftgrößen verstellt

Zurück
Oben