beryl missing min max icons (top bar)

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Re: beryl missing min max icons (top bar)

Post by scorp123 »

EvoCaliber wrote:Yes, again it comes down to this.
No it doesn't. You probably just selected a flaky windows decoration that doesn't work properly on your system. I bet if you tried a different window decoration the problem would go away. :wink:
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Post by scorp123 »

EvoCaliber wrote:Nope that didn't solve it either.
Fact is that beryl is already working and that you have a window decorator ... And the 3D effects work too? This already excludes xorg.conf being the culprit. So the problem is most likely related to the window decorator. :wink:
frank392
Level 4
Level 4
Posts: 379
Joined: Wed Nov 22, 2006 1:29 pm

Post by frank392 »

The problem is here:
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation GeForce Go 7900 GTX"
Monitor "Generic Monitor"
DefaultDepth 16
Option "DisableGLXRootClipping" "True"
Option "XAANoOffscreenPixmaps"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "backingstore" "True"
Option "TripleBuffer" "True"
Option "AddARGBGLXVisuals" "True"
you have aded the 7 last lines in the wrong place.

they should go on the divice secction
and actually you only need to add this line:

Option "AddARGBGLXVisuals" "True"

here is my:
Section "Device"
Identifier "nVidia Corporation G71 [GeForce 7900 GS]"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"

hope that helps
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Post by scorp123 »

frank392 wrote:you have aded the 7 last lines in the wrong place.
Hmmm ... I have to admit I didn't look at that. Might be a good idea to correct that.
Locked

Return to “Beginner Questions”