LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Beryl not affecting KDE (https://www.linuxquestions.org/questions/linux-newbie-8/beryl-not-affecting-kde-522992/)

dotancohen 01-26-2007 07:44 AM

Beryl not affecting KDE
 
On my Dell laptop (ATI x1400 video card) I have installed FC6. I then installed beryl as per the instructions at:
http://wiki.beryl-project.org/wiki/Install/Fedora_Core

I added the script to start it when I log in:
[dotancohen@localhost ~]$ cd .kde/Autostart/
[dotancohen@localhost Autostart]$ ls -l
total 8
-rwxrwxr-x 1 dotancohen dotancohen 27 ינו 26 12:46 beryl.sh
[dotancohen@localhost Autostart]$ cat beryl.sh
#! /bin/bash
beryl-manager
[dotancohen@localhost Autostart]$

However, it doesn't do anything! KDE is exactly as it was before. No
wobbly windows, etc. I've lookin in beryl-settings but I don't see
anything that would prevent it from functioning. What should I check?
We're having company come over this evening and I'd like for them to
see what Fedora is, with eye candy. Thanks.

Dotan Cohen

http://what-is-what.com/what_is/malware.html
http://lyricslist.com/lyrics/artist_.../388/orgy.html

b0uncer 01-26-2007 11:16 AM

Before you go automating it, make sure that if you manually run (when X is running, you're logged in to KDE)
Code:

beryl-manager
you get Beryl running and see all the eye-candy. Only after this try automating it. This is for a simple reason: if you can't manually run it, you know the problem is somewhere in running Beryl, or if you can manually run it, you know that if the automated launch doesn't work, the problem is in the automation, not in running Beryl itself.

You did install the KDE-"version" of Beryl, didn't you (as I believe there are different versions for KDE and Gnome)?

I also noticed myself that even if I had Beryl automatically starting when I log into KDE, it started but not completely; I still had to manually run beryl-manager to get the window decorations on (for example without it the windows didn't have the bar at the top with the three boxes on the right and window caption on the left). No idea why this was, but actually I don't care; even with ATI's Radeon 9200 card and 3d drivers, good fps, Beryl was slow when trying to scroll pages on a browser, for example. It was fast enough on other aspects, but slow web page scrolling was a pain in the ass :)

sumguy231 01-26-2007 05:25 PM

Quote:

You did install the KDE-"version" of Beryl, didn't you (as I believe there are different versions for KDE and Gnome)?
There's only one version of Beryl, but there's a window decorator called Aquamarine for it which uses your existing KDE window theme instead of an Emerald theme. Beryl runs fine on KDE without it, however.

dotancohen 01-26-2007 05:47 PM

I did in fact install the kde version of beryl:
# yum install beryl-kde

Now, beryl-manager crashes KDE, as does glxinfo. What can I do?

sumguy231 01-26-2007 06:29 PM

I stand corrected? Perhaps that's a Fedora Core thing, there's no such package for Kubuntu or mentioned on the Beryl website.

dotancohen 01-29-2007 12:28 AM

It does seem to be a Fedora thing.

Still, I cannot start beryl-manager without having X crash. Please, what can I check to diagnos?

Dotan Cohen

http://dotancohen.com/howto/netscape_bat_email.php
http://what-is-what.com/what_is/eula.html

b0uncer 01-29-2007 01:13 AM

Quote:

I stand corrected? Perhaps that's a Fedora Core thing, there's no such package for Kubuntu or mentioned on the Beryl website.
It is a Fedora package, sorry I didn't mention that explicitly. Anyway, for me it worked great (Radeon 9200 +open source drivers, Core 6, installed beryl about a week ago). Can you see any messages if you start your KDE first without Beryl, then launch a terminal and start
Code:

beryl-manager
from there? Any (error or warning) output could be of help. Also your /var/log/Xorg.0.log might contain something interesting about the crash if it has something to do with X and not just KDE.

dotancohen 02-05-2007 01:19 PM

I don't see anything, but if you can take a look maybe you'll see something:
http://dotancohen.com/Xorg.0.log

My last actions were crashing X by opening beryl-manager twice: once in KDE, and again in Gnome.

Dotan Cohen

http://what-is-what.com/what_is/web_browser.html
http://lyricslist.com/lyrics/lyrics/...st_hits_i.html

Indiestory 02-05-2007 04:18 PM

Code:

(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0

I think that might just be your error, its the only thing i can see in the log, (is it normal to use fb and vesa?)Im not sure if that is an error or a switch into xgl? dont really know what im on about though

Im setting beryl right now on debian sid, havent got this far yet though.


All times are GMT -5. The time now is 06:30 PM.