You are not logged in.
I'm trying to get this to work, but failing. I've tried running this:
beryl & emerald --replace
I also get this error with beryl:
XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
beryl: '/usr/lib/beryl/libsettings.so' plugin version does not match beryl version.
beryl: Couldn't load plugin 'settings'
Segmentation fault
I downloaded beryl from unstable(I belive) either that or testing.
but my decorations just disapear and I dont get any affects O.o
I've also trying starting it this way:
dbus-launch beryl-start
dbus-launch beryl-manager & dbus-launch emerald --replace
I've tried without the dbus-launch and tried all the ways the arch wiki has to offer. Still a no go.
Offline
Xorg.conf:
# **********************************************************************
# Module section
# **********************************************************************
Section "Module"
Load "dbe"
SubSection "extmod"
Option "xfree86-dga"
EndSubSection
Load "freetype"
Load "glx"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/share"
EndSection
#**********************************************************************
# Server flags section.
#**********************************************************************
Section "ServerFlags"
EndSection
#**********************************************************************
#Core keyboard's InputDevice section
#**********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
#**********************************************************************
# Monitor section
#**********************************************************************
Section "Monitor"
Identifier "monitor"
HorizSync 30.0 - 68.0
VertRefresh 50.0 - 80.0
EndSection
#**********************************************************************
# Graphics device section
#**********************************************************************
Section "Device"
Identifier "nvi"
Driver "nvidia"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "Coolbits" "1"
Option "AddARGBGLXVisuals" "true"
EndSection
#**********************************************************************
# Screen sections
#**********************************************************************
Section "Screen"
Identifier "Screen 1"
Device "nvi"
Monitor "monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1600x1200" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Offline
Update:
seems that some of the eyecandy does work. I can Alt+Scroll to get transparency like on Xgl + Compiz, but thats about it. I am still missing my decorations, plus alot of other things >.>
Offline
I have the same problem
My portal: www.reboots.net - Developer of ZippHO: www.zippho.org
Offline
Is there any known fix for this yet, I've ready multiple people have this problem. But then again some don't with no difference in the Xorg configuration. What is up?
Offline
I have this problem too. I think it's a package issue
Offline
See some people were complaining about the packages that had this problem, then a day later they said it is fixed. But I am still getting the issue they've been having
Offline
I still have this same issue with an Intel card. No decorations and the alt-tab effect does nothing. Other effects work properly.
I am a gated community.
Offline
I still have this same issue with an Intel card. No decorations and the alt-tab effect does nothing. Other effects work properly.
That pretty much is the same thing that I have. I believe it's because beryl isn't loading all the settings for some reason. I don't get drop shadows, ect. And no decorations, but I do get the transparency options.
Offline
I've tried like every possible thing I could think of. I did read that some problems can occur because Xorg wasn't installed correctly. But I am not that interested in getting beryl to work to completely reinstall Xorg by hand.
Offline
Useing gnome?Try this?
GNOME Desktop
The simplest way is to add beryl-start to the applications that start with your session. You can do this by going to:
[Desktop] -> [Preferences] -> [Sessions] -> [Startup Programs]
Adding beryl-manager to the list might be a good idea too so you can switch back to Metacity if need be.
Offline
hi, just want to say i have same things twiistedkaos said. beryl-manager was added to gnome session startup programs long ago.
Offline
i suppose I will just have to wait for package update or something. Nothing I try seems to work
Offline
With a recent upgrade I am now further into beryl. I now have ALL of the effects, just still no window decorations.
Offline
Try to launch beryl-manager
Offline
Try to launch beryl-manager
Been there, done that. Same thing / effect.
Offline
After you run beryl-manager,there is a icon in the tray.some setting there.
Offline
After you run beryl-manager,there is a icon in the tray.some setting there.
Yeah there is, but there still isn't any way of getting the decorations to show.
edit
Is libwnck-compiz required for beryl / emerald? Because I can't get them to start after removing it, and I also can't reinstall it.
Offline
hey twiistedkaos, i made beryl work for me. just removed beryl-svn group and compiled all the ahioros's beryl's and emerald's packages from AUR. i didn't have window decorations at first but after i selected one in "Emerald Theme Manager" and i have decos.
guess those packages are a little older than svn ones, anyway they work for me.
about libwnck, i use standard, not compiz package.
Offline
hey twiistedkaos, i made beryl work for me. just removed beryl-svn group and compiled all the ahioros's beryl's and emerald's packages from AUR. i didn't have window decorations at first but after i selected one in "Emerald Theme Manager" and i have decos.
guess those packages are a little older than svn ones, anyway they work for me.
about libwnck, i use standard, not compiz package.
Alright, sounds good. I'll try this when ever I get home. I am at school right now.
I am not sure why exactly they stopped working after I installed libwnck and it now refuses to work. Maybe I need to delete the configuration files and maybe it will work then. I had to do that with Wine.
Offline