Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Desktop Effects & Customization
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Desktop Effects & Customization
This section is for all your compositing needs. This includes Beryl, Compiz, xcompmgr, and other fancy apps which take advantage of compositing managers such as kiba-dock and avant window decorator

 
Thread Tools Display Modes
Old June 5th, 2007   #1
mikledet
5 Cups of Ubuntu
 
Join Date: May 2007
Beans: 20
Red face Beryl works, but windows have no borders and no close/minimize buttons

I installed beryl on Ubuntu 7.04, installation seems to work, since beryl-manager is up and running, and I get the cube effect and some other stuff. The problem is that the windows are drawn without its edges like in the top right hand corner there's no 'X' or ' _ ' buttons to close/minimize the window. Also I can't move the windows around. Terminal window comes all messed up and I can't see what's written there. Help...
mikledet is offline   Reply With Quote
Old June 5th, 2007   #2
Hund
Ubuntu Member
 
Hund's Avatar
 
Join Date: Mar 2007
Location: Sweden
Beans: 107
Ubuntu Karmic Koala (testing)
Re: Beryl works, but windows have no borders and no close/minimize buttons

Do you have Nvidia?
If you do, try this:

sudo nvidia-xconfig --add-argb-glx-visuals

and then

Ctrl + Alt + Backspace to restart X.
__________________
Please don't hurt the web, use open standards.
Hund is offline   Reply With Quote
Old June 5th, 2007   #3
nwgray
Just Give Me the Beans!
 
nwgray's Avatar
 
Join Date: May 2006
Location: Harrisonburg, VA
Beans: 66
Edgy Eft Testing
Send a message via Yahoo to nwgray
Re: Beryl works, but windows have no borders and no close/minimize buttons

Quote:
Originally Posted by Hund View Post
Do you have Nvidia?
If you do, try this:

sudo nvidia-xconfig --add-argb-glx-visuals

and then

Ctrl + Alt + Backspace to restart X.
Hund
I've had the same problem since going to 7.04. I just tried your fix above - no change. Any window I open up is immediately drawn to the upper left side and very top. No handles, controls, or anything. There's no title bar to grab either.
__________________
Registered Linux User 417637
Registered Ubuntu User # 8199
nwgray is offline   Reply With Quote
Old June 5th, 2007   #4
douseej85
First Cup of Ubuntu
 
douseej85's Avatar
 
Join Date: Nov 2006
Location: Conigsby
Beans: 2
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to douseej85 Send a message via Yahoo to douseej85
Re: Beryl works, but windows have no borders and no close/minimize buttons

Are these windows the normal Ubuntu ones. or has the Emerald theme been changed as well.?

Do you get any benefit from changing to a different theme in Emerald?

Only asking because I install Ubuntu 7.04 last night and had a challenge getting my Nvidia card to work properly...One driver didn't give me max res, the other gave the right res but damaged my OpenGL, and the last (which is the most recent) worked fine.

In the end I used nvidia-glx-new.....

Have you got any more info, like your setup/xorg.conf/glxinfo
douseej85 is offline   Reply With Quote
Old June 5th, 2007   #5
mikledet
5 Cups of Ubuntu
 
Join Date: May 2007
Beans: 20
Re: Beryl works, but windows have no borders and no close/minimize buttons

Quote:
Originally Posted by Hund View Post
Do you have Nvidia?
If you do, try this:

sudo nvidia-xconfig --add-argb-glx-visuals

and then

Ctrl + Alt + Backspace to restart X.
I do have nVidia and I used this: http://www.ubuntugeek.com/how-to-ins...isty-fawn.html
to install beryl.
Changing themes doesn't do anything as well. For me the windows (firefox for example) starts up maximized, and I can only minimize it via hot-keys or the taskbar. Terminal opens in the bottom left, can't be moved, resized or minimized, and it views as a blank white window. It's not stuck though, because when I shut beryl down I can see everything I typed there.
mikledet is offline   Reply With Quote
Old June 5th, 2007   #6
monstermunch
5 Cups of Ubuntu
 
Join Date: Apr 2007
Beans: 35
Re: Beryl works, but windows have no borders and no close/minimize buttons

Don't ask me why, but if you're using KDE, do a "killall kdesktop" before starting beryl and/or try running beryl with the failsafe windows manager. Make sure your card is set to 24bit colour too. Worked for me.
monstermunch is offline   Reply With Quote
Old June 5th, 2007   #7
Balistic
5 Cups of Ubuntu
 
Join Date: May 2007
Beans: 27
Re: Beryl works, but windows have no borders and no close/minimize buttons

I have the same problem, when I type "beryl-manager" in the terminal I get an error message saying:

"beryl: No GLXFBconfig for depth 32" and
"beryl: Couldn't bind redirected window 0x2800.. to texture"

Is this related to the problem? and if so how do I solve it?
Balistic is offline   Reply With Quote
Old June 5th, 2007   #8
Cresho
Grande Half-n-Half Cinnamon Ubuntu
 
Join Date: Apr 2007
Beans: 967
Re: Beryl works, but windows have no borders and no close/minimize buttons

I just read a couple of your posts. you have a 7900go nvidia but you where asking about temp (not related to this topic)

1. anyway, im gona post how I installed my drivers.

sudo apt-get install nvidia-glx nvidia-kernel-common

2. then this part is important to get the nvidia working. Use nvidia instead of generic.

sudo dpkg-reconfigure xserver-xorg

3. nvidia-settings in terminal to get the nvidia settings. you can also vrete one in the menu with by adding this cammand.

4. enabling aa at startup.

startup sequence to run "nvidia-settings -l"(copy and paste this command) before beryl - this will turn on the settings and can be setup in System->Preferences->Sessions

Now for Beryl. This is the way I managed to get it working and fixing the border issue which was giving me problems.

1. I used add and remove program to install both beryl applications.

2. this part is for the vanishing borders.
sudo gedit(do this after you have your xorg configured.) if you reconfigure, this part vanishes.
/etc/X11/xorg.conf in the “Device” section:

Option "AddARGBGLXVisuals" "True"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "backingstore" "True"
Option "TripleBuffer" "True"

3. to auto load, put in "beryl-manager" in the prefferences-> sessions.

4.
hmm....There are tons and tons of other stuff to get you startd. ahh here is one. under synaptic, install emerald and emerald themes. these are the beryl border themes.

5. make sure you exit the desktop or reboot for this to take effect.

Last edited by Cresho; June 5th, 2007 at 02:30 PM..
Cresho is offline   Reply With Quote
Old June 16th, 2007   #9
alex30002
5 Cups of Ubuntu
 
Join Date: Sep 2005
Beans: 19
Ubuntu 9.10 Karmic Koala
Re: Beryl works, but windows have no borders and no close/minimize buttons

Quote:
Originally Posted by Hund View Post
Do you have Nvidia?
If you do, try this:

sudo nvidia-xconfig --add-argb-glx-visuals

and then

Ctrl + Alt + Backspace to restart X.
this worked for me. thanks
i`m running 7.04 64bit on core 2 duo e6300
alex30002 is offline   Reply With Quote
Old June 16th, 2007   #10
orb9220
Tall Cafè Ubuntu
 
orb9220's Avatar
 
Join Date: Jun 2006
Location: 1 Quarry Road - Two River
Beans: 2,384
Ubuntu 7.04 Feisty Fawn
Re: Beryl works, but windows have no borders and no close/minimize buttons

Also try and disable the benchmark plugin in extra's.
This has caused beryl to crash lately If I enabled it then beryl crashes.

Make sure you have Launch fall back manger if beryl crashes checked in beryl right click selections.
orb9220 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:39 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry