Announcement

Collapse
No announcement yet.

Beryl on Kubuntu

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Beryl on Kubuntu

    I had no problems installing and using Beryl on Ubuntu 7.04
    But when i use it on Kubuntu 7.04
    It hides my window borders and i cant maximize,minimize or
    close windows and folders anyone know why?

    #2
    Re: Beryl on Kubuntu

    I am no expert in this, but to me it is obvious that you don't have a windows decoration application running with beryl.

    This is how I did it:
    1. installed aquamarine (this is a windows decoration program that works with KDE (read: kubuntu) and with beryl.
    Code:
    sudo apt-get aquamarine
    should do the job.

    2. started aquamarine from the command line
    Code:
    aquamarine &
    you will get some feedback that basically says aquamarine is waiting for beryl to be started

    3. started beryl from the command line
    Code:
    beryl &
    That should do the trick, you should now have KDE running on Beryl.

    and then, I had KDE running on beryl, quite nice at the moment I find it faster than the regular KDE desktop(!) but I am missing control on how to put different wallpaper on different desktops etc....
    (In fact, this is eyecandy, actually - I am trying do find out if I can do anything useful with it)
    The speed of it may be the big advantage, unless I get totally hooked on woobling my windows :P

    Is there a replacement for beryl-manager that is more K in? as a Kubuntu-Beryl-Manager?

    Comment


      #3
      Re: Beryl on Kubuntu

      Could be as above... but was not the case for me.

      I am also on Kubuntu feisty running Beryl and had this problem - turned out to be video configuration.

      Try editting your xorg.conf

      /etc/X11/xorg.conf

      Make sure this is in your screen section:
      Code:
       Option "AddARGBGLXVisuals" "True"
       DefaultDepth 24

      Comment


        #4
        Re: Beryl on Kubuntu

        I have some beryl problems on Kubuntu Feisty. First off, the Blur effect is not working very well. The blurred areas were painted randomly! (both window decorator and window content) Anyway, transparency's still working well. Secondly, when I start beryl, my opened superkaramba themes are gone. They're still running but disappear from the desktop. Others seem to work without hassles.

        I'm using intel 82855G and installed Beryl from its repository (http://ubuntu.beryl-project.org feisty main). Beryl worked flawlessly on Edgy but why it has so many problem on Feisty?

        Any idea?

        Comment


          #5
          Re: Beryl on Kubuntu

          I've editted the Xorg.conf as well started up as described above and I still don't have borders and I got the following message at the konsole.

          beryl: No GLXFBConfig for depth 32
          Free as meant in alcohol free.<br />Teetotalism rulez. - XXX

          Comment


            #6
            Re: Beryl on Kubuntu

            This was a help to me

            http://ubuntuforums.org/showthread.php?p=2121656
            I wish I was the man my dog thinks I am.<br /><br />Registered Linux User No. 402825

            Comment


              #7
              Re: Beryl on Kubuntu

              Originally posted by 7penselen
              beryl: No GLXFBConfig for depth 32
              You need to edit /etc/X11/xorg.conf, make sure there is a
              Code:
              DefaultDepth  24
              line, and you might need to delete the
              Code:
              Depth  32
              line and its associated modes -- I'm not sure about that one. Here is the "Screen" section from mine, which runs Beryl perfectly:

              Code:
              Section "Screen"
                Identifier   "Default Screen"
                Device     "nVidia Corporation G71 [GeForce 7900 GS]"
                Monitor    "Generic Monitor"
                DefaultDepth  24
                Option     "Coolbits" "1"
                Option     "AddARGBGLXVisuals" "True"
                SubSection   "Display"
                  Depth    1
                  Modes   "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
                EndSubSection
                SubSection   "Display"
                  Depth    4
                  Modes   "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
                EndSubSection
                SubSection   "Display"
                  Depth    8
                  Modes   "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
                EndSubSection
                SubSection   "Display"
                  Depth    15
                  Modes   "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
                EndSubSection
                SubSection   "Display"
                  Depth    16
                  Modes   "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
                EndSubSection
                SubSection   "Display"
                  Depth    24
                  Modes   "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
                EndSubSection
              EndSection

              Comment


                #8
                Re: Beryl on Kubuntu

                Originally posted by dibl
                Code:
                Section "Screen"
                  ...
                  Option     "Coolbits" "1"
                  ...
                EndSection
                What does coolbits do?
                I like KDE. My only gtk apps are beryl/emerald.

                Comment


                  #9
                  Re: Beryl on Kubuntu

                  Hi,

                  It's seems to be for overclocking the video card, no ?

                  Hope it helps

                  Comment


                    #10
                    Re: Beryl on Kubuntu

                    Originally posted by heinkel_111
                    I am no expert in this, but to me it is obvious that you don't have a windows decoration application running with beryl.

                    This is how I did it:
                    1. installed aquamarine (this is a windows decoration program that works with KDE (read: kubuntu) and with beryl.
                    Code:
                    sudo apt-get aquamarine
                    should do the job.

                    2. started aquamarine from the command line
                    Code:
                    aquamarine &
                    you will get some feedback that basically says aquamarine is waiting for beryl to be started

                    3. started beryl from the command line
                    Code:
                    beryl &
                    That should do the trick, you should now have KDE running on Beryl.

                    and then, I had KDE running on beryl, quite nice at the moment I find it faster than the regular KDE desktop(!) but I am missing control on how to put different wallpaper on different desktops etc....
                    (In fact, this is eyecandy, actually - I am trying do find out if I can do anything useful with it)
                    The speed of it may be the big advantage, unless I get totally hooked on woobling my windows :P

                    Is there a replacement for beryl-manager that is more K in? as a Kubuntu-Beryl-Manager?
                    wheni do that thing with the beryl& etc..
                    all my windows like lose the edges of them...
                    help?

                    Comment


                      #11
                      Re: Beryl on Kubuntu

                      The "Coolbits" option is for Nvidia cards that support overclocking -- such as my GeF 7900 GS.

                      When you install Beryl, it will bring the Emerald window decorator along with it. Being kind of "efficiency" motivated, and not inclined to experiment with stuff that is working fine, I really haven't spent much time changing the window decorations. I showed my wife the "blind" effect of Emerald, got the expect "Oooooooooooohhhhhhhhhh", and that's the last time I fooled with it. I haven't had great luck with Aquamarine, and since Emerald works .....

                      However, I think there are a zillion combinations of colors and styles for your Acquamarine or Emerald decorator, if you like to play.

                      8)

                      Comment

                      Working...
                      X