

You can try it using sabayon overlay, set it up using layman as usual. Right now there's one package's ebuild missing, for emerald-themes, but you can copy and rename the emerald ebuild to emerald-themes to get the window decoration themes.Clete2 wrote:I see. So, if I updage portage-xgl using layman, I shouldn't have to do anything to receive beryl when it's out? It may appear as Beryl instead of compiz-quinnstorm, though, right?


SVN layout changed. Adjust all ebuilds like so:Jupiter1TX wrote:anyone know why sabayon beryl ebuilds are not working?
Code: Select all
ESVN_REPO_URI="svn://metascape.afraid.org/svnroot/beryl/${ESVN_PROJECT}/trunk"Code: Select all
ESVN_REPO_URI="svn://metascape.afraid.org/svnroot/beryl/trunk/${ESVN_PROJECT}"
thanks GusarGusar wrote:SVN layout changed. Adjust all ebuilds like so:Jupiter1TX wrote:anyone know why sabayon beryl ebuilds are not working?
fromtoCode: Select all
ESVN_REPO_URI="svn://metascape.afraid.org/svnroot/beryl/${ESVN_PROJECT}/trunk"Code: Select all
ESVN_REPO_URI="svn://metascape.afraid.org/svnroot/beryl/trunk/${ESVN_PROJECT}"
Code: Select all
Xlib: extension "XVideo" missing on display ":0.0".
xvinfo: No X-Video Extension on :0
XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
beryl: No sync extension
Code: Select all
Section "Extensions"
Option "Composite" "Enable"
EndSection
Option "AddARGBGLXVisuals" "true"
Option "RenderAccel" "true"
Option "backingstore" "true"
Code: Select all
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

Code: Select all
xanas@zero-one ~ $ glxgears
84398 frames in 5.0 seconds = 16879.479 FPS
84471 frames in 5.0 seconds = 16894.182 FPS
82406 frames in 5.0 seconds = 16481.078 FPS
82385 frames in 5.0 seconds = 16476.814 FPS
75424 frames in 5.0 seconds = 15084.717 FPS
80949 frames in 5.0 seconds = 16189.661 FPS
Code: Select all
xanas@zero-one ~ $ glxgears
39011 frames in 5.0 seconds = 7802.153 FPS
38026 frames in 5.0 seconds = 7605.010 FPS
35972 frames in 5.0 seconds = 7194.342 FPS
38842 frames in 5.0 seconds = 7764.702 FPS
37299 frames in 5.0 seconds = 7459.755 FPS
37144 frames in 5.0 seconds = 7427.767 FPS

try this linkClete2 wrote:What about us ATI users? I have a Radeon X800 XT PE. How do I set it up? I'm having difficulties as the Gentoo-Wiki guide seems to be for NVIDIA.