Intel GMA 950 i compiz-fusion

Zagadnienia dotyczące menadżerów okien, środowisk graficznych - X, KDE, GNOME, Fluxbox, XFCE., Compiz itp.
czarny404
Posty: 75
Rejestracja: 09 lipca 2006, 08:15

Intel GMA 950 i compiz-fusion

Post autor: czarny404 »

Witam.
Mam problem z compizem. W zasadzie działa, aczkolwiek na uruchomionych już oknach. Jak chcę coś zmienić, otworzyć nowe okno, to w zmienionych pojawiają się problemy z wyświetlaniem. Czy miał ktoś taki problem? Instalowałem wg. wskazówek z how to z tego forum. Mój xorg.conf wygląda tak:

Kod: Zaznacz cały

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"pl"
EndSection

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

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "Device"
	Identifier	"Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
	Driver		"intel"
	BusID		"PCI:0:2:0"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	Option         "TripleBuffer" "true"
	Option         "no GLXFBConfig for depth 32"
	Option         "AddARGBVisuals" "True"
	Option         "AddARGBGLXVisuals" "True"
	Option         "DisableGLXRootClipping" "true"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection
Section "Extensions"
    Option         "Composite" "Enable"
EndSection
Maciek_Rutecki
Posty: 93
Rejestracja: 28 czerwca 2006, 20:31
Lokalizacja: Koluszki

Post autor: Maciek_Rutecki »

Spróbuj opcji

Kod: Zaznacz cały

        Option          "XAANoOffscreenPixmaps"
W sekcji Device


A to nie wiem po co Ci:
czarny404 pisze:Option "TripleBuffer" "true"
Option "no GLXFBConfig for depth 32"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "true"
czarny404
Posty: 75
Rejestracja: 09 lipca 2006, 08:15

Post autor: czarny404 »

Dziękuje, ale niestety to nic nie zmienia.
kuleczek
Posty: 36
Rejestracja: 16 grudnia 2007, 12:24

Post autor: kuleczek »

Posiadam tą samą kartę i compiz mi działa bez problemu. Oto mój xorg.conf - może coś znajdziesz..

Kod: Zaznacz cały

Section "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
 Option  "CoreKeyboard"
 Option "XkbRules" "xorg"
 Option "XkbModel" "pc105"
 Option "XkbLayout" "pl"
 Option "XkbVariant" "pl"
EndSection

Section "InputDevice"
 Identifier "Configured Mouse"
Driver "mouse"
 Option "CorePointer"
 Option "Device" "/dev/input/mice"
 Option "Protocol" "ImPS/2"
EndSection

Section "InputDevice"
 Identifier "Synaptics Touchpad"
 Driver "synaptics"
 Option "SendCoreEvents" "true"
 Option "Device" "/dev/psaux"
 Option "Protocol" "auto-dev"
 Option "HorizScrollDelta" "0"
EndSection

Section "Device"
        Identifier     "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
        Driver         "i810" 
        BusID          "PCI:0:2:0"
	Option 		"DPMS"
	Option 		"DRI"   	 "true"
	Option 		"DevicePresence" "true"
	Option 		"XAANoOffscreenPixmaps" "true"	
EndSection

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

Load "type1"
Load "vbe"
Load "drm"
EndSection

Section "Monitor"
 Identifier  "Generic Monitor"
 Option   "DPMS"
 HorizSync  28-64
 VertRefresh  43-60
EndSection
Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
        Monitor        "Generic Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth          1
                Modes          "1280x800"
        EndSubSection
        SubSection "Display"
                Depth          4
                Modes          "1280x800"
        EndSubSection
        SubSection "Display"
                Depth          8
                Modes          "1280x800"
        EndSubSection
        SubSection "Display"
                Depth          15
                Modes          "1280x800"
        EndSubSection
        SubSection "Display"
                Depth          16
                Modes          "1280x800"
        EndSubSection
        SubSection "Display"
                Depth          24
                Modes          "1280x800"
        EndSubSection
EndSection

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

Section "DRI"
	Group "video"        
	Mode            0666
EndSection

Section "Extensions"
        Option  "Composite"    "enable"
EndSection

czarny404
Posty: 75
Rejestracja: 09 lipca 2006, 08:15

Post autor: czarny404 »

Dziękuje, ale niestety też nie pomaga... Sądzę że jednak problem tkwi w samym copizie. Jak dobrze go usunąć i jeszcze raz zainstalować??
ODPOWIEDZ