Strona 1 z 1

[+] Brak obramowań po aktualizacji compiza z Etch->Lenny

: 07 marca 2008, 19:50
autor: menteith
Witam!

Ostanio zaktualizwalem system do wersji Lenny i mam problem z compiz-fusion. Bezposrednio po updacie wykonalem:

Kod: Zaznacz cały

apt-get install compiz-fusion-kde
apt-get install fusion-icon
Instalacja przebiegla bez problemow. Korzystalem z nastepujacego repozytorium:

Kod: Zaznacz cały

http://download.tuxfamily.org/shames/debian-lenny/desktopfx/unstable//
Po tym zastapilem xorg.conf zbackupowanym przed instalacja - pod etchem i starym compiz'em sprawowal sie dobrze tzn. nie bylo problemow z obramowaniem.
Oto moj xorg.conf

Kod: Zaznacz cały

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"dbe"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

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

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

Section "InputDevice"
	Identifier "Configured Mouse"
	#Identifier "Mouse[1]"
	Driver	"evdev"	
	Option	"CorePointer"
	Option	"Name" "Logitech USB Receiver" #this should be the name of the device which I made bold here.
	Option	"ZAxisMapping" "4 5"
	Option	"Resolution" "800"
	Option	"Buttons" "9"
EndSection

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

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


Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	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
Option		"TripleBuffer" "true"
Option		"no GLXFBConfig for depth 32"
Option		"AddARGBVisuals" "True"
Option		"AddARGBGLXVisuals" "True"
Option		"DisableGLXRootClipping" "true"
Option		"XAANoOffscreenPixmaps"
Option		"AddARGBGLXVisuals" "true"
EndSection

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

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
Jednak teraz po updacie wystepuje ow blad z obramowaniem. Po wykonaniu

Kod: Zaznacz cały

compiz-manager
otrzymuje

Kod: Zaznacz cały

Checking for Xgl: not present.
Detected PCI ID for VGA: 00:02.0 0300: 8086:27a2 (rev 03) (prog-if 00 [VGA controller])
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1280x800) to maximum 3D texture size (2048): Passed.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Starting emerald
/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
I mam obramowania bowiem managerem okien pozostaje najwyrazniej kWin.

A po probie wyboru jakiegos tematu z poziomu emeralda

Kod: Zaznacz cały

Reloading...
I ciagle nic sie nie dzieje. Ale gdy uruchomie fusion-icon wystepuje blad z obramowaniami okien.

EDIT:
Rozwiazaniem w moim przypadku byla instalacja pakietow mesa-dri. Xorg byl w porzadku.

: 05 maja 2008, 20:42
autor: Diabelko
Mam podobny problem, męczę się już dzień i tony googlowania stron nie pomagają w rozwiązaniu tego problemy, compiz działa w 80% poprawnie. Ale jest problem ze stylami okienek, w których mi nie ładuje jak kiedyś miałem beryl z emeraldem, a teraz w compiz lipa.

dystrybucja Lenny
karta GF 7300GT
sterownik Nvidia Driver Version: 171.06.01 - nowiutkie :mrgreen: zainstalowane dziś i 3D działa jak należy

Kod: Zaznacz cały

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (marcin@debian)  pią lip 20 16:23:19 CEST 2007

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "AIGLX" "true"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

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

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "no GLXFBConfig for depth 32"
    Option         "RenderAccel" "true"
    Option         "TripleBuffer" "true"
    Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "true"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "RENDER" "Enable"
    Option         "Composite" "Enable"
EndSection
compiz i jego ale :-/ podczas zmian styli z Kwin na GTK do KDE a to jego rezultat:

Kod: Zaznacz cały

marcin@debian:~$ fusion-icon
 * Detected Session: kde
 * Searching for installed applications...
 * NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
 * Using the GTK Interface
 * KWin is already running
 * Setting window manager to Compiz
 ... executing: compiz.real --replace --sm-disable --ignore-desktop-hints ccp
compiz.real (visualevent) - Info: XRecord extension 1.13 loaded.
fuse: failed to access mountpoint compiz: No such file or directory
 * Setting window manager to KWin
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't r                                                                                                  egistered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't r                                                                                                  egistered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't r                                                                                                  egistered
 * Setting decorator to KDE Window Decorator ("kde-window-decorator --replace")
 * Setting window manager to Compiz
 ... executing: compiz.real --replace --sm-disable --ignore-desktop-hints ccp
compiz.real (visualevent) - Info: XRecord extension 1.13 loaded.
fuse: failed to access mountpoint compiz: No such file or directory
 * Setting decorator to GTK Window Decorator ("gtk-window-decorator --replace")
Ostrzeżenie menedżera okien: Nie można odczytać motywu "Nuvola": Nie można znaleźć poprawnego pliku dla motywu Nuvola

 * Setting decorator to Emerald ("emerald --replace")
 * Setting option Indirect Rendering to True
 ... executing: compiz.real --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
compiz.real (visualevent) - Info: XRecord extension 1.13 loaded.
fuse: failed to access mountpoint compiz: No such file or directory
 * Setting option Loose Binding to True
 ... executing: compiz.real --replace --sm-disable --ignore-desktop-hints ccp --loose-binding --indirect-rendering
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
compiz.real (visualevent) - Info: XRecord extension 1.13 loaded.
fuse: failed to access mountpoint compiz: No such file or directory
 * Setting option Loose Binding to False
 ... executing: compiz.real --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
compiz.real (visualevent) - Info: XRecord extension 1.13 loaded.
fuse: failed to access mountpoint compiz: No such file or directory
 * Setting option Indirect Rendering to False
 ... executing: compiz.real --replace --sm-disable --ignore-desktop-hints ccp
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
compiz.real (visualevent) - Info: XRecord extension 1.13 loaded.
fuse: failed to access mountpoint compiz: No such file or directory
 * Setting window manager to KWin
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Tu jeszcze jedna wersja z konsoli:

Kod: Zaznacz cały

marcin@debian:~$ compiz-manager
Checking for Xgl: not present.
Detected PCI ID for VGA: 06:00.0 0300: 10de:0393 (rev a1) (prog-if 00 [VGA controller])
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1280x1024) to maximum 3D texture size (4096): Passed.
Checking for nVidia: present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Starting emerald
/usr/bin/compiz.real (visualevent) - Info: XRecord extension 1.13 loaded.
fuse: failed to access mountpoint compiz: No such file or directory
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
/usr/bin/compiz-manager: line 394: 16509 Zakończony ${COMPIZ_BIN_PATH}emerald --replace
Nie mam pomysłów jak to rozwiązać :-/

~~~~~~~~~~~~EDIT~~~~~~~~~~~~~

Działa :mrgreen: miałem złe repo więc zmieniłem je na własciwe , z aktualizowałem compiza i mam motywy emeralda jak należy ;-) , a problem sam se rozwiązałem :-P