LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   beryl/aiglx, everything installed but no effects (https://www.linuxquestions.org/questions/debian-26/beryl-aiglx-everything-installed-but-no-effects-562896/)

floris 06-19-2007 05:23 AM

beryl/aiglx, everything installed but no effects
 
i'm running debian edge. I installed the nvidia drivers, installed all beryl packages and changed my xorg.conf. Beryl-manager is running but i can't get the effects running. Looking glass is running fine.

Vincent_Vega 06-19-2007 05:20 PM

When you right click your Beryl icon in the taskbar, make sure you have Beryl as your Window Manager. It's possible to run Beryl while still using KDE or something else and therefore no effects.

floris 06-20-2007 06:39 AM

hmm, indeed, when i right click on de berylicon and choose beryl as a windowmanager the screen flashes a few times and then goes back to metacity(gnome). so something goes wrong there, isn't there a error log file where i can find more info...

Vincent_Vega 06-20-2007 09:45 PM

Not really sure. You'll have to search around for some more help.

cybertaz 06-20-2007 11:48 PM

Does the beryl splash screen show up?

How do you start it? Through script at start-up or just terminal once gnome is running?

floris 06-24-2007 11:40 AM

hm no splashscreen, only the borders of the windows are drawn again(without decoration)
i have put beryl-manager in the list of startup programs via Preferences->sessions

baikonur 06-25-2007 03:31 AM

sounds like direct rendering is off
Code:

glxinfo | grep rendering
to verify.
if it's running, you may want to check the options concerning the method of rendering. (right click on the diamond) play around with it, i had exactly the same probs as you do and after installing the right driver and fixing my xorg.conf that was the final step to get it going.

floris 06-25-2007 02:46 PM

rendering is running, i tried different configuration options, none worked so far
however, when i execute beryl-xgl i get an error
beryl-xgl
**************************************************************
* Beryl system compatiblity check *
**************************************************************

Detected xserver : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension : failed

No composite extension
134592117 screens detected.
Currently we cannot guarantee that Beryl will work correctly with multiple X screens.
Using the --no-context-share command line option can help.
Please report any success to the beryl developer mailing list. The list can be found at lists.beryl-project.org


So, i have to find out what that means..

cybertaz 06-25-2007 03:05 PM

you need to add some things to your xorg.conf file:
add the section -
Section "Extensions"
Option "Composite" "Enable"
EndSection

And run these commands -
su
nvidia-xconfig --allow-glx-with-composite
nvidia-xconfig --render-accel
nvidia-xconfig --add-argb-glx-visuals

BillyGalbreath 06-25-2007 04:38 PM

Quote:

Originally Posted by floris
134592117 screens detected.

Wow - that seems a bit weird...

cybertaz's solution should work for you (it will get composite working, which Beryl needs). Hopefully it will fix that "screens detected" error too... That is is a weird one though, I've never seen that many screens detected before.

jamesltaylor 07-11-2007 03:19 AM

Quote:

Originally Posted by floris
**************************************************************
* Beryl system compatiblity check *
**************************************************************

Detected xserver : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension : failed

No composite extension
134592117 screens detected.
Currently we cannot guarantee that Beryl will work correctly with multiple X screens.
Using the --no-context-share command line option can help.
Please report any success to the beryl developer mailing list. The list can be found at lists.beryl-project.org

I used to run beryl on my suse 10.1 machine with no problems, but now that I have upgraded to suse 10.2 I get an error identical to the one above (including the number of screens detected). I am using the latest nvidia drivers and beryl realease. Composite is enabled in xorg.conf. I have tried almost everything but nothing seems to work. Any help would be gladly appreciated

floris 07-16-2007 08:33 AM

problem was probably my xorg.conf, unfortunately some script broke my x-server. so i switched to fedora7, beryl runs very smoothly now :)

jamesltaylor 07-17-2007 07:49 AM

I managed to fix my problem in Suse, I just turned off shadows and translucency in kde and restarted beryl and all worked fine :-)


All times are GMT -5. The time now is 05:26 PM.