Compiz nie dzia

Zagadnienia dotyczące menadżerów okien, środowisk graficznych - X, KDE, GNOME, Fluxbox, XFCE., Compiz itp.
Awatar użytkownika
lessmian2
Member
Posty: 1088
Rejestracja: 30 kwietnia 2008, 19:38
Lokalizacja: Kraków

Compiz nie działa aktualizacja do Sida, Radeon HD 2400XT

Post autor: lessmian2 »

Witam.

Wiem że tego typu tematów w sieci jest mnóstwo, ale przerobiłem już chyba wszystkie możliwości i nic nie pomogło.
Mam laptopa Acer Extensa 7620G:

Kod: Zaznacz cały

Intel Core 2 Duo T5550 (1,83 GHz)
Ati Radeon HD 2400XT
1 GB RAM
Zainstalowałem Debiana Lenny, podniosłem do Sida:

Kod: Zaznacz cały

apt-get update & apt-get upgrade
Zainstalowałem najnowsze sterowniki ze strony Ati

Kod: Zaznacz cały

ati-driver-installer-8-6-x86.x86_64.run
Z repozytoriów compiza

Kod: Zaznacz cały

http://download.tuxfamily.org/shames/debian-sid/desktopfx/unstable/
Zainstalowałem compiza:

Kod: Zaznacz cały

apt-get install compiz-fusion-all
Przy próbie odpalenia compiza pojawia się następujący błąd:

Kod: Zaznacz cały

l3ssmian@l3ssmian:~$ compiz-manager 
Checking for Xgl: not present. 
Detected PCI ID for VGA: 
Checking for texture_from_pixmap: not present. 
Trying again with indirect rendering:
Checking for texture_from_pixmap: present. 
Checking for non power of two support: present. 
Checking for Composite extension: present. 
Comparing resolution (1440x900) to maximum 3D texture size (8192): 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
Dodałem fglrx do whitelist w /usr/bin/compiz-manager, odpowiednie wpisy do xorg.conf, ustawiłem w ~/.config/compiz/compiz-manager

Kod: Zaznacz cały

SKIP_CHECKS="yes"
ze sterownikami nie ma raczej problemów:

Kod: Zaznacz cały

l3ssmian:/home/l3ssmian# fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon HD 2400 XT
OpenGL version string: 2.1.7659 Release

Kod: Zaznacz cały

l3ssmian:/home/l3ssmian# glxinfo | grep direct
direct rendering: Yes
Mój xorg.conf:

Kod: Zaznacz cały

Section "ServerLayout"
        Identifier     "aticonfig-Layout[all]"
        Screen      0  "aticonfig-Screen[0]" 0 0
        Option        "AIGLX"    "true" 
EndSection

Section "ServerFlags"
        Option "AllowMouseOpenFail" "on"
        Option "IgnoreABI" "on"
        Option "AIGLX" "true"
EndSection

Section "Files"
EndSection

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

EndSection

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

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

Section "Monitor"
        Identifier   "Configured Monitor"
EndSection

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

Section "Device"
        Identifier  "Configured Video Device"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "Centermode" "off"
        Option        "XAANoOffscreenPixmaps"    "true" 
        Option        "RenderAccel"    "true" 
        Option        "backingstore"    "true"
        Option "AddARGBGLXVisuals" "On" 
EndSection

Section "Screen"
        Identifier "Default Screen"
        Monitor    "Configured Monitor"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes        "1440x900"
        EndSubSection
        Option         "TripleBuffer" "true"
        Option         "no GLXFBConfig for depth 32"
        Option         "AddARGBVisuals" "True"
        Option         "AddARGBGLXVisuals" "True"
        Option         "DisableGLXRootClipping" "true"

EndSection

Section "Extensions"
    Option         "Composite" "Enable"
    Option        "RENDER"    "Enable" 
EndSection

Section "DRI" 
    Mode    0666 
EndSection
Już nie wiem co może być nie tak. Jeśli ktoś wie co może być nie tak, ma jakiś pomysł to proszę piszcie.
Dziękuję
giaur
Member
Posty: 1915
Rejestracja: 25 maja 2007, 22:16

Post autor: giaur »

A pokaz wyniki polecen:

Kod: Zaznacz cały

cat /var/log/Xorg.0.log | grep fglrx

Kod: Zaznacz cały

dmesg | grep fglrx

Kod: Zaznacz cały

startxgl.sh
Poza tym nie podniosles do Sida, zeby podniesc do Sida musisz dac dist-upgrade (zakladam ze repo sida oczywiscie masz skonfigurowane)
Awatar użytkownika
lessmian2
Member
Posty: 1088
Rejestracja: 30 kwietnia 2008, 19:38
Lokalizacja: Kraków

