beryl crash on "feisty"

Bug #96401 reported by walter
2
Affects Status Importance Assigned to Milestone
beryl-core (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Binary package hint: beryl

On "feisty" beryl crash.

Lauching "beryl" i've got the follow error:

beryl: Could not acquire compositing manager selection on screen 0 display ":0.0"
beryl: No manageable screens found on display :0.0

This is my xorg.conf

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

Section "ServerFlags"
        Option "DontZap"
EndSection

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

Section "InputDevice"
        Identifier "Generic Keyboard"
        Driver "kbd"
        Option "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "it"
EndSection
Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "mouse"
        Option "CorePointer"
        Option "Device" "/dev/input/mice"
        Option "Protocol" "ExplorerPS/2"
        Option "ZAxisMapping" "4 5"
        Option "Emulate3Buttons" "true"
EndSection

Section "Device"
        Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
        Driver "nvidia"
        BusID "PCI:1:0:0"
        Option "AGPFastWrite" "true"
        Option "RenderAccel" "1"
        Option "NoLogo"
        Option "AllowGLXWithComposite" "1"
        #Option "IgnoreDisplayDevices" "DFP, TV, CRT"
        Option "NoPowerConnectorCheck" "1"
        Option "NoBandWidthTest" "1"
        Option "XAANoOffscreenPixmaps" "true"
        Option "TripleBuffer" "true"
EndSection

Section "Monitor"
        Identifier "M-7005L3-D"
        Option "DPMS"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
        Monitor "M-7005L3-D"
        Option "AddARGBGLXVisuals" "True"
        Option "DisableGLXRootClipping" "True"
        DefaultDepth 24
        SubSection "Display"
                Depth 1
                Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
        EndSubSection
        SubSection "Display"
                Depth 4
                Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
        EndSubSection
        SubSection "Display"
                Depth 8
                Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
        EndSubSection
        SubSection "Display"
                Depth 15
                Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
        EndSubSection
        SubSection "Display"
                Depth 16
                Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
        EndSubSection
        SubSection "Display"
                Depth 24
                Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier "Default Layout"
        Screen "Default Screen"
        InputDevice "Generic Keyboard"
        InputDevice "Configured Mouse"
        Option "AIGLX" "true"
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "Extensions"
  Option "Composite" "true"
EndSection
############################################
###############################################

Versions:
beryl: 0.2.1.dfsg+git20070318-0ubuntu2
xserver-xorg:1:7.2-0ubuntu8

Linux oinophilos 2.6.20-13-lowlatency #2 SMP PREEMPT Sun Mar 25 00:23:53 UTC 2007 i686 GNU/Linux

Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks for your bug report. Does it really crash? Do you have a crash report for it in /var/crash? If so, can you attach it here?

Changed in beryl-core:
importance: Undecided → Medium
status: Unconfirmed → Needs Info
Revision history for this message
walter (waltervalenti) wrote : Re: [Bug 96401] Re: beryl crash on "feisty"

I' haven't got "var/crash".

Lauching beryl from shell i've got:

###walter@oinophilos:~$ beryl --replace
**************************************************************
* Beryl system compatiblity check *
**************************************************************

Detected xserver : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
Checking for RandR extension : passed
Checking for XSync extension : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig : passed
Checking for GLX_EXT_texture_from_pixmap : passed
Checking for non power of two texture support : passed
Checking maximum texture size : passed (4096x4096)

Relaunching beryl with __GL_YIELD="NOTHING"
**************************************************************
* Beryl system compatiblity check *
**************************************************************

Detected xserver : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
Checking for RandR extension : passed
Checking for XSync extension : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig : passed
Checking for GLX_EXT_texture_from_pixmap : passed
Checking for non power of two texture support : passed
Checking maximum texture size : passed (4096x4096)

beryl: Could not acquire compositing manager selection on screen 0 display ":0.0"
beryl: No manageable screens found on display :0.0

####

----- Messaggio originale -----
Da: Daniel Holbach <email address hidden>
A: <email address hidden>
Inviato: Lunedì 26 marzo 2007, 15:31:07
Oggetto: [Bug 96401] Re: beryl crash on "feisty"

Thanks for your bug report. Does it really crash? Do you have a crash
report for it in /var/crash? If so, can you attach it here?

** Changed in: beryl-core (Ubuntu)
   Importance: Undecided => Medium
       Status: Unconfirmed => Needs Info

--
beryl crash on "feisty"
https://launchpad.net/bugs/96401

___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail:
http://it.docs.yahoo.com/nowyoucan.html

Revision history for this message
Nick (lupine) wrote :

This error is common when another compositing manager is running (e.g. kompmgr) - only one compositor can be active at a time.

If using KDE, try disabling "shadows and transparency" in kcontrol; also make sure the kompmgr process isn't running.

If this is it, maybe we need $something in beryl-kubuntu to disable KDE's compositing effects by default? Comments?

Revision history for this message
walter (waltervalenti) wrote :

Ok.
I use xfce4.
Disabling the "compositor" of xfce i haven't got the crash of beryl.

The problem is that not run some window-manager.

I've installed the follow pack:

beryl,
beryl-core
beryl-manager
beryl-plugins
beryl-plugins-data
beryl-settings
beryl-settings-bindings
emerald
emerald-themes
libberyldecoration0
libberylsettings0
libemeraldengine0

--
Per favore non inviatemi allegati in formato MS Office.
Utilizza alternativamente documenti in formato OpenDocument.

Software is like sex, it is better when it is free
--Linus B. Torvalds

----- Messaggio originale -----
Da: Nick <email address hidden>
A: <email address hidden>
Inviato: Lunedì 26 marzo 2007, 16:33:51
Oggetto: [Bug 96401] Re: beryl crash on "feisty"

This error is common when another compositing manager is running (e.g.
kompmgr) - only one compositor can be active at a time.

If using KDE, try disabling "shadows and transparency" in kcontrol; also
make sure the kompmgr process isn't running.

If this is it, maybe we need $something in beryl-kubuntu to disable
KDE's compositing effects by default? Comments?

--
beryl crash on "feisty"
https://launchpad.net/bugs/96401

___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail:
http://it.docs.yahoo.com/nowyoucan.html

Revision history for this message
Harrison Conlin (harrisony) wrote :

We are closing this bug report as it lacks the information, described in the previous comments, we need to investigate the problem further. However, please reopen it if you can give us the missing information and don't hesitate to submit bug reports in the future.

Changed in beryl-core:
status: Needs Info → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.