View Full Version : HOWTO: Beryl with latest nvidia drivers and EDGY's built in AIGLX (no XGL)
Pages :
[
1]
2
3
4
5
6
7
8
PriceChild
September 23rd, 2006, 07:36 PM
3 Great guides have been ported to the USDF here (http://doc.gwos.org/index.php/BerylOnEdgy)to cover nvidia, intel & ati.
Beryl is beta software and unstable. Be prepared for breakage! - Not for beginners.
Have a look here (http://ubuntuforums.org/showthread.php?t=272104) for other howtos on Beryl & Official Compiz
Go to #ubuntu-effects on irc.freenode.net for support.
Nvidia have released their 9xxx series drivers. In laymans terms, this allows compiz/beryl to now run directly on an x server (xorg7.1) without separate aiglx or xgl.
As far as i understand, you MUST remove all existing xgl/aiglx from your system for this method.
STEP 1: Add repos
Please ensure you have a completely updated pc before continuing:
Install your *ubuntu-desktop metapackage specific to your DE, e.g. sudo apt-get install ubuntu-desktop
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgradeAdd this repo in "system>admin>software sources" or /etc/apt/sources.list
deb http://ubuntu.beryl-project.org edgy mainFor the latest beryl. (i386 & 64bit)
Run one of these commands to add lupine's key.
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -Don't forget to sudo apt-get update
STEP 2: Install nvidia drivers
Option 1:
Lupine's repos is now no-longer availiable.
You may use Envy, a Python script that eases installation of the official Nvidia and ATI drivers. Please see http://albertomilone.com/nvidia_scripts1.html (http://albertomilone.com/nvidia_scripts1.html) (>=9631 driver needed...)
Option2:
If you would prefer to install the nvidia drivers from nvidia's script, you may simply download the NVIDIA drivers from here (http://www.nvidia.com/object/unix.html), then:
sudo nano /etc/default/linux-restricted-modules-commonMake the last line look likeDISABLED_MODULES="nv"ctrl+x and y to save.
Then
sudo apt-get install linux-headers-`uname -r` build-essential gcc gcc-3.4 xserver-xorg-dev
sudo apt-get --purge remove nvidia-glx nvidia-settings nvidia-kernel-common
sudo rm /etc/init.d/nvidia-*
sudo /etc/init.d/gdm stop
sudo sh NVIDIA-Linux-x86-1.0-9629-pkg1.run
sudo nvidia-xconfig --add-argb-glx-visuals
sudo /etc/init.d/gdm startThe Nvidia script should change your xorg.conf to enable nvidia drivers & compositing.
Remember that following this method requires a reinstillation of them every time the kernel changes.
STEP 3: Install Beryl
sudo apt-get install beryl emerald-themes
STEP 4: Lets Go!
Type beryl-manager into alt+f2 or a terminal and all should work.
I hope this has worked :) If it doesn't then preferably try and get help in the IRC channel first: #ubuntu-effects on irc.freenode.net If your problem gets fixed, then post it below and i'll add it to this main post if important :)
geearf
September 23rd, 2006, 07:38 PM
Hey thanks for naming me :)
Also no need to add "end section" :)
PriceChild
September 23rd, 2006, 07:42 PM
Also no need to add "end section" :)
Changed
Amaranth
September 23rd, 2006, 07:50 PM
This guide is broken for about the next 10 minutes, I've wiped the beryl directory to replace it with a repo that has all of these packages in it.
~LoKe
September 23rd, 2006, 08:07 PM
This guide is broken for about the next 10 minutes, I've wiped the beryl directory to replace it with a repo that has all of these packages in it.
Looking forward to it. Thanks. =]
Amaranth
September 23rd, 2006, 08:18 PM
Should work again. Repo will be coming soon.
panickedthumb
September 23rd, 2006, 08:30 PM
stickying this, I know people will be asking for it.
~LoKe
September 23rd, 2006, 08:32 PM
Worked perfectly! No errors or any such problems.
EDIT: Okay, maybe not.
loke@x04d:~$ beryl-settings
** ERROR **: no d_ for a_active_plugins
aborting...
Aborted (core dumped)
panickedthumb
September 23rd, 2006, 08:37 PM
hey, anyone have a themes package for emerald themer? The cgwd-themes and cgwd-themes-extras packages could probably be ported, but I can't install them while compiz isn't installed.
Amaranth
September 23rd, 2006, 09:07 PM
I manually extracted the themes from cgwd-themes into ~/.emerald/themes. Use file-roller to do it.
PriceChild
September 23rd, 2006, 09:11 PM
hey, anyone have a themes package for emerald themer? The cgwd-themes and cgwd-themes-extras packages could probably be ported, but I can't install them while compiz isn't installed.
Haven't tested it... but how about just important themes from gnome-look.org as you see fit?
Will work while we wait for the proper packages :)
tw1ggy.ramir3z
September 23rd, 2006, 09:30 PM
I follow this guide step by step. But when I try to "activate" nvidia drivers in xorg.conf and I restart the X server I've got an error say that nvidia moludes are 8774 then nvidia drivers are 9625. What I have to do? :|
zubrug
September 23rd, 2006, 09:33 PM
remove all your nvidia drivers and then install the latest
PriceChild
September 23rd, 2006, 09:34 PM
On my machine, i'd already installed the "latest" nvidia drivers from method 1: http://doc.gwos.org/index.php/Latest_Nvidia_Dapper
Then i followed the guide.
I think this is your problem.... but then again what do i know :)
~LoKe
September 23rd, 2006, 09:39 PM
On my machine, i'd already installed the "latest" nvidia drivers from method 1: http://doc.gwos.org/index.php/Latest_Nvidia_Dapper
Then i followed the guide.
I think this is your problem.... but then again what do i know :)
http://download.nvidia.com/XFree86/Linux-x86/1.0-9625/NVIDIA-Linux-x86-1.0-9625-pkg1.run
This will download the Beta driver 9625. Once the download is complete, you'll need to close your xserver and run the installer, to do this, save any open applications, then press ctrl+alt+1. At the virtual terminal, login, then type this:
sudo /etc/init.d/gdm stop
sudo /etc/init.d/kdm stop
sudo sh NVIDIA*.run
Follow the onscreen instructions. It's practically impossible to make the wrong choice, so you should be alright for that part. When it asks you if you would like it to configure your xorg.conf file, choose yes.
PriceChild
September 23rd, 2006, 09:42 PM
Yeah I know you can do it that way... but then you've got to remember to reinstall it every time you change your kernel.
With the restricted modules way you don't, Maybe the nvidia driver may appear in the official versions soon... (doubt it... but hope) so you can continue using this method.
joakim2
September 23rd, 2006, 09:57 PM
Worked perfectly! No errors or any such problems.
EDIT: Okay, maybe not.
I got this too - any fix for this? The rest worked great!
tw1ggy.ramir3z
September 23rd, 2006, 10:03 PM
Ok! Now it works fine! Just a question! Where is the menu's animation? And why beryl setting manager doesn't start? :| Thanks to everyone!
Amaranth
September 23rd, 2006, 10:54 PM
You have to restart your computer after installing everything to get the new kernel module. You also have to manually add beryl-manager to your Startup Programs in System->Preferences->Sessions.
~LoKe
September 23rd, 2006, 11:03 PM
Any way to get beryl-settings to work?
Uncle Spellbinder
September 24th, 2006, 12:14 AM
Nothing for us poor Intel users yet? :(
Jason_25
September 24th, 2006, 12:22 AM
I have it working with the i810 driver and 82845G/GL[Brookdale-G]/GE/PE on an intel motherboard. beryl-settings doesn't work for me either. I'm having trouble with video playback too.
Uncle Spellbinder
September 24th, 2006, 12:25 AM
I'll just wait for the official release announcement at Compiz.net (http://www.compiz.net/forum-9-general-notices)
xinix
September 24th, 2006, 12:51 AM
I'll just wait for the official release announcement at Compiz.net (http://www.compiz.net/forum-9-general-notices)
I'd have to say this is the best post in this thread. Beryl has not been released even as an alpha. What is available is there for developers but not really for use. The code is in a major transition since it's forking from compiz. Some things that don't work might just not work until the code is fixed.
Amaranth
September 24th, 2006, 01:29 AM
Other than a few annoyances (like .cgwdtheme being changed to .emerald) everything still works the same way as compiz-quinn. beryl-settings works fine here. I got that error when I first pullled from SVN but it got fixed quickly.
~LoKe
September 24th, 2006, 01:33 AM
Ah, the ones from the repos work best. Nice.
panickedthumb
September 24th, 2006, 01:51 AM
I too am getting this:
travis@eniac:~$ beryl-settings
** ERROR **: no d_ for a_active_plugins
aborting...
Aborted (core dumped)
travis@eniac:~$
EDIT: oops, just saw the post above, trying the repos now
~LoKe
September 24th, 2006, 01:54 AM
I too am getting this:
travis@eniac:~$ beryl-settings
** ERROR **: no d_ for a_active_plugins
aborting...
Aborted (core dumped)
travis@eniac:~$
Use the version from the repos.
monchichi
September 24th, 2006, 01:54 AM
Everything works great.
Thanks for all the effort guys! It all seems well-packaged too... I love the Ubuntu community.. :cool:
Nais
September 24th, 2006, 01:56 AM
Worked perfectly without a hitch. Thanks for all the hard work putting the packages together.
panickedthumb
September 24th, 2006, 02:09 AM
yep, tried the repos, everything is great now. Woo! Amaranth gives us the Gnome menu editor, and now the first packages for nvidia+AIGLX+Beryl :)
Amaranth
September 24th, 2006, 02:18 AM
yep, tried the repos, everything is great now. Woo! Amaranth gives us the Gnome menu editor, and now the first packages for nvidia+AIGLX+Beryl :)
I'm more than happy to do the glamourous work. ;)
Worked perfectly without a hitch. Thanks for all the hard work putting the packages together.
Heh, actually beryl SVN contains the debian directories used to create the packages, I just changed the version numbers, added --with-system-mesa=yes, and built it. ;)
philetus
September 24th, 2006, 03:19 AM
WOW, what a trip.
I can't believe I got it working.
Very good How-to
metathran
September 24th, 2006, 04:32 AM
Yeah it works for me too but it seems to be very slow compared to Compiz+XGL.
One strange problem that i have, in synpatic my version of xorg is 7.0.22... That's really strange, i thought that xorg 7.1 was implemented in gnome 2.16?
Rah Can't wait for the final version of edgy and for a more advanced version of Beryl ;D
jocko
September 24th, 2006, 04:47 AM
Sorry, this is a little bit off topic...
One strange problem that i have, in synpatic my version of xorg is 7.0.22... That's really strange, i thought that xorg 7.1 was implemented in gnome 2.16?
the version of the package is 7.0.22, but the actual xserver is still 7.1.1.
Run this in a terminal to check:
Xorg -versionDon't know what you mean by 'xorg 7.1 was implemented in gnome 2.16'. xorg is not part of gnome in any way afaik.
Niamor
September 24th, 2006, 05:11 AM
Thanks a lot, worked really well :p
Are you going to upload emerald-themes too, because the default theme doesn't look so good...
wedderburn
September 24th, 2006, 05:18 AM
its working great for me
motion blur + unreal tornament 2004 :D :D
kashms
September 24th, 2006, 05:28 AM
Anybody else got the new nvidia drivers to work on a GeForce4 440 Go (64 MB) card? All I get is a black screen :(
geearf
September 24th, 2006, 06:52 AM
We are not being named anymore :(
Also :
1- please don't say to "apt-get install ubuntu-desktop", users like me using Kubuntu will get lost there, or may do it ... same with Xubuntu users.
2- I believe you can have XGL installed with no problems.
3- We are not using AIGLX here.
PriceChild
September 24th, 2006, 08:43 AM
Geearf i'll change the Howto for your post too :P Sorry :)
You have to restart your computer after installing everything to get the new kernel module. You also have to manually add beryl-manager to your Startup Programs in System->Preferences->Sessions.
Whoops.... changing the howto to reflect this.
patrickfromspain
September 24th, 2006, 08:54 AM
64bit please? :D
PriceChild
September 24th, 2006, 08:56 AM
Lupine_85 is currently working on it ;)
UPDATE
repo added for -8 kernel in first post
captive
September 24th, 2006, 09:03 AM
is anybody here getting troubles trying to logout?
I don't get the logout dialog displayed, screen just freezes.
Anyway logout dialog has to be there, because if i press Esc or a keyboard shortcut used in that dialog, it just works.. :confused:
I remember something similar was happening with earlier versions of xorg compositing...
Any idea? [-o<
PriceChild
September 24th, 2006, 09:09 AM
Yeah i've been having that problem... clicking randomly lets me shutdown.
At the end of the day, this beryl is pre-release, expect a LOT of bugs :)
I'll try and contact Amaranth in order to see if there's updated Beryl we can use.
captive
September 24th, 2006, 09:17 AM
Geearf i'll change the Howto for your post too :P Sorry :)
Whoops.... changing the howto to reflect this.
You don't have to restart.. Just do:
sudo /etc/init.d/gdm stop
sudo rmmod nvidia
modprobe nvidia
sudo /etc/init.d/gdm restart
and it works!
chrisle
September 24th, 2006, 09:21 AM
Hi!
I also have the logout problem. Installing the gnome-session mentioned on IRC ubuntu-xgl from http://beerorkid.com/compiz/pool/aiglx-edgy/g/gnome-session/gnome-session_2.16.0-0ubuntu1.1_i386.deb
did not work.
I also had to remove the .emerald folder to get it working.
By chris.
captive
September 24th, 2006, 09:24 AM
I also had to remove the .emerald folder to get it working.
so removing ".emerald" DID work for you?
geearf
September 24th, 2006, 09:42 AM
Any one knows has to include the yield thing prior to KDM ?
pecanov
September 24th, 2006, 09:48 AM
Anybody else got the new nvidia drivers to work on a GeForce4 440 Go (64 MB) card? All I get is a black screen :(
There is a patch not included in the beta drivers from the site as well as in the repositories. Unfortunatelly I don't remember where did I get it from. Anyway, I keep a patched driver installation if you wan't it.
I think it has something to do with i2c moduled, so try disableing them if you don't want to patch the drivers
Amaranth
September 24th, 2006, 12:06 PM
Any one knows has to include the yield thing prior to KDM ?
The beryl source code contains the stuff needed to build a package for this hack, I'll build it and add it to the repo unless beryl 0.1 comes out today.
geearf
September 24th, 2006, 12:31 PM
Great thank you.
gabruo
September 24th, 2006, 12:43 PM
Beryl works beautifully right out of the repos with no tweaking, except xorg.conf listed in this how to. This is the first time compositing has worked on my old Radeon Mobility 9000! Thank you much!!
hugmenot
September 24th, 2006, 12:43 PM
It works and I guess using a slimmer software stack is preferable, but I noticed that while pure window performance is similar
- OpenGL apps are awfully slow
- playing videos completely freezes the desktop
- the mouse and keyboard are barely decoupled from the rest and become pretty laggy
Is this in line with what others see? Why is AIGLX preferable otherwise when performance is significantly worse than with XGL+GLX?
Amaranth
September 24th, 2006, 12:51 PM
Arg, it's not AIGLX! Anyway, these are driver problems.
encho
September 24th, 2006, 12:55 PM
I works very well, except for video and glx apps (they bring cpu usage to 100%: xorg itself jumps to 40% :( ) Hope they'll fix that soon. Anyway, how do you call this now, it is not xgl or aiglx? In thread's title it said builtin aiglx.
metathran
September 24th, 2006, 12:59 PM
Maybe because beryl is in a very early stage of development ? Or because we use beta driver ?
-PLaying video works (not great but works)
-Almost everything is laggy
But this is a pre alpha pre release and performance will probably be as good as before in the future version...
captive
September 24th, 2006, 01:03 PM
Is this in line with what others see? Why is AIGLX preferable otherwise when performance is significantly worse than with XGL+GLX?
I did not get same issues you had.. Anyway keep in mind we are using a *beta* driver that add support for aiglx for the first time + a beta comp-manager (beryl) at is first release. Experiencing bugs o slowdowns seems to me quite normal..
Aiglx should be preferable because it IS xorg, while xgl is quite a hack, a brand new rewrite of an accelated xserver, that runs over the normal x server so it isn't supposed to be exactly a *slim* app. You won't even be able to use some 3d accelerated software (i.e. tvtime) or games (i.e. cedega) if you run xgl, unless you don't run them in another x (not xgl) session.
Amaranth
September 24th, 2006, 01:04 PM
I works very well, except for video and glx apps (they bring cpu usage to 100%: xorg itself jumps to 40% :( ) Hope they'll fix that soon. Anyway, how do you call this now, it is not xgl or aiglx? In thread's title it said builtin aiglx.
The thread title is incorrect. :) You can use AIGLX with the nvidia driver and use beryl but it's not required, you can use straight X direct rendering with nvidia's implementation of GLX_EXT_texture_from_pixmap.
PriceChild
September 24th, 2006, 01:14 PM
I did ask panickedthumb to change the title to "without xgl/aiglx" but he said he wouldn't as aiglx was now built into xorg.
I'm also experiencing poor performance, but its working!
And as soon as beryl gets released properly, everyone will simply be able to change their repositories (same with nvidia card, just updating/re-installing driver)
~LoKe
September 24th, 2006, 01:25 PM
I don't know what everyone's complaining about. It's running pretty damn good on my system, and I have an older card (GeForce4 MX420). Fullscreen DVD's play fine.
Amaranth
September 24th, 2006, 01:40 PM
Packages have been updated to latest SVN. New packages are emerald-themes and libxorg-sched-yield-hack0. Make sure you install these two and then restart X, it helps with performance problems.
hugmenot
September 24th, 2006, 01:41 PM
Anyway, however it’s called (AIGLX hinges on «texture from pixmap», like running beryl directly on Edgy’s Xorg hinges on «tfp», right?) it’s slower and my question is how I can track it down.
1. Beryl is practically Compiz-quinn, renamed. It used to be fast.
2. I would expect instabilities with beta drivers, not necessarily slow-downs because the hardware doesn’t change.
3. What funky hardware features does XGL use, if even through the thicker layers of libraries it provides better performance?
4. When engineering tfp, the nvidia devs must be aware of the best mechanisms/features of the the cards to implement it with. Will performance improve just by finalizing the driver? Unlikely.
Where’s the bottleneck?
~LoKe
September 24th, 2006, 01:50 PM
Packages have been updated to latest SVN. New packages are emerald-themes and libxorg-sched-yield-hack0. Make sure you install these two and then restart X, it helps with performance problems.
Seems much better to me! Thanks!
PriceChild
September 24th, 2006, 01:55 PM
Packages have been updated to latest SVN. New packages are emerald-themes and libxorg-sched-yield-hack0. Make sure you install these two and then restart X, it helps with performance problems.
First post updated to reflect this :)
captive
September 24th, 2006, 02:09 PM
new version seems lighter (maybe it's the new icon.. :) )
i still got the logout dialog problem, and another one: ctrl+alt+backspace reboots my pc! it's a "normal" reboot, with usplash showing progress of reboot process, and no other problems.. but i'd like jut reboot xorg on that command, not the entire pc! Is there any setting i'm missing??
PriceChild
September 24th, 2006, 02:46 PM
i still got the logout dialog problem, and another one: ctrl+alt+backspace reboots my pc!
Since the repos were updated i've seen a HUGE performance increase.
ctrl+alt+backspace restarts my x server.... but the quit button problem still exists.
DeeZiD
September 24th, 2006, 03:02 PM
OMG :KS :KS :KS
It works on my old machine (AMD Sempron 2200+, 6600LE).
It is much faster (blurfx is fast as hell! no delay in animation plugin anymore, no delay or stuttering in maximizing windows).
Smooth scrolling in firefox is as fast as in plain Xorg or Windows XP :shock:
No tearing (in xv, OpenGL, cube, wobbly, animation)
antialiasing
anistropic filtering
etc.
For Antialiasing, disabling tearing, anistropic filtering you have to open nvidia-settings and set the options there, then restart beryl and enjoy :o
regards Dennis
DeeZiD
September 24th, 2006, 03:06 PM
:-({|= the quit button doesn't work for me either :(
My screen locks after pressing the button.
Is there another solution?
Edit: Why can't I use 1440x900px widescreenresulution with the newest driver? With the older nvidia driver or the nv driver it is still possible)
Edit2: For choosing nvidia-settings on startup just put "nvidia-settings --load-config-only & beryl-manager" in your startup programs.
regards Dennis
PriceChild
September 24th, 2006, 03:18 PM
64bit repos are now availiable.... for the -8 kernel ONLY
:-({|= the quit button doesn't work for me either :(
My screen locks after pressing the button.
Is there another solution?
Not yet, althoug hte screen isn't locked, press Esc and you will get back to normal :)
I'm shutting down from cl for the time being, or end beryl from the beryl manager.
DeeZiD
September 24th, 2006, 03:31 PM
I found a temporarly solution to the logout problem! :D
Logout fix
1. open "gconf-editor"
2. go to "/apps/panel/global/" and check "upstream_session".
3. logout
Activate beauty
1. open a terminal
2. type "sudo gedit /usr/bin/beauty"
3. put the following lines in it
#!/bin/bash
nvidia-settings --load-config-only & beryl-manager
4. save the file and open a terminal and chmod the script
sudo chmod 755 /usr/bin/beauty
5. open "nvidia-settings" and activate anti-aliasing, anistrop, vsync etc.
6. open "beryl settings manager" from "beryl manager" and uncheck "Detect Refresh Rate" for faster wobbly performance.
7. logout and login again
:cool:
Now if only widescreen resolution would work :confused:
Edit1: Wobbly fix (uncheck "Detect Refresh Rate")
PriceChild
September 24th, 2006, 03:41 PM
That's a good temporary fix for the logout bug.
However, i've already got an nvidia-settings working....
Abild
September 24th, 2006, 04:12 PM
It doesn't work for me.
I get this when running beryl-manager
beryl: No GLXFBConfig for default depth, falling back on visinfo.
beryl: water: GL_ARB_fragment_program is missing
beryl: No GL visual for depth 32
beryl: No GL visual for depth 32
beryl: No GL visual for depth 32
beryl: No GL visual for depth 32
beryl: No GL visual for depth 32
beryl: No GL visual for depth 32
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000a4 can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
[...]
beryl: Couldn't bind redirected window 0x2a000e4 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800144 can't be bound to texture
beryl: Couldn't bind redirected window 0x2a000e4 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800144 can't be bound to texture
beryl: Couldn't bind redirected window 0x2a000e4 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800144 can't be bound to texture
beryl: Couldn't bind redirected window 0x2a000e4 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800144 can't be bound to texture
beryl: Couldn't bind redirected window 0x2a000e4 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800144 can't be bound to texture
beryl: Couldn't bind redirected window 0x2a000e4 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800144 can't be bound to texture
beryl: Couldn't bind redirected window 0x2a000e4 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800144 can't be bound to texture
beryl: Couldn't bind redirected window 0x2a000e4 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800144 can't be bound to texture
beryl: Couldn't bind redirected window 0x2a000e4 to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000fd can't be bound to texture
beryl: Couldn't bind redirected window 0xa02dd6 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x2800093 can't be bound to texture
beryl: Couldn't bind redirected window 0xa00021 to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
beryl: pixmap 0x28000a2 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200143 to texture
beryl: pixmap 0x280009e can't be bound to texture
beryl: Couldn't bind redirected window 0xc00031 to texture
beryl: pixmap 0x280009c can't be bound to texture
beryl: Couldn't bind redirected window 0xc00003 to texture
beryl: pixmap 0x280009a can't be bound to texture
beryl: Couldn't bind redirected window 0x1e0001f to texture
beryl: pixmap 0x28000a0 can't be bound to texture
beryl: Couldn't bind redirected window 0xa002f9 to texture
The application 'emerald' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
Couldn't load settings. Reverting to defaults.
Couldn't load theme. Reverting to defaults.
(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
Attaching to program: /usr/bin/beryl, process 15389
Reading symbols from /usr/lib/libpng12.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libpng12.so.0
Reading symbols from /usr/lib/libXcomposite.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXcomposite.so.1
Reading symbols from /usr/lib/libXdamage.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXdamage.so.1
Reading symbols from /usr/lib/libXfixes.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXfixes.so.3
Reading symbols from /usr/lib/libXrandr.so.2...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXrandr.so.2
Reading symbols from /usr/lib/libSM.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libSM.so.6
Reading symbols from /usr/lib/libICE.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libICE.so.6
Reading symbols from /usr/lib/libXinerama.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXinerama.so.1
Reading symbols from /usr/lib/libstartup-notification-1.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libstartup-notification-1.so.0
Reading symbols from /usr/lib/libGL.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libGL.so.1
Reading symbols from /lib/tls/i686/cmov/libm.so.6...done.
Loaded symbols for /lib/tls/i686/cmov/libm.so.6
Reading symbols from /lib/tls/i686/cmov/libc.so.6...done.
Loaded symbols for /lib/tls/i686/cmov/libc.so.6
Reading symbols from /usr/lib/libX11.so.6...done.
Loaded symbols for /usr/lib/libX11.so.6
Reading symbols from /usr/lib/libXext.so.6...done.
Loaded symbols for /usr/lib/libXext.so.6
Reading symbols from /lib/tls/i686/cmov/libdl.so.2...done.
Loaded symbols for /lib/tls/i686/cmov/libdl.so.2
Reading symbols from /usr/lib/libz.so.1...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /usr/lib/libXrender.so.1...done.
Loaded symbols for /usr/lib/libXrender.so.1
Reading symbols from /usr/lib/libGLcore.so.1...done.
Loaded symbols for /usr/lib/libGLcore.so.1
Reading symbols from /usr/lib/tls/libnvidia-tls.so.1...done.
Loaded symbols for /usr/lib/tls/libnvidia-tls.so.1
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /usr/lib/libXau.so.6...done.
Loaded symbols for /usr/lib/libXau.so.6
Reading symbols from /usr/lib/libXdmcp.so.6...done.
Loaded symbols for /usr/lib/libXdmcp.so.6
Reading symbols from /usr/lib/libXcursor.so.1...done.
Loaded symbols for /usr/lib/libXcursor.so.1
Reading symbols from /usr/lib/X11/locale/common/xlibi18n.so.2...done.
Loaded symbols for /usr/lib/X11/locale/common/xlibi18n.so.2
Reading symbols from /usr/lib/beryl/libdbus.so...done.
Loaded symbols for /usr/lib/beryl/libdbus.so
Reading symbols from /usr/lib/libdbus-1.so.3...done.
Loaded symbols for /usr/lib/libdbus-1.so.3
Reading symbols from /lib/tls/i686/cmov/libnsl.so.1...done.
Loaded symbols for /lib/tls/i686/cmov/libnsl.so.1
Reading symbols from /usr/lib/beryl/libsettings.so...done.
Loaded symbols for /usr/lib/beryl/libsettings.so
Reading symbols from /usr/lib/libglib-2.0.so.0...done.
Loaded symbols for /usr/lib/libglib-2.0.so.0
Reading symbols from /lib/tls/i686/cmov/librt.so.1...done.
Loaded symbols for /lib/tls/i686/cmov/librt.so.1
Reading symbols from /lib/tls/i686/cmov/libpthread.so.0...done.
[Thread debugging using libthread_db enabled]
[New Thread -1220856112 (LWP 15389)]
Loaded symbols for /lib/tls/i686/cmov/libpthread.so.0
Reading symbols from /lib/tls/i686/cmov/libnss_compat.so.2...done.
Loaded symbols for /lib/tls/i686/cmov/libnss_compat.so.2
Reading symbols from /lib/tls/i686/cmov/libnss_nis.so.2...done.
Loaded symbols for /lib/tls/i686/cmov/libnss_nis.so.2
Reading symbols from /lib/tls/i686/cmov/libnss_files.so.2...done.
Loaded symbols for /lib/tls/i686/cmov/libnss_files.so.2
Reading symbols from /usr/lib/beryl/libcrashhandler.so...done.
LoadeUndefined command: "-e". Try "help".
d symbols for /usr/lib/beryl/libcrashhandler.so
Reading symbols from /usr/lib/beryl/libdecoration.so...done.
Loaded symbols for /usr/lib/beryl/libdecoration.so
Reading symbols from /usr/lib/beryl/libwobbly.so...done.
Loaded symbols for /usr/lib/beryl/libwobbly.so
Reading symbols from /usr/lib/beryl/libanimation.so...done.
Loaded symbols for /usr/lib/beryl/libanimation.so
Reading symbols from /usr/lib/beryl/libfade.so...done.
Loaded symbols for /usr/lib/beryl/libfade.so
Reading symbols from /usr/lib/beryl/libcube.so...done.
Loaded symbols for /usr/lib/beryl/libcube.so
Reading symbols from /usr/lib/libcairo.so.2...done.
Loaded symbols for /usr/lib/libcairo.so.2
Reading symbols from /usr/lib/librsvg-2.so.2...done.
Loaded symbols for /usr/lib/librsvg-2.so.2
Reading symbols from /usr/lib/libgdk_pixbuf-2.0.so.0...done.
Loaded symbols for /usr/lib/libgdk_pixbuf-2.0.so.0
Reading symbols from /usr/lib/libgobject-2.0.so.0...done.
Loaded symbols for /usr/lib/libgobject-2.0.so.0
Reading symbols from /usr/lib/libgmodule-2.0.so.0...done.
Loaded symbols for /usr/lib/libgmodule-2.0.so.0
Reading symbols from /usr/lib/libfreetype.so.6...done.
Loaded symbols for /usr/lib/libfreetype.so.6
Reading symbols from /usr/lib/libfontconfig.so.1...done.
Loaded symbols for /usr/lib/libfontconfig.so.1
Reading symbols from /usr/lib/libgsf-1.so.114...done.
Loaded symbols for /usr/lib/libgsf-1.so.114
Reading symbols from /usr/lib/libcroco-0.6.so.3...done.
Loaded symbols for /usr/lib/libcroco-0.6.so.3
Reading symbols from /usr/lib/libxml2.so.2...done.
Loaded symbols for /usr/lib/libxml2.so.2
Reading symbols from /usr/lib/libpangoft2-1.0.so.0...done.
Loaded symbols for /usr/lib/libpangoft2-1.0.so.0
Reading symbols from /usr/lib/libpangocairo-1.0.so.0...done.
Loaded symbols for /usr/lib/libpangocairo-1.0.so.0
Reading symbols from /usr/lib/libpango-1.0.so.0...done.
Loaded symbols for /usr/lib/libpango-1.0.so.0
Reading symbols from /usr/lib/libexpat.so.1...done.
Loaded symbols for /usr/lib/libexpat.so.1
Reading symbols from /lib/libbz2.so.1.0...done.
Loaded symbols for /lib/libbz2.so.1.0
Reading symbols from /usr/lib/beryl/librotate.so...done.
Loaded symbols for /usr/lib/beryl/librotate.so
Reading symbols from /usr/lib/beryl/libzoom.so...done.
Loaded symbols for /usr/lib/beryl/libzoom.so
Reading symbols from /usr/lib/beryl/libscale.so...done.
Loaded symbols for /usr/lib/beryl/libscale.so
Reading symbols from /usr/lib/beryl/libmove.so...done.
Loaded symbols for /usr/lib/beryl/libmove.so
Reading symbols from /usr/lib/beryl/libresize.so...done.
Loaded symbols for /usr/lib/beryl/libresize.so
Reading symbols from /usr/lib/beryl/libplace.so...done.
Loaded symbols for /usr/lib/beryl/libplace.so
Reading symbols from /usr/lib/beryl/libswitcher.so...done.
Loaded symbols for /usr/lib/beryl/libswitcher.so
Reading symbols from /usr/lib/beryl/libwater.so...done.
Loaded symbols for /usr/lib/beryl/libwater.so
Reading symbols from /usr/lib/beryl/libtrailfocus.so...done.
Loaded symbols for /usr/lib/beryl/libtrailfocus.so
Reading symbols from /usr/lib/beryl/libneg.so...done.
Loaded symbols for /usr/lib/beryl/libneg.so
Reading symbols from /usr/lib/beryl/libbs.so...done.
Loaded symbols for /usr/lib/beryl/libbs.so
Reading symbols from /usr/lib/beryl/libput.so...done.
Loaded symbols for /usr/lib/beryl/libput.so
Reading symbols from /usr/lib/beryl/libscreenshot.so...done.
Loaded symbols for /usr/lib/beryl/libscreenshot.so
Reading symbols from /usr/lib/beryl/libstate.so...done.
Loaded symbols for /usr/lib/beryl/libstate.so
0xffffe410 in __kernel_vsyscall ()
(gdb) (gdb)
Thread 1 (Thread -1220856112 (LWP 15389)):
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7dc2673 in __waitpid_nocancel () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7d6a271 in do_system () from /lib/tls/i686/cmov/libc.so.6
No locals.
#3 0xb717216d in crash_handler () from /usr/lib/beryl/libcrashhandler.so
#4 <signal handler called>
#5 0x08053520 in compAddWatchFd ()
#6 0x08053d18 in eventLoop ()
#7 0x0804ef75 in main ()
#0 0xffffe410 in __kernel_vsyscall ()
(gdb)
(gdb)
(gdb) #0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7dc2673 in __waitpid_nocancel () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7d6a271 in do_system () from /lib/tls/i686/cmov/libc.so.6
#3 0xb717216d in crash_handler () from /usr/lib/beryl/libcrashhandler.so
#4 <signal handler called>
#5 0x08053520 in compAddWatchFd ()
#6 0x08053d18 in eventLoop ()
#7 0x0804ef75 in main ()
(gdb) Detaching from program: /usr/bin/beryl, process 15389
[CRASH_HANDLER]: "/tmp/beryl_crash-15389.out" created!
XGL Absent, assuming AIGLX
ButteBlues
September 24th, 2006, 04:13 PM
Did you change your xorg DefaultDepth to 24?
geearf
September 24th, 2006, 04:15 PM
With the new packages, watching a video seems impossible, way to slow :(
The rest of the system looks a little faster though, but still not as fast as pure Kwin.
Abild
September 24th, 2006, 04:16 PM
Did you change your xorg DefaultDepth to 24?
I think so... Here is my xorg.conf file:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Sep 14 15:50:24 PDT 2006
# Phoronix NVIDIA X Configuration (xorg.conf)
# http://www.phoronix.com/
# Utilization of NVIDIA TwinView
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
#RgbPath "/usr/X11R6/lib/X11/rgb"
#FontPath "unix/:7100"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Acer AL1715"
DisplaySize 340 270
HorizSync 24.0 - 80.0
VertRefresh 49.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "CoolBits" "1"
Option "TwinView" "True"
Option "TwinViewOrientation" "LeftOf"
Option "UseEdidFreqs" "True"
Option "MetaModes" "1280x1024, 1280x1024"
Option "SecondMonitorHorizSync" "24.0 - 80.0"
Option "SecondMonitorVertRefresh" "49.0 - 75.0"
#Option "RenderAccel" "true"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
PriceChild
September 24th, 2006, 04:20 PM
With the new packages, watching a video seems impossible, way to slow :(
The rest of the system looks a little faster though, but still not as fast as pure Kwin.
I can watch videos perfectly :)
My system is as fast as ever.
And for that colour depth question, change it to 24 in your xorg.conf
geearf
September 24th, 2006, 04:21 PM
Hmm, maybe I have missed something then.
kashms
September 24th, 2006, 04:30 PM
There is a patch not included in the beta drivers from the site as well as in the repositories. Unfortunatelly I don't remember where did I get it from. Anyway, I keep a patched driver installation if you wan't it.
I think it has something to do with i2c moduled, so try disableing them if you don't want to patch the drivers
I tried removing the i2c modules but still no luck. It seems the i2c_core depends on the nvidia module anyway. The new driver seem to even turn off the backlight of the screen but I can login if I type my login and password blindly.
If you have a patched driver I would be interested in trying it out.
panickedthumb
September 24th, 2006, 05:19 PM
So just to clarify here, Amaranth, AIGLX is built into X.org in Edgy, but this is not using it at all?
PriceChild
September 24th, 2006, 05:20 PM
So just to clarify here, Amaranth, AIGLX is built into X.org in Edgy, but this is not using it at all?
I thought this is using it!
You couldn't do this on x.org7.0 because it doesn't have aiglx built in?
LOL we're all confused :)... or maybe its just me
Duf_Sh
September 24th, 2006, 05:30 PM
How come every time I try to start Beryl I get a X server restart and have to login again, only to find me staring blindly at Kwin?
I'm running kubuntu on a i810 chipset, and my Xorg.0.log tells me that "(WW) AIGLX: 3D driver claims to not support visual 0x23" (all the way trought 0x32) (see attached file)
panickedthumb
September 24th, 2006, 05:33 PM
I thought this is using it!
You couldn't do this on x.org7.0 because it doesn't have aiglx built in?
LOL we're all confused :)... or maybe its just me
That's what I thought as well, but Amaranth and others say that this is bypassing AIGLX.
DeeZiD
September 24th, 2006, 05:58 PM
@PriceChild:
Could you add my information (about logout and vsync, aa etc.) in your howto? :)
Would be nice
Some new information:
1.
High resolutions (1280x1024<) on TFTs with DVI connected seem to be impossible
:-({|=
Solution: Connect with a VGA-cable
2.
You don't need to add the extensions section with composite because composite is on per default since the 8xxx release of the nvidia driver ;)
regards Dennis
scotty2hott2k
September 24th, 2006, 06:10 PM
That's what I thought as well, but Amaranth and others say that this is bypassing AIGLX.
according to an nvidia employee on nvnews (and im understanding him correct) then the nvidia driver has built in support for all the required extensions and so forth which means that aiglx is not needed and compiz uses the driver functions directly.
geearf
September 24th, 2006, 06:13 PM
that's it.
PriceChild
September 24th, 2006, 06:25 PM
You don't need to add the extensions section with composite because composite is on per default since the 8xxx release of the nvidia driver ;)
Confirmed and changed :)
geearf
September 24th, 2006, 06:38 PM
I can watch videos perfectly :)
My system is as fast as ever.
And for that colour depth question, change it to 24 in your xorg.conf
Well it is still slow for me :(
LamestHolio
September 24th, 2006, 06:54 PM
Probably a dumb question, but:
These packages will not work on Dapper due to gcc differences? I gave it a go on my dapper install, and get a gcc error when running beryl-start.
(Edgy install was getting stuck on APIC issues)
Have also tried compiling beryl svn and get nothing more than a white screen when launching beryl.
Thanks for correcting or setting me the right way.
Lamest.
xopher
September 24th, 2006, 06:55 PM
This is the best thing EVER!
..hehe, just had to say something ;)
Keep it up!:-$
Paulus
September 24th, 2006, 07:01 PM
1.
High resolutions (1280x1024<) on TFTs with DVI connected seem to be impossible
:-({|=
Solution: Connect with a VGA-cable
regards Dennis
Try this.. in your xorg.conf file under Section "Monitor" try changing the horizontal and vertical refresh upper limits to a massive number, like 100.
And then make sure to add "1280x1024" in the SubSection"Display" of your xorg.conf file.. like this example snippit.
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 151.0
VertRefresh 43.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV38 [GeForce FX 5950 Ultra]"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV38 [GeForce FX 5950 Ultra]"
Monitor "Generic Monitor"
DefaultDepth 24
Option "RenderAccel" "true"
Option "AddARGBGLXVisuals" "True"
Option "CoolBits" "1"
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionThis is what I have to do every time I install ubuntu.
zubrug
September 24th, 2006, 07:26 PM
This is fantastic, by far the the best gl I have succesfully installed.
Thank you all involved, yummy:cool:
PriceChild
September 24th, 2006, 07:40 PM
Probably a dumb question, but:
These packages will not work on Dapper due to gcc differences? I gave it a go on my dapper install, and get a gcc error when running beryl-start.
(Edgy install was getting stuck on APIC issues)
Have also tried compiling beryl svn and get nothing more than a white screen when launching beryl.
Thanks for correcting or setting me the right way.
Lamest.
You're SOOOOO close i think if you're getting that white screen.
Just check out xorg.conf/aiglx settings.
It only took me a couple of corrections to get the goodness afterwards.
ButteBlues
September 24th, 2006, 08:32 PM
Lamest - If you are an ATI or Intel user, you may need to make a drirc file. Search this forum for "/etc/drirc" for my instructions on what needs doing.
zubrug
September 24th, 2006, 08:41 PM
Anybody else got the new nvidia drivers to work on a GeForce4 440 Go (64 MB) card? All I get is a black screen :(
Yup, I cannot believe it, previous attempts have been a nightmare of trying every hack to get only partial happiness.
This is sweet, clean and smooth with options galore. Could not get the official compiz to look this good.
rafaelsdmf
September 24th, 2006, 11:11 PM
Well my experience was like this: Installed the whole package, and was good, but, as some of you people notice, very slow. I almost couldnt watch any movies at all it was so slow. But after a full reboot ( I was looking for a strange sound inside the case, which turned out to be a broken stab in the fan of the graphic card :( ), the system was on full-on speed. The same as with the XGL thing. The only problem was that it didnt load the window decorator, wich I fixed clicking the option "reload window decorator" in the diamond below. Im really liking this . Congratulations to all for making this happens. I owe you a beer hehe :mrgreen:
kashms
September 25th, 2006, 02:06 AM
Yup, I cannot believe it, previous attempts have been a nightmare of trying every hack to get only partial happiness.
This is sweet, clean and smooth with options galore. Could not get the official compiz to look this good.
Care to share your xorg.conf? Any special options you have to turn on.
nsfw
September 25th, 2006, 02:11 AM
Works perfect for me!
Nice guide guys
mirak63
September 25th, 2006, 04:22 AM
for me beryl is still way slower than metacity, there are to many hangs.
originof
September 25th, 2006, 04:26 AM
And for ATI ??? :confused:
doelman
September 25th, 2006, 04:41 AM
I got the following error:
rstruijk@ubuntu-knot:~$ beryl-manager
rstruijk@ubuntu-knot:~$ XGL Absent, assuming AIGLX
beryl: GLX_EXT_texture_from_pixmap is missing
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :0.0
** (beryl-manager:10073): WARNING **: Couldn't find a Selection Owner, perhaps no WM running?
Otherwise, manually kill your wm, and report the bug to the developers, it doesn't follow the standards.
Falling back to looking for a defined WM in xlsclients.
Anybody who knows what to do? I've used the Nvidia installer script.
PriceChild
September 25th, 2006, 06:45 AM
rstruijk@ubuntu-knot:~$ beryl-manager
rstruijk@ubuntu-knot:~$ XGL Absent, assuming AIGLXthis bit is fine.
beryl: GLX_EXT_texture_from_pixmap is missing[/quote]this bit is DEFINATELY wrong :P
I would advise that you reinstall your nvidia drivers, and check your xorg.conf settings.
doelman
September 25th, 2006, 06:49 AM
Yep, i'm quite sure it's a stupid fault of me. I did not use the beta drivers but just the standard. ](*,) Sorry..
PriceChild
September 25th, 2006, 06:52 AM
Yep, i'm quite sure it's a stupid fault of me. I did not use the beta drivers but just the standard. ](*,) Sorry..I don't want to sounds evil etc.... but because of your post count, i just want to check that you are running Edgy right? Dapper's xorg isn't up to it.
doelman
September 25th, 2006, 06:54 AM
I don't want to sounds evil etc.... but because of your post count, i just want to check that you are running Edgy right? Dapper's xorg isn't up to it.
You have to sound evil to me, because i've 2years experience with Linux, and this was a stupid fault. It's working now, with the correct beta driver.
PriceChild
September 25th, 2006, 06:57 AM
You have to sound evil to me, because i've 2years experience with Linux, and this was a stupid fault. It's working now, with the correct beta driver.Still don't want to appear rude :)
Good to hear all is working! :)
zubrug
September 25th, 2006, 08:09 AM
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Tue Aug 1 21:11:12 PDT 2006
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "G701PF"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "G701PF"
DefaultDepth 24
# Enable 32-bit ARGB GLX Visuals
Option "AddARGBGLXVisuals" "True"
Option "RenderAccel" "True"
# If you are using an older version of compiz that
# does not support rendering into the Composite
# Overlay Window, you will need to disable clipping
# of GLX rendering to the X Root window with this
# option, or you will get a blank screen after
# starting compiz:
Option "DisableGLXRootClipping" "True"
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Care to share your xorg.conf? Any special options you have to turn on.
here is mine.
PriceChild
September 25th, 2006, 08:14 AM
After the latest update my Beryl broke.
I ended up purging it, restarting, reinstalling, restarting and then attempting to launch beryl from the manager 2 times. It then all worked fine :)
Melvil
September 25th, 2006, 08:46 AM
Where's the beryl-start script? beryl-manager doesn't start emerald.
If I compile beryl from source I get the beryl-start script.
PriceChild
September 25th, 2006, 08:48 AM
Where's the beryl-start script? beryl-manager doesn't start emerald.
If I compile beryl from source I get the beryl-start script.
Yes i've noticed this from the latest update...
...I'm trying to get in touch with Amaranth right now to find out what's going on... i'm getting a lot more problems than that.... running in a failsafe atm.
64 repo hasn't been upgraded yet :P lupine_85's been nice :P
Donovan
September 25th, 2006, 09:33 AM
Hmmm I got it working perfectly but I have a question:
Why Beryl doesn't have Composite Overlay Window support? Or at least is not activated on the guide. I tried to use Beryl without disabling COW on xorg.conf and still works perfect for me but I'm curious about a --cow option in beryl.
The option exists or not?
PriceChild
September 25th, 2006, 10:47 AM
Hmmm I got it working perfectly but I have a question:
Why Beryl doesn't have Composite Overlay Window support? Or at least is not activated on the guide. I tried to use Beryl without disabling COW on xorg.conf and still works perfect for me but I'm curious about a --cow option in beryl?
The option exists or not?
The latest updates from Amaranth mean i've had to comment out
Option "DisableGLXRootClipping" "True" in section screen.
This i think enables COW for me and everything now works again... no black screens.
I've added to the howto.
Richard
September 25th, 2006, 11:40 AM
Hi,
Thx for this HowTo.
I got a white screen when i start beryl.
In my xorg.conf I added in Screen section.
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
Compiz from cvs works fine.
PriceChild
September 25th, 2006, 12:12 PM
When i got the whitescreen... i checked that i had edited my xorg.conf file correctly.
Please check you've got the lines required in exactly the right place, and then restart your computer (just x may not do it) and check again.
Richard
September 25th, 2006, 01:09 PM
I checked twice my xorg.conf.
After restart computer I always get the whitescreen.
I join my xorg.conf.
Thx
PriceChild
September 25th, 2006, 01:26 PM
maybe try commenting out:
Option "DisableGLXRootClipping" "true"
Then trying again.
Garyu
September 25th, 2006, 02:36 PM
hey, can someone post some screenshots (or links to screenshots) with beryl so I know what it looks like? I tried compiz and I didn't like it that much but it screwed up my Ubuntu. So I don't want to try just to find out it isn't my cup of tea... actually... I will probably wait for a more stable release anyway, but I would still like to see some screenshots. please. :cool:
Amaranth
September 25th, 2006, 03:42 PM
http://www.realistanew.com/random/desktop20060924.png
It, in a word, looks like compiz. Mostly because it _is_ compiz.
Garyu
September 25th, 2006, 04:39 PM
It, in a word, looks like compiz. Mostly because it _is_ compiz.
Nice wallpaper... :cool:
So, the benefits of using this instead of compiz? Will my 3D games perform as expected or be all funky as with compiz running? In other words, is it useful or is it just the kind of eye-candy that will mess up my system more than it is worth?
PriceChild
September 25th, 2006, 05:06 PM
Nice wallpaper... :cool:
So, the benefits of using this instead of compiz? Will my 3D games perform as expected or be all funky as with compiz running? In other words, is it useful or is it just the kind of eye-candy that will mess up my system more than it is worth?Quinnstorm started packaging compiz, and helped organise more features resulting in a fork: Beryl.
Beryl is skinnable unlike official compiz, and has half a dozen more pluggins.
Personally, i think it makes my work quicker than a standard DE because for example of features such as scale & switcher which together make choosing apps quicker with mouse gestures, and the bottom panel redundant in gnome.
You can still run games fine with compiz running. If using xgl/compiz, then search for "nonXgl" on the forums for a neat script. If you're using this thread, then games will just run fine automatically!
Pricey
pomalin
September 25th, 2006, 05:31 PM
Official compiz now support metacity themes ;), from the debs of gandalfn and gnome-compiz-manager
Megatog615
September 25th, 2006, 05:48 PM
When I try to start beryl-manager, I get a black screen, like reported. I have tried it with and without Option "DisableGLXRootClipping" "True" commented. Both with the same problem.
It goes black, but the mouse cursor still works as if it wasn't all black.
Amaranth
September 25th, 2006, 05:52 PM
Garyu: If you ever used Compiz without XGL it'll work the same way. If your only experience is with XGL you might be in for a pleasent surprise as far as games.
Megatog615
September 25th, 2006, 06:19 PM
I've gotten games to work with XGL ;). xgame (http://xgame.tlhiv.org/) works well.
scotty2hott2k
September 25th, 2006, 06:19 PM
i tried the quake4 demo as a benchmark (non-scientific mind you ;)), i experience a dramatic loss in fps when compiz was enabled compared to when disabled.
Uncle Spellbinder
September 25th, 2006, 06:22 PM
For those of you who were/are using Compiz Quinn AIGLX and Intel embedded graphics cards. beryl is unbelievably easy to set up.
1) I added these repo from post #1
deb http://dev.realistanew.com/beryl edgy beryl
deb http://beryl-mirror.lupine.me.uk/beryl edgy beryl
2) I did sudo apt-get update
3) sudo apt-get install beryl-core beryl-plugins emerald beryl-settings beryl-manager beryl beryl-dev emerald-themes
4 Compiz was removed and Beryl installed (though I still needed to "completely remove" a few compiz packages via Synaptic).
5) In Sessions > Startup Programs: I removed /usr/bin/compiz-manager and added /usr/bin/beryl-manager
All is working wonderfully. Tweaking settings in Beryl Settings Manager now.
WoooHooooooooo! Sweet!
Thanks PriceChild and Amaranth. And of course...Thanks QUINN for forking Compiz to Beryl.
mgsfan
September 25th, 2006, 06:25 PM
I get this when trying to run the beryl wm ~$ Window manager warning: Lost connection to the display ':0.0';
most likely the X server was shut down or you killed/destroyed
the window manager.
Couldn't load settings. Reverting to defaults.
Couldn't load theme. Reverting to defaults.
XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
moved it to a different spot in the screen section and ran it again..and got this
:~$ beryl-manager
:~$ XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
Couldn't load settings. Reverting to defaults.
** (emerald:6037): WARNING **: Cannot open pixmap: menu
** (emerald:6037): WARNING **: Cannot open pixmap: shade
** (emerald:6037): WARNING **: Cannot open pixmap: unshade
** (emerald:6037): WARNING **: Cannot open pixmap: above
** (emerald:6037): WARNING **: Cannot open pixmap: unabove
** (emerald:6037): WARNING **: Cannot open pixmap: sticky
** (emerald:6037): WARNING **: Cannot open pixmap: unsticky
XGL Absent, checking for NVIDIA
Nvidia Present
and at the end of the crash log
** (beryl-manager:5058): WARNING **: Couldn't find a Selection Owner, perhaps no WM running?
Otherwise, manually kill your wm, and report the bug to the developers, it doesn't follow the standards.
hotspoons
September 25th, 2006, 06:54 PM
Wow...I was wondering what happened last week when I reloaded one of my boxes and Compiz wouldn't install because CGWD wasn't available at the beer or kid repo or its mirrors, and I had to install it from the apt cache on another box...then I found this. Wow. This seems to run much better, though I have to try a couple of times from the Beryl tray icon to get beryl to launch.
Mythtv would always crash my XGL session whenever I would watch liveTV on it...not so with this. Check out Meet The Fockers running on mythfrontend on HD on one side of my cube:
Desktop running MythTV HD (http://i62.photobucket.com/albums/h94/hotspoons/snapshot2.png)
However, it seems that most of the time I try to launch something heavy graphical, I end up with a window border and a black interior to the window...this is something that didn't happen in Quinn's Compiz/XGL. Perhaps it has to do with video card memory? I'm running on a GeForce 6600GT w/128 MB @1600x1200. Perhaps it's time to upgrade my video card. Anyhow, this seems to run, despite a few new problems, smoother and more reliably than it did before (I haven't crashed my X session yet), and I can finally have mythTV running on one side of my cube. It would be nice if it could be redirected to the top face of the cube though...hmmm....
BTW, there is no startup script called "start-beryl" included with the .deb packages anymore...however, there is one called "start-beryl-manager", which launches the tray icon, and requires selecting Beryl as the display manager, then clicking reload display manager twice to get it to work...I'm sure this will be only temporary.
PriceChild
September 25th, 2006, 07:06 PM
this is something that didn't happen in Quinn's Compiz/XGL.This is compiz--quinn just under a different name because its forked.
Uncle Spellbinder
September 25th, 2006, 07:09 PM
Question:
I keep getting an update notifcation regarding linux-restricted-modules-common since adding the repo and installing beryl. Coincidence? Safe to install?
lupine_nickt
September 25th, 2006, 07:11 PM
OK... I've updated the amd64 repo with the 2006/09/25 CVS packages from Amaranth: To get this working,you seem to need to:=
1) Do the GLXRootClipping thing mentioned above
2) delete ~/.beryl
Yes, seriously. Some setting or another from 09/24 doesn't seem to work well, and you get an unusable desktop. That's why it took me so long to update the repo.
Thanks to amaranth for the solution.
Also note that these packages *still* aren't supported by the devs, so please don't ask them to help you with problems.If you're at all unsure about things like RTFM, DIY and "oh well", the solution is to not use beryl for now.Me and some other users do hang out in #ubuntu-xgl, though, so you could try there if desperate.
EDIT: Some people are still reporting failures with this latest version. If it happens to you, downgrade all the packages to the cvs200060924 revision. Just restore the backup that you made of your ~/.beryl (you did make one, right..?)
, then use adept or something to specify the version you want to downgrade t (you can do it with apt-get, but it's a lot of typing)
..Nick
Amaranth
September 25th, 2006, 07:11 PM
It's just the same linux-restricted-modules that Ubuntu already has but updated to include the new nvidia drivers. It won't hurt to install it but you don't need it if you're not using nvidia.
Uncle Spellbinder
September 25th, 2006, 07:20 PM
It's just the same linux-restricted-modules that Ubuntu already has but updated to include the new nvidia drivers. It won't hurt to install it but you don't need it if you're not using nvidia.
No nvidia here. Any way to stop the update notification short of commenting out the repo?
mgsfan
September 25th, 2006, 07:21 PM
any fix for my problem? the beta drivers are installed and working..so don't know why its not working. ahh nm I forgot to reload it afterwards..its working now
Amaranth
September 25th, 2006, 07:22 PM
You can pin the old package. Otherwise, no.
mgsfan
September 25th, 2006, 08:11 PM
hmm well everything is a tad slower than with xgl..but videos and games work without problems..though I notice I lost my joystick driver so I can't use my logitech gamepad..other than that ..everything is working fine
Grog140
September 25th, 2006, 08:17 PM
When I get everything done and do a beryl-manager to start it everything just goes black and all I can see is my curser. I can rotate the cub and see something though. When I press control + Alt + Down I can see the Logo thing on the top/bottom of the cube.
PriceChild
September 25th, 2006, 08:29 PM
OK... I've updated the amd64 repo with the 2006/09/25 CVS packages from Amaranth: To get this working,you seem to need to:=
1) Do the GLXRootClipping thing mentioned above
2) delete ~/.beryl
Yes, seriously. Some setting or another from 09/24 doesn't seem to work well, and you get an unusable desktop. That's why it took me so long to update the repo.
You must delete all beryl and emerald folders, not just the one in my experience.
vrunner
September 25th, 2006, 08:54 PM
Why thank u thank u thank u ! Beryl is screaming fast with my old GeForce 420 compared to XGL !
Now if only ATI comes up with a new driver, and I could install it on my laptop:-k
robinl
September 25th, 2006, 11:13 PM
Hi I've recently dist-upgraded from dapper to edgy and followed this tut. But after I completed step 4 X or GDM or both refuses to start, instead freezes the computer. I've tried with and without the DisableGLXRootClipping line and it's still the same. Here are my xorg log and my xorg.conf:
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.15.7 i686
Current Operating System: Linux robin-desktop 2.6.17-9-generic #2 SMP Fri Sep 22 10:41:59 UTC 2006 i686
Build Date: 07 July 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 26 14:04:31 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "AOC LM721"
(**) | |-->Device "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(**) |-->Input Device "pad"
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/X11/fonts/misc,
/usr/share/X11/fonts/100dpi/:unscaled,
/usr/share/X11/fonts/75dpi/:unscaled,
/usr/share/X11/fonts/Type1,
/usr/share/X11/fonts/100dpi,
/usr/share/X11/fonts/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
/usr/share/fonts/X11/misc/,
/usr/share/fonts/X11/TTF/,
/usr/share/fonts/X11/OTF,
/usr/share/fonts/X11/Type1/,
/usr/share/fonts/X11/CID/,
/usr/share/fonts/X11/100dpi/,
/usr/share/fonts/X11/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,00e1 card 0000,0000 rev a1 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,00e0 card 1458,0c11 rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,00e4 card 1458,0c11 rev a1 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,00e7 card 1458,5004 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,00e7 card 1458,5004 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,00e8 card 1458,5004 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,00ea card 1458,a002 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,00e5 card 1458,5002 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:0b:0: chip 10de,00e2 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,00ed card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,00f1 card 1554,1191 rev a2 class 03,00,00 hdr 00
(II) PCI: 02:09:0: chip 11c1,044c card 11c1,044c rev 02 class 07,80,00 hdr 00
(II) PCI: 02:0b:0: chip 11ab,4320 card 1458,e000 rev 13 class 02,00,00 hdr 00
(II) PCI: 02:0c:0: chip 1283,8212 card 1283,0001 rev 11 class 01,04,00 hdr 00
(II) PCI: 02:0e:0: chip 104c,8024 card 1458,1000 rev 00 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:11:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xf0000000 - 0xf2ffffff (0x3000000) MX[b]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:14:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
[1] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
[2] -1 0 0x00009800 - 0x000098ff (0x100) IX[b]
[3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[b]
[4] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
[5] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[b]
[6] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
[7] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xf3000000 - 0xf4ffffff (0x2000000) MX[b]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0x70000000 - 0x700fffff (0x100000) MX[b]
(--) PCI:*(1:0:0) nVidia Corporation NV43 [GeForce 6600/GeForce 6600 GT] rev 162, Mem @ 0xf0000000/24, 0xe0000000/28, 0xf1000000/24
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xdfffffff to 0xcfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xf4004000 - 0xf4007fff (0x4000) MX[b]
[1] -1 0 0xf4008000 - 0xf40087ff (0x800) MX[b]
[2] -1 0 0xf4000000 - 0xf4003fff (0x4000) MX[b]
[3] -1 0 0xf4009000 - 0xf40090ff (0x100) MX[b]
[4] -1 0 0xf5001000 - 0xf5001fff (0x1000) MX[b]
[5] -1 0 0xf5005000 - 0xf50050ff (0x100) MX[b]
[6] -1 0 0xf5004000 - 0xf5004fff (0x1000) MX[b]
[7] -1 0 0xf5003000 - 0xf5003fff (0x1000) MX[b]
[8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[9] -1 0 0xf1000000 - 0xf1ffffff (0x1000000) MX[b](B)
[10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[11] -1 0 0xf0000000 - 0xf0ffffff (0x1000000) MX[b](B)
[12] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[b]
[13] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[b]
[14] -1 0 0x0000a410 - 0x0000a417 (0x8) IX[b]
[15] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[b]
[16] -1 0 0x00009c10 - 0x00009c17 (0x8) IX[b]
[17] -1 0 0x00009800 - 0x000098ff (0x100) IX[b]
[18] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
[19] -1 0 0x00009000 - 0x00009007 (0x8) IX[b]
[20] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
[21] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
[22] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[b]
[23] -1 0 0x00002000 - 0x0000203f (0x40) IX[b]
[24] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
[25] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[b]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf4004000 - 0xf4007fff (0x4000) MX[b]
[1] -1 0 0xf4008000 - 0xf40087ff (0x800) MX[b]
[2] -1 0 0xf4000000 - 0xf4003fff (0x4000) MX[b]
[3] -1 0 0xf4009000 - 0xf40090ff (0x100) MX[b]
[4] -1 0 0xf5001000 - 0xf5001fff (0x1000) MX[b]
[5] -1 0 0xf5005000 - 0xf50050ff (0x100) MX[b]
[6] -1 0 0xf5004000 - 0xf5004fff (0x1000) MX[b]
[7] -1 0 0xf5003000 - 0xf5003fff (0x1000) MX[b]
[8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[9] -1 0 0xf1000000 - 0xf1ffffff (0x1000000) MX[b](B)
[10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[11] -1 0 0xf0000000 - 0xf0ffffff (0x1000000) MX[b](B)
[12] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[b]
[13] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[b]
[14] -1 0 0x0000a410 - 0x0000a417 (0x8) IX[b]
[15] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[b]
[16] -1 0 0x00009c10 - 0x00009c17 (0x8) IX[b]
[17] -1 0 0x00009800 - 0x000098ff (0x100) IX[b]
[18] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
[19] -1 0 0x00009000 - 0x00009007 (0x8) IX[b]
[20] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
[21] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
[22] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[b]
[23] -1 0 0x00002000 - 0x0000203f (0x40) IX[b]
[24] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
[25] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xf4004000 - 0xf4007fff (0x4000) MX[b]
[5] -1 0 0xf4008000 - 0xf40087ff (0x800) MX[b]
[6] -1 0 0xf4000000 - 0xf4003fff (0x4000) MX[b]
[7] -1 0 0xf4009000 - 0xf40090ff (0x100) MX[b]
[8] -1 0 0xf5001000 - 0xf5001fff (0x1000) MX[b]
[9] -1 0 0xf5005000 - 0xf50050ff (0x100) MX[b]
[10] -1 0 0xf5004000 - 0xf5004fff (0x1000) MX[b]
[11] -1 0 0xf5003000 - 0xf5003fff (0x1000) MX[b]
[12] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[13] -1 0 0xf1000000 - 0xf1ffffff (0x1000000) MX[b](B)
[14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[15] -1 0 0xf0000000 - 0xf0ffffff (0x1000000) MX[b](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[18] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[b]
[19] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[b]
[20] -1 0 0x0000a410 - 0x0000a417 (0x8) IX[b]
[21] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[b]
[22] -1 0 0x00009c10 - 0x00009c17 (0x8) IX[b]
[23] -1 0 0x00009800 - 0x000098ff (0x100) IX[b]
[24] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
[25] -1 0 0x00009000 - 0x00009007 (0x8) IX[b]
[26] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
[27] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
[28] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[b]
[29] -1 0 0x00002000 - 0x0000203f (0x40) IX[b]
[30] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
[31] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[b]
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.9625
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.9625
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) Wacom driver level: 47-0.7.2 $
(II) NVIDIA dlloader X Driver 1.0-9625 Thu Sep 14 15:35:06 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xf4004000 - 0xf4007fff (0x4000) MX[b]
[5] -1 0 0xf4008000 - 0xf40087ff (0x800) MX[b]
[6] -1 0 0xf4000000 - 0xf4003fff (0x4000) MX[b]
[7] -1 0 0xf4009000 - 0xf40090ff (0x100) MX[b]
[8] -1 0 0xf5001000 - 0xf5001fff (0x1000) MX[b]
[9] -1 0 0xf5005000 - 0xf50050ff (0x100) MX[b]
[10] -1 0 0xf5004000 - 0xf5004fff (0x1000) MX[b]
[11] -1 0 0xf5003000 - 0xf5003fff (0x1000) MX[b]
[12] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[13] -1 0 0xf1000000 - 0xf1ffffff (0x1000000) MX[b](B)
[14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[15] -1 0 0xf0000000 - 0xf0ffffff (0x1000000) MX[b](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[18] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[b]
[19] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[b]
[20] -1 0 0x0000a410 - 0x0000a417 (0x8) IX[b]
[21] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[b]
[22] -1 0 0x00009c10 - 0x00009c17 (0x8) IX[b]
[23] -1 0 0x00009800 - 0x000098ff (0x100) IX[b]
[24] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
[25] -1 0 0x00009000 - 0x00009007 (0x8) IX[b]
[26] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
[27] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
[28] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[b]
[29] -1 0 0x00002000 - 0x0000203f (0x40) IX[b]
[30] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
[31] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[b]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xf4004000 - 0xf4007fff (0x4000) MX[b]
[5] -1 0 0xf4008000 - 0xf40087ff (0x800) MX[b]
[6] -1 0 0xf4000000 - 0xf4003fff (0x4000) MX[b]
[7] -1 0 0xf4009000 - 0xf40090ff (0x100) MX[b]
[8] -1 0 0xf5001000 - 0xf5001fff (0x1000) MX[b]
[9] -1 0 0xf5005000 - 0xf50050ff (0x100) MX[b]
[10] -1 0 0xf5004000 - 0xf5004fff (0x1000) MX[b]
[11] -1 0 0xf5003000 - 0xf5003fff (0x1000) MX[b]
[12] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[13] -1 0 0xf1000000 - 0xf1ffffff (0x1000000) MX[b](B)
[14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[15] -1 0 0xf0000000 - 0xf0ffffff (0x1000000) MX[b](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[21] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[b]
[22] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[b]
[23] -1 0 0x0000a410 - 0x0000a417 (0x8) IX[b]
[24] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[b]
[25] -1 0 0x00009c10 - 0x00009c17 (0x8) IX[b]
[26] -1 0 0x00009800 - 0x000098ff (0x100) IX[b]
[27] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
[28] -1 0 0x00009000 - 0x00009007 (0x8) IX[b]
[29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
[30] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
[31] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[b]
[32] -1 0 0x00002000 - 0x0000203f (0x40) IX[b]
[33] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
[34] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[b]
[35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[36] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon May 15 13:23:42 PDT 2006
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
#For Intuos3/Cintiq 21UX/Graphire4 tablets. It should NOT send core event
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "pad"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "intl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mouse1"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom" #USB ONLY
Option "Type" "stylus"
Option "USB" "on" #USB ONLY
Option "PressCurve" "50,0,100,50"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom" #USB ONLY
Option "Type" "eraser"
Option "USB" "on" #USB ONLY
Option "PressCurve" "50,0,100,50"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom" #USB ONLY
Option "Type" "cursor"
Option "USB" "on" #USB ONLY
EndSection
Section "InputDevice"
Identifier "pad"
Driver "wacom"
Option "Device" "/dev/input/wacom" #USB ONLY
Option "Type" "pad"
Option "USB" "on" #USB ONLY
EndSection
Section "Monitor"
Identifier "AOC LM721"
HorizSync 30.0 - 65.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
Driver "nvidia"
Option "NoLogo"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
Monitor "AOC LM721"
Option "AddARGBGLXVisuals" "True"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
vendetta red
September 25th, 2006, 11:13 PM
Thanks for the guide, managed to get it all up and running. Looks sharp.
huangjiahua
September 26th, 2006, 03:35 AM
Works perfect for me!
mine is NVIDIA GF4 MX440.
at first, I got a blackscreen after executed beryl-manager.
after tryed:
sudo apt-get remove *compiz*
sudo apt-get --reinstall install beryl-core beryl-plugins emerald beryl-settings beryl-manager beryl beryl-dev emerald-themes
It works perfect.
Belibem
September 26th, 2006, 07:48 AM
I want to confirm that Beryl works perfectly on an X-800 radeon card and the open source (r300) driver.
chameleon_789
September 26th, 2006, 08:45 AM
I get this when trying to run the beryl wm ~$ Window manager warning: Lost connection to the display ':0.0';
most likely the X server was shut down or you killed/destroyed
the window manager.
Couldn't load settings. Reverting to defaults.
Couldn't load theme. Reverting to defaults.
XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
moved it to a different spot in the screen section and ran it again..and got this
:~$ beryl-manager
:~$ XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
Couldn't load settings. Reverting to defaults.
** (emerald:6037): WARNING **: Cannot open pixmap: menu
** (emerald:6037): WARNING **: Cannot open pixmap: shade
** (emerald:6037): WARNING **: Cannot open pixmap: unshade
** (emerald:6037): WARNING **: Cannot open pixmap: above
** (emerald:6037): WARNING **: Cannot open pixmap: unabove
** (emerald:6037): WARNING **: Cannot open pixmap: sticky
** (emerald:6037): WARNING **: Cannot open pixmap: unsticky
XGL Absent, checking for NVIDIA
Nvidia Present
and at the end of the crash log
** (beryl-manager:5058): WARNING **: Couldn't find a Selection Owner, perhaps no WM running?
Otherwise, manually kill your wm, and report the bug to the developers, it doesn't follow the standards.
I get that error message every time I boot, the only way to get round it is this before running beryl-manager:
sudo apt-get --purge remove libxorg-sched-yield-hack0
sudo apt-get install libxorg-sched-yield-hack0
Every time I boot I have to do that :| Any way of getting round it?
vendetta red
September 26th, 2006, 09:28 AM
I get that error message every time I boot, the only way to get round it is this before running beryl-manager:
sudo apt-get --purge remove libxorg-sched-yield-hack0
sudo apt-get install libxorg-sched-yield-hack0
Every time I boot I have to do that :| Any way of getting round it?
Ya, I was getting that too, I ended up getting around it by right-clicking the ruby icon in the notification area and choosing a theme from the Emerald Theme Manager and then choosing Select Window Manager > Beryl from the ruby right-click menu as well.
Seems a theme isn't selected by default, so it doesn't know what to display, thus falling back to metacity. Hopefully that'll work for you.
Tzar
September 26th, 2006, 11:30 AM
Hi. Is there a way to use the default compiz theme with beryl, becouse none of the new cgwd stuff appeals to me, and i actually really like the default one :). Excellent guide though, real easy to setup and it works like a charm.
metathran
September 26th, 2006, 11:41 AM
What everybody means in "it works perfect" ! For me yes it works X is not crashing but it's very slow compared to XGL, don't know where the problem come from maybe AIglx, Beryl or the nvidia driver (maybe me, don't know)...
This is the first time since i have installed XGL that i have to switch to the "old" metacity :???: , i hope it will be corrected soon, it's very strange to use an old static interface after using a 3d accelerated desktop :-D
Thanks to everybody for bringing us such a good software 8)
chameleon_789
September 26th, 2006, 12:24 PM
Ya, I was getting that too, I ended up getting around it by right-clicking the ruby icon in the notification area and choosing a theme from the Emerald Theme Manager and then choosing Select Window Manager > Beryl from the ruby right-click menu as well.
Seems a theme isn't selected by default, so it doesn't know what to display, thus falling back to metacity. Hopefully that'll work for you.
Yep, that works, ty :D
Amaranth
September 26th, 2006, 12:29 PM
Everyone, try putting Option "TripleBuffer" "true"
in the "Device" section in xorg.conf. I used to get 120fps but would drop to 24fps with rain on, with this setting I get 60 fps all the time, rain or not. Someone else who was only getting 25 fps gets 60 fps with this option. It also makes everything feel much snappier. The cube movement is liquid smooth. :)
Rotarychainsaw
September 26th, 2006, 01:08 PM
Hi I've recently dist-upgraded from dapper to edgy and followed this tut. But after I completed step 4 X or GDM or both refuses to start, instead freezes the computer. I've tried with and without the DisableGLXRootClipping line and it's still the same. Here are my xorg log and my xorg.conf:
<SNIP>
I also have this problem. Can anyone help? The nvidia splash doesn't even get a chance to come up. I've tried vga and dvi.
Also maybe someone could just tell me how to roll back to the old nvidia drivers?
I tried commenting out the amarath repo and reinstalling nvidia-glx. That worked but the kernel module was still for 9652 or whatever. PLease and thank you.
Edit - I've been running edgy all along before this for the record.
gils0040
September 26th, 2006, 03:08 PM
I followed the guide exactly and now am getting the blackscreen problem. When i run beryl or beryl-manager the screen goes black except for my mouse and any menus that i select. i have tried purging and reinstalling all of the packages as well as reinstalling the beta drivers using both methods. I am using a 6800 GT on a 1280x1024 DVI display. any help is greatly appreciated.
thanks!
PriceChild
September 26th, 2006, 03:36 PM
I followed the guide exactly and now am getting the blackscreen problem. When i run beryl or beryl-manager the screen goes black except for my mouse and any menus that i select. i have tried purging and reinstalling all of the packages as well as reinstalling the beta drivers using both methods. I am using a 6800 GT on a 1280x1024 DVI display. any help is greatly appreciated.
thanks!
Please check the configuring xorg.conf part completely.... I suggest uncommenting out
Option "DisableGLXRootClipping" "True"
gils0040
September 26th, 2006, 03:43 PM
I had tried that before but tried it again after you suggested it and that did it!! thank you soo much for the quick response.
PriceChild
September 26th, 2006, 03:47 PM
I had tried that before but tried it again after you suggested it and that did it!! thank you soo much for the quick response.
No problem... It was only quick because i happenned to be here at the time :P
Updating a few things in the guide.
If you want quicker support, look for me, Amaranth lupine_85 in the #ubuntu-xgl on freenode.net in particular. However most people there should be able to help.
scotty2hott2k
September 26th, 2006, 04:38 PM
ah, so your lupine :)
PriceChild
September 26th, 2006, 05:47 PM
ah, so your lupine :)Nope, i'm PriceChild.... lupine just wants to be me copying all my hardware.
BTW Amaranth is currently building l-r-m for -10 kernel
Grog140
September 26th, 2006, 06:15 PM
Just a quick clarification question:
Why doesn't this run as well as say...compiz on top of XGL? Is it because it has doesn't have direct access to the video card?
I love the guide by the way, beside a minor black screen issue which I am pretty sure is gone, it works flawlessly. Better than what compiz was too.
ButteBlues
September 26th, 2006, 06:19 PM
Because the drivers are not only Nvidia's first time supporting an extension, but beta as well.
opera118
September 26th, 2006, 06:36 PM
It've been like this from compiz, and still is in beryl: black windows.
Please people, what "black screens" are you talking about? A screen is the entire visible monitor area. For me, certain windows (exluding the border) gets black. Tried epiphany, when making the windows smaller and smaller, after some 'limit' the window got visible again. Resizing around this limits makes the window area black again. Seems like some texture memory limit.
Have had the root clipping option on and off.
GPU is GeForce Go 6600 TE/6200 TE.
PriceChild
September 26th, 2006, 06:46 PM
Latest update include support for -10 kernel.
My performance is a LOT faster than xgl Grog140. Maybe try checking the guide carefully for all the small bits which could make big differences in performance.
Donovan
September 26th, 2006, 06:55 PM
Hmmm... still no solution to the problem of having to start manually beryl from the gem? I want to have kiba-dock as a starting program on my session but without an automatic startup of beryl from beryl-manager (which of course is also at my startup programs) I can't have it :(.... [-(
PriceChild
September 26th, 2006, 07:00 PM
Currently, if you have beryl turned on, it tries to start on boot but crashes out..
its a bug, and will be fixed when the devs get around to it.
robinl
September 26th, 2006, 07:25 PM
I also have this problem. Can anyone help? The nvidia splash doesn't even get a chance to come up. I've tried vga and dvi.
Also maybe someone could just tell me how to roll back to the old nvidia drivers?
I tried commenting out the amarath repo and reinstalling nvidia-glx. That worked but the kernel module was still for 9652 or whatever. PLease and thank you.
Edit - I've been running edgy all along before this for the record.
Well a quick search from the beryl forum gave me this:
sudo rmmod eeprom
which I did in recovery console and voila! X spring right back to action. However if you restart eeprom will still get loaded and get the same problem so I ended up renaming the eeprom module and now it boots fine. I think this is got to do with the "i2c patch" of the driver which is absent mentioned earlier in this thread.
daniel2501
September 26th, 2006, 09:14 PM
Thanks so much! Worked without a hitch.
lupine_nickt
September 26th, 2006, 09:16 PM
My mirror of the i386 repo by amaranth was broken for a short while about an hour ago.
Apologies for the inconvenience - it should all be fixed now.
xF,
...Nick
Rotarychainsaw
September 26th, 2006, 10:38 PM
Well a quick search from the beryl forum gave me this:
sudo rmmod eeprom
which I did in recovery console and voila! X spring right back to action. However if you restart eeprom will still get loaded and get the same problem so I ended up renaming the eeprom module and now it boots fine. I think this is got to do with the "i2c patch" of the driver which is absent mentioned earlier in this thread.
YEah!~ This worked, so I commented out eeprom in /etc/modules... I hope it's not too important haha. Thanks.
Grog140
September 27th, 2006, 12:06 AM
When I go to log out with Beryl activated as my window manager its as if the Logout options are invisible
They are still there, I can click around and hit one if I want but its a blind guess.
Not very annoying but I am just looking to see if anyone has experienced anything like this?
Uncle Spellbinder
September 27th, 2006, 12:33 AM
...I am just looking to see if anyone has experienced anything like this?
This issue has been around since at least September 4th with Compiz. This issue seems to have carried over to beryl.
See here: Can no longer shut down computer after update (http://forum.beryl-project.org/topic-3888-can-longer-shut-dow-computer-after-update). Rather lengthy thread at 6 pages, but it covers this issue quite thoroughly.
mgsfan
September 27th, 2006, 12:41 AM
same here but I just switch back to metacity and restart that way
Amaranth
September 27th, 2006, 01:03 AM
That's a bug in the way gnome-session does it's fade out effect.
Uncle Spellbinder
September 27th, 2006, 01:23 AM
One thing I really like is the fact that the blur plugin no longer causes my system to slow to a halt. Speed and usability is about normal. :mrgreen:
Archville
September 27th, 2006, 02:47 AM
Works perfect for me. I'm using PIV 1,7 Ghz and Geforce 6600GT. Even while Edgy Eft, Nvidia drivers and Beryl itself are beta, it seems to be very stable.
What now ROCKS is i can play any opengl game while running beryl and they work exactly the same at AIGLX/Beryl as metacity. (fast)
Latest version (benchmark plugin) is about 180 fps here.
Great work Amaranth, : -)
scotty2hott2k
September 27th, 2006, 04:08 AM
for me games run slower when using compiz/beryl.
robinl
September 27th, 2006, 04:59 AM
What fps are you guys (and girls) getting from the benchmark plugin? I only get something like 14fps and beryl performed worse than compiz-quinn+XGL I had before.
mgsfan
September 27th, 2006, 05:00 AM
only getting 60 fps here..with a 6800 xt
Jamm0r
September 27th, 2006, 05:23 AM
What fps are you guys (and girls) getting from the benchmark plugin? I only get something like 14fps and beryl performed worse than compiz-quinn+XGL I had before.
~130 FPS with vsync disabled, GeForce go 7800gtx.
Games run much (more than 50%) slower, which is to be expected.
Edit: ~170 FPS with the blur plugin disabled.
encho
September 27th, 2006, 05:52 AM
I just wish to thank anyone involved with this howto and, sure, the developers. It is finally working on each three computers I use. The biggest problem was my laptop, I gave up all hope of ever having compiz/beryl on it. It was 256MB intel 855 based and obviously not top of the range. Now thanks to you guys it is working and it is FAST. Never thought that my laptop, without serious upgrade, would have those fancy effects.
Thanks again \\:D/
tw1ggy.ramir3z
September 27th, 2006, 06:14 AM
What resolution can you actually use with the beta nvidia driver? I can use only 800x600 @ 50hz that's right? :confused:
Paulus
September 27th, 2006, 06:21 AM
Not anywhere near as fast as XGL for me.. All I have to do is watch a video and my comp starts chirping at me and my fps drop to 35 from my v-sync of 75fps.
However the standard compiz runs fantastic, I guess thats why Beryl is pre alpha... it's pretty impressive this stuff runs at all on some really low end cards.
joffe
September 27th, 2006, 06:33 AM
Has anyone gotten gmplayer (mplayer) to work? I tried these combinations with the result of mplayer hanging before any graphics shows up. No error messages appears.
Edgy + 1.0-9625 + Xgl + beryl
Edgy + 1.0-9625 + beryl
Edgy + 1.0-9625 + metacity
I'm at work right now so I can't do any further error investigating at the moment.
Amaranth
September 27th, 2006, 07:10 AM
What resolution can you actually use with the beta nvidia driver? I can use only 800x600 @ 50hz that's right? :confused:
Option "UseEDID" "false"
Not sure if that does in Device or Screen.
frodon
September 27th, 2006, 07:42 AM
Sorry for the noob question but there something i should have missed.
Does beryl run with Xgl/Aiglx or does it just use xorg ?
AndyAWS
September 27th, 2006, 08:06 AM
This works great on my modest system:
Celeron 2.6Ghz with 512M ram
NVidia 5200fx pci with 256M ram (That's PCI not AGP or PCI Express.
No noticeable slowdown and the animations all seem pretty smooth.
The only problems I've seen have already been addressed, crash on startup and no shutdown dialog.
AndyAWS
September 27th, 2006, 08:08 AM
Sorry for the noob question but there something i should have missed.
Does beryl run with Xgl/Aiglx or does it just use xorg ?
You do not need Xgl/Aiglx.
_simon_
September 27th, 2006, 08:11 AM
Sorry for the noob question but there something i should have missed.
Does beryl run with Xgl/Aiglx or does it just use xorg ?
To quote Quinn herself in this thread: http://forum.beryl-project.org/topic-4591-beryl-informations-announcement
"as for the X thing...aiglx is likely to be the future...but for now beryl will support any system that it can (aiglx, xgl, etc.)"
tw1ggy.ramir3z
September 27th, 2006, 08:12 AM
Option "UseEDID" "false"
Not sure if that does in Device or Screen.
Oh thanks a lot! I love u! :D It does in Device! ;)
frodon
September 27th, 2006, 08:51 AM
Thanks for the answer ;)
Where can i found a full beryl documention and explainations on how compiz has been tweaked to work with xorg ?
Basicly i'd like to understand how it works and if it introduces the same bugs than compiz had for example with gdesklets.
Amaranth
September 27th, 2006, 09:12 AM
Thanks for the answer ;)
Where can i found a full beryl documention and explainations on how compiz has been tweaked to work with xorg ?
Basicly i'd like to understand how it works and if it introduces the same bugs than compiz had for example with gdesklets.
Join #beryl-dev on freenode, you can get more help with finding the detection code there. I know it first checks either XGL or AIGLX, then checks for nvidia, then checks for either XGL or AIGLX again (whatever one it didn't check the first time).
Uncle Spellbinder
September 27th, 2006, 10:20 AM
What fps are you guys (and girls) getting from the benchmark plugin? I only get something like 14fps and beryl performed worse than compiz-quinn+XGL I had before.
Blur disabled: 166 fps
Blur enabled: 131 fps
* Pentium 4 - 2.6 Ghz,
* 512 Ram,
* Intel Embedded graphics
(82915/GV/910GL Express Chipset Family Graphics Controller)
pveith
September 27th, 2006, 12:27 PM
Strangness here i come:
Fist of my Laptopdata: Tablett PC TC1100 from HP
Processor: Intel(R) Pentium(R) M processor 1000MHz
Graphiccard: GeForce4 420 Go 32M (Yeah, such a smal one)
I finally got Xorg and Beryl working and they are somewhat slow...
The benchmark gives a meager 60 Frames.
before the new nvidia XGL (with beryl) rendered something like 120 FPS and did so after the installation of the beta nvidia (right now as i am wirting this mail).
What is more confusing is that gxine makes Firefox crash when loading Quicktime-Movies in Xorg, but not in XGL. I can start "Sauerbraten" and "FrozenBubble" without problems in XGL, but Xorg blank-screens me...
Does anyone also have this stangenes???
LamestHolio
September 27th, 2006, 12:30 PM
How do you run/use the benchmark plugin in beryl?
How do you pronounce beryl?
pveith
September 27th, 2006, 12:35 PM
There is a plugin for this:
beryl-settings plugin Benchmark, set some hotkey an there you go.
(I know this is not a real Benchmark, but it reflects the slagishness of my xorg desktop compared to the XGL one very well.)
leech
September 27th, 2006, 01:10 PM
More than likely that is due to you having Sync to VBlank enabled. It will top out at your current refresh rate. 'Only' 60 fps is plenty, this is NOT a first person shooter. 60 frames per second is the maximum the human eye can detect anyhow, well actually I've heard it's more like 30, either way, 60 is plenty smooth. If I have Sync to VBlank enabled I just shy of 60 (it actually runs at 58.30 to 59.40 or so though it seems every time I type it slows down a frame or two. The slowest it ever gets is around 40fps, when I switch workspaces, with the cube.
Leech
Amaranth
September 27th, 2006, 01:19 PM
Wikipedia says: "An average 17" monitor can reach 85 Hz, meaning that any performance reached by the game over 85 fps is discarded. For that reason it is not uncommon to limit the frame rate to the refresh rate of the monitor in a process called vertical synchronization."
Basically, whatever your monitor's refresh rate is (say 75Hz) anything over that is a waste of processing power. If your refresh rate is 75Hz but beryl runs at 200 fps you actually get a poorer expierence because there is a lot of visible tearing.
Jamm0r
September 27th, 2006, 01:41 PM
Getting close to 400 FPS now with the latest svn code.
Archville
September 27th, 2006, 02:16 PM
Just got an screenshot running Edgy/Aiglx/Beryl with Quake 3, Mplayer and Windows XP (Under VMWare) running with a few apps open.
Your packages just work great :)
pveith
September 27th, 2006, 03:10 PM
The about 60 Frames are enough for me too, but unfortunately the framerate drops here to about 12 frames if i switch Desktop with a terminal with "top" command, an gnome-system-monitor, compiz-benchmark and a firefox with this forum. Not to speak of a running video for this test, which would reduces the switching to a real slideshow (i was short of counting the frames manually). Turning off synch to blank did not help (at least a visible not much).
With XGL much more is possible without a visible framerate drop.
PriceChild
September 27th, 2006, 03:15 PM
The about 60 Frames are enough for me too, but unfortunately the framerate drops here to about 12 frames if i switch Desktop with a terminal with "top" command, an gnome-system-monitor, compiz-benchmark and a firefox with this forum. Not to speak of a running video for this test, which would reduces the switching to a real slideshow (i was short of counting the frames manually). Turning off synch to blank did not help (at least a visible not much).
With XGL much more is possible without a visible framerate drop.
Please check you've followed my guide applying all fixes... such as Triple Buffer.
I'm sure you can manage more :P
pveith
September 27th, 2006, 03:27 PM
Yes i followed your guide step by step and did the triple buffering. I read the thread and tried anyting, which was mentioned and i could even vaguely connect to my problems. Great guide, thanx a lot.
Another interessting thing is that obviously the benchmark plugin feats on CPU-Time. While video and the other apps run like hell while switiching in XGL as soon as i turn on the benchmark switching gets "slow" (about 60 compared to 12 with xorg). Okay untill i get a better laptop, i will continue to use XGL. Nice that it works, but there seems to be a problem here with this hardware.
PriceChild
September 27th, 2006, 03:31 PM
Maybe you could try again when the proper beryl packages get released... it might get sorted for you :)
pveith
September 27th, 2006, 03:41 PM
Can it really be beryl that slows the framerate? Under XGL i use the same beryl and get much better results. I think it is the xorg that makes me slow down.
Additionally there are the occational "blank"-screen with applications, where i have to minimize and then maximize the application to see the content instead ob a black pane. I suspect that 32 Megs is just not enough (from reading the minimum mentioned in the thread was 64 Megs). Has anyone also a 32 Megs Graphikcard?
Amaranth
September 27th, 2006, 04:13 PM
Triple buffering almost certainly uses more video RAM, you probably want to turn it off. The next packages for beryl (coming in about an hour) make things _much_ faster.
pveith
September 27th, 2006, 05:01 PM
I will definitly try it out. Beryl is really cool and your repo makes beryl goodness easy to install. Thanx a lot for your work.
Dinerty
September 27th, 2006, 05:03 PM
I been keeping up to date with this thread and just wondered what are the differences between plugins? e.g. xgl/compiz and beryl?. Are there any more?
Any chance of some screenshots, showing new features?
scotty2hott2k
September 27th, 2006, 05:07 PM
$ gnome-window-decorator &
$ export __GL_YIELD="NOTHING"; compiz --replace --use-cow gconf
this sped my compiz/beryl up considerably, also got rid of all tearing :)
PriceChild
September 27th, 2006, 05:30 PM
I been keeping up to date with this thread and just wondered what are the differences between plugins? e.g. xgl/compiz and beryl?. Are there any more?
Any chance of some screenshots, showing new features?
Beryl/compiz--quinn has half a dozen more plugins than official compiz.
You might as well isntall both to see the differences.
psyke83
September 27th, 2006, 07:17 PM
Hi,
Just a note to say that this repository works excellently on my machines using Intel integrated graphics (865G and 945G). All that's different from the main HOWTO is:
Step 2: omit installing nvidia-glx (and possibly the libsched hack), then perform an apt-get upgrade
Ignore Step 4, instead adding to xorg.conf, Section "Device": Option "XAANoOffscreenPixmaps" "true" and at the end of the file: Section "Extensions"
Option "Composite" "true"
EndSection
In Beryl Settings Manager, I recommend leaving the "Slowness Fix" enabled. While it seems to reduce the overall FPS via the benchmark plugin, it makes things more fluid (notably scrolling in applications).
I also recommend that you use the *-xine backend for your favourite player (totem/gstreamer) & use Xv output: *-gstreamer seems to have difficulty displaying Xv output while beryl is active (black output from totem/kaffeine after opening a movie, unless you drag the window and release again). Other output modes such as X11/Xshm work with the advantage that beryl can render their contents, but output quality is inferior compared to Xv.
That's it! Performance is excellent on my systems (on par with the speed of the NVIDIA beta driver & AIGLX, ignoring vsync as it's non-functional for the Intel driver). Give it a try!
Edit: Thanks to Lepto for pointing out a typo, added some recommended settings & video tips.
totalnewbie
September 27th, 2006, 08:02 PM
Triple buffering almost certainly uses more video RAM, you probably want to turn it off. The next packages for beryl (coming in about an hour) make things _much_ faster.
So are the new packages ready?.
Thanks for all the time you put into this.
markthecarp
September 27th, 2006, 08:59 PM
Just reporting a success story. This guide worked for me on the hardware described below. Support on the irc channel is quite helpful.
MSi 7800 (I'll have to crack the case to get the model #)
P4 2.8G
1.5 G RAM
GeForce4 MX 4000 AGP 8x, unknown ram
I do have some issues but running "beryl-manager" from the command line is producing interesting output.
Here's an example.
beryl: 'plane' plugin conflicts with 'cube' plugin
beryl: Can't activate 'plane' plugin due to dependency problems
beryl: water: GL_ARB_fragment_program is missing
Also a right click on the title bar, select Move, it never lets go. That's entertaining ;-)
-mark
aka spinach
lupine_nickt
September 27th, 2006, 09:59 PM
Hmm, the move thing does seem to be the case.
Hitting 'Esc' gets you out of the move state, but restores the app to it's original point in space. 'Enter' while in the move state finalises the move properly. Not sure if it's a bug or a feature...
xF,
...Nick
Amaranth
September 28th, 2006, 12:12 AM
New "nvidia runs like it's on crack" packages are uploaded (and I believe already in lupine's mirror).
mgsfan
September 28th, 2006, 12:48 AM
mmm..I'm having to reload beryl every few minutes ..it seems to crash and default to metacity for some reason with the update..noticed it crashes on random things..its crashed on restarting firefox,opening home, and closing a gaim window..also double clicking on a .torrent file.
Warper
September 28th, 2006, 01:07 AM
mmm..I'm having to reload beryl every few minutes ..it seems to crash and default to metacity for some reason with the update..noticed it crashes on random things..its crashed on restarting firefox,opening home, and closing a gaim window..also double clicking on a .torrent file.
Same here
Greetings
geearf
September 28th, 2006, 02:14 AM
I don't have any windows decoration anymore I don't know why :(
Seems something is broken in here.
geearf
September 28th, 2006, 02:49 AM
Also, I don't know if it's my fault or else, but the entry in /etc/mailcap is wrong for emerald.
PriceChild
September 28th, 2006, 03:49 AM
mmm..I'm having to reload beryl every few minutes ..it seems to crash and default to metacity for some reason with the update..noticed it crashes on random things..its crashed on restarting firefox,opening home, and closing a gaim window..also double clicking on a .torrent file.
I can confirm this... its not random... its something to do with openning and closing windows. However turning off the animation pluggin does not help this.
Pricey
syntax
September 28th, 2006, 04:05 AM
I can confirm this... its not random... its something to do with openning and closing windows. However turning off the animation pluggin does not help this.
Pricey
I had the same problem, try disabling the "trailfocus" plugin.
encho
September 28th, 2006, 04:35 AM
I had the same problem, try disabling the "trailfocus" plugin.
Thanks for the tip, it works. I've run beryl from shell, and it said "gdb: not found" when crashed. Without trailfocus it works fine. I hated that plugin anyway ;)
encho
September 28th, 2006, 04:38 AM
Also strange thing was happening to my desktop (I am using xfce). When clicking on it, it shifted up and down, making it almost impossible to click an icon. Now it is working fine. :)
panurge77
September 28th, 2006, 04:49 AM
Running nicely here without trailfocus. One question: I'd rather start beryl with the beryl --replace command. Do I need to use --use-cow or it's enabled by default? Any other option recommended?
PriceChild
September 28th, 2006, 04:53 AM
I had the same problem, try disabling the "trailfocus" plugin.
Thanks :)
tw1ggy.ramir3z
September 28th, 2006, 05:25 AM
I can't find this plugin! Where is it?
mgsfan
September 28th, 2006, 05:29 AM
its called windows focus leaves a trail
pveith
September 28th, 2006, 05:32 AM
After disableing the trailfocus plugin (which i kinda liked) beryl works smoother and faster under booth XGL and Xorg. Thanks a lot for the good work.
grendelkhan
September 28th, 2006, 07:48 AM
Thank you all SO MUCH for these packages and this thread! Everything just worked perfectly - no problems at all.
I have one problem - I had wobbly menus under Compiz and I can't find the same setting under Beryl.
Also, does anyone have a set of settings to make either Magic Lamp look more like the Genie effect in OS X? Just one curve and a slurp into the menu?
PriceChild
September 28th, 2006, 08:02 AM
I'm confused as to what trailfocus actually did... will read up on it... nothing i'm missing atm :)
Thank Amaranth for all the packages! He's the one that's got everything working, answered all my questions to put in the guide etc.
Pricey
Nysosym
September 28th, 2006, 08:51 AM
Trailfocus fade unfocused windows in black or change his opacity. I miss that feature, but for a moment i feel fine, because the rest works very well! :)
Amaranth
September 28th, 2006, 09:14 AM
Thank you all SO MUCH for these packages and this thread! Everything just worked perfectly - no problems at all.
I have one problem - I had wobbly menus under Compiz and I can't find the same setting under Beryl.
Also, does anyone have a set of settings to make either Magic Lamp look more like the Genie effect in OS X? Just one curve and a slurp into the menu?
Apple has a patent on the genie effect. I'm not kidding. :(
grendelkhan
September 28th, 2006, 09:44 AM
Apple has a patent on the genie effect. I'm not kidding. :(
What a load of crap.
What about the wobbly menus? I can't figure out how to get that re-enabled.
Aualin
September 28th, 2006, 09:46 AM
Apple has a patent on the genie effect. I'm not kidding. :(
too bad...
(hope cornleius buys the patent, but now, it impossible...)
Archville
September 28th, 2006, 09:53 AM
I've also updated to the "runs like on crack" version. I don't use trailfocus so no big problem for me. BIG improvement on FPS, from 180/200 to 800/900. (see screenshot)
Amaranth
September 28th, 2006, 09:57 AM
What a load of crap.
What about the wobbly menus? I can't figure out how to get that re-enabled.
In the settings manager go to wobbly, then look for the "Map Window Types" box and check the "DropdownMenu" option in this box.
xlnt01
September 28th, 2006, 10:13 AM
I've also updated to the "runs like on crack" version. I don't use trailfocus so no big problem for me. BIG improvement on FPS, from 180/200 to 800/900. (see screenshot)
What kind of hardware are you runnig on to get those framerates? I get about 160/170 fps with the new updates on a machine with a p4 2,6 gHz, 1gb memory and Nvidia geforce4 MX 440 SE
Archville
September 28th, 2006, 10:20 AM
I'm using a P4 1,7 Ghz, 1Gb DDR 266 memory and a Nvidia 6600GT 128 Mb graphics card.
Thanks for the tip on wobbly menus. I missed it. : -)
drummer
September 28th, 2006, 10:25 AM
Hah! 70fps with radeon 9250 / AIGLX.. I wanna see what this "runs like on crack" version runs like :p
Amaranth
September 28th, 2006, 10:33 AM
Well, my GeForce Go 7400 only gets 2200 fps in glxgears (not a benchmark, I know) but I get up to 270 fps in beryl's benchmark tool if I turn sync to vblank off.
Archville
September 28th, 2006, 10:39 AM
That's kinda strange, because i get like 1100/1300 fps on glxgears:
5808 frames in 5.0 seconds = 1161.313 FPS
6201 frames in 5.0 seconds = 1239.924 FPS
I also have vsync turned off. When enabled it goes down to 75 fps on beryl (as 75 is my monitor refresh rate). When disabled 800/900 with an average of 600/700 if Quake 3 or other heavy apps are open.
¿ Maybe some configuration parameter ?
menace1982
September 28th, 2006, 12:10 PM
Hi... i my system is P4 2.6, 512MB, NV6600LE 256MB and i get only 25-75fps on beryl.... what can i do?
xlnt01
September 28th, 2006, 12:34 PM
Now this is cool!
Beryl running on Kubuntu :) Works great. No more gnome for me...
Compiz never worked that good for me with KDE but this rocks.
PriceChild
September 28th, 2006, 12:58 PM
Couldn't resist...
AMD Athlon XP 3000+
768Mb RAM
GeForce4 FX 5600xt 256Mb
Fr3eMaN
September 28th, 2006, 02:08 PM
Hi
the first hours Aiglx works fine for me, but now i cannot start the Xserver.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
Is there a fix ?
geearf
September 28th, 2006, 04:28 PM
For a few days, I have not been able to get windows decorations I don't really know why, I tried different themes but I cannot get theme, though I can move them and close / minimize / resize them with the 3 buttons on the top right corner. But theses buttons are like invisible ...
If you have any idea I'll be glad.
Though it's much faster now I think.
monchichi
September 28th, 2006, 04:29 PM
Hi
the first hours Aiglx works fine for me, but now i cannot start the Xserver.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
Is there a fix ?
try running "sudo modprobe nvidia;sudo /etc/init.d/gdm restart"
hanzomon4
September 28th, 2006, 05:28 PM
For a few days, I have not been able to get windows decorations I don't really know why, I tried different themes but I cannot get theme, though I can move them and close / minimize / resize them with the 3 buttons on the top right corner. But theses buttons are like invisible ...
If you have any idea I'll be glad.
Though it's much faster now I think.
Me too I aslo get some windows that are all white or black. I get this also Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
And then A ton of this beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x140000d to texture
beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x140000d to texture
beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x140000d to texture
beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x140000d to texture
beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x140000d to texture
I have the beryl effects but no decorations
I'll post my xorg.conf
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Option "AIGLX" "true"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "DELL E153FP"
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA GeForce FX 5500"
Driver "nvidia"
# Option "RenderAccel" "true"
# Option "AllowGLXWithComposite" "true"
# Option "backingstore" "true"
Option "TripleBuffer" "true"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA GeForce FX 5500"
Monitor "DELL E153FP"
DefaultDepth 24
SubSection "Display"
# Enable 32-bit ARGB GLX Visuals
Option "AddARGBGLXVisuals" "True"
Option "RenderAccel" "True"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
grendelkhan
September 28th, 2006, 05:49 PM
What happened to expose?
F12 doesn't do the expose thingy anymore.
scotty2hott2k
September 28th, 2006, 05:55 PM
mouse to top right corner of the screen.
PriceChild
September 28th, 2006, 06:06 PM
hanzoman i think you need to use a default colour depth of 24 instead of 32
whoops... it is that way.
geearf
September 28th, 2006, 06:18 PM
Me too I aslo get some windows that are all white or black. I get this also Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
And then A ton of this beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x140000d to texture
beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x140000d to texture
beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x140000d to texture
beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x140000d to texture
beryl: No GLXFBConfig for depth 32
beryl: Couldn't bind redirected window 0x140000d to texture
I have the beryl effects but no decorations
Same here with the black windows.
I don't get it.
hanzomon4
September 28th, 2006, 06:45 PM
I got it move Option "AddARGBGLXVisuals" "True"
Option "RenderAccel" "True"
To the device section like this
Section "Device"
Identifier "NVIDIA GeForce FX 5500"
Driver "nvidia"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
# Option "backingstore" "true"
Option "TripleBuffer" "true"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA GeForce FX 5500"
Monitor "DELL E153FP"
DefaultDepth 24
SubSection "Display"
# Enable 32-bit ARGB GLX Visuals
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
I got that from the compiz forums and it worked here
chameleon_789
September 28th, 2006, 07:07 PM
So.. is beryl faster with xgl or aiglx? What's the difference?
Fr3eMaN
September 28th, 2006, 07:10 PM
ok, i tried
sudo modprobe nvidia
sudo /etc/init.d/gdm restart with no changing, same error like before.
i removed the nvidia driver and the restricted modules and so one, then i reinstalled them. I got a new :mrgreen: error message that the version of nvidia driver and the version of the nvidia kernel module is different (nvidia driver 1.0.9626+2.6.17.5-6 | Nvidia kernel module 1.0.8774). But i think i've installed the right version of restricted modules. Or is it possible that the 2.6.17-10-386 Kernel does not support the beryl packets?
Thank's for help
edit: when i boot with the 2.6.17-10-386
kernel and tries to enter the Xserver , i get a black screen with no return, the keyboard does not react....with 2.6.17-9-386 Kernel i get the written error message
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.