Post autor: lessmian2 »

Dzięki za szybką reakcję.
Oto wyniki dwóch pierwszych poleceń:

Kod: Zaznacz cały

l3ssmian:/home/l3ssmian# cat /var/log/Xorg.0.log | grep fglrx
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
(II) fglrx(0): pEnt->device->identifier=0x8216400
(II) fglrx(0): === [atiddxPreInit] === begin
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "CenterMode" "off"
(**) fglrx(0): Option "DPMS" "true"
(II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(--) fglrx(0): Chipset: "ATI Mobility Radeon HD 2400 XT" (Chipset = 0x94c8)
(--) fglrx(0): (PciSubVendor = 0x1025, PciSubDevice = 0x011f)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
(--) fglrx(0): MMIO registers at 0xcfef0000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 10.60
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
(II) fglrx(0): VESA VBE OEM Product: M74
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
(II) fglrx(0): Using adapter: 1:0.0.
(II) fglrx(0): [FB] Find the MC FB aperturs range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000)
(--) fglrx(0): VideoRAM: 262144 kByte, Type: DDR2
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: SEC  Model: 3847  Serial#: 0
(II) fglrx(0): Year: 2006  Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 37  vert.: 23
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) fglrx(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 96.3 MHz   Image Size:  367 x 230 mm
(II) fglrx(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) fglrx(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 912 v_border: 0
(II) fglrx(0):  SAMSUNG
(II) fglrx(0):  LTN170X2-L02
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 	00ffffffffffff004ca3473800000000
(II) fglrx(0): 	00100103802517780a87f594574f8c27
(II) fglrx(0): 	27505400000001010101010101010101
(II) fglrx(0): 	0101010101019f25a04051840c304020
(II) fglrx(0): 	33006fe6100000190000000f00000000
(II) fglrx(0): 	000000000078e6022300000000fe0053
(II) fglrx(0): 	414d53554e470a2020202020000000fe
(II) fglrx(0): 	004c544e31373058322d4c30320a00f1
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000001
(==) fglrx(0): Qbs is not supported in this release. Disabled.
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0):  PseudoColor visuals disabled
(**) fglrx(0): Center Mode is disabled 
(==) fglrx(0): TMDS coherent mode is enabled 
(II) fglrx(0): Total of 11 modes found for primary display.
(--) fglrx(0): Virtual size is 1440x900 (pitch 0)
(**) fglrx(0): *Mode "1440x900": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1440x900"x60.0   96.31  1440 1504 1536 1760  900 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "1280x768": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x768"x60.0   96.31  1280 1504 1536 1760  768 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "1152x864": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864"x60.0   96.31  1152 1504 1536 1760  864 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "1024x768": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"x60.0   96.31  1024 1504 1536 1760  768 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "800x600": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"x60.0   96.31  800 1504 1536 1760  600 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "640x480": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"x60.0   96.31  640 1504 1536 1760  480 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "640x400": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"x60.0   96.31  640 1504 1536 1760  400 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "512x384": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"x60.0   96.31  512 1504 1536 1760  384 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "400x300": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300"x60.0   96.31  400 1504 1536 1760  300 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "320x240": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240"x60.0   96.31  320 1504 1536 1760  240 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "320x200": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200"x60.0   96.31  320 1504 1536 1760  200 903 906 912 +hsync +vsync (54.7 kHz)
(--) fglrx(0): Display dimensions: (370, 230) mm
(--) fglrx(0): DPI set to (98, 99)
(--) fglrx(0): Virtual size is 1440x900 (pitch 1472)
(**) fglrx(0): *Mode "1440x900": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1440x900"x60.0   96.31  1440 1504 1536 1760  900 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "1280x768": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x768"x60.0   96.31  1280 1504 1536 1760  768 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "1152x864": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864"x60.0   96.31  1152 1504 1536 1760  864 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "1024x768": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"x60.0   96.31  1024 1504 1536 1760  768 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "800x600": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"x60.0   96.31  800 1504 1536 1760  600 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "640x480": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"x60.0   96.31  640 1504 1536 1760  480 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "640x400": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"x60.0   96.31  640 1504 1536 1760  400 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "512x384": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"x60.0   96.31  512 1504 1536 1760  384 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "400x300": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300"x60.0   96.31  400 1504 1536 1760  300 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "320x240": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240"x60.0   96.31  320 1504 1536 1760  240 903 906 912 +hsync +vsync (54.7 kHz)
(**) fglrx(0):  Default mode "320x200": 96.3 MHz (scaled from 0.0 MHz), 54.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200"x60.0   96.31  320 1504 1536 1760  200 903 906 912 +hsync +vsync (54.7 kHz)
(==) fglrx(0): NoAccel = NO
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x8000001d
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): ATI GART size: 255 MB
(II) fglrx(0): [pcie] 261120 kB allocated
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 7.1.2.0
(II) fglrx(0): doing DRIScreenInit
(II) fglrx(0): [drm] Using the DRM lock SAREA also for drawables.
(II) fglrx(0): [drm] framebuffer handle = 0x3000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 8.50.3
(II) fglrx(0):     Date: Jun  2 2008
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.24-1-686
(II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
(II) fglrx(0):     Build-Kernel __SMP__:            yes
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0x00005000
(II) fglrx(0): Interrupt handler installed at IRQ 16.
(II) fglrx(0): Exposed events to the /proc interface
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x0102c000
(II) fglrx(0): FBMM initialized for area (0,0)-(1472,2880)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1472,900) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1472 x 1980
(**) fglrx(0): Option "BackingStore" "true"
(**) fglrx(0): Backing store enabled
(**) fglrx(0): DPMS enabled
(**) fglrx(0): Textured Video is enabled.
(II) fglrx(0): GLESX enableFlags = 26
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
(II) fglrx(0): GLESX is enabled
(WW) fglrx(0): Option "XAANoOffscreenPixmaps" is not used
(WW) fglrx(0): Option "RenderAccel" is not used
(WW) fglrx(0): Option "AddARGBGLXVisuals" is not used
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(WW) fglrx(0): Option "TripleBuffer" is not used
(WW) fglrx(0): Option "AddARGBVisuals" is not used
(WW) fglrx(0): Option "DisableGLXRootClipping" is not used
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
(II) fglrx(0): Finished Initialize PPLIB!
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using hardware cursor
(II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so
(II) fglrx(0): Enable the clock gating!

Kod: Zaznacz cały

l3ssmian:/home/l3ssmian# dmesg | grep fglrx
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx]   vendor: 1002 device: 94c8 count: 1
[fglrx] Maximum main memory to use for locked dma buffers: 928 MBytes.
[fglrx] PAT is enabled successfully!
[fglrx] module loaded - fglrx 8.50.3 [Jun  2 2008] with 1 minors
[fglrx] Reserved FB block: Shared offset:0, size:1000000 
[fglrx] Reserved FB block: Unshared offset:ff7b000, size:80000 
[fglrx] Reserved FB block: Unshared offset:fffc000, size:4000 
Niestety w systemie nie znalazłem skryptu startxgl.sh (przeszukałem cały system "find'em"). Czy to może być powód moich problemów?
giaur
Member
Posty: 1915
Rejestracja: 25 maja 2007, 22:16

