Strona 1 z 1

Compiz: No manageable screens found on display

: 11 września 2008, 17:52
autor: Gordon1x
Compiz zwraca błąd:

Kod: Zaznacz cały

/usr/bin/compiz.real (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
/usr/bin/compiz.real (core) - Error: Failed to manage screen: 0
/usr/bin/compiz.real (core) - Fatal: No manageable screens found on display :0.0

Kod: Zaznacz cały

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

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Option         	"TripleBuffer" "true"
	Option		"GLXFBConfig"
	#Option        	"no GLXFBConfig for depth 32"
	Option         	"AddARGBVisuals" "True"
	Option         	"AddARGBGLXVisuals" "True"
	Option         	"DisableGLXRootClipping" "true"
EndSection

Section "Extensions"
	Option         "Composite" "Enable"
EndSection
Jak rozwiązać ten problem?

: 11 września 2008, 17:57
autor: maly
To jest Twój xorg.conf ?!

: 11 września 2008, 21:22
autor: Gordon1x
Tak

[ Dodano: 2008-09-11, 21:31 ]
Karta graficzna Intel X3100

: 12 września 2008, 00:39
autor: maly
Przeinstaluj sterownik i spróbuj jeszcze raz skonfigurować xserwer, strasznie okrojony masz wpis w xorg.conf, jaki efekt?!

: 12 września 2008, 21:40
autor: Gordon1x
Zaktualizowałem system do wersji sid.
Niestety nie pomogło nadal wyrzuca ten błąd.

: 12 września 2008, 22:51
autor: MackZ
http://gentoo-wiki.com/HOWTO_compiz-fus ... to_work.22

tam zajrzyj:
If you see the error and are using xf86-video-i810, make sure you are using xf86-video-i810-2.1.1 and not 2.2.1 (2.2.0.90 wasn't tested). You can downgrade with:

Kod: Zaznacz cały

emerge -1 =xf86-video-i810-2.1.1 // dla gentoo
Tylko teraz jak tu z downgrade ować do niższej wersji, musisz znaleźć starsza np. paczkę deb i zainstalować z dysku:

Kod: Zaznacz cały

dpkg -i paczka.deb
albo to:
  1. if you want to downgrade only one package:

    Kod: Zaznacz cały

    apt-cache policy <packagename>
    sudo apt-get install <packagename>=[list=1]
    for example:

    Kod: Zaznacz cały

    sudo apt-get install kontact=4:3.4.3-0ubuntu3
    and you should hold the package.
  2. if you want to fully downgrade, increase the priority of the older packages - man apt_preferences.