| View previous topic :: View next topic |
| Author |
Message |
ruivilela Apprentice


Joined: 05 Oct 2004 Posts: 181 Location: Łódź
|
Posted: Fri May 04, 2007 8:07 pm Post subject: No emerald as window decorator [SOLVED] |
|
|
Hi
I've a laptop with a nvidia GForce4 420go with the 9631-r1 driver (97* are not supported).
GLX, and later beryl seems to work. But emerald freezes when called from cmdline, and no output. And it never started.
I just tried all configurations i saw in previous forum posts about beryl and emerald.
If i change the rendering path to copy, this will result on graphics garbling.
This problems comes already from version 1.4, and both emerald and beryl are version 2.1 compiled with emerald USE flag
Xorg configuration:
| Code: |
...
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
BusID "PCI:01:00:0"
Option "NoLogo" "true"
Option "RenderAccel" "true"
# Avoid initial Lock
Option "IgnoreEDID" "true"
# Some Pointer Eyecandy
Option "CursorShadow" "1"
Option "CursorShadowAlpha" "63"
Option "CursorShadowYOffset" "1"
Option "CursorShadowXOffset" "2"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-49
VertRefresh 43-72
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
Option "AddARGBGLXVisuals" "true"
Option "DisableGLXRootClipping" "True"
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
|
This is beryl-manager / beryl starting from cmdline
| Quote: |
****
* Beryl system compatiblity check *
**************************************************************
Detected xserver : NVIDIA
Checking Display :0.0 ...
Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
Checking for RandR extension : passed
Checking for XSync extension : passed
Checking Screen 0 ...
Checking for GLX_SGIX_fbconfig : passed
Checking for GLX_EXT_texture_from_pixmap : passed
Checking for non power of two texture support : passed
Checking maximum texture size : passed (2046x2046)
Relaunching beryl with __GL_YIELD="NOTHING"
**************************************************************
* Beryl system compatiblity check *
**************************************************************
Detected xserver : NVIDIA
Checking Display :0.0 ...
Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
Checking for RandR extension : passed
Checking for XSync extension : passed
Checking Screen 0 ...
Checking for GLX_SGIX_fbconfig : passed
Checking for GLX_EXT_texture_from_pixmap : passed
Checking for non power of two texture support : passed
Checking maximum texture size : passed (2046x2046)
Reloading options
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x2400086 to texture
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x2400086 to texture
beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x2400086 to texture
beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x2400086 to texture
beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x2400086 to texture
|
Notice that the last output happens when I try to switch window with alt+tab.
Last edited by ruivilela on Sat May 05, 2007 6:53 am; edited 1 time in total |
|
| Back to top |
|
 |
dR0PS Tux's lil' helper


Joined: 27 Feb 2005 Posts: 113 Location: DE/Hamburg
|
Posted: Sat May 05, 2007 5:17 am Post subject: |
|
|
| Code: | Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
Option "AddARGBGLXVisuals" "true"
Option "DisableGLXRootClipping" "True"
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection |
i believe u have to use at least 24bit
instead of
Here is mine for refference - beware, it uses 1600x1200@100Hz=130kHz - so don't copy blindly !!
DRI extension should/could be removed
cheers, dR0PS _________________
AthlonXP-3200 / AsusA7N8X-E(NForce2) / ~Gentoo / 2.6.25-zen2
desktop-effects=compiz-fusion on kde3.5
|
|
| Back to top |
|
 |
ruivilela Apprentice


Joined: 05 Oct 2004 Posts: 181 Location: Łódź
|
Posted: Sat May 05, 2007 6:52 am Post subject: |
|
|
Well, that's it. Emerald only works with >=24 bits of color.
This solves my problem. I also removed DRI extension thus it seems I don't need it.
Emerald and Beryl are working.
Many thanks and regards |
|
| Back to top |
|
 |
|