Strona 1 z 1

Intel GMA 950 i compiz-fusion

: 03 marca 2008, 03:33
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

: 03 marca 2008, 09:55
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"

: 06 marca 2008, 09:24
autor: czarny404
Dziękuje, ale niestety to nic nie zmienia.

: 06 marca 2008, 09:39
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


: 08 marca 2008, 12:17
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ć??