Post autor: giaur »

Hm nie znam sie za bardzo na ati, bo sam mam nvidie, ale zastanawia mnie to:
Option "AddARGBGLXVisuals" is not used
Option "TripleBuffer" is not used
Option "AddARGBVisuals" is not used
Option "TripleBuffer" is not used
Option "DisableGLXRootClipping" is not used
czyli wynika z tego ze ich podanie w xorg jest zignorowane. Pamietam ze takie wpisy byly potrzebne i musialy zadzialac w starych wersjach sterów nvidia i w starszym xorgu, a obecnie juz nie sa wymagane.
Awatar użytkownika
lessmian2
Member
Posty: 1088
Rejestracja: 30 kwietnia 2008, 19:38
Lokalizacja: Kraków

Post autor: lessmian2 »

Ale to chyba oznacza tylko tyle że tych opcji w xorg.conf nie muszę podawać. Nie tłumaczy to jednak czemu compiz nie działa. Mimo wszystko spróbuję zakomentować te linie w xorg.conf i sprawdzę czy coś się zmieniło. Mnie bardziej zastanawia komunikat wyrzucany przez compiza:

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
Pierwsza linia mówi że ni ma configu GLXFB dla domyślnej głębi. Nie znalazłem jednak żadnego info na ten temat, co z tym zrobić czy jak to poprawić. Co to oznacza? Albo da się gdzieś to skonfigurować?
Sprawdzałem jeszcze co pokaże compiz-check i nie wywaliło żadnego błędu - wszystko było ok.

[ Dodano: 2008-07-22, 09:43 ]
Hej.
Czyli nikt nie wie jak mi pomóc? Chyba będę musiał się obyć bez Compiza. Tak czy inaczej dzięki za pomoc.
ODPOWIEDZ