Troubleshoot themes in Beryl

Status
Not open for further replies.
OP
eagle_y2j

eagle_y2j

Youngling
yup! i started from there only anyways I tried beryl on Ubuntu and I was successful without a glitch

I messed up my Suse now I can't type in GUI mode is there any way to reset or restore ?
 
Last edited:

Vivek788

In the zone
well after installing beryl what dhoul I do to install AiGLX instead of XGL..(my opensuse crashed after installing in proper manner..I hgave intel 845GVSR with onboard grafix and 512 mb ram)
 

freebird

Debian Rocks!
^^ AIGLX is a part of from Xorg-7.2(u can check version from terminal by "Xorg -version" cmd)
Just remove XGL packages will do i suppose.
 

freebird

Debian Rocks!
edit ur /etc/X11/xorg.conf necessarily pointing out the correct driver(whcih video card do u have?)
press CTRL+ALT+F1 and login as root there.edit /etc/X11/xorg.conf using nano editor:
Code:
#nano -w /etc/X11/xorg.conf
check the section "Device"
Code:
Section "Device"
        Identifier      "Generic Video Card"
        Driver          "i810"
        EndSection
save by pressing CTRL+X to exit,enter "Y",now type "gdm" to get login prompt.
 
OP
eagle_y2j

eagle_y2j

Youngling
can someone guide me how to enable Beryl with X.org AIGLX
I am trying to follow this guide but I am not clear which packages do I need to install for Beryl with X.org AIGLX
 

eddie

El mooooo
These are the packages you need to have installed to get Beryl working with AIGLX.
Code:
    * beryl-core-snapshot
    * beryl-plugins-snapshot
    * emerald-snapshot : window decorator
    * emerald-themes-snapshot
    * aquamarine-snapshot
    * beryl-settings-snapshot
    * beryl-manager-snapshot
 
OP
eagle_y2j

eagle_y2j

Youngling
getting this error after installing beryl .can't change windows manager from metacity to beryl ! it crashes and changes automatically to metacity

Code:
hackerz99:~ # beryl-manager
hackerz99:~ # libGL warning: 3D driver claims to not support visual 0x4b
**************************************************************
* Beryl system compatibility check                           *
**************************************************************

Detected xserver                                : AIGLX

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 ...

libGL warning: 3D driver claims to not support visual 0x4b
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 (2048x2048)

beryl: Another composite manager is already running on screen: 0
beryl: No manageable screens found on display :0.0
Window manager warning: Failed to read theme from file /opt/gnome/share/themes/Gilouche/metacity-1/metacity-theme-1.xml: Failed to open file '/opt/gnome/share/themes/Gilouche/metacity-1/metacity-theme-1.xml': No such file or directory
Window manager warning: Failed to load theme "Gilouche": Failed to open file '/opt/gnome/share/themes/Gilouche/metacity-1/metacity-theme-1.xml': No such file or directory
Window manager warning: Lost connection to the display ':0.0';
most likely the X server was shut down or you killed/destroyed
the window manager.
**************************************************************
* Beryl system compatibility check                           *
**************************************************************

Detected xserver                                : AIGLX

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 ...

libGL warning: 3D driver claims to not support visual 0x4b
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 (2048x2048)

beryl: Another composite manager is already running on screen: 0
beryl: No manageable screens found on display :0.0
Window manager warning: Failed to read theme from file /opt/gnome/share/themes/Gilouche/metacity-1/metacity-theme-1.xml: Failed to open file '/opt/gnome/share/themes/Gilouche/metacity-1/metacity-theme-1.xml': No such file or directory
Window manager warning: Failed to load theme "Gilouche": Failed to open file '/opt/gnome/share/themes/Gilouche/metacity-1/metacity-theme-1.xml': No such file or directory
Reloading...

(emerald:7848): Gdk-CRITICAL **: gdk_drawable_unref: assertion `GDK_IS_DRAWABLE (drawable)' failed
Reloading...

(emerald:7848): Gdk-CRITICAL **: gdk_drawable_unref: assertion `GDK_IS_DRAWABLE (drawable)' failed
 
Last edited:
OP
eagle_y2j

eagle_y2j

Youngling
^^ again it says
beryl: Another composite manager is already running on screen: 0
beryl: No manageable screens found on display :0.0
hackerz99:~ #
 

mehulved

18 Till I Die............
Another composite manager is already running

Most likely KDE is running its own composite manager effects (using kompmgr), and Beryl therefore can’t run. To disable KDE’s window effects, open up the control center and disable the translucency effects:
K Menu -> Configure Desktop (Personal Settings). Then go to Desktop -> Window Behaviour.

Go to the last tab, “Translucency”, and uncheck the “Use Translucency/shadows” box. Now you can fire up beryl-manager again, and everything should run just fine.

Note: If the above doesn’t work, you may need to add the line
Option "Composite" "0"

to the Extensions area of your /etc/X11/xorg.conf. So far, this option must be present if you are using the fglrx driver (Tested on ATI Radeon 9600)
*linux.wordpress.com/2007/01/27/opensuse-102-installing-beryl/

Also do this
ln -s /usr/bin/beryl-manager ~/.kde/Autostart/beryl-manager
ln -s /usr/bin/beryl ~/.kde/Autostart/beryl

Now you should get beryl running whenever you login to KDE.
 

mehulved

18 Till I Die............
check the same link. The solution to white cube is also there. Just below the part I put here.
 

Vivek788

In the zone
well...how do i remove xgl pack?
I don't need to remove the other packs of beryl na?Only xgl needs to be removed to get AIGLX right?
 
Status
Not open for further replies.
Top Bottom