Ubuntu Forums Archive Viewer

HOWTO: Beryl with latest nvidia drivers and EDGY's built in AIGLX (no XGL)

Archived thread 263851 from Desktop Effects & Customization. Markdown source: Desktop_Effects_&_Customization/thread_263851_HOWTO_Beryl_with_latest_nvidia_drivers_and_EDGY's_.md

Original URL About this archive
#1

[LEFT][SIZE=5][COLOR=black]3 Great guides have been ported to the USDF here to cover nvidia, intel & ati.

[SIZE=6][COLOR=Red]Beryl is beta software and unstable. Be prepared for breakage! - Not for beginners.[/COLOR][/SIZE][/COLOR][/SIZE] [/LEFT]

[CENTER][SIZE=5][COLOR=black]_Have a look here for other howtos on Beryl & Official Compiz_[/COLOR][/SIZE][/CENTER]

[CENTER][COLOR=black][SIZE=1][SIZE=4]Go to #ubuntu-effects on irc.freenode.net for support.[/SIZE][/SIZE][/COLOR][/CENTER]

[LEFT]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.[/LEFT]

As far as i understand, you MUST remove all existing xgl/aiglx from your system for this method.

[SIZE=6]STEP 1: Add repos[/SIZE]

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-upgrade
deb http://ubuntu.beryl-project.org edgy main

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 -

sudo apt-get update

STEP 2: Install nvidia drivers[/SIZE]
 
_**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-common

[SIZE=-1]DISABLED_MODULES="nv"[/SIZE]

Then[/SIZE]

[SIZE=-1]sudo apt-get install linux-headers-`uname -r` build-essential gcc gcc-3.4 xserver-xorg-dev[/SIZE]
[SIZE=-1]sudo apt-get --purge remove nvidia-glx nvidia-settings nvidia-kernel-common[/SIZE]
[SIZE=-1]sudo rm /etc/init.d/nvidia-*[/SIZE]
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 start

[B] Remember that following this method requires a reinstillation of them every time the kernel changes.[/B]

[SIZE=6]STEP 3: Install Beryl[/SIZE]

sudo apt-get install beryl emerald-themes

[/SIZE][SIZE=6]STEP 4: Lets Go![/SIZE]

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 :)

#2

Hey thanks for naming me :)

Also no need to add "end section" :)

#3

geearf said: Also no need to add "end section" :)

Changed

#4

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.

#5

Amaranth said: 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. =]

#6

Should work again. Repo will be coming soon.

#7

stickying this, I know people will be asking for it.

#8

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)

#9

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.

#10

I manually extracted the themes from cgwd-themes into ~/.emerald/themes. Use file-roller to do it.

#11

panickedthumb said: 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 :)

#12

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? :|

#13

remove all your nvidia drivers and then install the latest

#14

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 :)

#15

PriceChild said: 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.

#16

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.

#17

~LoKe said: Worked perfectly! No errors or any such problems.

EDIT: Okay, maybe not.

I got this too - any fix for this? The rest worked great!

#18

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!

#19

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.

#20

Any way to get beryl-settings to work?

#21

Nothing for us poor Intel users yet? :(

#22

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.

#23

I'll just wait for the official release announcement at *_Compiz.net_*

#24

Uncle Spellbinder said: I'll just wait for the official release announcement at *_Compiz.net_*

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.

#25

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.

#26

Ah, the ones from the repos work best. Nice.

#27

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

#28

panickedthumb said: 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.

#29

Everything works great.

Thanks for all the effort guys! It all seems well-packaged too... I love the Ubuntu community.. :cool:

#30

Worked perfectly without a hitch. Thanks for all the hard work putting the packages together.

#31

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 :)

#32

panickedthumb said: 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. ;)

Nais said: 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. ;)

#33

WOW, what a trip. I can't believe I got it working. Very good How-to

#34

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

#35

Sorry, this is a little bit off topic...

metathran said: 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 -version
#36

Thanks a lot, worked really well :p

Are you going to upload emerald-themes too, because the default theme doesn't look so good...

#37

its working great for me

motion blur + unreal tornament 2004 :D :D

#38

Anybody else got the new nvidia drivers to work on a GeForce4 440 Go (64 MB) card? All I get is a black screen :(

#39

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.

#40

Geearf i'll change the Howto for your post too :P Sorry :)

Amaranth said: 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.

#41

64bit please? :D

#42

Lupine_85 is currently working on it ;)

UPDATE

repo added for -8 kernel in first post

#43

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<

#44

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.

#45

PriceChild said: 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!

#46

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.

#47

chrisle said: I also had to remove the .emerald folder to get it working.

so removing ".emerald" DID work for you?

#48

Any one knows has to include the yield thing prior to KDM ?

#49

kashms said: 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

#50

geearf said: 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.

#51

Great thank you.

#52

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!!

#53

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?

#54

Arg, it's not AIGLX! Anyway, these are driver problems.

#55

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.

#56

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...

#57

hugmenot said: 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.

#58

encho said: 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.

#59

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)

#60

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.

#61

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.

#62

Anyway, however it&#8217;s called (AIGLX hinges on «texture from pixmap», like running beryl directly on Edgy&#8217;s Xorg hinges on «tfp», right?) it&#8217;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&#8217;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&#8217;s the bottleneck?

#63

Amaranth said: 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!

#64

Amaranth said: 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 :)

#65

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??

#66

captive said: 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.

#67

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

#68

:-({|= 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

#69

64bit repos are now availiable.... for the -8 kernel ONLY

DeeZiD said: :-({|= 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.

#70

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
  1. save the file and open a terminal and chmod the script
sudo chmod 755 /usr/bin/beauty
  1. open "nvidia-settings" and activate anti-aliasing, anistrop, vsync etc.
  2. open "beryl settings manager" from "beryl manager" and uncheck "Detect Refresh Rate" for faster wobbly performance.
  3. logout and login again

:cool:

Now if only widescreen resolution would work :confused:

Edit1: Wobbly fix (uncheck "Detect Refresh Rate")

#71

That's a good temporary fix for the logout bug.

However, i've already got an nvidia-settings working....

#72

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
#73

Did you change your xorg DefaultDepth to 24?

#74

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.

#75

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

#76

geearf said: 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

#77

Hmm, maybe I have missed something then.

#78

pecanov said: 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.

#79

So just to clarify here, Amaranth, AIGLX is built into X.org in Edgy, but this is not using it at all?

#80

panickedthumb said: 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

#81

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)

#82

PriceChild said: 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.

#83

@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

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

#84

panickedthumb said: 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.

#85

that's it.

#86

DeeZiD said: 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 :)

#87

PriceChild said: 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 :(

#88

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.

#89

This is the best thing EVER!

..hehe, just had to say something ;)

Keep it up!:-$

#90

DeeZiD said:

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
EndSection
#91

This is fantastic, by far the the best gl I have succesfully installed. Thank you all involved, yummy:cool:

#92

LamestHolio said: 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.

#93

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.

#94

kashms said: 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.

#95

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:

#96

zubrug said: 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.

#97

Works perfect for me! Nice guide guys

#98

for me beryl is still way slower than metacity, there are to many hangs.

#99

And for ATI ??? :confused:

#100

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.

#101

doelman said: rstruijk@ubuntu-knot:~$ beryl-manager

rstruijk@ubuntu-knot:~$ XGL Absent, assuming AIGLXthis bit is fine. beryl: GLX_EXT_texture_from_pixmap is missingthis bit is DEFINATELY wrong :P

I would advise that you reinstall your nvidia drivers, and check your xorg.conf settings.

#102

Yep, i'm quite sure it's a stupid fault of me. I did not use the beta drivers but just the standard. ](*,) Sorry..

#103

doelman said: 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.

#104

PriceChild said: 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.

#105

doelman said: 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! :)

#106

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

kashms said: Care to share your xorg.conf? Any special options you have to turn on.

here is mine.

#107

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 :)

#108

Where's the beryl-start script? beryl-manager doesn't start emerald. If I compile beryl from source I get the beryl-start script.

#109

Melvil said: 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

#110

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?

#111

Donovan said: 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"

This i think enables COW for me and everything now works again... no black screens.

I've added to the howto.

#112

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.

#113

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.

#114

I checked twice my xorg.conf. After restart computer I always get the whitescreen. I join my xorg.conf.

Thx

#115

maybe try commenting out:

Option "DisableGLXRootClipping" "true"

Then trying again.

#116

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:

#117

http://www.realistanew.com/random/desktop20060924.png

It, in a word, looks like compiz. Mostly because it _is_ compiz.

#118

Amaranth said: 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?

#119

Garyu said: 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

#120

Official compiz now support metacity themes ;), from the debs of gandalfn and gnome-compiz-manager

#121

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.

#122

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.

#123

I've gotten games to work with XGL ;). xgame works well.

#124

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.

#125

For those of you who were/are using *Compiz Quinn AIGLX* and Intel embedded graphics cards. [color=#FF6666]beryl[/color] is unbelievably easy to set up.

1) I added these repo from post #1

deb [http://dev.realistanew.com/beryl](http://dev.realistanew.com/beryl) edgy beryl
deb [http://beryl-mirror.lupine.me.uk/beryl](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.

#126

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.

#127

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

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.

#128

hotspoons said: this is something that didn't happen in Quinn's Compiz/XGL.This is compiz--quinn just under a different name because its forked.

#129

Question:

I keep getting an update notifcation regarding *linux-restricted-modules-common* since adding the repo and installing *beryl*. Coincidence? Safe to install?

#130

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

#131

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.

#132

Amaranth said: 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?

#133

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

#134

You can pin the old package. Otherwise, no.

#135

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

#136

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.

#137

lupine_nickt said: 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.

#138

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

#139

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

#140

Thanks for the guide, managed to get it all up and running. Looks sharp.

#141

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.

#142

I want to confirm that Beryl works perfectly on an X-800 radeon card and the open source (r300) driver.

#143

mgsfan said: 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?

#144

chameleon_789 said: 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.

#145

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.

#146

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)

#147

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

#148

Everyone, try putting ``` Option "TripleBuffer" "true"

#149

robinl said: 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.

#150

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!

#151

gils0040 said: 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"

#152

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.

#153

gils0040 said: 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.

#154

ah, so your lupine :)

#155

scotty2hott2k said: 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

#156

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.

#157

Because the drivers are not only Nvidia's first time supporting an extension, but beta as well.

#158

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.

#159

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.

#160

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 :(.... [-(

#161

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.

#162

Rotarychainsaw said: 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.

#163

Thanks so much! Worked without a hitch.

#164

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

#165

robinl said: 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.

#166

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?

#167

Grog140 said: ...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_***. Rather lengthy thread at 6 pages, but it covers this issue quite thoroughly.

#168

same here but I just switch back to metacity and restart that way

#169

That's a bug in the way gnome-session does it's fade out effect.

#170

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:

#171

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, : -)

#172

for me games run slower when using compiz/beryl.

#173

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.

#174

only getting 60 fps here..with a 6800 xt

#175

robinl said: 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.

#176

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/

#177

What resolution can you actually use with the beta nvidia driver? I can use only 800x600 @ 50hz that's right? :confused:

#178

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.

#179

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.

#180

tw1ggy.ramir3z said: 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.

#181

Sorry for the noob question but there something i should have missed. Does beryl run with Xgl/Aiglx or does it just use xorg ?

#182

This works great on my modest system: Celeron 2.6Ghz with 512M ram NVidia 5200fx pci with 256M ram (That's PCI [COLOR="Red"]not[/COLOR] 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.

#183

frodon said: 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.

#184

frodon said: 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.)"

#185

Amaranth said: Option "UseEDID" "false"

Not sure if that does in Device or Screen.

Oh thanks a lot! I love u! :D It does in Device! ;)

#186

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.

#187

frodon said: 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).

#188

robinl said: 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

(82915/GV/910GL Express Chipset Family Graphics Controller)

  • Pentium 4 - 2.6 Ghz,
  • 512 Ram,
  • Intel Embedded graphics
#189

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???

#190

How do you run/use the benchmark plugin in beryl? How do you pronounce beryl?

#191

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.)

#192

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

#193

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.

#194

Getting close to 400 FPS now with the latest svn code.

#195

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 :)

#196

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.

#197

pveith said: 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

#198

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.

#199

Maybe you could try again when the proper beryl packages get released... it might get sorted for you :)

#200

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?

#201

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.

#202

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.

#203

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?

#204

$ 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 :)

#205

Dinerty said: 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.

#206

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:

Option "Composite" "true" EndSection

  • 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"

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.

#207

Amaranth said: 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.

#208

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

#209

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

#210

New "nvidia runs like it's on crack" packages are uploaded (and I believe already in lupine's mirror).

#211

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.

#212

mgsfan said: 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

#213

I don't have any windows decoration anymore I don't know why :(

Seems something is broken in here.

#214

Also, I don't know if it's my fault or else, but the entry in /etc/mailcap is wrong for emerald.

#215

mgsfan said: 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

#216

PriceChild said: 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.

#217

syntax said: 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 ;)

#218

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. :)

#219

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?

#220

syntax said: I had the same problem, try disabling the "trailfocus" plugin.

Thanks :)

#221

I can't find this plugin! Where is it?

#222

its called windows focus leaves a trail

#223

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.

#224

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?

#225

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

#226

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! :)

#227

grendelkhan said: 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. :(

#228

Amaranth said: 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.

#229

Amaranth said: Apple has a patent on the genie effect. I'm not kidding. :(

too bad... (hope cornleius buys the patent, but now, it impossible...)

#230

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)

#231

grendelkhan said: 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.

#232

Archville said: 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

#233

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. : -)

#234

Hah! 70fps with radeon 9250 / AIGLX.. I wanna see what this "runs like on crack" version runs like :p

#235

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.

#236

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 ?

#237

Hi... i my system is P4 2.6, 512MB, NV6600LE 256MB and i get only 25-75fps on beryl.... what can i do?

#238

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.

#239

Couldn't resist...

AMD Athlon XP 3000+ 768Mb RAM GeForce4 FX 5600xt 256Mb

#240

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 ?

#241

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.

#242

Fr3eMaN said: 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"

#243

geearf said: 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
#244

What happened to expose?

F12 doesn't do the expose thingy anymore.

#245

mouse to top right corner of the screen.

#246

hanzoman i think you need to use a default colour depth of 24 instead of 32

whoops... it is that way.

#247

hanzomon4 said: 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

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

Same here with the black windows.

I don't get it.

#248

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
#249

So.. is beryl faster with xgl or aiglx? What's the difference?

#250

ok, i tried

sudo modprobe nvidia
sudo /etc/init.d/gdm restart

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

#251

chameleon_789 said: So.. is beryl faster with xgl or aiglx? What's the difference?

Smoother, less of a hack than Xgl, lets you run games and videos without spawning a third xserver.

Having used Xgl since the first packages appeared for Ubuntu, let me tell you this is better. Follow the howto at the beginning of the thread and you'll be happy.

#252

It feels better. movies games everything

WAIT I'm not sure that I am using AIGLX

#253

Don't know if anybody else has asked this, but is anybody else having an issue with the Quit dialog? Like when using Beryl, I can't see the Quit dialog when I click to open it. The only solution I have is to switch back to Metacity. Any ideas?

#254

I was about to ask the same. I get completely crashed if trying to quit

#255

What are the option enabled/disabled in your nVidia Settings? I mean what have I to enable/disable to make things run faster? ;)

#256

Fr3eMaN said: ok, i tried

sudo modprobe nvidia
sudo /etc/init.d/gdm restart

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

Check this guided out I used it for my custom kernels Latest Nvidia Dapper

I had to use Method two.

#257

Sorry if I've missed it posted already, but the *Official* Beryl release is very close. The ***_Beryl Blog_*** is now open!

Ok guys, we are almost dropping the bomb! 0.1.0 is scheduled to release today or tomorrow - at least we hope so.

The developers have spent much time improving, bugfixing, experimenting and fiddling with it. As a result in beryl you can experience some new plugins:

  • Blur is gone. We now use onestone’s blurfx plugin. Along with all the blurfx goodness known to some users, blur intensity is now tweakable. You can get a very strong blur with it :) . Also blurfx joined the reflection options. Oh.. one more thing: it can do motion blur. ROCKS!
  • As stated in last point, reflection is gone!
  • There’s a splash plugin. What does it do? It shows a splash screen when beryl starts up :) . Cool looking wobbly background included!
  • Trailfocus plugin has been completely rewritten.
  • Lots and lots of bugfixes…
#258

after following the instructions from the beginning to tstep 3, "installing beryl" i run the command and receive this

:~$ sudo apt-get install beryl-core beryl-plugins beryl-plugins-data emerald beryl-settings beryl-manager beryl beryl-dev emerald-themes Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: beryl-core: Depends: libxcomposite1 but it is not installable E: Broken packages

what should I be doing next?

#259

hanzomon4 said: 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

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'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

hanzomon4 said: I got it move ```

Option "AddARGBGLXVisuals" "True" Option "RenderAccel" "True"

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 tried that but it did not help, but I found my problem, I needed to chose a theme :)
#260

hi everyone!!

this may sound a bit stupid but... i don't have window borders when i activate beryl. on compiz, i found a check-box to enable it, but in beryl i couldn't find where to enable it. i can't move any window!! please check the attachment to see how it looks.

and i hope some one could explain me how to solve this problem! ](*,) ](*,)

sincerly nrayever

#261

I had the same problem, try changing the default color depth from 16 to 24-bit, that worked for me.

#262

You know... the first time I ever tried Ubuntu, I thought it was ugly (not my kind of colors and I always hated gnome) and never really gave it a chance past that... but once I tried Dapper, that got me hooked... I just wish I'd have seen this before I spent 6 hours trying to get beryl to work with aiGLX on Sabayon Linux... It seriously took me all of 15 minutes to get it up and running. That's a new record - Xgl + compiz took me a whole day and it still crashed every now and then.

And the "Dream" setting on both maximize and minimize... *drools*

Seriously... this is awesome! :)

#263

etherealremnant said: You know... the first time I ever tried Ubuntu, I thought it was ugly (not my kind of colors and I always hated gnome) and never really gave it a chance past that... but once I tried Dapper, that got me hooked... I just wish I'd have seen this before I spent 6 hours trying to get beryl to work with aiGLX on Sabayon Linux... It seriously took me all of 15 minutes to get it up and running. That's a new record - Xgl + compiz took me a whole day and it still crashed every now and then.

And the "Dream" setting on both maximize and minimize... *drools*

Seriously... this is awesome! :)

Try Beryl on KDE... It's gr8!

#264

menace1982 said: Try Beryl on KDE... It's gr8!

Hmm... should I just apt-get KDE then? Or would I be better off downloading Kubuntu and going that route?

#265

Thanks for the guide PriceChild (and repository maintainers), this is sweet! :mrgreen:

btw. is "Water Effect" plugin broken on current SVN version? Sorry if this has been answered before.

#266

Ok guys... Whoever wanted to ask whether its broken on the 386 kernel... Use the -generic kernel!!!

For the quit dialogue, there is a bit about it on the first post. open up gconf-editor and go to apps>panel>global and enable upstream. That's a temporary workaround.

Thanks mlind :) The repo maintainers are Amaranth & lupine_85 (he's got a different name on the forums, lupine_mickt or something)

Hopefully today or tomorrow, the release of 0.1 will mean i can change the instructions to add the official repos, while Amaranth and lupine will mirror.

Btw bug is now fixed to beryl loads automagically :D Was fixed by making beryl attempt to start twice.

#267

nrayever said: hi everyone!!

this may sound a bit stupid but... i don't have window borders when i activate beryl. on compiz, i found a check-box to enable it, but in beryl i couldn't find where to enable it. i can't move any window!! please check the attachment to see how it looks.

and i hope some one could explain me how to solve this problem! ](*,) ](*,)

sincerly nrayever

Post your /etc/X11/xorg.conf

#268

I'd love to use Beryl, but sadly I can't get it to work.

In the past I had a Dapper install with working XGL+Compiz, so I know it's not my hardware's fault (1,4 Ghz Athlon, 512 MB RAM, Nvidia Geforce 4 Ti 4200).

I'm now running an up-to-date evrsion of Edgy. My first try getting Beryl to run was the day this Howto was created. I installed the new Nvidia driver from the repository, the new restricted modules etc. and followed the guide word by word. After a reboot I got an error message about an API mismatch.

So I downgraded my files to the Edgy repo versions again and waited until today.

This time (now with the 2.6.17.10-generic-Kernel) there was no more API mismatch, but I only got a black screen after X started. I also was unable to switch to a tty or do anything else.

Disabling trailfocus and removing "Option "DisableGLXRootClipping" "True"" from xorg.conf didn't help.

Any ideas?

#269

Is anyone elses beryl crashing with the new cvs update (20060927)? Seems to happen when opening and closing most apps or folders.

#270

PriceChild said: open up gconf-editor and go to apps>panel>global and enable upstream. That's a temporary workaround.

Thanks! Now when clicking "Quit" while beryl is enabled, this dialog now appears. "Logout" brings you to the logon screen. from there you can reboot, shutdown, change session or whatever. Looks like it works a lot like *ctrl>backspace*. At least the quit button works now.

[IMG]http://img.photobucket.com/albums/v694/unclespellbinder/Blog/Logout_Dialog.png[/IMG]

#271

chameleon_789 said: Is anyone elses beryl crashing with the new cvs update (20060927)? Seems to happen when opening and closing most apps or folders.

Happend to me. Disabling "trailfocus" stopped it from crashing for me.

#272

Next time you login "Quit" won't be there anymore, it'll be "Log out <user>..." and "Shut down...".

#273

chameleon_789 said: Is anyone elses beryl crashing with the new cvs update (20060927)? Seems to happen when opening and closing most apps or folders.disable the trailfocus plugin.

#274

Amaranth said: Next time you login "Quit" won't be there anymore, it'll be "Log out <user>..." and "Shut down...".

Oh, Thanks. Had to go to "*add to panel*" for the new applet. I now get this:

[IMG]http://img.photobucket.com/albums/v694/unclespellbinder/Blog/NewShutdownDialog.png[/IMG]

#275

PriceChild said: disable the trailfocus plugin.

I can't seem to find trailfocus (to turn off because of crashing)anywhere in the Beryl Settings Manager. Could someone please point me in the right direction? Thanks.

#276

Porting this guide to doc.gwos.org...

check out http://doc.gwos.org/index.php/BerylOnEdgy :)

I'll add it to the ubuntu wiki too soon...

#277

hanzomon4 said: Post your /etc/X11/xorg.conf

here it goes!!

# /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 "Files"
	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"
	# path to defoma fonts
	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"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"latam"
	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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NVIDIA Default Card"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-72
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NVIDIA Default Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1440x900"
	EndSubSection
	# Enable 32-bit ARGB GLX Visuals
	Option "AddARGBGLXVisuals" "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"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

recently i have changed the screen depth to 24, so i will give a try rigth now.

nrayever

#278

Lupine's mirror has been synched to the official 0.1 release of Beryl!!! :D

You will still need to use Amaranth's for the l-r-m packages if you used nvidia's method 1 install.

#279

PriceChild said: Lupine's mirror has been synched to the official 0.1 release of Beryl!!! :D

You will still need to use Amaranth's for the l-r-m packages if you used nvidia's method 1 install.

Not using nvidia, so I'll be staying with just this to ensure the official release.

deb [http://beryl-mirror.lupine.me.uk/beryl](http://beryl-mirror.lupine.me.uk/beryl) edgy beryl

Do I need to uninstall everything, or will everything meld together without any package deletion and such?

#280

Everything should just upgrade fine :)

i'm currently changing the HOWTO.

#281

whoops :S

#282

So the Compiz Repos are being used?

#283

Uncle Spellbinder said: So the Compiz Repos are being used?

I found this to contain new beryl (i386)


deb http://beryl-mirror.lupine.me.uk/beryl edgy main-edgy
#284

hmmm.. I am not understanding this..

As far as i understand, you MUST remove all existing xgl/aiglx from your system for this method.

How can I do this if AIGLX is built into Edgy?

#285

Guide has been updated. Lupine is updated :)

tetrahedron said: hmmm.. I am not understanding this..

How can I do this if AIGLX is built into Edgy?You may have installed a separate AIGLX or XGL and these must be removed for optimal performance.

AIGLX extensions are built into xorg7.1, not a complete AIGLX. Really it depends who you believe ;)

If you haven't installed your own, then its fine :)

#286

tetrahedron said: hmmm.. I am not understanding this..

How can I do this if AIGLX is built into Edgy?

That info is not true. AIGLX is built-in X.org 7.x and I guess you'll need that for beryl now.

#287

thanks for the info :)

#288

mlind said: I found this to contain new beryl (i386)


deb http://beryl-mirror.lupine.me.uk/beryl edgy main-edgy

Just got an update notification (using this repo: *_deb http://www.beerorkid.com/**compiz** edgy main-edgy_*), Checked Synaptic:

[[IMG]http://img85.imageshack.us/img85/1651/berylupdatezw6.th.png[/IMG]](http://img85.imageshack.us/my.php?image=berylupdatezw6.png)

#289

Beryl will work on other aiglx/xgl solutions such as on Dapper... however you'll get best performance with this method!

#290

WooHooooooooooooo!!

Beryl 0.1.0-1 installed and working PERFECTLY!

:D

#291

Is the trailfocus plugin crashing fixed in this offical release and are there any other notable changes/improvements from the last set of unoffical packages?

I can't wait to give it a try when I get home :D

#292

goonjamin said: Is the trailfocus plugin crashing fixed in this offical release and are there any other notable changes/improvements from the last set of unoffical packages?

Trailfocus is fixed... however its dropping my framerate down to 30.... at best.

#293

haha.. I am a total n00b to this XGL/AIGLX + Compiz/Beryl... so please bear with me..

What I am not understanding here is...

XGL does all those advancement features in the X windows, like the cube, wobblely windows, stretch and twist windows, rain drops, etc.. etc..

right?

so does AIGLX that is built into X.org 7.1 as found in Edgy do this as well?

And then Compiz or Beryl allows transparency, blur and what not for various advanced themes?

THis is kinda of confusing, I would like to have awesome eye-candy.. and I just purchased a new laptop from system76 so I would love to show it off to friends, co-workers and family.

Can someone please explain to me the differences of XGL and AIGLX, yes I already read that XGL was more of hack and AIGLX had built in support of X.org... I mean how can I do those wonderful demo videos I have seen with XGL using AIGLX..

or am I just way off here?

#294

It seems the trailfocus bug is fixed : -)

#295

Does the nvidia-glx from the unofficial repo's have the i2c patch ?

#296

No I don't think.

#297

Norm 2782 said: Does the nvidia-glx from the unofficial repo's have the i2c patch ?

nvidia-glx is simply the latest nvidia beta as far as i know.

#298

do the packages for the older kernels still work with edgy's beta 2.6.17.10 kernel?

#299

I'm finding that fullscreen OpenGL games are black screens with this version... :rolleyes: They were fine before today's update - anyone got a fix??

EDIT: What a strange bug/feature! Under the general tab of beryl-manager, uncheck "Unredirect Fullscreen Windows" otherwise all fullscreen aps are black... :confused:

#300

puppy said: I'm finding that fullscreen OpenGL games are black screens with this version... :rolleyes: They were fine before today's update - anyone got a fix??

I just booted up NeverWinter Nights fine.

#301

Woooooooooooo so nice, it works so well, for the first time I find it really smooth, I can now spin the cube and it's not using more than 6 percent of cpu ^^

Games are also faster but a bit slower than without beryl, but plenty enough for me, gotta to go back and play, thanks a lot.

#302

Omg This lastest version is so fast getting 60fps with the triplebuffer option on , really smooth and not it finally starts with beryl as default windows manager no need to do anything else, all plugins working here.

#303

I had Quinn Compiz working in Dapper without problems... recently installed Edgy with nvidia beta driver and beryl, the effects runs ok with good speed but all of the windows appears blank. I have read many howtos and tried a lot of options but nothing work.

My specs: Sony Vaio VGN-FS315S with nVidia GeForce GO 6400

PS: Hello everybody in ubuntuforums... I am reading this forum for a while, but never post. See you here (and sorry for my bad english :rolleyes: )

#304

Try this.... click the beryl-manager and select "Enable Strict Binding".

Might help :)

Never had the problem so can't test.

#305

I am getting an error that has No Title Bar screen shot below [[IMG]http://img87.imageshack.us/img87/4341/screenshotcm7.th.png[/IMG]](http://img87.imageshack.us/my.php?image=screenshotcm7.png)

#306

PriceChild said: Try this.... click the beryl-manager and select "Enable Strict Binding".

Might help :)

Never had the problem so can't test.

Thanks but I have tried this... nothing happends... still blank windows .](*,)

#307

WPAStrangla said: I am getting an error that has No Title Bar screen shot below

Could you try reloading beryl-manager in a terminal... maybe even 20 times say, allowing a few seconds for screen flickering to see if that works?

I remember some people had to do this originally on compiz--quinn.

#308

After a Restart of my Computer surprisingly it was working! \\:D/

Edgy Eft and Beryl are looking real promising! :D

#309

I am sad.. no GeForce2 Ti support for the 9625 beta drivers :(

#310

I have Beryl running on the Edgy beta that just came out... when Beryl launches I see the splash screen, then a crash message, then the splash screen again. It seems to be working fine, but does anyone know why I get the splash screen twice?

#311

brottman said: I have Beryl running on the Edgy beta that just came out... when Beryl launches I see the splash screen, then a crash message, then the splash screen again. It seems to be working fine, but does anyone know why I get the splash screen twice?

Splash screen was causing problems for me, so I disabled it.

#312

I recently moved from cgwd/compiz/xgl to emerald/beryl/xorg-with-new-nvidia :)

While everything was smooth on my old configuration, the new one is far from usable. Black windows everywhere, slowness and somethimes crashes.

I'm not arguing anything, I'm just interested if this is an Xorg vs. XGL or an compiz vs. beryl result?

#313

I'm getting weirdness -- a frozen black desktop, with one inset black square, where the video from the entire screen is reduced, and becomes corrupted. Nothing is frozen, if I get the mouse/cursor in the right place, I can continue to operate, but it's not exactly usable, or as intended, I'm sure.

EDIT:Screen shot now attached.

#314

I don't even see the beryl splash screen..

#315

Menus seem to only fade once, then never again haha. Anyone else?

#316

You may want to make sure that all of the settings in your xorg.conf are in the right place, I'll post mine(again) so you can compare.

# 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"
    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"
    Option      "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA GeForce FX 5500"
    Monitor        "DELL E153FP"
    DefaultDepth    24    
    SubSection     "Display"
    
    
  
        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

#317

Rotarychainsaw said: Menus seem to only fade once, then never again haha. Anyone else?

Yep, but only since you said that :p

#318

_< I did a fresh edgy install from the alternate disk, its I was able to successfully get X working with this driver, and since I I dont even get the gdm, I get a black screen. I have no idea why racking my brain on it... grrr....](*,)

#319

OK, so the tiny black screen was due to the blurfx plugin. I disabled that (through ~home/.beryl/settings) and now I get a fully black screen, except for panels and window decorations. Here is my xorg.conf...

# 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    "Synaptics Touchpad"
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	"dri"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
    Load		"i2c"
    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 "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0"
    Option         "SendCoreEvents" "true"
# Option "ZAxisMapping" "4 5"
    Option         "LeftEdge" "120"
    Option         "RightEdge" "830"
    Option         "TopEdge" "120"
    Option         "BottomEdge" "650"
    Option         "FingerLow" "14"
    Option         "FingerHigh" "15"
    Option         "MaxTapTime" "180"
    Option         "MaxTapMove" "110"
    Option         "ClickTime" "0"
    Option         "EmulateMidButtonTime" "75"
    Option         "UpDownScrolling" "1"
    Option         "LeftRightScrolling" "0"
    Option         "VertScrollDelta" "50"
    Option         "MinSpeed" "0.505"
    Option         "MaxSpeed" "1.05"
    Option         "AccelFactor" "0.030"
    Option         "EdgeMotionMinSpeed" "200"
    Option         "EdgeMotionMaxSpeed" "200"
    Option         "CircularScrolling" "0"
    Option         "CircScrollDelta" "0.1"
    Option         "CircScrollTrigger" "2"
    Option         "SHMConfig" "true"
    Option         "GuestMouseOff" "0"
EndSection


Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV34M [GeForce FX Go5200]"
    Driver         "nvidia"
    Option          "TripleBuffer" 	"true"
    Option         "RenderAccel" 	"true"
    Option         "NvAGP" "1"
    Option         "nologo" "1"
    #Enable 32-bit ARGB GLX Visuals
    Option 	"AddARGBGLXVisuals" 	"true"
    Option	"AllowGLXWithComposite" "true"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV34M [GeForce FX Go5200]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       16
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050"
    EndSubSection


# 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"
EndSection

#320

followed the guide to a T, everything's working fine except for emerald themes. in order to change my themes, I have to delete .emerald, and relaunch emerald theme manager. Otherwise it just closes/crashes. Really annoying.

Anyone else have this problem?

#321

Zyphrexi said: followed the guide to a T, everything's working fine except for emerald themes. in order to change my themes, I have to delete .emerald, and relaunch emerald theme manager. Otherwise it just closes/crashes. Really annoying.

Anyone else have this problem?

Yes, I just went through the how-to then and got the exact same problem.

#322

well I followed it to a t, and well it seems the beta driver hates my 7800gt, so I have to use xgl for the time being, seriously though running edgy as is without xgl or aiglx my ram usage is somewhere near 250MB with its near 470MB. Not that I am complaining with 2 GB of it. Plx nvidia get I hope you iron out all the bugs soon. It was nice being able to run edgy and beryl with only 9% of my ram usage..... oh well

#323

ok so pretty much everything works like a charm (albeit beryl is a little slow, but i'll deal with that later)

the problem is twinview, i'm not sure what happened but when i installed the new drivers, xorg thinks that my second monitor is the first one, and the *actual* first monitor won't go higher than 800x600, and even to get that i have to do it via nvidia-settings.

i suspect it has something to do with the monitor detection, because i am not sure if the 800x600 screen is compatible with that. anyway, here's my xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Sep 14 15:50:24 PDT 2006

#   sudo dpkg-reconfigure -phigh xserver-xorg to reset configs

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        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    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" "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" "false"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 191.0
    VertRefresh     43.0 - 60.0
#    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV40? [Unknown nVidia Card]"
    Driver         "nvidia"
    Option "TripleBuffer" "true"
EndSection


Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV40? [Unknown nVidia Card]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
   Option "AddARGBGLXVisuals" "true"
   Option "DisableGLXRootClipping" "true"
   Option         "DPMS" "true"
   Option         "TwinView" "true"
   Option         "RenderAccel" "true"
   Option         "UseEdidFreqs" "true"
   Option         "MetaModes" "1280x1024,1280x1024"
   Option         "SecondMonitorHorizSync" "30-66"
   Option         "SecondMonitorVertRefresh" "50-130"
   SubSection     "Display"
        Depth       24
        Modes      "2560x1024"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "true"
    Option         "DAMAGE" "true"
    Option         "RENDER" "true"
EndSection

any assistance would be greatly appreciated, my desktop is so tiny with only one screen!

#324

Running perfectly. Not a problem in sight, thus far.

#325

kingrayray said: ok so pretty much everything works like a charm (albeit beryl is a little slow, but i'll deal with that later)

the problem is twinview, i'm not sure what happened but when i installed the new drivers, xorg thinks that my second monitor is the first one, and the *actual* first monitor won't go higher than 800x600, and even to get that i have to do it via nvidia-settings.

i suspect it has something to do with the monitor detection, because i am not sure if the 800x600 screen is compatible with that. anyway, here's my xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Sep 14 15:50:24 PDT 2006

#   sudo dpkg-reconfigure -phigh xserver-xorg to reset configs

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        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    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" "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" "false"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 191.0
    VertRefresh     43.0 - 60.0
#    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV40? [Unknown nVidia Card]"
    Driver         "nvidia"
    Option "TripleBuffer" "true"
EndSection


Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV40? [Unknown nVidia Card]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
   Option "AddARGBGLXVisuals" "true"
   Option "DisableGLXRootClipping" "true"
   Option         "DPMS" "true"
   Option         "TwinView" "true"
   Option         "RenderAccel" "true"
   Option         "UseEdidFreqs" "true"
   Option         "MetaModes" "1280x1024,1280x1024"
   Option         "SecondMonitorHorizSync" "30-66"
   Option         "SecondMonitorVertRefresh" "50-130"
   SubSection     "Display"
        Depth       24
        Modes      "2560x1024"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "true"
    Option         "DAMAGE" "true"
    Option         "RENDER" "true"
EndSection

any assistance would be greatly appreciated, my desktop is so tiny with only one screen!

under the twinview true line try adding these

Option "MetaModes" "1600x1200,1600x1200" Option "TwinViewOrientation" "RightOf"

adjust you where you want your second monitor and the resolutions.

#326

Excellent! Thanks, spockrock. The orientation line was the problem. Odd that it worked without it using the old driver though.

:)

#327

no problemo......

#328

Ok, I inadvertently lied. When I first added the Orientation line it worked, then when I next restarted X, it just.. didn't anymore. Been tinkering with it for about 45 mins and I'm stumped- here's my updated xorg.conf

# vidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Sep 14 15:50:24 PDT 2006

#   sudo dpkg-reconfigure -phigh xserver-xorg to reset configs

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
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           "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" "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" "false"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 191.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV40? [Unknown nVidia Card]"
    Driver         "nvidia"
#    Option "TripleBuffer" "true"
EndSection


Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV40? [Unknown nVidia Card]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
   Option         "AddARGBGLXVisuals" "true"
   Option         "DisableGLXRootClipping" "true"
   Option         "DPMS" "true"
   Option         "TwinView" "true"
   Option         "TwinViewOrientation" "RightOf"
   Option         "MetaModes" "1280x1024,1280x1024"
   Option         "RenderAccel" "true"
   Option         "UseEdidFreqs" "true"
   Option         "SecondMonitorHorizSync" "30-66"
   Option         "SecondMonitorVertRefresh" "50-130"
   SubSection     "Display"
        Depth       24
        Modes      "2560x1024"
    EndSubSection
EndSection

#Section "Extensions"
#    Option         "Composite" "true"
#    Option         "DAMAGE" "true"
#    Option         "RENDER" "true"
#EndSection

also the apparent error in Xorg.0.log is as follows:


(WW) NVIDIA(0): Cannot find size of first mode for @@@ (CRT-0); cannot compute
(WW) NVIDIA(0):     DPI from @@@ (CRT-0)'s EDID.
#329

the problem is the meta mode line, try commenting it out, and see, if that does it, but then your monitors wont be 1280x1024. BTW I think the driver is complaining that your monitor cannot handle that resolution, or isn't supported, on one of the monitor.

#330

Yeah, commenting out the meta mode line made them both come on properly. But the rest doesn't make much sense to me, before installing the beta nvidia driver, it worked fine using the exact same settings. And 1280x1024 is the *native* resolution for the monitor that nvidia is complaining about.

My only suspicion is that the @@@ monitor doesn't work with EDID, which would explain why the driver can't tell what kind of monitor it is. However I tried disabling EDID in xorg.conf to no avail.. bleh :(

#331

Well it would seem as the only bug I'm having is Emerald crashing like others have said.

Any idea what causes that?

Other than that, the only other issue I'm having is rain freezing the computer and I really think that's user error so I won't complain.

I'm quite surprised. I spent hours trying to get beryl to work with Sabayon Linux and never got anywhere and it was supposed to be supported out of the box... then I'm back to Ubuntu and voila!

I don't care too much about the Emerald themer but I would like to have rain stop freezing my computer... I'm going to tweak with it.

I did notice some serious slowdown (more jerkiness than I've ever seen on my 7900GT) in OpenGL after running Beryl - even after using the beryl manager to switch back to Metacity - sounds like something isn't getting totally released when the window manager is closed out.

#332

kingrayray said: Yeah, commenting out the meta mode line made them both come on properly. But the rest doesn't make much sense to me, before installing the beta nvidia driver, it worked fine using the exact same settings. And 1280x1024 is the *native* resolution for the monitor that nvidia is complaining about.

My only suspicion is that the @@@ monitor doesn't work with EDID, which would explain why the driver can't tell what kind of monitor it is. However I tried disabling EDID in xorg.conf to no avail.. bleh :(

well it is a beta driver right, its got problems, I just get a black screen instead of a login screen when I either use the debs or nvidia .run on my 7800gt. But works perfectly on my 5600FX. I guess we will have to wait for nvidia to iron out the kinks. Hopefully it will be really soon.

#333

spockrock said: well it is a beta driver right, its got problems, I just get a black screen instead of a login screen when I either use the debs or nvidia .run on my 7800gt. But works perfectly on my 5600FX. I guess we will have to wait for nvidia to iron out the kinks. Hopefully it will be really soon.

imho nvidia typically does a pretty good job of keeping us linux users pretty happy, so i have faith in them ironing out the kinks :)

is there anywhere i can go to look at/send reports upstream to nvidia?

#334

cleentrax said: OK, so the tiny black screen was due to the blurfx plugin. I disabled that (through ~home/.beryl/settings) and now I get a fully black screen, except for panels and window decorations. Here is my xorg.conf...

I think the issue is your Geforce 5200GO. I see the exact same issue with mine, see here for some possible approaches and reasons for it: http://bugs.beryl-project.org/ticket/201 and if you feel like it, do provide some comment, the more, the better ;)

#335

kingrayray said: imho nvidia typically does a pretty good job of keeping us linux users pretty happy, so i have faith in them ironing out the kinks :)

is there anywhere i can go to look at/send reports upstream to nvidia?

Post to the nvnews.net forums. In the linux section, Zander is one of the developers of the nVidia linux drivers. At least I think he is. He is the one that releases patches, etc.

Leech

#336

its great to see lots of people having success, however for those that aren't, i would suggest also checking out #ubuntu-xgl on irc.freenode.net for realtime support. (as long as you're lucky to find someone there).

I'm sure Amaranth, lupine_85, conn won't mind me suggesting them especially in the channel (they've always sorted me out :)

Remember if you don't get a reply immediately, there's probably no-one there atm, people have jobs and work to do! Just be patient and keep trying! This eyecandy's DEFINATELY worth it :D

brottman said: I have Beryl running on the Edgy beta that just came out... when Beryl launches I see the splash screen, then a crash message, then the splash screen again. It seems to be working fine, but does anyone know why I get the splash screen twice?

Due to a bug, Beryl can't normally automatically start first time. A very hacky hack has been introduced which makes it launch twice. By the looks of it, your beryl IS starting first time, only to be relaunched.

Be patient :)

etherealremnant said: Well it would seem as the only bug I'm having is Emerald crashing like others have said.

Any idea what causes that?If i were you, i would uninstall ALL beryl and emerald packages, then do a[code rm -R ~/.beryl* && rm -R ~/.emerald*Before reinstalling to see if that makes a difference.

etherealremnant said:

Other than that, the only other issue I'm having is rain freezing the computer and I really think that's user error so I won't complain.

I'm quite surprised. I spent hours trying to get beryl to work with Sabayon Linux and never got anywhere and it was supposed to be supported out of the box... then I'm back to Ubuntu and voila!Your graphics card may not have the required extensions to allow rain, i don't know. Personally, after 30 mins of turning rain off, my FPS slows to 30FPS.

Rain isn't useful, it just slows EVERYTHING to near unusability so if i were you i just wouldn't bother.

etherealremnant said:

I did notice some serious slowdown (more jerkiness than I've ever seen on my 7900GT) in OpenGL after running Beryl - even after using the beryl manager to switch back to Metacity - sounds like something isn't getting totally released when the window manager is closed out.

Yeah i'm getting the same jerkyness with the OpenGL apps... although its fine when i disable Beryl. Still completely usable with beryl :)

#337

Beryl Problem I have a edgy eft installation with all the beryl packages from the repositories mentioned in this howto. I also installed Compiz.

Now when I run beryl-settings it just crashes with the following error message:

ERROR : no d_ for a_active_plugins

aborting... Aborted (core dumped)

When I run the beryl-manager all the window decorations vanish, but the plugins seem to load. this is the printout when I run beryl-manager > Couldn't load settings. Reverting to defaults.

(emerald:9231): WARNING : Cannot open pixmap: menu

(emerald:9231): WARNING : Cannot open pixmap: shade

(emerald:9231): WARNING : Cannot open pixmap: unshade

(emerald:9231): WARNING : Cannot open pixmap: above

(emerald:9231): WARNING : Cannot open pixmap: unabove

(emerald:9231): WARNING : Cannot open pixmap: sticky

(emerald:9231): WARNING : Cannot open pixmap: unsticky Reloading... Couldn't load settings. Reverting to defaults. Reloading... Couldn't load settings. Reverting to defaults.

(emerald:9231): WARNING : Cannot open pixmap: unshade

(emerald:9231): WARNING : Cannot open pixmap: above

(emerald:9231): WARNING : Cannot open pixmap: unabove

(emerald:9231): WARNING : Cannot open pixmap: sticky

(emerald:9231): WARNING : Cannot open pixmap: unsticky Reloading... Couldn't load settings. Reverting to defaults.

(emerald:9231): WARNING : Cannot open pixmap: menu

(emerald:9231): WARNING : Cannot open pixmap: shade

(emerald:9231): WARNING : Cannot open pixmap: unshade

(emerald:9231): WARNING : Cannot open pixmap: above

(emerald:9231): WARNING : Cannot open pixmap: unabove

(emerald:9231): WARNING : Cannot open pixmap: sticky

(emerald:9231): WARNING : Cannot open pixmap: unsticky XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present

(process:9499): WARNING : bailing, couldn't find a val for active_plugins in [_]->a_active_plugins or [_]->d_a_active_plugins XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present

(process:9523): WARNING : bailing, couldn't find a val for active_plugins in [_]->a_active_plugins or [_]->d_a_active_plugins X connection to :0.0 broken (explicit kill or server shutdown). XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present

(process:9739): WARNING : bailing, couldn't find a val for active_plugins in [_]->a_active_plugins or [_]->d_a_active_plugins X connection to :0.0 broken (explicit kill or server shutdown).

Compiz works well. I do not have any problems with that.

my xorg.conf file is pretty much like the one recommended here.

#338

Uncle Spellbinder said: Running perfectly. Not a problem in sight, thus far.

I spoke to soon.

Using

  • Beryl 0.1.0-1 * Ubuntu Edgy Eft, fully updated * kernel 2.6.17-8-generic, version 2.6.27-8.22

Each time I boot up the system and log in, the panel is empty, no applets at all. If I restart x, the pane is fine. Ideas? :-k

System start: [[img]http://img83.imageshack.us/img83/7825/systemstartberylsx5.th.png[/img]](http://img83.imageshack.us/my.php?image=systemstartberylsx5.png)

After restarting X (ctrl > backspace): [[img]http://img178.imageshack.us/img178/5644/restartxberyldu0.th.png[/img]](http://img178.imageshack.us/my.php?image=restartxberyldu0.png)

This s what I have installed:

beryl 0.1.0-1
beryl-core 0.1.0-1
beryl-dev 0.1.0-1
beryl-manager 0.1.0-1
beryl-plugins 0.1.0-1
beryl-plugins-data 0.1.0-1
beryl-settings 0.1.0-1
emerald 0.1.0-1
emerald-themes 0.1.0-1
#339

Success here on a 7600GT! Thanks for the guide.

Little note, however: I tried this first with the ubuntu.compiz.net (or something like that) repository and a few packages couldn't be retrieved. Switching to the lupine mirror worked fine, but just as an FYI. :)

#340

Uncle Spellbinder said: I spoke to soon.

Using

  • Beryl 0.1.0-1 * Ubuntu Edgy Eft, fully updated * kernel 2.6.17-8-generic, version 2.6.27-8.22

Each time I boot up the system and log in, the panel is empty, no applets at all. If I restart x, the pane is fine. Ideas? :-k

I have the same, also met problems with gnome-settings-daemon while running beryl. After reloading X (without rebooting all system, so probably something is not killed and that results in problem), gsd not able to run again. That's looks rather beryl bug than nvidia beta driver problem. But what can we expect from 0.1.0 :)

#341

I had still left the compiz repos in my list and beryl upgraded last night like a champ! Everything works great, turned trailfocus back on, I can't get over how nice this is!

Thanks to everyone in this forum, thanks to amaranth to packaging the beta nvidia drivers!!!

#342

I get the occasional black window with some IMs, and sometimes when I alt+v+o to view source.:(

#343

bimbo said: I think the issue is your Geforce 5200GO. I see the exact same issue with mine, see here for some possible approaches and reasons for it: http://bugs.beryl-project.org/ticket/201 and if you feel like it, do provide some comment, the more, the better ;)

Ding Ding Ding!

Indirect rendering fixes some of the problem, but it's still unusable. I know my card is on the low end, but XGL and Compiz was finally usable before I made the switch to Beryl. I thought that getting rid of XGL would actually reduce the load on my card and its lowly 32mb of RAM.

#344

Great HOWTO, Thanks for it, almost everything is working, but gnome-settings-daemon crashes :\

It writes:


dani@paks:~$ /usr/lib/control-center/gnome-settings-daemon
&#65533;&#65533;[1159647586,000,xklavier.c:xkl_engine_start_listen/]      The backend does not require manual layout management - but it is provided by the applicationCould not initialize GStreamer: unknown error occurred

Any ideas? Thank you!

#345

BTW I was posted over at nvnews, I found out, if anyone else is experiencing a black black screen at gdm, and the system is unresponsive. If you have lm-sensors configured as I did, loading the eeprom module will cause this black screen. To fix it I simply, did;

sudo gedit /etc/modules

and add a hash infront of eeprom.

for example I had this in there.

#i2c chip drivers eeprom it87

changed to;

#i2c chip drivers #eeprom it87

boots perfectly and now I am running edgy and beryl < 250MB

btw looking at conky I dont see a problem with not loading eeprom, you can load it after x starts though.

#346

To those with panel problems, have you renamed you .gconf and .gnome folders in your home dir? If you rename them to .gconf1 and .gnome1 or similar then new ones will be created with the defaults. I did this and havent had a panel problem yet, not sure if its luck or if it fixed it.

Having new ones created will reset the panel and nautilus settings which may help, if not then you still have the origional ones to revert to.

#347

@ Dr. Nick

THANKS! It worked like a charm. Had to reconfigure things to the way they were (about a half hour), but all is well. And I can now use the default quit icon to shutdown, reboot, etc as well. This was an issue with compiz and now with beryl. You may have solved two problems!!

Thanks again!!!!!

#348

Uncle Spellbinder said: @ Dr. Nick

THANKS! It worked like a charm. Had to reconfigure things to the way they were (about a half hour), but all is well. And I can now use the default quit icon to shutdown, reboot, etc as well. This was an issue with compiz and now with beryl. You may have solved two problems!!

Thanks again!!!!!

glad it worked:KS I picked it up a while back while messing with compiz, forgot about it untill now when I started having the issuse again, and saw others having them aswell.

#349

Found (i hope) cause of my gnome-settings-daemon problem. After logout or reloading X, [COLOR="Red"]gconfd-2[/COLOR] process is not killed, and that's causing gnome-settings-deamon to crash.

#350

Doe's anyone have "black screen problem" after switching between different tty and then back to X terminal? System freezes and i can only see mouse cursor in the middle of the screen. No respond to crtl+alt+fx and ctrl+alt+bckspc. :confused:

#351

-deleted-

#352

@kakulacis: Got exactly the same "black screen" problem.

BTW: Only the first loged-in user has beryl 3d effects. The second user just has the standard "metacity" windowdecoration.

#353

kakulacis said: Doe's anyone have "black screen problem" after switching between different tty and then back to X terminal?

System freezes and i can only see mouse cursor in the middle of the screen. No respond to crtl+alt+fx and ctrl+alt+bckspc. :confused:Yeah i get that.... you'd be wise to practice turning off metacity before switching from now on.

Hopefully we'll get a fix soon :)

#354

I wonder if the black screen issue is because of AIGLX, beryl or the beta drivers.

Can someone with (this issue and) xgl and old compiz installed try to see if it's the same thing with a few large windows open to see if it's the beta drivers. It might be crappy texture management. Btw, is it possible to see how many MB is used on the graphics card? Can't find any util for this.

#355

opera118 said: I wonder if the black screen issue is because of AIGLX, beryl or the beta drivers.

Can someone with (this issue and) xgl and old compiz installed try to see if it's the same thing with a few large windows open to see if it's the beta drivers. It might be crappy texture management. Btw, is it possible to see how many MB is used on the graphics card? Can't find any util for this. Most instances of black screens i've seen have been caused by incorrect xorg.conf configuration. Please check my instructions again.

Others seem to be on cards with only 32mb of memory, or 5200GOs.

#356

ok... I think I am missing the complete obvious here...

How do you diable the trailfocus plugin??? Everyone seems to know what this thing is!

Thanks

#357

Ok, so I'm not sure what differences there are between Beryl and Compiz.

But as for XGL vs AIGLX, can I play games and watch movies if I fol,ow this tutorial (that was why I got rid of XGL on dapper)?

#358

@Pricechild : a little something you may want to add

Option "NvAGP" "1"

To the device section.

And to be sure that the nvidia agp gart is being used, you can check with an lsmod. For me even with "1" it does not work, I have to rename via-agp.ko to something else (blacklist does not seem to work). With that I get about twice as much fps on glxgears as I do without this.

#359

kcy29581 said: How do you diable the trailfocus plugin???

Open Beryl Settings Manager, scroll down to the trailfocus plugin, uncheck.

#360

geearf said: @Pricechild : a little something you may want to add

Option "NvAGP" "1"

To the device section.

And to be sure that the nvidia agp gart is being used, you can check with an lsmod. For me even with "1" it does not work, I have to rename via-agp.ko to something else (blacklist does not seem to work). With that I get about twice as much fps on glxgears as I do without this. I'm undecided about adding this as i've heard that many people are having huge troubles with agp and latest nvidia drivers...

I'll have a play and ask a few people :)

#361

Hey guys Beryl installed fine on Edgy, however when I move windows and cube it's really sluggy and laggy, anyone have any similar situation?.

On Nvidia 6800

#362

Dinerty said: Hey guys Beryl installed fine on Edgy, however when I move windows and cube it's really sluggy and laggy, anyone have any similar situation?.

On Nvidia 6800

Yeah...same here on a Quadro. Changing the refresh rate helped with moving windows, but not the cube.

#363

PriceChild said: I'm undecided about adding this as i've heard that many people are having huge troubles with agp and latest nvidia drivers...

I'll have a play and ask a few people :)

Well I'm only having pros with this no cons, but up to you.

#364

testube_babies said: Yeah...same here on a Quadro. Changing the refresh rate helped with moving windows, but not the cube.

No luck here, will keep an eye out and report back if I find anything. Have you always had this problem or was it due to a update?

#365

Dinerty said: Hey guys Beryl installed fine on Edgy, however when I move windows and cube it's really sluggy and laggy, anyone have any similar situation?.

On Nvidia 6800 Are you sure that you've followed EVERYTHING in my howto?

I'm on a 5600xt and its just stupidly smooth.

#366

sharperguy said: Ok, so I'm not sure what differences there are between Beryl and Compiz.

But as for XGL vs AIGLX, can I play games and watch movies if I fol,ow this tutorial (that was why I got rid of XGL on dapper)? Follow this guide and games will still be as fine as before you started :)

#367

PriceChild said: Are you sure that you've followed EVERYTHING in my howto?

I'm on a 5600xt and its just stupidly smooth.

I removed:

Option          "TripleBuffer" "true"

from my device section and all works fine !!!

#368

Hi,

today I surprisingly succeeded to get Beryl running on Dapper with MX 4000

Just one question:

the screensaver doesn't start any longer. Any clues ?

Yours,

Mic

#369

testube_babies said: Yeah...same here on a Quadro. Changing the refresh rate helped with moving windows, but not the cube.

Hey mate I just got my Beryl running as smooth as on xgl/compiz, it may help for you:

Try

Beryl Settings Manager > General Options > Un-tick Synch To VBlank

or try un-ticking

Slowness Fix

Hope this helps

#370

beryl-start is not there ... Can someone paste the content of it since I don't want to use beryl-manager.

Thanks

#371

Entity said: beryl-start is not there ... Can someone paste the content of it since I don't want to use beryl-manager.

Thanks

Why?

#372

Entity said: beryl-start is not there ... Can someone paste the content of it since I don't want to use beryl-manager.

Thanks As far as i know there is no "beryl-start" as such?

What do you dislike about beryl-manager?

Its extremely useful for launching fallbacks.

#373

I simply don't want to see the icon.

#374

Got it from prg on #beryl (freenode.)

$ cat Scripts/gui/beryl-start

eval $(dbus-launch --sh-syntax --exit-with-session); beryl & emerald

#375

holy beryls batman!!!

chaginig the depth was the solution!!! beryl is damn nice!!!! :D :D maybe i need to play more with the beryl setting to have fx like compiz!!

i love linux + ubuntu edgy eft + beryl :KS :KS

nrayever

ps: still a bit unstable, because when i close any window it goes back to metacity but i still love it!!

#376

Dinerty said: No luck here, will keep an eye out and report back if I find anything. Have you always had this problem or was it due to a update?

I had no problems with Compiz in Dapper, but after a clean install of Edgy + Beryl the problems came about.

#377

Whats the best video output setting? I get the same cpu usage(20-30%) no matter what I pick and the quality looks about the same.

#378

nrayever said: still a bit unstable, because when i close any window it goes back to metacity but i still love it!!

Please ensure you have updated to 0.1 from an official beryl repo.

If you still encounter problems, simply disable the trail plugin.

#379

Having problems with conky and Beryl, conky is "flickering" every 30 seconds or so, causing the current window to become unfocused.

Any of you guys know anything to solve this?

#380

I firstly just want to thank all of the people for creating beryl, xorg, the nvidia team for the beta drivers and all those great open source programmers.

Then I'd like to damn you all to hell, because now I can't go use Windows ever again without wanting my applications to wobble! :D

It's seriously hard to even boot into windows to play a few games now without expecting my gui to just look cool. I am using the crystalClear theme from crystalxp.net in Windows XP, which helps with the look a lot, but it seems to chunky and unresponsive compared to Beryl and Gnome.

Though I have had a few crashes here and there, but considering it's a 0.1.0 release, I'd say it's quite good!

I still wish Metacity would get all it's compositing working, because it's better to have the default in there and working, though I tend to agree with a post Quinn made about making a Beryl DE. Leave Metacity to the Gnome people and make a DE that's somewhere in between KDE and Gnome. I'm thinking something like Enlightenment. Also it makes one wonder if since we now have all the AIGLX extensions working with all but the fglrx drivers, if Enlightenment will start using full openGL, though from what I've seen of E17, it's already plenty fast and full of eye-candy.

Leech

#381

Yes! :) It finally works! :)

I found the hint to comment out "eeprom" in /etc/modules in another message board. After this I could finally start Xserver with the newest Nvidia driver without any more black screens.

#382

PriceChild said: Please ensure you have updated to 0.1 from an official beryl repo.

If you still encounter problems, simply disable the trail plugin.

thanks PriceChild. i had updated to 0.1 and now it's ok! right know i'm trying kiba-dock too. and it work really cool!!

nrayever

#383

Can the first post have this bug mentioned, the eeprom module being loaded before x to causes, the screen to be black and unresponsive. Commenting out eeprom in /etc/modules.

Toe said: Yes! :)

It finally works! :)

I found the hint to comment out "eeprom" in /etc/modules in another message board. After this I could finally start Xserver with the newest Nvidia driver without any more black screens.

http://www.nvnews.net/vbulletin/showthread.php?t=77472 if it was in that thread, then xspinkickx is me.

#384

spockrock said: Can the first post have this bug mentionedIts been added to the howto for you :)

#385

PriceChild said: Its been added to the howto for you :)

thanks hopefully this will help other people who got the same problem.

#386

Geearf... if you're still following this then i've got a reply to your AGP thing!

I just did a ``` [SIZE=-1]cat /proc/driver/nvidia/agp/status


Pricey
[/SIZE]
#387

yes, but not for everyone :)

#388

Quite a long post, please bear with me...

During the last two updates i have done Ubuntu has told me that it need to do a distrobution update but said this may be because i am using a development version and so i was not worried, however, to my horror, the last update decided it needed to remove the nvidia beta drivers (being click happy i didnt notice this till it was too late).

After rebooting and finding X server would no longer start i found the source of the problem and then tried to restore the nvidia-glx drivers however it failed saying the it needed an "nvidia-kernel" module. At this point i realised i was in big trouble so i restored my orginal sources.list and installed the old nvidia drivers and sure enough gnome and X started again.

However now i have a new problem in that whenever I log in it fires up "berly-manager" and crashes my desktop (as i added this to my session startup). I tried uninstalling berly-manager (so that it would fail to launch it) but apt-get says it cannot find the package.

From the looks of things i am going to need to reinstall but i have some files on the machine i need to backup so, does anyone know how i can prevent berly-manager from starting so i can rescue my files and does anyone have any idea what could have caused it to remove the beta nvidia drivers in the first place via this "distrobution upgrade" (im am new to linux so the chances are this is something i have done by mistake)?

Thx in advance Karail

#389

Karail: If you can get to gdm, log in in a "failsafe" gnome session.

This can be done by clicking the sessions button and then choosing it before logging in. No startup scripts will be run, and you will be able to remove beryl-manager before logging back in again normally.

Geearf: to those who don't have agp enabled, i suggest they look here: http://doc.gwos.org/index.php/Nvidia_Driver_AGP_FastWrite_and_Side_Band_Addressing

AGP isn't required for Beryl, and is much better contained there in its own howto for those who want to try it out.

Pricey

#390

Hey you have no need to reinstall I think.

About the packages try removing beryl*, it should do it.

Also if you can't login, you can still use the terminal, or you could also try to log in as a root (if you created a root user, please don't blame fellas I still like to have a root user).

Anyway you'll find plenty of ways to get out this mess I'm sure.

#391

thanks guys, doing remove berly* fixed it (for some reason gnome-safe still ran beryl-manager). Now i just have to figure out what happened and reinstall berly.

#392

Ok, new problem ;)

I am getting the following error when trying to install the nvidia beta drivers, any ideas what it means:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  nvidia-glx: Depends: nvidia-kernel-1.0.9625
#393

Ubuntu put out a new build of the kernel today and Amaranth hasn't updated his repos. Wait a few days and he'll have it fixed. I saw that update this afternoon and checked if his or Ubuntu's module was going to be loaded, so I waited to install the updates.

#394

Hi all,

I just followed the guide tonight and now have wobbly windows and cube desktop!

I sometimes have to start beryl a few times beofre everything fires up.

Diesel1.

#395

I find the package cgwd-themes surfing in the web. I put the folders in emerald themes folder and all is up and running. :)

I put the package on:

www.ldc.usb.ve/~02-35050/

#396

Karail said: Ok, new problem ;)

I am getting the following error when trying to install the nvidia beta drivers, any ideas what it means:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  nvidia-glx: Depends: nvidia-kernel-1.0.9625

hi everyone:

i'm getting the same error. was my mistake to make that update. i have some doubts to ask. it's better to install the nvidia drivers from nvidia installer?? or should i wait for amaranth to update his computer/repositories??

is there any significant difference between these two methods??

or maybe i should install nvidia drivers by nvidia installer and then remove it to install amaranth deb package??

nrayever

#397

Would the Debian 1.0-9625 Nvidia driver debs for AMD64 work? Or would they need to be compiled against the current Ubuntu kernel? http://ftp.ch.debian.org/debian/pool/non-free/n/nvidia-graphics-drivers/ (http://packages.qa.debian.org/n/nvidia-graphics-drivers.html)

#398

You NEED to have the nvidia modules compiled against your current kernel.

The debian one will be slightly different and not load.

Run the nvidia installer for the time being if you still want it.

ajibarra said: I find the package cgwd-themes surfing in the web. I put the folders in emerald themes folder and all is up and running. :)

I put the package on:

www.ldc.usb.ve/~02-35050/

Or you could download emerald-themes

#399

Rather than have to recompile the nvidia driver every time I upgrade kernels, I'm just waiting for Amaranth to update. Till then, I'm doing selective installs instead of doing a dist-upgrade.

#400

PriceChild said: Most instances of black screens i've seen have been caused by incorrect xorg.conf configuration. Please check my instructions again.

This is not the case. I've tried with and without all options. Note, in compiz+xgl things like these never happened, no black windows even with Lots of large windows open. This is CLEARLY something in EITHER aiglx, beryl or the beta drivers.

PriceChild said: Others seem to be on cards with only 32mb of memory, or 5200GOs.

I have 64 mb 6200 GO, which worked with compiz.

Again, I'd like to know if anyone knows how to see how many mb's are used in the graphics card, surely this must be possible.

#401

Not sure how to check memory usage, but if you right click the beryl icon in the tray thier is something you can enable that is supposed to fix the black window bug. I never had the error using xgl+compiz either, but now it is sportatic, clicking that checkbox seemed to cure it.

I am not on my linux system now so I forgot exactly the name of the option, but its right their in the menu from the tray icon

#402

Karail said:

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: nvidia-glx: Depends: nvidia-kernel-1.0.9625


I was stupid enough to upgrade too.. I wonder how many ppl have made the same mistake today!
#403

opera118 said: This is not the case. I've tried with and without all options.

Note, in compiz+xgl things like these never happened, no black windows even with Lots of large windows open. This is CLEARLY something in EITHER aiglx, beryl or the beta drivers.

I have 64 mb 6200 GO, which worked with compiz.

Again, I'd like to know if anyone knows how to see how many mb's are used in the graphics card, surely this must be possible.

I have a GeForce4 420 Go 32M, which works like a charm with beryl . Only things i cant do -without really slow framerates- are blur and trailfocus. But i also get some blank screens now and then, i just minimize maximize them and there is the content (not really much pain). It doesn't help to activate/deaktivate Sync-to-VBlank, nor does the option "Enable strict binding" help. But that does not bother me too much. The working speed is perfekt and i get all the eyecandy... I suppose that the blank-out-bug is with xorg/aiglx, as it doesn't happen under xgl with beryl.

#404

pveith said: Only things i cant do -without really slow framerates- are blur and trailfocus

And water? Just a joke :)

#405

Yeah forgot the ever so useful water plugin. (A friend of mine ran a gnome booth on a linux convention here in germany. And a pair of "i really would like to try out linux" users had a look at our ubuntu-gnome-compiz desktop and liked all effects except the rain. The funny thing was they had not expected that you can turn the rain of... :-D )

#406

opera118 said:

This is not the case. I've tried with and without all options. Note, in compiz+xgl things like these never happened, no black windows even with Lots of large windows open. This is CLEARLY something in EITHER aiglx, beryl or the beta drivers. Ok then... most solvable cases were by this method. And yes, a lot of people are having troubles with beryl when they didn't with compiz.> opera118 said:

I have 64 mb 6200 GO, which worked with compiz.

Again, I'd like to know if anyone knows how to see how many mb's are used in the graphics card, surely this must be possible.Well you are using a GO, i may have the model number wrong from memory.... but it is a pattern of people using GOs ;)

#407

I have a problem!!

Beryl is correctly installed and it works fine.

But sometimes ubuntu stop suddenly to work, I don't get an error but simply I can't do anthing more and the only thing I can do is to press the restart button on my case.

Does anyone has te same problem??

#408

Anybody getting a Black screen after switching from a TTY terminal?

#409

hanzomon4 said: Anybody getting a Black screen after switching from a TTY terminal?

Yeah known issue.

I advise switching to metacity wherever possible before playing around.

#410

Dangit I shouldn't have reinstalled my edgy laptop. When I did the nvidia script (option 2) it killed off my wireless network card. I think it had something to do with removing the restricted modules.

#411

brottman said: Dangit I shouldn't have reinstalled my edgy laptop. When I did the nvidia script (option 2) it killed off my wireless network card. I think it had something to do with removing the restricted modules.

Ah... yes... sorry.

I'd better make a HUGE warning there... Sorry :S

Get on #ubuntu-xgl on irc.freenode.net to mither Amaranth to build nvidia-glx again and find somewhere to repo it! :)

#412

On a related note... Is there an ETA on when the beta nvidia driver will go gold?

#413

No worries PriceChild. Seriously thank you for everything you do. You rock.

#414

brottman said: No worries PriceChild. Seriously thank you for everything you do. You rock.

Two mistakes in one day... just be thankful you're not this guy.

Please everyone make backups, and check everything you press yes to.

If you're not sure, then keep stable and ask first.

I am just a newb at all of this afterall and we all make mistakes.

Hopefully if you're reading this you're doing it on a testing box so it shouldn't matter, but be careful, don't just use other people's code if you don't understand it. And that includes ONLY using signed packages from trusted sources... (i.e. i don't really advise Amaranths but instead installing the nvidia script ;) )

Pricey

#415

brottman said: Dangit I shouldn't have reinstalled my edgy laptop. When I did the nvidia script (option 2) it killed off my wireless network card. I think it had something to do with removing the restricted modules.

Which wireless card do you have?. I'm using a Centrino (PRO/Wireless 2200BG Network) and wondered if I followed option 2 if it would break mine also?

#416

It looks like this laptop has a Intel PRO/Wireless 3945ABG card (checked in winxp). I don't know for sure if it would break yours but my hunch would be yes. Maybe smarter people here know for sure :)

#417

brottman said: It looks like this laptop has a Intel PRO/Wireless 3945ABG card (checked in winxp). I don't know for sure if it would break yours but my hunch would be yes. Maybe smarter people here know for sure :)Just been having a discussion in #ubuntu-xgl about ipw and i've heard that they're open source and so included in the kernel rather than the l-r-m.

"i've heard"

Pricey

#418

Just curious PriceChild is there any way to use the nvidia script without removing the restricted-modules first? Or maybe to rephrase the question - Is there any way to use the nvidia script without losing support for things such as wireless cards?

#419

Sorry Price Child, but any chance that the new restricted modules are are going to be compiled??? Or should we just use the nvidia script.

#420

I haven't been able to get in touch with Amaranth for a few days... He does have several other projects, including being the author of Alacarte.

Hopefully i'll get something sorted out for us :)

#421

Whoups i did it again. I unintentionally upgraded the restricted modules (all my fault, none PriceChilde or Amaranth). Now i am too lazy to downgrade, so i just changed driver in xorg (replacing nvidia with nv) and i got normal xorg until amaranth finds the time to update the modules (then just replace nv with nvidia after upgrading and restart gdm / computer / whatever). I thought this might be a mighty good suggestion to anyone as lazy and unattentive as myself.

#422

i managed to get it all up and running but i have no decoration! (aka titlebar) on my windows.. i mean.. linuxes... hmm any help? I'm so desperate to show this to my friends lined up against vista im running edgy's latest beta on a amd64 X2 4600 , 512mb ram POV Geforce 7600GS PCIE , ASUS A8N-SLI SE thanks guys

#423

pveith it may be some time till Amaranth can sort out new packages. And i'm not even going to attempt to learn how to build etc. until i'm moved in nice and stable in a couple of days.

hereitcomes said: i managed to get it all up and running but i have no decoration! (aka titlebar) on my windows.. i mean.. linuxes... hmm

any help? I'm so desperate to show this to my friends lined up against vista im running edgy's latest beta on a amd64 X2 4600 , 512mb ram POV Geforce 7600GS PCIE , ASUS A8N-SLI SE thanks guys Could you check that your defaultdepth is 24? not 32?

I would advise you join the irc channel for realtime help, there was quite a few last night all with this problem but different solutions.

#424

pveith said: Whoups i did it again. I unintentionally upgraded the restricted modules (all my fault, none PriceChilde or Amaranth). Now i am too lazy to downgrade, so i just changed driver in xorg (replacing nvidia with nv) and i got normal xorg until amaranth finds the time to update the modules (then just replace nv with nvidia after upgrading and restart gdm / computer / whatever).

I thought this might be a mighty good suggestion to anyone as lazy and unattentive as myself.

Thank you yes it was,=D> now all I have to do is read 43 pages to find out how I fix this completely.:wink: Anyway this should be under the first post. I.e. How to get back into GDM if..... : replace nvidia with nv in /etc/X11/xorg.conf. Code: sudo nano /etc/X11/xorg.conf

:D

#425

I agree that replacing 'nvidia' with 'nv' is a cheap and dirty fix for the problem, although of course this means that Opengl games, screensavers etc will not work until a proper solution is found - at least this fix provides you with a useable desktop again...

#426

puppy said: I agree that replacing 'nvidia' with 'nv' is a cheap and dirty fix for the problem, although of course this means that Opengl games, screensavers etc will not work until a proper solution is found - at least this fix provides you with a useable desktop again...

I have just decided to install the official nvidia driver, its not hard to install......

#427

PriceChild said: pveith it may be some time till Amaranth can sort out new packages. And i'm not even going to attempt to learn how to build etc. until i'm moved in nice and stable in a couple of days.

Could you check that your defaultdepth is 24? not 32?

I would advise you join the irc channel for realtime help, there was quite a few last night all with this problem but different solutions.

What irc channel is that? my default depth is 24, though i do have to reinstall the drivers every time i reboot I am getting a no GLXFBConfig for 32 error (or something like that) and an error about pixmap when emerald tries to start thanks for the help

#428

Wonderful guide, I'm up and running on an Inno3d geforce 7800 GT.

Yeah sometimes it's a pain when restricted modules gets upgraded; I just tend to keep the latest binary nvidia-driver downloaded on my desktop. If gdm refuses to start then it's as easy as writing :

sudo /etc/init.d/gdm stop cd Desktop sh NVIDIA******.run

Let the installer do its thing, and you're up and running again.

#429

Some of us need other things from linux-restricted-modules so that's not an option. I've found a host for my repo but right when I was going to upload the packages Ubuntu jumped two revisions ahead of my packages so I have to redo them again.

#430

hereitcomes said: i do have to reinstall the drivers every time i reboot

This is probably caused by you installing nvidias script for drivers without removing the l-r-m.

The irc channel is #ubuntu-xgl on irc.freenode.net

#431

Amaranth said: Some of us need other things from linux-restricted-modules so that's not an option. I've found a host for my repo but right when I was going to upload the packages Ubuntu jumped two revisions ahead of my packages so I have to redo them again.

Thanks for all your hard work, where would we be without you and PriceChild

#432

I will probably end up in dependancy hell, but who cares now? ;) ---- Please note, the the following description can not only corrupt some maybe not to useless part of your brain, but also -if you do the same thing- deliver you directly to dependancy hell (at least this is what i expect some time later). DO NOT FOLLOW THIS unless you are okay with a broken X / EDDGY. ----

Okay during the last update i saw that my xorg-nvidia-driver was the beta one and the official update left the nvidia-glx-package out. So i smelled a smal chance that i might get beryl up and running before amarath come around to recompile the restricted modules in his repros. I took the chance and did a manual install of the betadrivers (ignored all crys for "You are not supposed to do this, it flung at me). And here i am with a running beryl and dependency hell is nicer than i thought. ;)

Again don't do this, if you don't have the guts to live with a broken system...

P.S. i am now rebooting to see if this survives the next boot (probably will have to rebuild the intrd.img). EDIT: Unexpectatly it worked without any later tweaking...

#433

panickedthumb said: 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.

You can also rename .cgwdtheme to .emerald and import as normal :-)

#434

PriceChild said: This is probably caused by you installing nvidias script for drivers without removing the l-r-m.

The irc channel is #ubuntu-xgl on irc.freenode.net

thanks for your help i followed a guide on beryl-project forums and its working a treat now! only problem is that the power button not only doesnt work, but crashes the system :S anyone else had that problem?

#435

Is anyone else having problems actually downloading the Beta drivers?? I click on the links on various sites and I can't get the file... :-k

#436

Amaranth said: Some of us need other things from linux-restricted-modules so that's not an option. I've found a host for my repo but right when I was going to upload the packages Ubuntu jumped two revisions ahead of my packages so I have to redo them again.

thank you amaranth for your hardwork.

#437

****@****-desktop:~$ beryl-manager

beryl-manager: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by beryl-manager)

What did I do wrong? :(

Thanks for the guide though. :)

#438

hereitcomes said: thanks for your help

i followed a guide on beryl-project forums and its working a treat now! only problem is that the power button not only doesnt work, but crashes the system :S anyone else had that problem? Yeah that's a bug.

Your system isn't crashed, just press "Esc" and get normal use.

To be able to use the button, open up "gconf-editor" and go to apps>panel>global and check the "upstream session" box.

Pricey

#439

Do we know what is causing this, bug, on my xubuntu box when I try to logout, it crashes. however the logout button works like a charm on my ubuntu box.

#440

Folks I'm still having this mismatched kernel module/driver problem - can anyone advise how I can resolve it please? ](*,)

#441

i started getting that too... screw beryl. I just want my nvidia driver back. (using nv now)

#442

Amaranth said: Some of us need other things from linux-restricted-modules so that's not an option. I've found a host for my repo but right when I was going to upload the packages Ubuntu jumped two revisions ahead of my packages so I have to redo them again.

hi amaranth

what to you think about making the nvdia-glx package after the kernel freeze?? i know that we may have to wait a lot of time, but kernel updates will be every day at least, don't you think??

13 days sounds like a lot, but may go fast, and maybe you wouldn't even notice. this is just an idea. i really miss the beryl effects and gaming but, i think that i have to wait for a good cause.

if you think you should make packages every day, that's good for everyone. hehehehe.

thanks a lot amaranth and pricechild.

nrayever

#443

Well to solve the mismatch thing just install/revert back to the amaranth version of linux-restricted-modules by doing this:

sudo aptitude install linux-restricted-modules-2.6.17-10-generic=2.6.17.5-6~amaranth

and maybe pin it until kernel freeze or amaranth make a new restricted-module package maybe?

#444

Amaranth if you are willing to tell me how, or if there is a tutorial you would like to point me to, I am willing, to help out and building debs.

#445

PriceChild: An update on using method 2. I decided to follow method 2 on a clean install of edgy with all updates. The only change I made was I left out this line:

sudo apt-get --purge remove linux-restricted-modules-uname -r linux-restricted-modules-common nvidia-glx nvidia-settings nvidia-kernel-common

Now I have the nvidia beta drivers up and running, the l-r-m still in place with my wireless card working properly, and Beryl is up and running!

So now I'm wondering.... why do we really need to remove the l-r-m to do method 2? Mine seems to be working great leaving it in place.

#446

In a slightly related post to brottman's, I was going to install beryl via the guide on post 1 of this thread tonight. I've got an AMD64 machine with the latest edgy. When I got to the part:

sudo apt-get --purge remove linux-restricted-modules-uname -r linux-restricted-modules-common nvidia-glx nvidia-settings nvidia-kernel-common

apt-get wanted to remove a bunch of packages that I didn't think should be removed (eg. xorg*, linux-amd64-k8*, ubuntu-desktop*, etc. 74 in total) I cancelled the removal, and am wondering if it should be removing ~74 packages, or if it's just my machine. After brottman's post, I am wondering if I need to remove l-r-m at all. I decided not to do "option 1" with the amaranth l-r-m method because it said it was broken.

#447

AdamDunn said: In a slightly related post to brottman's, I was going to install beryl via the guide on post 1 of this thread tonight. I've got an AMD64 machine with the latest edgy. When I got to the part:

sudo apt-get --purge remove linux-restricted-modules-uname -r linux-restricted-modules-common nvidia-glx nvidia-settings nvidia-kernel-common

apt-get wanted to remove a bunch of packages that I didn't think should be removed (eg. xorg*, linux-amd64-k8*, ubuntu-desktop*, etc. 74 in total) I cancelled the removal, and am wondering if it should be removing ~74 packages, or if it's just my machine. After brottman's post, I am wondering if I need to remove l-r-m at all. I decided not to do "option 1" with the amaranth l-r-m method because it said it was broken.

Option-1 is broke so its good you didn't try that one. I am far from an expert, but I believe option-2 will work fine if you skip that line that uninstalls the l-r-m, as long as you don't have the nvidia-glx package installed from the official reps. I would advise uninstalling that first, then do everything in Option-2 except the line you quoted.

But again, I am still new at this. I don't care if I mess up my own computer but I don't want others to mess up theirs from anything I said :)

#448

And to answer the other question in your post, if it is trying to remove 74 packages something is definetely wrong.

#449

I don't know if it has been brought up yet on how to use the beta drivers from Nvidia, I have had little luck on finding info on how to fix the "black screen on bootup" problem....but I did find it at the NVnews forum.

Apparently it is a problem with the SMBUS.

Remove the restricted modules and all nvidia-glx stuff. Make sure all of your headers are installed for the kernel you are running.

Download the beta driver and run it with the --extract-only switch. Download zanders patch on this page http://www.nvnews.net/vbulletin/showthread.php?t=77021&page=2

Apply the patch as per post#117 on page8 of that thread:

cd NVIDIA-Linux-x86-1.0-9625-pkg1 patch -p0 < whereyourpatchlive/NVIDIA_kernel-1.0-9625-NOSMBUS.diff.txt

Then run nvidia-installer in that directory. Everything should work now, you might need to adjust your xorg.conf if the installer didn't get it right.

Hope this helps someone, that post sure helped me....I am running the beta drivers with beryl and having a blast...much faster than Dapper/XGL/compiz

Mike

#450

Another update to l-r-m again today. Stopped my X from working. Heres how I fixed it.

  1. ctrl-alt-F1 to get to a console to login at.
  2. Run the nvidia script again (Not sure if this was actually neccessary)
sudo sh NVIDIA-Linux-x86-1.0-9625-pkg1.run
  1. Tell Ubuntu not to load the 'nv' driver in the l-r-m
sudo nano /etc/default/linux-restricted-modules-common

Add "nv" to DISABLED_MODULES

Reboot & enjoy the wobbly windows again.

#451

I have 3 words for you :

I Love You ! :KS

#452

robinl said: Well to solve the mismatch thing just install/revert back to the amaranth version of linux-restricted-modules by doing this:

sudo aptitude install linux-restricted-modules-2.6.17-10-generic=2.6.17.5-6~amaranth

and maybe pin it until kernel freeze or amaranth make a new restricted-module package maybe?

Yes. I just put in /etc/apt/preferences:


Package: *
Pin: origin dev.realistanew.com
Pin-Priority: 1001

Then

sudo apt-get -uf dist-upgrade

And it works.

#453

Ok i can confirm being able to keep lrm installed and install nvidia's script.

I'm guessing this is because Amaranth's are still working slightly on my system without nvidia-glx.

changing howto to reflect this.

(btw i doubt we'll get a new lrm from Amaranth until kernel freeze: he built one last night which was immiedately superseeded.

#454

PriceChild, you do not need the dev.realistanew.com rep to do option #2 (script method). I would advise removing that as well as the line that removes the l-r-m because it may mess up a bunch of laptops. I would also put a note in there about adding "nv" to tell the l-r-m not to load it in this file:

/etc/default/linux-restricted-modules-common

#455

Kernel freeze is tomorrow, btw. As far as I can tell there is no reason to upgrade your l-r-m right now, the newer versions only change things for powerpc.

#456

Kernel freeze means we should have lrm (and kernel) updates near to 0, isn't it? So are you going to release a new .deb after freeze? I'm stick with last working version of packaged nvidia beta driver and the same kernel revision..

#457

How do I fix it and get my nvidia drivers back? I don't feel like messing around with this for a while.

#458

use module-assistant to build kernel module and compile nvidia-glx package from debian unstable.

#459

Amaranth said: Kernel freeze is tomorrow, btw. As far as I can tell there is no reason to upgrade your l-r-m right now, the newer versions only change things for powerpc.

amaranth:

is kernel freeze really tomorrow?? [COLOR="LemonChiffon"]because according to this wiki, the kernel freeze is on october 16. who's right and who's wrong?? :???: :???:

this is a bloody mess!! can someone explain me please!![/COLOR]

sorry my mistake. sorry amaranth

nrayever

#460

nrayever said: amaranth:

is kernel freeze really tomorrow?? because according to this wiki, the kernel freeze is on october 16. who's right and who's wrong?? :???: :???:

this is a bloody mess!! can someone explain me please!!

nrayever

read the wiki again, its October 5th.

#461

Exclamation said: read the wiki again, its October 5th.

sorry exclamation! i just checked it again and i saw the right date. my mistake, i need new glasses.

nrayever

ps: sorry amaranth

#462

No need to apologize, it was an easy mistake, I had to check it twice to make sure. Its confusing because its a numbered list with 16 on the side.

#463

PriceChild said: [CENTER][LEFT]

[/LEFT] [SIZE=6][COLOR=Red] [SIZE=5][COLOR=Black][SIZE=4][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][/CENTER] Remember that following this method requires a reinstillation of them every time the kernel changes.

[SIZE=6][/SIZE]

Ok, the kernel just changed and my x brioke ("No screens detected"). How do I reinstall the drivers from the command-prompt ?

#464

trommas said: Ok, the kernel just changed and my x brioke ("No screens detected"). How do I reinstall the drivers from the command-prompt ?

Just run the script again

sudo sh NVIDIA<<randomness>>.run
#465

trommas said: Ok, the kernel just changed and my x brioke ("No screens detected"). How do I reinstall the drivers from the command-prompt ?

Trommas, I posted how to fix this in post #451.

http://www.ubuntuforums.org/showpost.php?p=1579587&postcount=451

#466

ok, i followed the tutorial, and there is *no* beryl-start, and if i run beryl or beryl-manager, x restarts and i get the login manager again.

If i dont answer after you replying to me its becasue im away for about a week. ;)

#467

I just started using linux a few days ago. Just today I got the beta nvidia drivers installed and then started playing around with beryl. I tried to enable the rain effects and suffered a hard crash. Now when I try to start up beryl again I get the following


XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
beryl: dbus_bus_get error: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
beryl: Plugin 'dbus':initDisplay failed
beryl: Couldn't activate plugin 'dbus'
beryl: 'settings' plugin must be loaded after 'dbus' plugin
beryl: Can't activate 'settings' plugin due to dependency problems
X connection to :0.0 broken (explicit kill or server shutdown).

I tried to uninstall beryl and reinstall it, but I think that I don't fully understand how to uninstall yet.

#468

I forgot to add this part...

emerald: Connection Error (Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
5002: arguments to dbus_connection_get_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 4767.
This is normally a bug in some application using the D-Bus library.
5002: arguments to dbus_connection_set_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 4731.
This is normally a bug in some application using the D-Bus library.
#469

brottman said: Trommas, I posted how to fix this in post #451.

http://www.ubuntuforums.org/showpost.php?p=1579587&postcount=451

I installed the beta drivers from the repo, so I've got no .run

How can I fix it?

Thanks

#470

goldenatom said: I tried to uninstall beryl and reinstall it, but I think that I don't fully understand how to uninstall yet.

try:

sudo aptitude remove --purge beryl-core beryl-plugins beryl-plugins-data emerald beryl-settings beryl-manager beryl beryl-dev emerald-themes

then

rm -R ~/.beryl*
rm -R ~/.emerald*

then reinstall with:

sudo apt-get install beryl-core beryl-plugins beryl-plugins-data emerald beryl-settings beryl-manager beryl beryl-dev emerald-themes
#471

Trifid said: What did I do wrong? :(

Thanks for the guide though. :)

I got the same thing? anyway it's late and I'm tired, hope someone can help.

#472

Thanks for the help. That did work, but once I reinstalled I still got the same error. Is there something I'm not doing right?

#473

goldenatom... it worked? but then didn't later? What did you do inbetween?

Btw option 1 is now fixed!!!

Amaranth has made a new repo at

deb http://amaranth.selfip.com edgy lrm
#474

Sorry, what I should have said was. The uninstall worked just fine, but once I reinstalled I still got the same error.

Where does beryl install to by default?

#475

just upgraded now and everything works fine...held back on updating till option 1 was fixed and had over 300 updates..lol

#476

mgsfan said: just upgraded now and everything works fine...held back on updating till option 1 was fixed and had over 300 updates..lol

I wasn't quite that bad, I'd been doing selective updates and doing apt-get installs of everything BUT the kernel, but it was still not pretty.

All updated and ready for reboot!

#477

pricechild and amaranth thanks a lot!! now i have beryl and kiba-dock again!! thank you for your work!!

nrayever

#478

thank you very much guys, the rep works perfectly.

#479

Hum... no chance, The beta drivers are giving me a screen resolution of max 800 x 600... guess I'll have to wait till the next release. :(

#480

Hi, I followed your guide and installed the latest nvidia-drivers from amaranth's repo's. I'm using nvidia-glx-legacy and Xfce4

But I have problems with GLX. This is what I get when I start Beryl:

~$ beryl-manager
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Segmentation fault

** (beryl-manager:5449): 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.
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3600003 (Software U)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2c00020 (Terminal -)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.

#481

PriceChild said: goldenatom... it worked? but then didn't later? What did you do inbetween?

Btw option 1 is now fixed!!!

Amaranth has made a new repo at

deb http://amaranth.selfip.com edgy lrm

Thanks. Finally I can 'unhold' my restricted modules. 8)

#482

gosh said: Hi,

I followed your guide and installed the latest nvidia-drivers from amaranth's repo's. I'm using nvidia-glx-legacy and Xfce4

But I have problems with GLX. This is what I get when I start Beryl:

~$ beryl-manager
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Segmentation fault

** (beryl-manager:5449): 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.
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3600003 (Software U)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2c00020 (Terminal -)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.

Try adding this to /etc/X11/xorg.conf :


Section "Extensions"
     Option "Composite" "Enable"
EndSection
#483

molgar said: Try adding this to /etc/X11/xorg.conf :


Section "Extensions"
     Option "Composite" "Enable"
EndSection

Nope, don't work. It says:

Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Segmentation fault

#484

Could you post you xorg file here? Maybe that will help with comparing with those who have it working

#485

Yes Thank you Both for all your hard Work! I'm so happy I have completely switched to linux now!:p Thanks again, Vae

#486

Guy with the GLX problems... keep trying... post your xorg.conf , ask for help in the irc channel! Sorry I can't help personally :(

You've got this to look forward to though:

Vae Victis said: Yes Thank you Both for all your hard Work! I'm so happy I have completely switched to linux now!:p

Thanks again, Vae Good to see it going for someone else :)

#487

@gosh can you do a glxinfo in a terminal to see what it say ?

#488

Tnx! updated my repos, made a dist-upgrade, and everything went smooth... 2.6.17-10 up & running (& wobbling!) I love .deb based beryl+modules installation!

#489

I followed the 1ste option, and almost everything seems to work, except the wobbly windows. Too bad, cause that's one thing I really liked before, the wobbly movement of the drop down menu's :)

#490

I've noticed that Beryl's not as wobbly as Compiz was and I don't know why.

#491

Everything fine except i have no window borders after running beryl-manager. when i minimise windows i get effects etc so mostly seems to be working. anyone know how to get the window borders back?

found the checkbox in the settings for windo decs - sorry..

#492

gosh said: Nope, don't work. It says:

Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Segmentation fault

I am confused, I thought the new drivers do not support legacy cards....could you tell us what video card you are using?

#493

Beryl crashes as I start it, the output is something along the lines of "can't find XGL, found NVIDIA, Restarting with (insert strange parameter), can't find XGL, found NVIDIA" and then the window titlebars disappear. If I run beryl-manager instead of just beryl, I also get the icon in my notification area. Any hints?

#494

Thanks for the great Howto.

Does anybody else feel that Edgy+Beryl+NvidaBeta seems to run a little bit slower than Dapper+Compiz+Nvidia ?

#495

tt101 said: Thanks for the great Howto.

Does anybody else feel that Edgy+Beryl+NvidaBeta seems to run a little bit slower than Dapper+Compiz+Nvidia ?

I think that's the general consensus. Playing around with configuration (VSync, refresh rate, etc) can help out but it is a bit sluggish.

#496

disable the blur plugin, that can kill a video card.

#497

Got it all working, but there's two more problems; 1) Autoscrolling in firefox seems quite buggy [[IMG]http://img84.imageshack.us/img84/4788/screenshoteb3.th.png[/IMG]](http://img84.imageshack.us/my.php?image=screenshoteb3.png) 2) Opacity on menus doesn't seem to be working on most menus (namely the alt+space menus and the main menus) even though I have a state entry for opacity set for w:menu:75

Has anybody else experienced these problems or perhaps even experience a solution?

#498

spockrock said: I am confused, I thought the new drivers do not support legacy cards....could you tell us what video card you are using?

I'm having the same problem as Gosh using on-board Nvidia 6150LE. Am I out of luck w/this card?

Didjit

#499

mediumcool said: Everything fine except i have no window borders after running beryl-manager. when i minimise windows i get effects etc so mostly seems to be working. anyone know how to get the window borders back?

found the checkbox in the settings for windo decs - sorry..

Another cause of this problem is failing to set the Default Colour Depth in /etc/X11/xorg.conf to 24 bit (it defaults to 16 bit after driver installation).

Perhaps this should be added to the guide? I reached page 30 or so of this thread before I identified this problem.

Also, does anyone know which effect it is that causes drawers on Gnome panels to behave oddly? It's the only problem I'm getting.

Thanks!

#500

BitTorrentBuddha said: Got it all working, but there's two more problems;

1) Autoscrolling in firefox seems quite buggy [[IMG]http://img84.imageshack.us/img84/4788/screenshoteb3.th.png[/IMG]](http://img84.imageshack.us/my.php?image=screenshoteb3.png) 2) Opacity on menus doesn't seem to be working on most menus (namely the alt+space menus and the main menus) even though I have a state entry for opacity set for w:menu:75

Has anybody else experienced these problems or perhaps even experience a solution?

I found out that number 2 needs to be w:dropdownmenu:75, still don't have an answer to #1 though.

#501

Works nice from first try. No bugs encountered yet.

#502

Hey there, this guide worked perfectly with Nvidia's official drivers. Yet, now I found out my wireless card doesn't work since I deleted the linux-restricted-modules so I will follow method 1 of the nvidia driver install on the guide. Can I just follow method 1 and that will automatically disable the Nvdia official driver or do I have to uninstall the driver first somehow?

#503

I'm having problems playing OpenGL games, specifically UT2K4. A few seconds into the game, it'll freeze up for 10 seconds, unfreeze, then freeze up again. I have to enable Software rendering instead of OpenGL to be able to play.

Am I doing something wrong?

#504

disable beryl when running opengl games

#505

I have to install xserver-xgl? Dont find any package named aiglx or smth. else...

#506

Topic title sais:

Re: HOWTO: Beryl with latest nvidia drivers and Edgy's built in AIGLX (no XGL)

#507

Yea..but... I have to start a NORMAL Gnome Session?! Nothing like that: ?

[Desktop Entry]
Encoding=UTF-8
Name=Xgl
Exec=/usr/bin/startxgl.sh
Icon=
Type=Application

Thats it with XGL..what about AIGLX?

Now i tried this with a normal Gnome-Session, the problem is: with Composite "0" i cant start beryl...with composite "1" i dont have Direct rendering... (ATI)


chris@home:~ beryl
XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
beryl: No composite extension
#508

I've had lots of trouble the last days..... I even couldn't run gdm!! Had to install kubuntu so I could check my mail and things. But now I am nearly up and running. (typing this from my old laptop)

I will post my xorg.conf tomorrow. My videocard is a GeForce2 Go I think. Check that tomorrow as well

#509

ATI still needs XGL to work.

#510

Right, still the same problem: Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Error: couldn't find RGB GLX visual Xlib: extension "GLX" missing on display ":0.0".etc.

This is what my xorg.conf looks like:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@rothera)  Thu Jan  5 15:32:31 UTC 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" "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 "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     "DELL E771p"
    HorizSync       30.0 - 65.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV15 [GeForce2 GTS/Pro]"
    Driver         "nvidia"
# Enable 32-bit ARGB GLX Visuals
    Option "AddARGBGLXVisuals" "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"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV15 [GeForce2 GTS/Pro]"
    Monitor        "DELL E771p"
    DefaultDepth    24
    Option         "UseFBDev" "true"
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Ndivia X Server Settings, tab Open GL/GLX information says

The OpenGL extension 'GLX' is not supported by

the X server or there was a problem retrieving GLX information from the X server.

EDIT: I added the nvidia-bug-report.log as well

#511

Hi gosh,

Unfortunately you'll have no luck using Beryl with AIGLX, it needs the latest beta drivers, i.e. a non-legacy card. You may still have luck with XGL... forget about this guide and search the forums for another that caters to Beryl + XGL.

Maybe here (but ignore the section in which to install a new kernel or fix your wireless, and make sure to use the legacy drivers instead): http://www.ubuntuforums.org/showthread.php?t=268036

#512

Ah, right. This is the first time I ran across this info. Thnx for this. i'll try the other guide

#513

Hi!

when I've followed all paths here and I can't get beryl to work without XGL.

I have nVIDIA GeForce 6600GT, with nVIDIA 1.0-9625 drivers..

when I start beryl I get:


**thor27@QUARTO:~$** beryl
XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
beryl: Another window manager is already running on screen: 0
beryl: No manageable screens found on display :0

my xorg.conf looks like this:


Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "PS/2 Mouse" "CorePointer"
InputDevice    "Serial Mouse" "CorePointer"
# USB Mouse not detected
# ALPS TouchPad not detected
# Synaptics TouchPad not detected
EndSection

Section "ServerFlags"
	Option "AllowMouseOpenFail"  "true"
	
EndSection

Section "Files"
#	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
	FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
	FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
#	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
#	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath     "/usr/share/fonts/ttf/western"
	FontPath     "/usr/share/fonts/ttf/decoratives"
	FontPath     "/usr/share/fonts/truetype"
	FontPath     "/usr/share/fonts/truetype/openoffice"
	FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
	FontPath     "/usr/share/fonts/latex-ttf-fonts"
	FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
	FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"
#       Load  "ddc"  # ddc probing of monitor
#Load  "GLcore"
	Load  "dbe"
#Load  "dri"
	Load  "extmod"
 Load  "glx"
#        Load  "bitmap" # bitmap-fonts
#	Load  "speedo"
#	Load  "type1"
#	Load  "freetype"
	Load  "xtrap"
# TouchPad not detected
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
        Option      "CoreKeyboard"
	Option "XkbRules" "xorg"
	Option "XkbModel" "abnt2"
	Option "XkbLayout" "br"
	Option "XkbVariant" "abnt2"
EndSection

#MOUSE SERIAL SEM RODINHA
Section "InputDevice"
	Identifier  "Serial Mouse"#bigmouse1
	Driver  "mouse"
	Option  "Protocol"   "Microsoft"
	Option  "Device"   "/dev/ttyS0"
	Option  "Emulate3Buttons"  "true"
	Option  "Emulate3Timeout"  "70"
	Option  "SendCoreEvents"   "true"
EndSection

#MOUSE SERIAL COM RODINHA
Section "InputDevice"
	Identifier  "Serial Mouse2"#bigmouse2
	Driver      "mouse"
	Option      "Protocol" "IntelliMouse"
	Option      "Device" "/dev/ttyS0"
	Option      "Emulate3Buttons" "true"
	Option      "Emulate3Timeout" "70"
	Option	    "SendCoreEvents"  "true"
        Option      "ZAxisMapping"          "4 5"
        Option      "Buttons"               "5"
EndSection

#MOUSE PS/2 ATÉ 3 BOTÕES E UMA RODINHA
Section "InputDevice"
Identifier  "PS/2 Mouse"#bigmouse3
	Driver      "mouse"
	Option      "Protocol" "auto"
Option          "ZAxisMapping"          "4 5"
	Option      "Device" "/dev/psaux"
	Option      "Emulate3Buttons" "true"
	Option      "Emulate3Timeout" "70"
	Option	    "SendCoreEvents"  "true"
EndSection


#MOUSE PS/2 COM 5 BOTÕES E UMA RODINHA
Section "InputDevice"
Identifier  "PS/2 Mouse2"#bigmouse4
	Driver "mouse"
	Option "Protocol" "ExplorerPS/2"
	Option "ZAxisMapping" "4 5"
	Option "Buttons" "7"
	Option "Device" "/dev/input/mice"
EndSection 


#MOUSE PS/2 COM 5 BOTÕES E UMA RODINHA MODO 2
Section "InputDevice"
Identifier  "PS/2 Mouse3"#bigmouse5
	Driver "mouse"
	Option "Protocol" "ExplorerPS/2"
	Option "ZAxisMapping" "6 7"
	Option "Buttons" "7"
	Option "Device" "/dev/input/mice"
EndSection 

#MOUSE PS/2 COM 5 BOTÕES E DUAS RODINHAS
Section "InputDevice"
Identifier  "PS/2 Mouse4"#bigmouse6
	Driver "mouse"
	Option "Protocol" "ExplorerPS/2"
	Option "ZAxisMapping" "6 7 8 9"
	Option "Buttons" "9"
	Option "Device" "/dev/input/mice"
EndSection 


#MOUSE USB ATÉ 3 BOTÕES E UMA RODINHA
Section "InputDevice"
        Identifier      "USB Mouse"#bigmouse7
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
	Option		"SendCoreEvents"	"true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

#MOUSE USB 5 BOTÕES E UMA RODINHA
Section "InputDevice"
        Identifier      "USB Mouse2"#bigmouse8
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
	Option		"SendCoreEvents"	"true"
        Option          "Protocol"              "IMPS/2"
	Option "ZAxisMapping" "4 5"
	Option "Buttons" "7"
EndSection

#MOUSE USB 5 BOTÕES E UMA RODINHA MODO 2
Section "InputDevice"
        Identifier      "USB Mouse3"#bigmouse9
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
	Option		"SendCoreEvents"	"true"
        Option          "Protocol"              "IMPS/2"
	Option "ZAxisMapping" "6 7"
	Option "Buttons" "7"
EndSection

#MOUSE USB 5 BOTÕES E DUAS RODINHAS
Section "InputDevice"
        Identifier      "USB Mouse4"#bigmouse0
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
	Option		"SendCoreEvents"	"true"
        Option          "Protocol"              "IMPS/2"
	Option "ZAxisMapping" "6 7 8 9"
	Option "Buttons" "9"
EndSection


Section "InputDevice"
        Identifier      "ALPS TouchPad"
        Driver          "synaptics"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "LeftEdge"              "120"
        Option          "RightEdge"             "830"
        Option          "TopEdge"               "120"
        Option          "BottomEdge"            "650"
        Option          "FingerLow"             "14"
        Option          "FingerHigh"            "15"
        Option          "MaxTapTime"            "180"
        Option          "MaxTapMove"            "110"
        Option          "EmulateMidButtonTime"  "75"
        Option          "VertScrollDelta"       "20"
        Option          "HorizScrollDelta"      "20"
        Option          "MinSpeed"              "0.2"
        Option          "MaxSpeed"              "0.5"
        Option          "AccelFactor"           "0.01"
        Option          "EdgeMotionMinSpeed"    "15"
        Option          "EdgeMotionMaxSpeed"    "15"
        Option          "UpDownScrolling"       "1"
        Option          "CircularScrolling"     "1"
        Option          "CircScrollDelta"       "0.1"
        Option          "CircScrollTrigger"     "2"
EndSection

Section "InputDevice"
        Identifier      "Synaptics TouchPad"
        Driver          "synaptics"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "LeftEdge"              "1700"
        Option          "RightEdge"             "5300"
        Option          "TopEdge"               "1700"
        Option          "BottomEdge"            "4200"
        Option          "FingerLow"             "25"
        Option          "FingerHigh"            "30"
        Option          "MaxTapTime"            "180"
        Option          "MaxTapMove"            "220"
        Option          "VertScrollDelta"       "100"
        Option          "MinSpeed"              "0.06"
        Option          "MaxSpeed"              "0.12"
        Option          "AccelFactor"           "0.0010"
        Option          "SHMConfig"             "on"
        Option          "Repeater"              "/dev/ps2mouse"
EndSection

# Auto-generated by KNOPPIX mkxf86config

Section "Monitor"
	Identifier	"Monitor0"
	Option	"DPMS"	"true"
	VendorName	"GSM"
	ModelName	"GSM42d1"
	HorizSync 30 - 70 # DDC-probed
	VertRefresh 50 - 160 # DDC-probed
EndSection

Section "Device"
	### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
        #Option     "sw_cursor"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
        #Option     "VideoOverlay" "on"
        #Option     "OpenGLOverlay" "off"
        #Option     "KernelModuleParm" "agplock=0"
        #Option     "UseInternalAGPGART" "no"
	#Option      "RenderAccel" "on"
	Option 	    "TripleBuffer" "true"
	Identifier  "Card0"
	
# The following line is auto-generated by KNOPPIX mkxf86config
	Driver      "nvidia"
	VendorName  "All"
	BoardName   "All"
#BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Option "AddARGBGLXVisuals" "True"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultColorDepth 24
	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 "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection

Section "Extensions"
    Option "AIGLX" "Enable"
    Option "Composite" "Enable"
EndSection
#514

no I tryed with another user and it's working... I've already tried to remove .beryl and .compiz folder but it's still not working... any ideas??

#515

thor27 said: no I tryed with another user and it's working... I've already tried to remove .beryl and .compiz folder but it's still not working... any ideas??

Yes, kill the other window manager, which is running and try again.

#516

tryed that with no success.. even If I don't kill kwin and start, beryl kills kwin but doesn't start...

#517

I am still getting an error when trying to reinstall the nvidia beta drivers from amaraths new repo, any ideas what the problem might be?


Reading package lists... Done
Building dependency tree       
Reading state information... Done
libxorg-sched-yield-hack0 is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  nvidia-glx: Depends: nvidia-kernel-1.0.9625
E: Broken packages
#518

Karail said: I am still getting an error when trying to reinstall the nvidia beta drivers from amaraths new repo, any ideas what the problem might be?

There was some sort of package update today that breaks the nvidia drivers in Amaranth's repo. Just wait a bit while it gets sorted out.

#519

Hey there:

I had all of this working with the Nvidia official beta drivers. Yet, I noticed that my wireless card requires the linux restricted modules which break the Nvidia beta drivers and messes up the X server...So I uninstalled the Nvidia beta drivers in order to install the other nvidia drivers as stipulated in method 1...but I need to remove the beryl-manager from my startup session since it doesn't work properly now and sends me back to the login window after showing the desktop for soem seconds...Since I can't enter the desktop for long using either of the available session options, is there a way to remove the beryl-manager from startup sequence from the terminal?

#520

I can edit files using gedit from failsafe terminal since my X server is working. As I said, all I need is to get the startup file that has the programs I have there opening on startup to delete the beryl-manager so I can install the drivers...

#521

you can edit your ~/.config/autostart/beryl-manager.desktop X-GNOME-Autostart-enabled=false or simply delete the file!

#522

Thanks for the Nvidia beta repo. Everything is working fine ! But now, synaptic is proposing me another update of linux-restricted and etc... maybe you could change the version number in the repo so it will automatically ignore this update ?

Thanks in advance

#523

Does the amaranth repo have amd64 packages? I always get the following error when doing an apt-get:

Failed to fetch http://amaranth.selfip.com/dists/edgy/lrm/binary-amd64/Packages.gz  404 Not Found

Following the rest of the steps without grabbing anything from that repo doesn't work. It looks like beryl launches for a second, then my X-session becomes unresponsive.

Jason

#524

Well, Beryl freezes a lot when you drag a window to the edge of the desktop + a few other minor glitches. But I haven't been able to completely crash it yet. :)

#525

Hello... everything works great, except from the fade plugin...

#526

Hey all... would like to mention that i won't be availiable on irc anymore to chat due to restrictions in place by uni.

Reducer said: Does the amaranth repo have amd64 packages?

Not as far as i know.

However lupine_85 was maintaining one... i don't know anymore though.

#527

Wow! It works brilliantly! Thanks very much. I like the new "tray icon" of Beryl and the fact that I can switch between OpenGL eye candy and a boring desktop for games without restarting and switching X servers. Thanks!

#528

I managed to get Beryl working with the latest nvidia drivers, however I'm having some problems when opening lots of windows. After about 5 or 6 opened (as in visible and rendered on the desktop, not minimized) all the rest that opens after that shows a black screen.

Just wondering if anyone is also having this problem and whether it is a soft restriction or hard restriction. I've unchecked Sync to VBlank which sometimes causes windows to display a black screen.

Oh and I found a way round this is to minimize other windows before maximizing the window you want to display - but still if there can be a fix for this it would be then be a perfect setup

I've also tried the "enable strict-binding" "Use this to avoid blank windows bug" but there is no difference.

Cheers

#529

nev0 said: After about 5 or 6 opened (as in visible and rendered on the desktop, not minimized) all the rest that opens after that shows a black screen.

Just an update, I found this: http://wiki.archlinux.org/index.php/Beryl

Which points to this at the end: http://www.nvnews.net/vbulletin/showthread.php?t=77248&highlight=black+windows

It seems like a graphics card capability limitation when video ram are exhausted and they're working on a fix (or an improvement at least)

#530

nev0 said: I managed to get Beryl working with the latest nvidia drivers, however I'm having some problems when opening lots of windows. After about 5 or 6 opened (as in visible and rendered on the desktop, not minimized) all the rest that opens after that shows a black screen.

Just wondering if anyone is also having this problem and whether it is a soft restriction or hard restriction. I've unchecked Sync to VBlank which sometimes causes windows to display a black screen.

Oh and I found a way round this is to minimize other windows before maximizing the window you want to display - but still if there can be a fix for this it would be then be a perfect setup

I've also tried the "enable strict-binding" "Use this to avoid blank windows bug" but there is no difference.

Cheers

Its an issue in the drivers. It has to do with the amount of video ram that you have.

I think nvidia needs to add in some memory management so that the black screens dont happen and instead the picture is loaded into memory and something else is flushed out.

#531

testube_babies said: There was some sort of package update today that breaks the nvidia drivers in Amaranth's repo. Just wait a bit while it gets sorted out.

has this been resolved yet? I'm stuck in text-only until this gets fixed.

#532

loopjeremyloop said: has this been resolved yet? I'm stuck in text-only until this gets fixed.

There were updates from Amaranth this morning but I haven't rebooted yet, so I'm assuming this is fixed now.

#533

yeah it is fixed - sudo aptitude update / upgrade / dist-upgrade seems to have resolved the issues.

YAY!

(thank you so much amaranth!)

#534

Got it working last night for the first time, with a little help from Amaranth on irc. This is way cool.

I spent a lot of time just playing around with the settings, seeing what each thing did. Are all of them supposed to work at this point, or are some of those controls not implemented yet? I could not tell any difference for many of the settings.

On my computer, when dragging a window to the edge, the cube takes a long time to get spinning, does anyone know the setting for speeding this up? I couldn't find it for the life of me. I think I inadvertently changed the setting already, because the first time I tried dragging to the edge, I don't remember it being so slow. I just can't find that setting again.

#535

Peepsalot said:

On my computer, when dragging a window to the edge, the cube takes a long time to get spinning, does anyone know the setting for speeding this up? I couldn't find it for the life of me. I think I inadvertently changed the setting already, because the first time I tried dragging to the edge, I don't remember it being so slow. I just can't find that setting again.

Have you tried one of the "numeric value" settings in the "Rotate Cube" section? I am not sure but after taking a quick look i think this would be the most likely place for that setting.

#536

i am pretty sure that i did a real stupid mistake. since i updated to edgy and the newest nvidia drivers (i hope i have them!) gdm is not starting anymore and just responding: /etc/X11/X is not executable anyone a idea whats going wrong?

#537

hi. I have 2 users working in its own X-terminals on one computer (hot-seat;) ). While beryl working I switch from 1st to 2nd and back (by "user-switcher" or ctrl-alt-F7/F9) I get black screen with mouse cursor on it. All works (for example F5 makes cursor "thinking"), but I see nothing :(

#538

jmur said: hi. I have 2 users working in its own X-terminals on one computer (hot-seat;) ). While beryl working I switch from 1st to 2nd and back (by "user-switcher" or ctrl-alt-F7/F9) I get black screen with mouse cursor on it. All works (for example F5 makes cursor "thinking"), but I see nothing :(

I something similar happen to me as well. I switched to a console and then tried to come back, but everything was black except for my cursor. As I recall, Ctrl-Alt-Backspace did not work though and I had to hit the power switch on my computer. On the next reboot however, I was able to switch between console and x without any problems. :-k

#539

Can i reccomend to everyone that before upgrading any kernel pieces that they check amaranth's repos in synaptic to see if there are updates for his lrm also!

schias said: i am pretty sure that i did a real stupid mistake. since i updated to edgy and the newest nvidia drivers (i hope i have them!) gdm is not starting anymore and just responding: /etc/X11/X is not executable anyone a idea whats going wrong?This sounds pretty bad.

Maybe reinstall your xserver-xorg?

#540

Ok I get no borders (amranth's repos) but beryl is running as I can twist the cube for example. Note that in my corg.conf the default depth colour is 24bits. Here's the output of "beryl-manager" command in a terminal:

turbojugend@TurboPC:~$ beryl-manager
turbojugend@TurboPC:~$ XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
Couldn't load settings.  Reverting to defaults.
Couldn't load theme.  Reverting to defaults.
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
Initiating splash
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
Attaching to program: /usr/bin/beryl, process 5044
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...
(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libm.so.6
Reading symbols from /lib/tls/i686/cmov/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libc.so.6
Reading symbols from /usr/lib/libX11.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libX11.so.6
Reading symbols from /usr/lib/libXext.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXext.so.6
Reading symbols from /lib/tls/i686/cmov/libdl.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libdl.so.2
Reading symbols from /usr/lib/libz.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /usr/lib/libXrender.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXrender.so.1
Reading symbols from /usr/lib/libGLcore.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libGLcore.so.1
Reading symbols from /usr/lib/tls/libnvidia-tls.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/tls/libnvidia-tls.so.1
Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /usr/lib/libXau.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXau.so.6
Reading symbols from /usr/lib/libXdmcp.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXdmcp.so.6
Reading symbols from /usr/lib/libXcursor.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXcursor.so.1
Reading symbols from /usr/lib/X11/locale/common/xlibi18n.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/X11/locale/common/xlibi18n.so.2
Reading symbols from /usr/lib/beryl/libdbus.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libdbus.so
Reading symbols from /usr/lib/libdbus-1.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libdbus-1.so.3
Reading symbols from /lib/tls/i686/cmov/libnsl.so.1...
(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libnsl.so.1
Reading symbols from /usr/lib/beryl/libsettings.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libsettings.so
Reading symbols from /usr/lib/libglib-2.0.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libglib-2.0.so.0
Reading symbols from /lib/tls/i686/cmov/librt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/librt.so.1
Reading symbols from /lib/tls/i686/cmov/libpthread.so.0...
(no debugging symbols found)...done.
[Thread debugging using libthread_db enabled]
[New Thread -1220876592 (LWP 5044)]
Loaded symbols for /lib/tls/i686/cmov/libpthread.so.0
Reading symbols from /lib/tls/i686/cmov/libnss_compat.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libnss_compat.so.2
Reading symbols from /lib/tls/i686/cmov/libnss_nis.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libnss_nis.so.2
Reading symbols from /lib/tls/i686/cmov/libnss_files.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libnss_files.so.2
Reading symbols from /usr/lib/beryl/libcrashhandler.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libcrashhandler.so
Reading symbols from /usr/lib/beryl/libdecoration.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libdecoration.so
Reading symbols from /usr/lib/beryl/libsplash.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libsplash.so
Reading symbols from /usr/lib/beryl/libwobbly.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libwobbly.so
Reading symbols from /usr/lib/beryl/libanimation.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libanimation.so
Reading symbols from /usr/lib/beryl/libfade.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libfade.so
Reading symbols from /usr/lib/beryl/libcube.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libcube.so
Reading symbols from /usr/lib/libcairo.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libcairo.so.2
Reading symbols from /usr/lib/librsvg-2.so.2...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/librsvg-2.so.2
Reading symbols from /usr/lib/libgdk_pixbuf-2.0.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgdk_pixbuf-2.0.so.0
Reading symbols from /usr/lib/libgobject-2.0.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgobject-2.0.so.0
Reading symbols from /usr/lib/libgmodule-2.0.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgmodule-2.0.so.0
Reading symbols from /usr/lib/libfreetype.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libfreetype.so.6
Reading symbols from /usr/lib/libfontconfig.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libfontconfig.so.1
Reading symbols from /usr/lib/libgsf-1.so.114...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgsf-1.so.114
Reading symbols from /usr/lib/libcroco-0.6.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libcroco-0.6.so.3
Reading symbols from /usr/lib/libxml2.so.2...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libxml2.so.2
Reading symbols from /usr/lib/libpangoft2-1.0.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libpangoft2-1.0.so.0
Reading symbols from /usr/lib/libpangocairo-1.0.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libpangocairo-1.0.so.0
Reading symbols from /usr/lib/libpango-1.0.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libpango-1.0.so.0
Reading symbols from /usr/lib/libexpat.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libexpat.so.1
Reading symbols from /lib/libbz2.so.1.0...(no debugging symbols found)...done.
Loaded symbols for /lib/libbz2.so.1.0
Reading symbols from /usr/lib/beryl/librotate.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/librotate.so
Reading symbols from /usr/lib/beryl/libzoom.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libzoom.so
Reading symbols from /usr/lib/beryl/libscale.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libscale.so
Reading symbols from /usr/lib/beryl/libmove.so...(no debugUndefined command: "-e".  Try "help".
ging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libmove.so
Reading symbols from /usr/lib/beryl/libresize.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libresize.so
Reading symbols from /usr/lib/beryl/libplace.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libplace.so
Reading symbols from /usr/lib/beryl/libswitcher.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libswitcher.so
Reading symbols from /usr/lib/beryl/libwater.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libwater.so
Reading symbols from /usr/lib/beryl/libtrailfocus.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libtrailfocus.so
Reading symbols from /usr/lib/beryl/libneg.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libneg.so
Reading symbols from /usr/lib/beryl/libbs.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libbs.so
Reading symbols from /usr/lib/beryl/libput.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libput.so
Reading symbols from /usr/lib/beryl/libscreenshot.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libscreenshot.so
Reading symbols from /usr/lib/beryl/libstate.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libstate.so

(no debugging symbols found)
0xffffe410 in __kernel_vsyscall ()
(gdb) (gdb) 
Thread 1 (Thread -1220876592 (LWP 5044)):
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7dbd6a3 in waitpid () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7d65281 in strtold_l () from /lib/tls/i686/cmov/libc.so.6
#3  0xb6b5a16d in crash_handler () from /usr/lib/beryl/libcrashhandler.so
#4  <signal handler called>
#5  0xb7d9d37c in memcpy () from /lib/tls/i686/cmov/libc.so.6
#6  0xb795f2b9 in _nv000108gl () from /usr/lib/libGLcore.so.1
#7  0xb3ada010 in ?? ()
#8  0x00000000 in ?? ()
#0  0xffffe410 in __kernel_vsyscall ()
(gdb) 
(gdb) 
(gdb) #0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7dbd6a3 in waitpid () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7d65281 in strtold_l () from /lib/tls/i686/cmov/libc.so.6
#3  0xb6b5a16d in crash_handler () from /usr/lib/beryl/libcrashhandler.so
#4  <signal handler called>
#5  0xb7d9d37c in memcpy () from /lib/tls/i686/cmov/libc.so.6
#6  0xb795f2b9 in _nv000108gl () from /usr/lib/libGLcore.so.1
#7  0xb3ada010 in ?? ()
#8  0x00000000 in ?? ()
(gdb) Detaching from program: /usr/bin/beryl, process 5044

[CRASH_HANDLER]: "/tmp/beryl_crash-5044.out" created!


** (beryl-manager:4982): 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.
XGL Absent, checking for NVIDIA
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
beryl: No GLXFBConfig for depth 32
Initiating splash

turbojugend@TurboPC:~$ 

I know it's lengthy but I think the important things are towards the end of it. Why on earth is it looking for 32bits! I thnik that's unconcievable in Xorg after all... anyhow plz help me on that so I can get some beryl love!

Thanks in advance.

#541

PriceChild said: Beryl will work on other aiglx/xgl solutions such as on Dapper... however you'll get best performance with this method!

Hi,

I have a P4HT2.8 CPU and a Nvidia GeForce 6600. I have Beryl running but the performance feels not as good as when I tried Dapper+compiz+XGL some time ago . Window maximizing and minimizing feels a little bit sluggish. In general all the scrolling, menu browsing, etc feels slow compared to using plain Metacity or Compiz and XGL. Today I was getting sone Firefox windows compeltely black. Am I missing something? I did all what is said in the how-to.

Thanks!

Hector

#542

hectorUbu said: Hi,

I have a P4HT2.8 CPU and a Nvidia GeForce 6600. I have Beryl running but the performance feels not as good as when I tried Dapper+compiz+XGL some time ago . Window maximizing and minimizing feels a little bit sluggish. In general all the scrolling, menu browsing, etc feels slow compared to using plain Metacity or Compiz and XGL. Today I was getting sone Firefox windows compeltely black. Am I missing something? I did all what is said in the how-to.

Thanks!

Hector

Same results here. I think this is being felt by a lot of people.

#543

turbojugend_gr said: Ok I get no borders (amranth's repos) but beryl is running as I can twist the cube for example. Note that in my corg.conf the default depth colour is 24bits. Here's the output of "beryl-manager" command in a terminal:

(...)

I know it's lengthy but I think the important things are towards the end of it. Why on earth is it looking for 32bits! I thnik that's unconcievable in Xorg after all... anyhow plz help me on that so I can get some beryl love!

Thanks in advance.

I had the same problem on a GeForce 6200. The reason you have no borders is because you didn't add

Option "AddARGBGLXVisuals" "True"

into the "Screen" section of xorg.conf.

#544

schias said: i am pretty sure that i did a real stupid mistake. since i updated to edgy and the newest nvidia drivers (i hope i have them!) gdm is not starting anymore and just responding: /etc/X11/X is not executable anyone a idea whats going wrong?

OK, if you just want to get X running type:

sudo dpkg-reconfigure xserver-xorg

This will allow you to select a whole lot of options for your X server. The most important option is the first one - selecting the driver.

First try selecting the "nvidia" driver and leaving all the other options at their defaults. Then type:

sudo /etc/init.d/gdm restart

This will restart the X server to reflect the new changes. If this doesn't work, try doing the above with the "nv" driver.

By the way, switch to a text-mode terminal with Ctrl-Alt-F1.

#545

Is there a way I can make sure I'm not sure XGL, but rather the built in AIGLX? What packages should I make sure I've got, and which ones should I make sure I don't have? ;)

#546

I had some problems with Planeshift MMORPG, when in full screen mode any quit from PShift would revert to black screen. I tried windowed but got the black window.

I read about turning on strict binding(?) in the beryl/manager/xorg config sorry guys all spaced out, one of these helped run two PS sessions at once, all be it at 20 fps!

I too felt a speed benefit from the last compiz/xgl package.

The current stability issues...

...(yes I know it's alpha/beta/pre-gamma software, but what isn't these days?.... ....man even Debian is beginning to play catch up!).... .....

are ok for me but I don't mind TrYiNg things out because I like the bleeding edge.

It will be a massive boost to desktop linux everywhere...once it is a full release.

Thankyou all who provide free source software.

Diesel1.

#547

~LoKe said: Is there a way I can make sure I'm not sure XGL, but rather the built in AIGLX? What packages should I make sure I've got, and which ones should I make sure I don't have? ;)

Go to System > Administration > System Monitor and click on the Processes tab. If you see a process called Xgl (click in the list of processes and type "xgl" to find it fast), you're most likely running Xgl. If you don't see any Xgls, you're probably running AIGLX.

#548

diesel1 said: I had some problems with Planeshift MMORPG, when in full screen mode any quit from PShift would revert to black screen. I tried windowed but got the black window.

Does temporarily switching to Metacity via the Beryl-Manager tray icon help fix the problem?

#549

Looks like it's all AIGLX. Thanks. ;)

#550

Remove the xserver-xgl package to get rid of xgl. However i reccomend that you follow whatever guide you initally used backwards to get rid of everything completely.

I would recocmend that you switch back to metacity before running any fullscreen apps.

Not only will you see improved performance but i'm sure you'll also lose that black screen bug.

If you do have the black screen, try a ctrl+alt+f1 to get to tty1, then a ``` sudo /etc/init.d/gdm restart

#551

Karail said: Have you tried one of the "numeric value" settings in the "Rotate Cube" section? I am not sure but after taking a quick look i think this would be the most likely place for that setting.

Yeah, it was the "Rotate Cube"->"Numeric Values"->"Flip Time" setting that I was looking for. I think I missed it before and was only changing the speed, acceleration and timestep variables.

#552

Before I installed Beryl, I used "Keyboard Shortcuts"(Gnome panel System->Preferences) to set F12(no modifiers) to open a new terminal. After Beryl was installed, it seems this was overridden because it no longer works. I checked and checked, but I don't see anywhere in Beryl Settings that uses F12 without a modifier. And I can't see any visual changes when I press it. Anyone have any ideas?

#553

Yeah, I think beryl grabs every key it can whether it uses it or not. You have to configure that F12 shortcut in beryl now. In the General settings you want the Commands and Keyboard tabs.

#554

hello, i failed to connect http://amaranth.selfip.com anyone got the same problem?

#555

Yeah, it looks like my host died....

#556

Amaranth said: Yeah, I think beryl grabs every key it can whether it uses it or not. You have to configure that F12 shortcut in beryl now. In the General settings you want the Commands and Keyboard tabs.

That did the trick, thanks. The strange thing is, I had F11 bound to open my home folder, and that one stills works after the Beryl install.

#557

mephistophilis said: hello, i failed to connect http://amaranth.selfip.com

anyone got the same problem? Same problem here. No updates for lrm. :(

#558

I just wanted to let everyone who's having the problem of no window decorations know how I fixed it. I've been having the problem for days and no matter what I did, I couldn't get window decorations. I put options in my xorg.conf, I tried changing emerald themes. Nothing did it.

What worked for me was to move all the .beryl and .emerald directories in a backup folder (just in case - I named mine beryl-backup), then restart X. It work. (EX: "mkdir beryl-backup" and "sudo cp .beryl* .emerald beryl-backup"

Something in my configs must have corrupted things.

#559

Jeremy23 said: I had the same problem on a GeForce 6200. The reason you have no borders is because you didn't add

Option "AddARGBGLXVisuals" "True"

into the "Screen" section of xorg.conf.

Oops, you are late. Amaranth got ya in the irc. Thanks a lot m8, this could be usefull to quite some users.

#560

Jeremy23 said: I had the same problem on a GeForce 6200. The reason you have no borders is because you didn't add

Option "AddARGBGLXVisuals" "True"

There's not much to read and will save everyone else 5 minutes :)

Great to see it working for more people :)

Pricey

#561

Ok, I followed the howto and everything works.

But when I click on System->Quit or on the quit icon (open door with red arrow) on the right edge of my top panel in order to log out, shut down or reboot, Beryl freezes immediately. If I switch to metacity before opening the log out window, it works fine.

Edgy Eft with latest NVIDIA beta and beryl-manager

#562

Simon Parzer said: Ok, I followed the howto and everything works.

But when I click on System->Quit or on the quit icon (open door with red arrow) on the right edge of my top panel in order to log out, shut down or reboot, Beryl freezes immediately. If I switch to metacity before opening the log out window, it works fine.

Edgy Eft with latest NVIDIA beta and beryl-managerIn the changelog of the first post there's a mention of a fix for the logout bug: http://ubuntuforums.org/showpost.php?p=1539553&postcount=71

WIll make it more prominant

#563

Are there any amd64 nvidia beta repo? I really hate having to run the nvidia installed everyday.

#564

lupine_85 did maintain one when we started.

I've no-longer got IRC to contact him but will try a pm on the forums for you to ask the status of it.

#565

I found the source of the bug I was having

If I remove the desktop icons in KDE and RESTART kde, beryl stops woring, but only when you RESTART, and if you make the desktops icons visible again beryl will only work after I RESTART KDE again...

I will post later how to reproduce the error.... I need to restart X to make english language default...

#566

PriceChild said: Could everyone PLEASE read the initial howto and check every step before posting with problems! I'm doing my best to keep it updated as this thread progresses.

There's not much to read and will save everyone else 5 minutes :)

Great to see it working for more people :)

Pricey

I have the Option "AddARGBGLXVisuals" set to "True", but I still have no window borders! Everything else seems to work, I can for example scroll with the mouse on the desktop to rotate it. Just no window borders when selecting beryl as the window manager. nVidia graphics card, followed the instructions by the book... ](*,)

#567

djst said: I have the Option "AddARGBGLXVisuals" set to "True", but I still have no window borders! Everything else seems to work, I can for example scroll with the mouse on the desktop to rotate it. Just no window borders when selecting beryl as the window manager. nVidia graphics card, followed the instructions by the book... ](*,)

Nevermind, it was the default color depth that was set to 16 bit. I wonder why! But thanks, now everything works! :)

#568

thor27 said: I found the source of the bug I was having

If I remove the desktop icons in KDE and RESTART kde, beryl stops woring, but only when you RESTART, and if you make the desktops icons visible again beryl will only work after I RESTART KDE again...

I will post later how to reproduce the error.... I need to restart X to make english language default...

Run your kde desktop with beryl enabled. 1- Right click on the background 2- Configure Desktop 3- Behavior 4- Uncheck "Show Icons on desktop"

Everything should be working pretty fine with beryl enabled...

5-Restart X

Beryl will not start

6- Right click on the background 7- Configure Desktop 8- Behavior 9- Check "Show Icons on desktop" 10- Try to start beryl, and it will not work 11- Restart X 12- Start Beryl

and it's working fine again...

#569

A better place to report this would be forum.beryl-project.org or their bug tracker.

#570

After today's updates i'm experiencing white screen after login.

I've temporarily solved things by removing beryl-manager.

Gonna try and figure out what's happenning....

#571

Peepsalot said: I something similar happen to me as well. I switched to a console and then tried to come back, but everything was black except for my cursor. As I recall, Ctrl-Alt-Backspace did not work though and I had to hit the power switch on my computer. On the next reboot however, I was able to switch between console and x without any problems. :-k

I find that if I get another X login using the "USERS" menu, that I can never switch back to the original login without getting a blank screen and all keystrokes stolen, so I can't get a text console either. (gdm restart on an SSH session recover it though).

Otherwise I can switch between different X sessions without a problem.

Without beryl/aiglx when I get a new session from the "USERS" menu, if I switch back, I find screen-lock has activated and I have to supply my password again.

Maybe this is what is not coping with beryl-stuff.

#572

PriceChild said: After today's updates i'm experiencing white screen after login.

I've temporarily solved things by removing beryl-manager.

Gonna try and figure out what's happenning....

Hi

I've got the same thing.

so , i've compiled nvidia driver and now all work fine.

Fred

#573

FredWst said: Hi

I've got the same thing.

so , i've compiled nvidia driver and now all work fine.

FredI'll just try reinstalling mine then...

Confirmed, all works now.

#574

FredWst said: Hi

I've got the same thing.

so , i've compiled nvidia driver and now all work fine.

Fred

YEZZ!!

that fixed it for me 2 !

thx alot for your hint!

:mrgreen:wobble:mrgreen:wobble:mrgreen:

#575

samjam said: I find that if I get another X login using the "USERS" menu, that I can never switch back to the original login without getting a blank screen and all keystrokes stolen, so I can't get a text console either. (gdm restart on an SSH session recover it though).

Otherwise I can switch between different X sessions without a problem.

Without beryl/aiglx when I get a new session from the "USERS" menu, if I switch back, I find screen-lock has activated and I have to supply my password again.

Maybe this is what is not coping with beryl-stuff.

I also found that

chvt 1

from an ssh will give me a text console, but when I switch back to X, it's still a blank screen with all keystrokes stolen.

I also found, that after I switch back to X for the first time (from login another user) and I assume an X-lock screen and enter my password, that "it works" with no paiting, i.e. I can move the mouse around and watch the cursor change to resize-mode at (naturally black and invisible) window boundaries.

As soon as I click something though, it all locks up, before that I can use alt-ctrl-f1 to switch to a text console but switching back still shows a blank screen.

When I gdm restart or do nasty kills, .beryl-manage.lock is not deleted though. It took me a while to find this problem and learn to kill the file by hand. Surely this file is bad news, what about nfs-home directories? A user may have 2 xsessions on different machines, this lock file should not be in the homedir.

Sam

#576

Often (mostly) when I run beryl-manager I get this output - it restarts itself and works after that, but I report it here for want of anywhere better.

Sam

sam@rattle:~$ beryl-manager 
sam@rattle:~$ XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
Couldn't load settings.  Reverting to defaults.
Engine settings loaded

** (emerald:25296): WARNING **: Cannot open pixmap: help

** (emerald:25296): WARNING **: Cannot open pixmap: menu

** (emerald:25296): WARNING **: Cannot open pixmap: shade

** (emerald:25296): WARNING **: Cannot open pixmap: unshade

** (emerald:25296): WARNING **: Cannot open pixmap: above

** (emerald:25296): WARNING **: Cannot open pixmap: unabove

** (emerald:25296): WARNING **: Cannot open pixmap: sticky

** (emerald:25296): WARNING **: Cannot open pixmap: unsticky
Initiating splash
(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
Attaching to program: /usr/bin/beryl, process 25302
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...
(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libm.so.6
Reading symbols from /lib/tls/i686/cmov/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libc.so.6
Reading symbols from /usr/lib/libX11.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libX11.so.6
Reading symbols from /usr/lib/libXext.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXext.so.6
Reading symbols from /lib/tls/i686/cmov/libdl.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libdl.so.2
Reading symbols from /usr/lib/libz.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /usr/lib/libXrender.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXrender.so.1
Reading symbols from /usr/lib/libGLcore.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libGLcore.so.1
Reading symbols from /usr/lib/tls/libnvidia-tls.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/tls/libnvidia-tls.so.1
Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /usr/lib/libXau.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXau.so.6
Reading symbols from /usr/lib/libXdmcp.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXdmcp.so.6
Reading symbols from /usr/lib/libXcursor.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXcursor.so.1
Reading symbols from /usr/lib/X11/locale/common/xlibi18n.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/X11/locale/common/xlibi18n.so.2
Reading symbols from /usr/lib/beryl/libdbus.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libdbus.so
Reading symbols from /usr/lib/libdbus-1.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libdbus-1.so.3
Reading symbols from /lib/tls/i686/cmov/libnsl.so.1...
(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libnsl.so.1
Reading symbols from /usr/lib/beryl/libsettings.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libsettings.so
Reading symbols from /usr/lib/libglib-2.0.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libglib-2.0.so.0
Reading symbols from /lib/tls/i686/cmov/librt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/librt.so.1
ReaUndefined command: "-e".  Try "help".
ding symbols from /lib/tls/i686/cmov/libpthread.so.0...
(no debugging symbols found)...done.
[Thread debugging using libthread_db enabled]
[New Thread -1221278000 (LWP 25302)]
Loaded symbols for /lib/tls/i686/cmov/libpthread.so.0
Reading symbols from /lib/tls/i686/cmov/libnss_compat.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libnss_compat.so.2
Reading symbols from /lib/tls/i686/cmov/libnss_nis.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libnss_nis.so.2
Reading symbols from /lib/tls/i686/cmov/libnss_files.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libnss_files.so.2
Reading symbols from /usr/lib/beryl/libcrashhandler.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libcrashhandler.so
Reading symbols from /usr/lib/beryl/libdecoration.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libdecoration.so
Reading symbols from /usr/lib/beryl/libsplash.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libsplash.so
Reading symbols from /usr/lib/beryl/libwobbly.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libwobbly.so
Reading symbols from /usr/lib/beryl/libanimation.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libanimation.so
Reading symbols from /usr/lib/beryl/libfade.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libfade.so
Reading symbols from /usr/lib/beryl/libcube.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libcube.so
Reading symbols from /usr/lib/libcairo.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libcairo.so.2
Reading symbols from /usr/lib/librsvg-2.so.2...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/librsvg-2.so.2
Reading symbols from /usr/lib/libgdk_pixbuf-2.0.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgdk_pixbuf-2.0.so.0
Reading symbols from /usr/lib/libgobject-2.0.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgobject-2.0.so.0
Reading symbols from /usr/lib/libgmodule-2.0.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgmodule-2.0.so.0
Reading symbols from /usr/lib/libfreetype.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libfreetype.so.6
Reading symbols from /usr/lib/libfontconfig.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libfontconfig.so.1
Reading symbols from /usr/lib/libgsf-1.so.114...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgsf-1.so.114
Reading symbols from /usr/lib/libcroco-0.6.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libcroco-0.6.so.3
Reading symbols from /usr/lib/libxml2.so.2...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libxml2.so.2
Reading symbols from /usr/lib/libpangoft2-1.0.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libpangoft2-1.0.so.0
Reading symbols from /usr/lib/libpangocairo-1.0.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libpangocairo-1.0.so.0
Reading symbols from /usr/lib/libpango-1.0.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libpango-1.0.so.0
Reading symbols from /usr/lib/libexpat.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libexpat.so.1
Reading symbols from /lib/libbz2.so.1.0...(no debugging symbols found)...done.
Loaded symbols for /lib/libbz2.so.1.0
Reading symbols from /usr/lib/beryl/librotate.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/librotate.so
Reading symbols from /usr/lib/beryl/libzoom.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libzoom.so
Reading symbols from /usr/lib/beryl/libscale.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libscale.so
Reading symbols from /usr/lib/beryl/libmove.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libmove.so
Reading symbols from /usr/lib/beryl/libresize.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libresize.so
Reading symbols from /usr/lib/beryl/libplace.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libplace.so
Reading symbols from /usr/lib/beryl/libswitcher.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libswitcher.so
Reading symbols from /usr/lib/beryl/libwater.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libwater.so
Reading symbols from /usr/lib/beryl/libtrailfocus.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libtrailfocus.so
Reading symbols from /usr/lib/beryl/libneg.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libneg.so
Reading symbols from /usr/lib/beryl/libbs.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libbs.so
Reading symbols from /usr/lib/beryl/libput.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libput.so
Reading symbols from /usr/lib/beryl/libscreenshot.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libscreenshot.so
Reading symbols from /usr/lib/beryl/libstate.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/beryl/libstate.so

(no debugging symbols found)
0xffffe410 in __kernel_vsyscall ()
(gdb) (gdb) 
Thread 1 (Thread -1221278000 (LWP 25302)):
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7d5b6a3 in waitpid () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7d03281 in strtold_l () from /lib/tls/i686/cmov/libc.so.6
#3  0xb72cb16d in crash_handler () from /usr/lib/beryl/libcrashhandler.so
#4  <signal handler called>
#5  0xb7d3b37c in memcpy () from /lib/tls/i686/cmov/libc.so.6
#6  0xb78fd2b9 in _nv000108gl () from /usr/lib/libGLcore.so.1
#7  0xb3bfa010 in ?? ()
#8  0x00000000 in ?? ()
#0  0xffffe410 in __kernel_vsyscall ()
(gdb) 
(gdb) 
(gdb) #0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7d5b6a3 in waitpid () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7d03281 in strtold_l () from /lib/tls/i686/cmov/libc.so.6
#3  0xb72cb16d in crash_handler () from /usr/lib/beryl/libcrashhandler.so
#4  <signal handler called>
#5  0xb7d3b37c in memcpy () from /lib/tls/i686/cmov/libc.so.6
#6  0xb78fd2b9 in _nv000108gl () from /usr/lib/libGLcore.so.1
#7  0xb3bfa010 in ?? ()
#8  0x00000000 in ?? ()
(gdb) Detaching from program: /usr/bin/beryl, process 25302

[CRASH_HANDLER]: "/tmp/beryl_crash-25302.out" created!


** (beryl-manager:25235): 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.
XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
Initiating splash
#577

samjam said: Often (mostly) when I run beryl-manager I get this output - it restarts itself and works after that,

Yeah as far as i know this is a temporary workaround by the beryl guys to get beryl to start on first login.

I'm pretty sure this is what they know about and that it'll be fixed soon.

#578

I had the same problem. My solution iss not too smart, but it works. The problem is that when you try to logout it seems that gnome freezes, but it does not. The logout screen doesn't appear, but it's there!! So you just have to find the right place on the screen to click!

I did the following. I made a photo of my logout screen without beryl (unfortunately snapshot is not avaible if you try to snapshot the logout screen), so I made it using a normal camera.

I set this picture as my backround... Then I click logout. The pseudo-freeze effect comes, but now I know where to click. :)So it will appear as if the logout screen was there.

Here is a picture I'm using on my laptop for 1024x768.

Here is a picture for a workstation machine (without hybernate) for 1024x768. And everything works fine... Sorry for the Hungarian titles, the icons are the same, I guess. :)

#579

He he... ingenious :P

btw i would like to remind that if you do get stuck in the limbo... you can always press Esc to get back to normal :)

#580

I need to understand one thing: Yesterday updates included a new revision of kernel (-31), BUT it is still a 2.6.17-10 kernel. No revision of l-r-m was released. Is it safe to upgrade it or will it screw up my system? (oh, as you probably guessed, i'm using amaranth way to use nvidia beta driver)

#581

what a wonderful window manager!! i've already made it default. performance is great!

thanks for posting these instructions. at first i didn't think i'd bother as i was under the impression that the intel i9xx video was not performant enough. for intel, these instructions worked well (skipped steps 2 and 4)

#582

captive said: I need to understand one thing:

Yesterday updates included a new revision of kernel (-31), BUT it is still a 2.6.17-10 kernel. No revision of l-r-m was released. Is it safe to upgrade it or will it screw up my system? (oh, as you probably guessed, i'm using amaranth way to use nvidia beta driver)I'm not up to speed on this issue yet... if you pm Amaranth or ask him on #ubuntu-gxl on irc.freenode.net i'm sure he'll be able to help.

That's the quickest way to get his attention.

#583

beryl: /lib/libc.so.6: version `GLIBC_2.4' not found (required by beryl)

Anyone knows how can I fix that? (using Ubuntu Dapper 64bit, Nvidia and Xgl)

#584

Is there currently(or future plans for) any option to enable FSAA in beryl?

#585

FedeXX said:

beryl: /lib/libc.so.6: version `GLIBC_2.4' not found (required by beryl)


Anyone knows how can I fix that? (using Ubuntu Dapper 64bit, Nvidia and Xgl)


Ok solved by installing some edgy packages... Now, beryl starts, but not emerald:

(emerald:6234): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. Couldn't load settings. Reverting to defaults.

(emerald:6234): WARNING : Cannot open pixmap: help

(emerald:6234): WARNING : Cannot open pixmap: menu

(emerald:6234): WARNING : Cannot open pixmap: shade

(emerald:6234): WARNING : Cannot open pixmap: unshade

(emerald:6234): WARNING : Cannot open pixmap: above

(emerald:6234): WARNING : Cannot open pixmap: unabove

(emerald:6234): WARNING : Cannot open pixmap: sticky

(emerald:6234): WARNING : Cannot open pixmap: unsticky emerald: symbol lookup error: emerald: undefined symbol: wnck_window_has_name


I forgot something? :mrgreen:
#586

PriceChild said: I'm not up to speed on this issue yet... if you pm Amaranth or ask him on #ubuntu-gxl on irc.freenode.net i'm sure he'll be able to help.

I'm brave & lazy.. I tryed it and it just works.. So it should be for any kernel minor update that does NOT involve l-r-m (i.e.: no changes in minor version, i suppose)

#587

captive said: I'm brave & lazy.. I tryed it and it just works.. So it should be for any kernel minor update that does NOT involve l-r-m (i.e.: no changes in minor version, i suppose)

I update && upgrade through out the entire day. If any problems were to occur, you'd probably see a post here by me. ;)

#588

FedeXX said: Ok solved by installing some edgy packages... Now, beryl starts, but not emerald:


(emerald:6234): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
Couldn't load settings.  Reverting to defaults.

** (emerald:6234): WARNING **: Cannot open pixmap: help

** (emerald:6234): WARNING **: Cannot open pixmap: menu

** (emerald:6234): WARNING **: Cannot open pixmap: shade

** (emerald:6234): WARNING **: Cannot open pixmap: unshade

** (emerald:6234): WARNING **: Cannot open pixmap: above

** (emerald:6234): WARNING **: Cannot open pixmap: unabove

** (emerald:6234): WARNING **: Cannot open pixmap: sticky

** (emerald:6234): WARNING **: Cannot open pixmap: unsticky
emerald: symbol lookup error: emerald: undefined symbol: wnck_window_has_name

I forgot something? :mrgreen:

Solved again by myself by upgrading libwnck!

I'm my hero today :mrgreen:

#589

I'm a noob in Linux, so please excuse any stupid questions that I ask.

I installed some updates today, and now beryl doesn't work with the nVidia drivers. When turn beryl on, all that appears is a white screen. If I switch to Metacity it works. Does anyone know the solution to this problem?

#590

I just updated and have the same problem, white screen once beryl starts. It was working before and now just a white screen.

#591

Chiazilla said: I'm a noob in Linux, so please excuse any stupid questions that I ask.

[CENTER][LEFT] I installed some updates today, and now beryl doesn't work with the nVidia drivers. When turn beryl on, all that appears is a white screen. If I switch to Metacity it works. Does anyone know the solution to this problem? [/LEFT] [SIZE=5][COLOR=Red]Beryl & Edgy are NOT beginner subjects![/COLOR][/SIZE] [LEFT]Please could you ensure that you have followed all instructions to the letter... ESPECIALLY xorg.conf changes. Reinstall nvidia drivers also then come back for help. [/LEFT] [/CENTER]

#592

After a few tries, reinstalling the drivers worked :) odd it took a few tries (especially without restarting)

#593

$ beryl-manager beryl-manager: /lib/libc.so.6: version `GLIBC_2.4' not found (required by beryl-manager)

Cannot get glibc-2.4 anywhere... Anyone can help ?

#594

Sathiel said: $ beryl-manager

beryl-manager: /lib/libc.so.6: version `GLIBC_2.4' not found (required by beryl-manager)

Cannot get glibc-2.4 anywhere... Anyone can help ?

You're using Edgy right? Otherwise you have to download the source package and rebuild it for your distro.

#595

Ok, right i need to remove the drivers from the nvidea site, and replace them with the ones from the repo (option 1), can anyone help me?

#596

sharperguy said: Ok, right i need to remove the drivers from the nvidea site, and replace them with the ones from the repo (option 1), can anyone help me?

Try this with a different version number (9625): http://doc.gwos.org/index.php/Latest_Nvidia_Dapper#HOW_TO_UNINSTALL_THE_DRIVER_.28FROM_METHOD_2.29

Then just follow method 1 :)

#597

All's well on my desktop (apart from locked screens killing a session), but my laptop starts showing black windows after a few are open, even with strict-bindings enabled.

Totem, the 3rd window crashed while playing: The program 'totem' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 126 error_code 11 request_code 140 minor_code 19) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.)

My video card is: VGA compatible controller: nVidia Corporation NV31M [GeForce FX Go5600] (rev a1)

I'm guessing I've got this till nvidia adjust their driver so its not limited by card memory (or whatever) so I'm reporting it here for completeness.

Sam

#598

For some reason, i find that beryl will often place my windows at the top left edge of the screen, with the title bar out of view, making it difficult to move to a normal spot. This happens sometimes when unmaximizing, and maybe under some other conditions. Does this happen to other people?

#599

Peepsalot said: For some reason, i find that beryl will often place my windows at the top left edge of the screen, with the title bar out of view, making it difficult to move to a normal spot. This happens sometimes when unmaximizing, and maybe under some other conditions. Does this happen to other people?Yeah same here... especially while starting beryl.

Just use alt+drag :)

Pricey

#600

So Beryl+Edgy+nVidia+AIGlx is no beginners topic! ;)

I too had the white screen mish/mash after updating Edgy, also wasn't sure what step to take first. I read the big red letters and went back to the first page.

I needed to change one repo and do the update/upgrade.

The hardest part was getting this thread and access to sudo in the same environment, good old Zaurus with web access helped out again, and it's linux!

Anyhow thanks for the howto.

Also this upgrade seems to have enhanced Beryl/nVidia/AIGlx's speed.

Diesel1.

#601

It looks like the generic linux kernel with SMP support is replaced during the install/config of Beryl. Is there a way to enable SMP support in the replacement kernel?

Thanks.

#602

I'm gonna take a break from beryl for a while. Crashing my computer every time I Ctrl-Alt-F1 is not good.

It was fun while it lasted. Can't wait for it to become more stable.

#603

Peepsalot said: I'm gonna take a break from beryl for a while. Crashing my computer every time I Ctrl-Alt-F1 is not good.

It was fun while it lasted. Can't wait for it to become more stable.Simply turn off beryl from the notification area before switching and all is fine!

#604

ok, im on the oss nv dirvers now *sigh*

Running xorg with the binary drivers causes it not to load :'(

#605

sharperguy said: ok, im on the oss nv dirvers now *sigh*

Running xorg with the binary drivers causes it not to load :'(I think you should try again, following the guide EXTREMELY carefully.

I've only heard of one other person with this problem that wasn't fixed with this method.... and that was just wierd.

#606
#607

pebe said: The official nvdida drivers 1.0-9626 are released!

It's only a small version bump so I don't think much is changed since the beta. But it's OFFICIAL!! ;)

32-bit: http://www.nvidia.com/object/linux_display_ia32_1.0-9626.html Direct link to drivers: http://download.nvidia.com/XFree86/Linux-x86/1.0-9626/NVIDIA-Linux-x86-1.0-9626-pkg1.run

64-bit: http://www.nvidia.com/object/linux_display_amd64_1.0-9626.html Direct link to drivers: http://download.nvidia.com/XFree86/Linux-x86_64/1.0-9626/NVIDIA-Linux-x86_64-1.0-9626-pkg2.run

32 bit driver wouldn't install with the generic kernel, works with 386.

#608

I unstuck the Beryl and Compiz stickies from the Edgy section:

  • Edgy stickies became cluttered
  • They are still linked in the README FIRST sticky
  • most interested people should be subscribed by now
  • they are popular threads with a lot of posts so they will be found easily
#609

Lol, i dont know what there is to be carefull about

I did everything there, but theres not much too be carefull about:

add a repo, apt-get some stuff and run nvidea-xconfig, then it breaks so run "dpkg-reconfigure xserver-xorg" and switch back to nv dirver. :S

#610

Those are quadro plex drivers.... i've got a geforce4 card... as i'm sure most of you do too.

#611

PriceChild: I know it says so on the nvidia page, but I really think the new drivers are the same as the old betas but with added support for the quadro plex and some other bugfixes.

I haven't tested them as I'm about 500km from home so I must admit I don't really know.. :rolleyes:

Have you or anyone else here tested them?

~LoKe had some success, but only with the 386 kernel?

#612

There's a smallish problem that seems to effect very few people, but since i am one of them, i need somebody to check out this patch and possibly Amaranth can add it to his repos.

http://www.nvnews.net/vbulletin/showthread.php?p=1024968

i hope this means i can soon have aiglx for myself. Just the thought of it makes me all giddy inside ^.^

#613

It was all fine with 386 kernel, i have a core2 duo. i put the generic kernel and x didnt start complaining about api mismatch nvidia kernel module 1.0-8774 and x module has 1.0-9625.

i reinstall the nvidia driver from nvidia website, it complains about kernel version and stuff but just select ok ok ok ok.

and now it rocks even more +20fps un cedega eve (from 60 to 80-90).

#614

I didn't have time to read all the thread, excuse me.

After I install AIGLX, can I chose what WM to run? Like metacity or Beryl? And is game performance effected? Lastly, advantages of XGL over AIGLX, please?

#615

When I bring up beryl I lose all my window borders and the screen freezes.

The mouse still works but clicking anything has no response.

Can anyone help me out? ________________________________ If I can't be Mr. Root I won't play ...

[COLOR="Red"][SIZE="2"]*Registered Linux User #400396*[/SIZE][/COLOR]

#616

Lord Illidan said: After I install AIGLX, can I chose what WM to run? Like metacity or Beryl?Yes, just use the beryl icon in the notificatino area to choose very easily. And is game performance effected? Lastly, advantages of XGL over AIGLX, please?Yes, but ever so slightly. I still advise you to turn off beryl before starting games. (No need to change xserver or anything)

#617

yea, the driver from nvidea's site worked apparently, but when i tryed to run beryl, x would restart and 3d programs never worked.

The driver from the repo causes x not to start at all

#618

After following this guide whilst using a fresh install of edgy eft beta1, and a /home from my previous dapper install my screen crashes and I can only use my mouse after I run beryl-manager

How can I diagnose the problem

#619

pecanov said: 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

Hi

I also have a Geforce4 440 Go graphics card in my laptop and I can't get it to work with the Nvidia beta drivers. I am pretty sure that I have done everything correctly (this is the third computer that I have installed beryl on), but when it starts the xserver with the nvidia driver all I get is black screen. I have tried using the extra instructions for 440 Go's on this web page http://doc.gwos.org/index.php/Latest_Nvidia_Dapper but to no avail.

Please could someone let me know how they have achieved it, I don't mind how quick or dirty the solution (nvidia will almost certainly have this sort of thing sorted out when they release the proper drivers, hopefully soon).

Please help someone, I don't know how long I can last with a flat desktop on my laptop.

:-k

P.s. I also tried commenting out the "load i2c" module bit of xorg.conf, but it made no difference.

#620

Hi,

I'm using 1.0-9625 nvdidia driver with the latests updates in my kubuntu edgy. Every time I try to run beryl, X crashes with a segmentation fault, It worked some days ago.

It was very unstable though, allways was auto falling back to kwin

I have a laptop with a Geforce Go 7400

Any one with the same problem?

#621

Hirs said: Hi,

Any one with the same problem?

yeah, same problem with my GeForce4 card ... maybe have to recompile nvidia driver?

#622

Ok yeah there's been a change somewhere...

I've reinstalled my nvidia from the binary installer and all is now back.

Hopefully Amaranth will get on the case.... don't PM him too much ;)

#623

it has to do with the kernel ver versus what the nvidia driver was built for. That is they differ. Bummer.

#624

Just installed with NVIDIA Quadro Plex Driver 1.0-9626 I don't have a clue about those drivers (and in general), but seems to be running very nicly and with direct rendering. :D

geforce fx 5200 128mb

#625

Ok I tried yesterday to give beryl a try :

I tried Option 1 (Amaranth repos) to install nvidia driver, everything went fine but after rebooting X failed to start saying that nvidia drivers couldn't be loaded : /lib/modules/2.6.17-10-generic/volatile/nvidia.ko not found.

Any idea ?

#626

Topper_H said: Ok I tried yesterday to give beryl a try :

I tried Option 1 (Amaranth repos) to install nvidia driver, everything went fine but after rebooting X failed to start saying that nvidia drivers couldn't be loaded : /lib/modules/2.6.17-10-generic/volatile/nvidia.ko not found.

Any idea ? Make sure you have linux-restricted-modules-2.6.17-10-generic from my repo too.

#627

PriceChild said: Ok yeah there's been a change somewhere...

I've reinstalled my nvidia from the binary installer and all is now back.

Hopefully Amaranth will get on the case.... don't PM him too much ;) There have been no updates to edgy's l-r-m since I put out my latest version. Are you saying edgy's 8774 driver is broken too?

#628

Zyphrexi said: it has to do with the kernel ver versus what the nvidia driver was built for. That is they differ. Bummer.

Ah, but they are in sync, they're both ABI version 10.

#629

Amaranth said: Make sure you have linux-restricted-modules-2.6.17-10-generic from my repo too.

Yes I have :-?

#630

Amaranth said: There have been no updates to edgy's l-r-m since I put out my latest version. Are you saying edgy's 8774 driver is broken too?nope... something messed up the binary install.

#631

i just wanted to say this howto worked perfect whith my nvidia 6600gt card.

Thanks!

#632

FerGeCo said: i just wanted to say this howto worked perfect whith my nvidia 6600gt card.

Thanks!glad to hear it :)

#633

Somehow playing with Beryl's settings I managed to make it so my middle mouse button doesn't work. This only occurs when Beryl is actually running, so it's not something else (Metacity makes everything work fine). Additionally, I've tried disabling all of the plugins and the problem still doesn't go away. Anyone know what might be causing this?

It used to work, so there should be a solution. :)

#634

I keep running into a problem when adding the repositories for beryl:

W: GPG error: http://ubuntu.compiz.net edgy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 31A5F97FED8A569E

I've searched a bit, and this thread doesn't even show up for one of the results. I don't really want to search through 52 pages though....

This results immediately after adding the repository to "software properties". I'm originally a gentoo user for the past two years, so I'm familliar with linux, just need some help for this. I'm not too used to repository-like stuff.

#635
wget http://ubuntu.compiz.net/quinn.key.asc -O - | sudo apt-key add - 

From the first post on this thread..

#636

Hobbes said:

wget http://ubuntu.compiz.net/quinn.key.asc -O - | sudo apt-key add -


From the first post on this thread..

This hung on an out-of-the-box install.  However, doing it in two commands instead of one worked.  Thanks.
#637

Anyone update to Edgy RC? I'm using Amaranth's repos, but the new update jsut removed nvidia-glx and it won't install because it depends on nvidia-kernel-1.0.9625?

#638

Yep, edgy has a new l-r-m. Will update when I get back from class.

#639

Ohhhh Amaranth,

please please hurry up;)

#640

honk said: Ohhhh Amaranth,

please please hurry up;)

It's working fine now.

#641

Is there any way you could add amd64 versions as well? Or maybe provide instructions on how to make the packages.

#642

Loke, did you update it normally? I've done apt-get update and still can't do "apt get install nvidia-glx"...

The following packages have unmet dependencies. nvidia-glx: Depends: nvidia-kernel-1.0.9625 E: Broken packages

#643

Stealth said: Loke, did you update it normally? I've done apt-get update and still can't do "apt get install nvidia-glx"...

The following packages have unmet dependencies. nvidia-glx: Depends: nvidia-kernel-1.0.9625 E: Broken packages

I tried a multitude of different things, but eventually it wanted to install the image and headers for the generic kernel (iirc) and another related package. Nvidia-glx came with it.

#644

Same here; I njust did an apt-get update and now it wants to de-install:

  libxorg-sched-yield-hack0 nvidia-glx nvidia-glx-dev ubuntu-desktop
  x-window-system-core xorg xserver-xgl xserver-xorg xserver-xorg-core
  xserver-xorg-driver-all xserver-xorg-driver-apm xserver-xorg-driver-ark
  xserver-xorg-driver-ati xserver-xorg-driver-chips xserver-xorg-driver-cirrus
  xserver-xorg-driver-cyrix xserver-xorg-driver-dummy
  xserver-xorg-driver-fbdev xserver-xorg-driver-glint xserver-xorg-driver-i128
  xserver-xorg-driver-i740 xserver-xorg-driver-i810 xserver-xorg-driver-imstt
  xserver-xorg-driver-mga xserver-xorg-driver-newport xserver-xorg-driver-nsc
  xserver-xorg-driver-nv xserver-xorg-driver-rendition xserver-xorg-driver-s3
  xserver-xorg-driver-s3virge xserver-xorg-driver-savage
  xserver-xorg-driver-sis xserver-xorg-driver-sisusb xserver-xorg-driver-tdfx
  xserver-xorg-driver-tga xserver-xorg-driver-trident
  xserver-xorg-driver-tseng xserver-xorg-driver-v4l xserver-xorg-driver-vesa
  xserver-xorg-driver-vga xserver-xorg-driver-via xserver-xorg-driver-vmware
  xserver-xorg-input-all xserver-xorg-input-elographics
  xserver-xorg-input-evdev xserver-xorg-input-kbd xserver-xorg-input-mouse
  xserver-xorg-input-synaptics xserver-xorg-input-wacom

because of:

nvidia-glx depends on nvidia-kernel-1.0.9625 nvidia-kernel-1.0.9625 does not appear to be available nvidia-glx suggests nvidia-kernel-source (>= 1.0.9625)

#645

I deleted /var/cache/apt/* and tried again, and it all worked....

Hmm..

Sam

#646

Ok, I also did an apt-get clean but it wants me to install the 386 kernel? Should I do that and get rid of the generic?

<EDIT> Nevermind, had to dist-upgrade, updated the restricted kernels, now I can install fine!

#647

dunno, but what I normally do in such circumstances is look at the list of what it wants to install, cut'n'paste it into an apt-get install stsatement with my own tweaks and go with that, and see if it changes it's mind, it often does.

So ask it to install the kernel you want, and it might upgrade it and stop asking about generic; but I don't think generic conflicts with 386.

Sam

#648

Hi all, just followed the amaranth Nvidia repo section and everything fired up again.

Yet again there seems to be an increase in responsiveness, I don't know what it is!

Diesel1.

#649

OP said "[COLOR=Red][COLOR=Black]As far as i know the following is depreciated... although you may as well try with it on and off to see the difference:"

I think you mean deprecated (not depreciated...I mean, it hasn't lost value ;-) >> [/COLOR][/COLOR][SIZE=-1]In computer software standards and documentation, deprecation is the gradual phasing-out of a software or programming language feature[/SIZE]

#650

Any chance on getting the 9626 drivers in? Though I'm not sure if it'd even make a difference, if I recall they just add support for quadra plex cards (not even sure exactly what that is...)

Leech

#651

Has anyone got problems with the latest version? and found a fix?

Beryl isn't loading properly for me, none of the functions work.

#652

I did this:

I first made sure that all beryl files were upgraded to the latest 0.1.1-0ubuntu1 version. And then I started beryl with the command: > beryl-manager --force-window-manager --force-decorator .

#653

Newest version working fine for me so far.

#654

Got mine working finally. Everything worked, except the window decorations. And then I found this in my .bashrc file.

export XLIB_SKIP_ARGB_VISUALS=1

Got rid of that and everything works.

#655

Beryl isn't working for me since last night's update. The window border keeps flickering on and off. Anyone else having this problem?

#656

theturtlemoves said: Beryl isn't working for me since last night's update. The window border keeps flickering on and off. Anyone else having this problem?

The same here.

#657

I did a dist-upgrade recently and it ended up removing nvidia-glx, which broke my X.

I reinstalled the nvidia beta drivers and got X running again. When I try out Beryl, I can rotate the cube and get wobbly windows, etc, but my window decorations are not being displayed. Do I have to go through every step all over again, or does someone know if there is just one little thing to change for that?

#658

I cleared my ~/.beryl* and ~/.emerald* before upgrading and all is fine.

Oh and btw there are only xxx6 drivers for quadro... not other nvidias.

#659

Peepsalot said: I did a dist-upgrade recently and it ended up removing nvidia-glx, which broke my X.

I reinstalled the nvidia beta drivers and got X running again. When I try out Beryl, I can rotate the cube and get wobbly windows, etc, but my window decorations are not being displayed. Do I have to go through every step all over again, or does someone know if there is just one little thing to change for that?

Are your windows flickering and moving around a bit, too? I was wondering if it was because of my overclock, but I didn't push it far so it might be what you're talking about.

#660

I have a strange issue, Beryl wont start after starting Beryl manager. But it start's after i switch strict binding either on or of. Sorry for grammar mistakes, i'm a little bit drunk :mrgreen:

#661

Berly broke my Xes

I hope it will be fixed. I want to show my roomie the Linux style :)

#662

~LoKe said: Are your windows flickering and moving around a bit, too? I was wondering if it was because of my overclock, but I didn't push it far so it might be what you're talking about.

heh, no I don't have that particular problem. Sounds like your computer is really messed up. :p

Edit: Turns out I just needed to edit xorg.conf again, since some settings got overwritten. added the:

Option "AddARGBGLXVisuals" "True"

line to the screens section, from step 4 of the HOWTO.

#663

Hi all Can someone please explain why iam stucked with x-windows-system7.0 i realy wanna have 7.1.1 so i can use beryl. i followd the intructions everything went well no errors, i used method2 for installing nvidia drivers, iam new in the "linux-world" so please someone explain to me and iam realy bad at english ;)

#664

MrZorg said: Hi all

Can someone please explain why iam stucked with x-windows-system7.0 i realy wanna have 7.1.1 so i can use beryl. i followd the intructions everything went well no errors, i used method2 for installing nvidia drivers, iam new in the "linux-world" so please someone explain to me and iam realy bad at english ;)

If you're running Edgy, you should naturally have 7.1.

#665

Ok

I have beryl running!!!

Only problem is it is much slower than compiz/xgl were on dapper

Also i seem to get smalish cpu spikes when i do stuff

Is that meant to happen, i though it was down to the GPU to spike

edit: running smooth now i turned detect refresh rate off :)

edit edit: ok its still jumping a wee bit more than XGL :-k

edit edit edit: woohoo! post #666!!!

#666

LOL I was so tired i used the wrong cd then installing Ubuntu last night ;) now i have 7.1.1

#667

Anyone else find that the update to beryl 0.1.1 deleted all their beryl preferences? as I did, and it has been a little annoying to get everything working again the way I wanted, but so far beryl does run more stable than it did before.

#668

beryl 0.1.0 worked fine ... ive recently reinstalled edgy and beryl and now I get no windows borders or title bar :(

#669

Those of you with missing title bars need to go back a re-read the tutorial at the beginning. It has all of the information you need to fix that problem.

#670

I've got this set up and *working*, but it runs slow on my card. The animations, desktop cube, and whatnot seem jumpier than they were with straight Xgl... Is there something I can do about this?

#671

Yes latest beryl deleted all preferences for new versions.

To those with window border problems, re-read my guide and follow the xorg changes to the letter!

And finally to enigma_0Z: read the howto and ensure you have followed it 100% accurately, do updates and upgrades, reboot, in BSM turn off detect refresh rate and select the appropriate value on the numerical values tab.

#672

Thanks, turning off sync to vblank fixed the slowness... but opengl apps aren't running as fast as they should either (~35 when should be 70+ FPS).

Is there something in nvidia-settings that could help?

#673

Worked perfect for me!

Thanks for the guide!

#674

OK, I went through the howto and installed the nvidia beta driver using option 2 from step 2. I already had xgl+beryl installed so I removed xgl (xserver-xgl) as told.

Now I have the beta driver installed and X seems to be working fine with gnome+metacity, but whenever I try to start beryl, the windows just flash and nothing happens. Running beryl-manager in terminal gives this:


$ beryl-manager
$ XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
beryl: No composite extension

The beryl diamond icon is in the tray and I can change the settings etc but beryl itself won't run. Any hints on this?

EDIT: Since I'm using dapper and not edgy, it seems that I have xorg version 7.0.0 instead of 7.1 that's mentioned in the first post. Is it possible to updgrade xorg to 7.1 on dapper?

#675

I have two questions:

  1. Sometimes when beryl starts, it hangs up my X badly to the point that ctrl+alt+backspace dosen't work, and forces me to use SysRq to force reboot the system. Is there any workaround this bug?
  1. PriceChild, is there any change you'll update your repos with a newer version of beryl? I see there is a version 0.1.1 out
#676
  1. There is no fix for this, it's a nvidia bug.
  1. It's not his repo, it's the official beryl repo and mirrors. They should all have 0.1.1.
#677

Amaranth said:

  1. There is no fix for this, it's a nvidia bug.
  1. It's not his repo, it's the official beryl repo and mirrors. They should all have 0.1.1.

Yes, well I was wondering if there was plans on updating the version in this repo to 0.1.1? If not, would it cause any problems if I'd switch repo's and update beryl to the official repo?

Also, could you please give me a link explaining the nvidia bug more in detail so I can avoid doing whatever causes X to freeze :)

#678

KhaaL said: Yes, well I was wondering if there was plans on updating the version in this repo to 0.1.1? If not, would it cause any problems if I'd switch repo's and update beryl to the official repo?

Also, could you please give me a link explaining the nvidia bug more in detail so I can avoid doing whatever causes X to freeze :)

Hi I think that your X crashes (if it is a complete freezing of the screen, is caused by using the repos version of the Nvidia Beta driver. I had this same thing and when I removed the repos version (method 1 from the howto) and reinstalled them using the Nvidia install (method 2 from the howto), everything worked fine.

On another point I am also currently having some issues with beryl. This problem has only appeared since the newer version arrived a few days ago.

When it first loads up the window boarders flicker on and off. The only way to make beryl usable appears to be to start the theme manager (being patient it takes a while to come up) and then change the theme (don't remember exactly which theme it was that I changed to, but it isn't all of them that fix it), that seems to calm things down and make them work normally again. Then I am free to choose any theme I want. Also I have just tried starting the computer with metacity as the window manager and then changing it to beryl once the system is fully up. This doesn't result in the window board problems!

BTW I have checked my xorg as per the howto and it appears to be exactly the same.

Does anyone know what is causing this problem? (and preferrably how to work around / fix it)

Thanks

#679

i was running XGl and then found this guide, did it, and everything works great. but how do i know i'm not running xgl from before. i didin't remove it.

#680

Sorry in the case I should post a question that has already been asked... but this thread is getting too long.

I followed the How-To accurately. When I start beryl-manager, some of the windows get black, some windowborders too, even some menus. Sometimes some work, sometimes they don't. At least half of the windows are black as the night. Seems to happen randomly but turns beryl unuseable to me.

Any suggestions anyone?

Before I forget it: Thanks for the great work u did. Appreciate it!

#681

tronica said: i was running XGl and then found this guide, did it, and everything works great. but how do i know i'm not running xgl from before. i didin't remove it.

Maybe run gnome-system-monitor? :)

#682

Just followed this guide. When I run "beryl-manager" My screen freezes and I see that my windows lose their borders. Any ideas on how to fix?

#683

0.1.1 IS in the repos... i was running it.

I'm now running the latest svn from http://www.ubuntuforums.org/showthread.php?t=281613 which is updated daily :)

To those with black windows, try enabling "Enable Strict Binding" from the beryl-manager icon in the notification area.

If that doesn't work, please follow my guide again and triple check everything regarding changing the xorg.conf file.

#684

Sorry PriceChild, that was a goof from me (my beryl is at 0.1.1 :))

jarocooke said: Hi I think that your X crashes (if it is a complete freezing of the screen, is caused by using the repos version of the Nvidia Beta driver. I had this same thing and when I removed the repos version (method 1 from the howto) and reinstalled them using the Nvidia install (method 2 from the howto), everything worked fine.

I guess I'll have to do this too in order to get rid of the bug. But won't I have to reinstall the nvidia drivers everytime there is a change to the kernel? Also, won't I miss out having my nvidia drivers auto-update from the repos?

#685

I fixed it...I had nvidia pkgs screwed up

#686

kakulacis said: Maybe run gnome-system-monitor? :)

well system-monitor shows beryl-xgl running. How do i get rid of it and will it screw everything up?

#687

Hello again

Ok, followed the tutorial again, checking all the changes in xorg.conf. "Enable strict binding" is enabled. Hasn't changed anything. Windows over a certain size get black. Menus get randomly black (eg. the beryl-manager pull-down menu gets black 9 of 10 times (in the same session, just clicking on the beryl symbol again an again!))? I really don't know whats the point. Has anyone else similar problems?

Nvidia beta drivers are installed and running (method 1). Did all the changes in xorg.conf.

Maybe I got other options in xorg.conf which don't work with beryl? Could anyone post his working xorg.conf so I can check mine again? Thanks.

#688

gidsouljah, I get the black windows occasionally too... I think it's just a bug right now with either Beryl or the nvidia beta drivers. Whenever I do get them I can usually get the window to display by resizing it.

#689

It's more that way: Rarely the windows get displayed right. Anytime I maximize a window it gets black. It's just windows with a size under app. 100 x 100 that get displayed right. No chance to use it.

Really don't know if it's an nvidia, aiglx or beryl error. Actually I'm wondering if I should try xgl instead og aiglx.

edit: When I start just "beryl" with the "--force-aiglx" option, all the windows are displayed right. But it gets incredible slow (5-10 secs to react on a simple mouseclick). Anyone got a hint for me?

#690

KhaaL said: Sorry PriceChild, that was a goof from me (my beryl is at 0.1.1 :))

I guess I'll have to do this too in order to get rid of the bug. But won't I have to reinstall the nvidia drivers everytime there is a change to the kernel? Also, won't I miss out having my nvidia drivers auto-update from the repos?

Yes you will, but it doesn't take five minutes to do, as Edgy moves closer to final release new kernels are coming out less often and your Xserver can't be taken out by incompatibility with a recently updated Edgy package (you'll just reinstall it and it should work).

Anyone know anything about my problem with the window boarders flickering on and off. As a recap the best way to get round it seems to be to start the computer with metacity and then change to beryl once logged in, changing back to metacity before logging out (hardy an elegant solution).

:-k

#691

nuzzy can you tell me more about solution. What was wrong with nvidia pkgs?

#692

I followed this guide, beryl works, but its slow as hell. Glxgears hardly moves (nvidia drivers from the guide to). My old xgl still loads on boot for some reason i dont know why.

#693

jarocooke said: Yes you will, but it doesn't take five minutes to do, as Edgy moves closer to final release new kernels are coming out less often and your Xserver can't be taken out by incompatibility with a recently updated Edgy package (you'll just reinstall it and it should work).

Anyone know anything about my problem with the window boarders flickering on and off. As a recap the best way to get round it seems to be to start the computer with metacity and then change to beryl once logged in, changing back to metacity before logging out (hardy an elegant solution).

:-k

I get the flickering boarders too, very annoying using 100% cpu. no other real solution either... I usually have to switch to metacity, kill emerald, then switch to beryl.

#694

christooss said: nuzzy can you tell me more about solution. What was wrong with nvidia pkgs?

Sure - I should have written it better. It wasn't the packages per se. I ran through the steps again and for some reason nvidia-glx and linux-restricted-modules weren't installed properly. I installed the nvidia beta driver I got from beerorkids site (I believe). Sorry for the confusion.

#695

nevermind i figured it out. i just un-installed xserver-xgl, and its working.

#696

When i uninstalled xserver-xgl it didnt start anymore, until i installed it back again :(

#697

Anyone else having this problem?

Dots?

This is not a problem with my monitor, because it's happening on both. If I use Metacity, these dots don't appear. I'm going to assume it's because of Beryl, but that may or may not be the case.

Distro: Ubuntu, Edgy Eft Kernel: 2.6.17-10-generic XServer: AIGLX. Beryl Version: 0.11, same problem with self-compiled and "official". Other specs: Intel Core 2 Duo E6300 (@1.86), XFX nVidia 7300 GT, 1GB RAM. Dual E1907FP @ 1280x1024 (2560x1024) using TwinView.

EDIT: Dots aren't usually so pronounced, sometimes just a few in the title bar, sometimes there's a lot, it's random.

#698

That looks like a graphics card problem, although it may be the monitor.

#699

Protoss said: That looks like a graphics card problem, although it may be the monitor.

I've got two monitors, both brand new and identical, and it's happening on both. Some say it may be because of my card overheating, but it's only 72* (high, yes, but not incredibly high). I'll just buy a slot fan and see if that helps, then. Doesn't hurt to have one anyways.

#700

jinxen said: I followed this guide, beryl works, but its slow as hell. Glxgears hardly moves (nvidia drivers from the guide to). My old xgl still loads on boot for some reason i dont know why.You need to revert your gdm-custom file or whatever it is to prevent it from starting the xserver-xgl on startup.

Follow whatever guide backwards to undo this.

The reason why it is so slow IS because you are running on xgl

#701

-LoKe..I dont have a clue how this stuff works and could be totally wrong but dont you need to get the specific kernal for your architecture first as apose to the "generic" one??

When i first installed edgy last week or so i had the same 2.6.17-10 generic kernal after id done the 100s of updates but before i could even use the beryl stuff i had to get the right kernal....i.e linux 386. Is`nt that right:confused:

If im wrong someone will soon correct me as i just stumble along never really having too much of a clue just what im actually doing:mrgreen:

It`s all working fine here though

#702

I'm pretty certain it's just a heat problem; I've been using the generic kernel ever since it's been available, but this is a new computer so that's the only difference.

#703

Nope... you should DEFINATELY be using the generic kernel.

If you've got a 386 installed... there's something a bit wrong me thinks.

#704

I am trying to do this on Kubuntu edgy RC, fresh install. I have successfully followed this how-to in the past for gnome DE.

Anyway I get stuck in the very first stages while trying to fetch libxorg-sched-yield-hack0 package (nvidia-glx amaranth version is fetched ok). I get E:couldn't find package libxorg-sched-yield-hack0... very weird,why can't find it? am I the only getting this...? Thanks for potential help. TJ.

#705

I've heard you don't need it anyways.

#706

Did Beryl just stop working for anyone else?

#707

~LoKe said: Did Beryl just stop working for anyone else?

Yeah. After a recent update it's been kind of quirky. I now have to start it manually in order to get it to work.

#708

Pricey if you reckon im in the wrong then im sure your probably right:D I tried to do all the beryl install just with the "generic" kernal but it never worked.. So reading your how to again...many times ..the very first part says " to install the ubunto meta package specific to your machine etc etc.

Being as the example was was "686" etc i thought "well, i must be 386......:confused:

As i said,i just stumble along mate BUT .........it all works:-k I tried it with the "generic" a few times but never once got any luck with it

Mabey i`ll start again now:twisted:

#709

I just upgraded to edgy and now X refuses to start with the new generic kernel. Error message says something about the nvidia kernel module not being loaded. It works with the older k7 kernel. What did I do wrong? :-#

And oh, does beryl work with the official nvidia driver, or does it absolutely positively have to be beta?

edit: It seems that I have to reinstall the drivers because of the kernel change. Can I do that with apt-get or do I have to use the nvidia script, thus update the drivers manually every time the kernel changes?

#710

To replay to some of the last posts, the reason it's gone to -generic and -386 kernels, is due to the kernel now being able to auto-detect your CPU and use the optimizations from that. Pretty clever, eh?

Now as far as needing the beta drivers of nvidia, yes, you need at least version 9625 (apparently there is now a 9626 and a 9640 (which has been said on the nvnews.net forums that is actually older than the 9625, but it is the driver that comes with the nvperf suite of development software for Linux.)

Leech

#711

Thanks for clearing that up mate:confused: ...lol

When i first installed edgy from iso about 2 weeks-ish ago it had about 300 odd updates needing done OR the option of a "dist-upgrade" which was recommended....

So i do that and end up with the "2.6.17-10 generic" ....then another 100 or so updates later i then had a go at beryl:-k

Tried over & over again with the above kernal but never had any luck. So read it all again (and again and again) and came to the conclusion that the very first part .. "Install your *ubuntu-desktop metapackage specific to your DE, e.g. sudo apt-get install ubuntu-desktop"

..must have something to do with it. Thats when i went and got the -386 thing,but only as i believed thats what i needed. And beryl along with everything else works ok.

After 7 or 8 months on a pc im afraid i still dont have tooo much of a clue what im really doing but i do get by and i do learn all the more every time i do something wrong .....im learning loads:rolleyes:

SO...have i messed up by getting the -386.Im still none the wiser. -386,686,64bit,generic???????????????????????????](*,) :mrgreen:

EDIT:excuse my ignorance:-k

#712

If you used nvidia.com's script to install the nvidia drivers, and it is working on your 386 kernel and not your generic one, then i advise you switch to the generic kernel, CTRL+ALT+F1, log in, and "sudo sh" the script again.

The 386 kernel is around because some people are having HUGE troubles booting from the generic... but only a few people...

#713

xpod said: "Install your *ubuntu-desktop metapackage specific to your DE, e.g. sudo apt-get install ubuntu-desktop"

..must have something to do with it. Thats when i went and got the -386 thing,but only as i believed thats what i needed.I meant if you use gnome "ubuntu-desktop", if you use KDE "kubuntu-desktop" etc.

#714

PriceChild said: If you used nvidia.com's script to install the nvidia drivers, and it is working on your 386 kernel and not your generic one, then i advise you switch to the generic kernel, CTRL+ALT+F1, log in, and "sudo sh" the script again.

The 386 kernel is around because some people are having HUGE troubles booting from the generic... but only a few people...

Thanks dude, I got it working :) One question still remains, is there a way of installing the drivers so that they don't have to be manually reinstalled every time the kernel is updated?

#715

Use Amaranth's repos then... but you'll have to wait for him to update his packages before you upgrade ;)

#716

I meant if you use gnome "ubuntu-desktop", if you use KDE "kubuntu-desktop" etc.

Thats what threw me m8..sorry:redface: I mistakenly thought it meant i needed something else as i obviously already had an ubuntu desktop.....](*,) If id had kde id have looked for "kde" howto as i did with beryl on my dappers kde. Plus it never working when i tried it with the "generic" one 2 or 3 times. I kept going back to that first line of yours and came to the conclusion i needed something specific hence the -386...

Similar to what you yourself said m8.."I dont understand much of what is going on";). Sorry for the confusion.....theres just soooo many ways to do this stuff it seems.....easy to get lost. Especially when you aint got a clue Cheers,Least i got something to do now as its boring when its all "seemingly" working properly.

#717

That is why I've chosen to use the nvidia script method to get Beryl up and running. Amaranth has contributed a lot to this community and I thank him for that, but I just don't like having to rely on one person who I really don't know for the operation of my computer.

#718

testube_babies said: Yeah. After a recent update it's been kind of quirky. I now have to start it manually in order to get it to work.

I'm having a similar problem when Beryl starts. The borders go on some kind of virtual 'Epileptic fit'. I too have to start it via 'terminal'.

Anyone have any answers ?

#719

I'm having a similar problem when Beryl starts. The borders go on some kind of virtual 'Epileptic fit'. I too have to start it via 'terminal'.

Anyone have any answers ?

Close beryl-manager icon panel !

#720

DeemanXu said: I'm having a similar problem when Beryl starts. The borders go on some kind of virtual 'Epileptic fit'. I too have to start it via 'terminal'.

Anyone have any answers ?Yeah i just reinstalled beryl due to repo troubles... had the problem so did removed config files.

Choose metacity window manager. Close beryl-manager

rm -rf ~/.beryl*
rm -rf ~/.emerald*
beryl-manager

But fixed things for me :)

#721

Hi!

Im getting

E: Couldn't find package libxorg-sched-yield-hack0

So can i just omit installing libxorg-sched-yield-hack0?

#722

*moves to General Help*> kalpik said:

E: Couldn't find package libxorg-sched-yield-hack0

So can i just omit installing libxorg-sched-yield-hack0?If you're getting that then it means you haven't added the correct repositories :)

#723

Umm.. Im pretty sure i've added Amarnath's Repo. Cuz i do have the beta driver installed. I skipped that package and everything seems to be working fine right now!

#724

kalpik said: Umm.. Im pretty sure i've added Amarnath's Repo. Cuz i do have the beta driver installed. I skipped that package and everything seems to be working fine right now!I must be out of date and it not be needed anymore then...

Amaranth might come along and clarify some time.

If it ain't broke... don't fix it ;)

#725

The official beryl howto for edgy is here:

http://wiki.beryl-project.org/index.php/Install/Ubuntu/Edgy/AiGLX

It really looks way simpler.... I'm going to try it soon and post back the results...

#726

ariel said: The official beryl howto for edgy is here:

http://wiki.beryl-project.org/index.php/Install/Ubuntu/Edgy/AiGLX

It really looks way simpler.... I'm going to try it soon and post back the results...This guide includes custom instructions for nvidia users ;)

Check out http://doc.gwos.org/index.php/BerylOnEdgy for the same guide with ati and intel also!

#727

Thanks Pricechild - works a treat.

#728

DeemanXu said: Thanks Pricechild - works a treat.No problem, don't forget to thank Amaranth for help with the guide and for building and hosting packages!

#729

I'm still getting this error from amaranth repo still does not have any beta drivers on it for Nvidia, or am I just searching the wrong thing? E: Couldn't find package libxorg-sched-yield-hack0

#730

About Beryl-on-Gnome-Startup weirdness:

I've just toyed with it a lot, and found out mostly that its the fault of beryl-manager. To have GNOME load into beryl without all the epileptic borders or eventual computer-freezing (due to two instances of emerald being open, pegging the CPU to 100%):

1) System -> Preferences -> Sessions -> "Current Session" tab: remove metacity, push the apply button. 2) "Startup Programs" tab: add "beryl" and "emerald" as two separate entries.

You'll be missing the cool jewel icon in your system tray upon restart, but Beryl and Emerald (only ONE Emerald) will start with gnome, and slightly faster because Gnome won't load Metacity first. The beryl-manager jewel icon also provides a shortcut to beryl-settings, but that same shortcut is in the System menu (along with Emarald settings, as well).

Seems pretty solid for me right now. I just wish I knew how to prevent the CTRL+ALT+F1 bug (switching to a virtual terminal too many times seems to kill the display - when I CTRL+ALT+F7 back to X, the display is black with only the mouse pointer on it. The pointer moves, but no keystrokes seem to work - I must hard-reset the machine to get anything back. I haven't scanned the forums for workarounds on this yet, so if anyone knows anything, let me know).

#731

Now, when I'm starting beryl and emerald seperately, everything works fine, thanks a lot.

But everytime an effect is executed, my cpu load goes up to 80-90 %. Anyone else having this problem or even a solution to this problem? (detect refresh-rate is disabled)

thanks

#732

Halo!

I followed the guide and installed everything without problems, but when I type in terminal

beryl-manager

and choose window manager beryl the border from the windows and all the task bars disappear and I have to press Ctrl-Alt_Backspace in order to log in again.

I noticed that when I run this command it says that xgl is not available and that it searches for nvidia...I can't post exactly the error because it freezes...

I searched a little in the forum but couldn't find similar problems with solutions.

Thanks in advance!

#733

@X3non

You have to deactivate the "Trailfocus" in the Beryl Settings Manager BEFORE adding beryl-manager to the autostart section. Then everything works fine.

But I have a problem as well. I can start beryl under Edgy with a Nvidia FX 5200 card but I can't see any window borders. Could anyone help me with that problem?

#734

What do you mean with before adding beryl-manager to autostart section?

It doesn't seem to work.....

#735

Ok, just go to

"System/Preferences/Beryl Settings Manager"

then

deactivate the "Trail Focus" plugin on the left side of the window. (you have to scroll down a little bit)

And now you should be able to start Beryl with typing "beryl-manager" into your terminal.

Denis

#736

I did this and didn't work so I used xgl instead of aiglx following this guide http://wiki.beryl-project.org/index.php/Install/Ubuntu/Edgy/XGL

Seems to work fine till now.

#737

lol Another Edit:

Other question... I followed the guide @ http://wiki.beryl-project.org/index.php/Install/Ubuntu/Edgy/XGL

It works. But my whole theme is gray like Classic windows look... Can't get back nice grafix windows?

#738

X3n0n said: I did this and didn't work so I used xgl instead of aiglx following this guide http://wiki.beryl-project.org/index.php/Install/Ubuntu/Edgy/XGL

Seems to work fine till now.Could you explain further please.

#739

Sorry for a newbish type question:

On the first page, it notes that Beryl will crash unless a plug-in is removed... how do I go about removing it?

Because, it is freezing my windows, requiring me to restart gnome every so often...

Thanks.

Btw, thanks for doing all this work on the guide. It's great.

#740

bg1256 said: On the first page, it notes that Beryl will crash unless a plug-in is removed... how do I go about removing it?That's no longer a problem.

Sorry, i didn't realise that was still there.

*removes*

#741

Aha, well what would I do to fix crashes the? :-D

Because it is freezing my windows occasionally...

Again thanks, this howto rocks my face off.

#742

This usually happens when you either have the benchmark plugin enabled or use totem.

#743

Well, I'm not using either. For some reason it's been stable today...

But yesterday it crashed 3 time in an hour.

#744

I have problems with generic kernel.

When I choose -386 kernel Xserver boots but when I choose -generic I get X crash notification. Something about Nvidia drivers. I have installed them with the script but script tells me that there are no precompiled something found for this kernel. Is maybe that wrong?

I don't think so but it might be.

#745

Awesome guide! Thanks a ton for putting this out there. Worked like a champ and I couldn't be happier with the sweet eyecandy that Beryl provides. :D

#746

denis_std said: @X3non

But I have a problem as well. I can start beryl under Edgy with a Nvidia FX 5200 card but I can't see any window borders. Could anyone help me with that problem?

I have this exact same problem and I'm running the exact same card. Does anyone know a solution?

#747

Forge42 said: I have this exact same problem and I'm running the exact same card. Does anyone know a solution?Could you please quadruple check your xorg.conf

I've heard of a handful of people in your situation... it is wierd.

#748

PriceChild said: Could you please quadruple check your xorg.conf

I've heard of a handful of people in your situation... it is wierd.

Sure.. what am I quadruple checking for?

I verified that the line:

Option "AddARGBGLXVisuals" "True"

is there. That was copy/pasted.

When I had beryl running under dapper, I had to turn a 3d rendering option on under my nVidia device... I forget the key, but I could find it. Right now, that isn't there.

Other changes I've made that might have a bearing are that I followed the walkthrough for enabling AIGLX in edgy. I did that when this walkthrough didn't work.

*Edit -- here is the other walkthrough I followed to enable AIGLX https://help.ubuntu.com/community/CompositeManager/AIGLXOnEdgy

I should also mention that I double checked the color depth.. it is 24 */edit

#749

You don't need to do any enabling of AIGLX for this guide... the beta nvidia drivers you have installed work with xorg7.1 to fulfill its function.

Could you start beryl-manager from terminal and paste the errors you are presented with,

#750

PriceChild said: You don't need to do any enabling of AIGLX for this guide... the beta nvidia drivers you have installed work with xorg7.1 to fulfill its function.

Could you start beryl-manager from terminal and paste the errors you are presented with,

Yup... here is the return:

XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present Initiating splash

The beryl splash pops briefly (and "wobbles") and then goes away. The beryl jewel is in my systray, and my main menu's (apps, places, system) are usable. The only error is the lack of window borders. I used the right click options to min/max a window, and the beryl effects were not present.

#751

bump...

I'm dying here!

#752

Forge42 said: Yup... here is the return:

XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present Initiating splash

The beryl splash pops briefly (and "wobbles") and then goes away. The beryl jewel is in my systray, and my main menu's (apps, places, system) are usable. The only error is the lack of window borders. I used the right click options to min/max a window, and the beryl effects were not present.

I had this problem, too. After I reset Beryl to the default settings, it went away. From there I re-entered my custom settings and all was fine.

#753

testube_babies said: I had this problem, too. After I reset Beryl to the default settings, it went away. From there I re-entered my custom settings and all was fine.

This actually helped. Beryl now seems to run. I have the cube effect, min/max effect, etc. However, I still don't have window borders. I guess there is some problem with emerald somewhere? Any ideas, anyone?

#754

Forge42 said: This actually helped. Beryl now seems to run. I have the cube effect, min/max effect, etc. However, I still don't have window borders. I guess there is some problem with emerald somewhere? Any ideas, anyone?

I have beryl-manager in my session startup, and sometimes it starts up without borders. If I close the beryl-manager tray icon, I get 'em back. Give that a shot.

#755

I can't get my composite extension working at all on Edgy. Anybody know what's up? It says it's enabled in the log. I have a nVidia FX 5200 card.

#756

Following nVIDIA beta driver Option 1, using the repository, I wind up with a 386 kernel that does not have SMP support. If I follow Option 2, getting the drivers from nVIDIA and running their script, can I get a kernel with SMP support and with the nVIDIA beta driver?

#757

For reasons beyond my comprehension, beryl has recently started working.

Sadly, I have no idea what I did that made it work.

The good news, of course, is that it is. Hooray!

#758

After a very frustrating evening yesterday I am now putting two machines back on Dapper. Beryl is a 'must have' for me, and didn't get it to work on either machine...

#759

ive not read the 51 pages, but thought i would respond to the OP. It's not necessary to install the older GCC packages, only build essential is fine. In fact, i'm not sure what even lead to that? Xorg-dev packages are not needed either, although it does prevent several nvidia screen about not having them. Its not necessary to remove restricted modules or the nvidia-kernel-common, either. Adding nv to the blacklist is a good idea though, as youve pointed out. later.

#760

i did everything according to the howto, but when i start beryl, the window borders are flickering... they disappear and reappear constantly. is there a fix for this?

#761

Hi, just installed edgy and beryl ... whn i started beryl this is the output

XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present Initiating splash beryl: No GLXFBConfig for depth 32 beryl: Couldn't bind redirected window 0x26000bf to texture beryl: No GLXFBConfig for depth 32 beryl: Couldn't bind redirected window 0x26000bf to texture beryl: No GLXFBConfig for depth 32 beryl: Couldn't bind redirected window 0x26000bf to texture beryl: No GLXFBConfig for depth 32 beryl: Couldn't bind redirected window 0x26000bf to texture

I can see all animations but no window borders ?? the defaultdepth is set to 24 however . pls help

#762

ss0007 said: Hi,

just installed edgy and beryl ... whn i started beryl this is the output

XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present Initiating splash beryl: No GLXFBConfig for depth 32 beryl: Couldn't bind redirected window 0x26000bf to texture beryl: No GLXFBConfig for depth 32 beryl: Couldn't bind redirected window 0x26000bf to texture beryl: No GLXFBConfig for depth 32 beryl: Couldn't bind redirected window 0x26000bf to texture beryl: No GLXFBConfig for depth 32 beryl: Couldn't bind redirected window 0x26000bf to texture

I can see all animations but no window borders ?? the defaultdepth is set to 24 however . pls help

Did you do step 4 of the first post? I was having the same problem, but adding the 'Option "AddARGBGLXVisuals" "True"' option fixed it.

#763

ss0007 said: I can see all animations but no window borders ??

the defaultdepth is set to 24 however . pls help

I had the same problem, enabling strict binding in the beryl right click menu in my notification area (sys-tray) fixed it after a reboot.

#764

ya thx for the reply ... beryl works now ...

#765

anatole said: i did everything according to the howto, but when i start beryl, the window borders are flickering... they disappear and reappear constantly. is there a fix for this?

Probably that's an known problem with two emerald's. Just killall emerald, then switch to metacity with beryl manager, after - back to beryl. Should work, at least for one session :D

#766

Okay.. there are 59 pages to this thread.. and I haven't got time to read them all since I have a lot of stuff to do today.. so I'll just ask..

Is there any way to use Beryl (without XGL) with the latest stable nVidia driver, not the beta? Becuase the beta messes up my video/DVD playback so that everything is stretched when watching widescreen and it's really annoying, but the stable one (which I now have installed) doesn't do that.

I tried adding compositing to my xorg.conf with the old driver, but Beryl won't start.. I also tried adding "Option RenderAcel=True" (or something like that) which is written in another guide (for Dapper). I can't copy the console output when I try since running beryl-manager freezes my computer now.

So, does anyone know a way?

Thanks!

#767

I can't load beryl-manager at startup :( And don't get window decor (emerald?)

Is there any solution?

#768

I'm having the same problem with the repository driver--tried the beta driver about two weeks ago & got two black screens for my effort--Beryl will start & everything "locks up" except for the cursor--need to control-alt-backspace out. Is there now a way to install the beta Nvidia driver without the above problem? Also--I would think that everyone should get together on Beryl install & combine all the seperate guides (or link all of them together) to come up with one "mega"Guide?

Kalinda said: Okay.. there are 59 pages to this thread.. and I haven't got time to read them all since I have a lot of stuff to do today.. so I'll just ask..

Is there any way to use Beryl (without XGL) with the latest stable nVidia driver, not the beta? Becuase the beta messes up my video/DVD playback so that everything is stretched when watching widescreen and it's really annoying, but the stable one (which I now have installed) doesn't do that.

I tried adding compositing to my xorg.conf with the old driver, but Beryl won't start.. I also tried adding "Option RenderAcel=True" (or something like that) which is written in another guide (for Dapper). I can't copy the console output when I try since running beryl-manager freezes my computer now.

So, does anyone know a way?

Thanks!

#769

Kalinda said: Okay.. there are 59 pages to this thread.. and I haven't got time to read them all since I have a lot of stuff to do today.. so I'll just ask..You can always search just a thread> Is there any way to use Beryl (without XGL) with the latest stable nVidia driver, not the beta?Nope> Becuase the beta messes up my video/DVD playback so that everything is stretched when watching widescreen and it's really annoying, but the stable one (which I now have installed) doesn't do that.Well then you've modified your xorg.conf a little too much and someone needs to take a look at it ;)

I tried adding compositing to my xorg.conf with the old driver, but Beryl won't start.. I also tried adding "Option RenderAcel=True" (or something like that) which is written in another guide (for Dapper).Yeah you can't use it without xgl with the old drivers> I can't copy the console output when I try since running beryl-manager freezes my computer now.

So, does anyone know a way?

Thanks!You can always use nhup (i think that's the one...) to save it all to a file... or you could ssh in to start it.

#770

autocrosser said: Also--I would think that everyone should get together on Beryl install & combine all the seperate guides (or link all of them together) to come up with one "mega"Guide?There's a link for just that at the top of my guide.

http://doc.gwos.org/index.php/BerylOnEdgy has guides for beryl on edgy with ati, nvidia or ATI

Check out my sig to another collection of guides for any environment!

#771

Okay, so I have an interesting commonality. Two computers: one a notebook Medion Akoya LS with Intel 915 chipset, 512MB RAM, Pentium M 1.6GHz, the other an HP Pavilion a1203w with SiS motherboard, 512MB RAM, AMD Sempron 3000+, and a GeForce FX 5200 AGP graphics accellerator added on.

Both have a clean install of Edgy. Both have a new install of Beryl as per the directions listed in this thread (of course using the nVidia based directions for the HP and the intel based directions for the Medion). Both will boot fine with Beryl as the default Window Manager the first four or five times. After that every time a clean boot occurs Beryl does not load completely (shadows are missing, opened windows have flickering borders), plus each computer is extremely sluggish (over a minute for terminal to open with a prompt), and even after using the beryl-manager icon to switch back to Metacity, the system remains sluggish until restarted. Once restarted, re-enabling Beryl through the same utility shows none of the above mentioned issues. Once the system is shut down, on the next boot the cycle begins again.

I noticed this issue occurred after Beryl went from 0.1.0 to 0.1.1 on the Medion, which is why I did a clean install and started over again with no success. I find it interesting the same exact issue occurs with an nVidia card and a completely different motherboard chipset and CPU manufacturer. This does not appear to be hardware related at all, but something in the latest Beryl update that's causing it. I'll be messing with each plugin until I figure it out or until the next update fixes it. If anyone has any ideas I'm open to trying them.

#772

Step 2 says you must have this repo:deb http://amaranth.selfip.com edgy lrm

All day I've been getting: Err http://amaranth.selfip.com edgy/lrm Packages 404 Not Found

Failed to fetch http://amaranth.selfip.com/dists/edgy/lrm/binary-amd64/Packages.gz 404 Not Found

#773

Alright, I've got beryl working...but I have one inconvenience. when I boot my computer, x crashes. But here's the catch. I log in on the terminal, then 'startx' and I get into Gnome?!?!(With Beryl working) What's with that! I used option 2 to install my nvidia drivers because option 1 didn't work.

#774

yaddoshi said: I'll be messing with each plugin until I figure it out or until the next update fixes it. If anyone has any ideas I'm open to trying them.I've always found that the trailfocus plugin slows me down...

Its the one that make unfocussed windows slightly transparent.

#775

Really, really impressive. Thanks very much for this.

Got one question. I'm using the human theme within emerald. It uses the pixmap frame engine. Is there any way to change the default opacity for inactive windows? All the other frame engines seem to have this option, but the pixmaps engine doesn't.

Are there any alternative human themes out there?

Edit: Oh---it was focus trailing. Turning it off had the desired effect (for me) of having all the windows 100% opaque by default.

Thanks again for this great stuff! I am amazed how rock solid and stable it is.

#776

Pausanias said: Oh---it was focus trailing. Turning it off had the desired effect (for me) of having all the windows 100% opaque by default.

Thanks again for this great stuff! I am amazed how rock solid and stable it is.Yeah i really REALLY dislike the trailfocus plugin... its got a lot better lately, but all it ever seems to do is eat cpu to make unfocussed windows ever so slightly mroe transparent and opaque...

Glad its worked perfectly for you :)

#777

Can we get a specific answer to the problem listed here?

ticklemonster@ticklemonster:~$ beryl-manager
ticklemonster@ticklemonster:~$ XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
beryl: No composite extension

I followed the instructions several times so far, and still get this.

Exactly what does one do to resolve this?

*edit:

aha, sudo gedit /etc/X11/xorg.conf

Section "Extensions"
     Option "Composite" "Enable"
EndSection

now it works, but I have those blinky windows effects I saw once before. I wonder how I fix that? It's like the title bar thingy for any window that I open. Goes away in metacity.

#778

Hmm.. well.. that's a shame.. because I watch a lot of movies. I didn't modify it anymore then you said to in your guide.. but here it is, nonetheless... I'm not using it now, of course.. but this is the backup I made of it. If you like, I could also post screenshots to show you what I mean with the movies... although I'm not sure if that's nessecary. It stretches it.. and everyone's faces took too tall and stretched and ewww... :???:

Anyhow, thanks in advance :)

#779

I have kind of a bizarre problem, and a forum search turned up nothing.

I did a dist-upgrade, and reinstalled beryl. So I removed beryl/emerald all related packages first, installed the new nvidia drivers, reinstalled beryl. Works great. Except the fact that ALL windows when I open them are black.

If I resize them, they sometimes magically become normal. I thought at first it was part of the window dimming feature, but I can't change it with the shift+mousescroll which dims the windows normally.

Anyone?

#780

Following this procedure, using option 1 for the nvidia drivers, broke my wifi connection totally at that point. (Clearly, I didn't proceed to install beryl, since I now have no networking on that computer!)

Any suggestions as to why that would be (WG111T USB dongle, using ndiswrapper, and network-manager to handle everything else)?

#781

Beryl-start doesn't work for me. It just says that it can't be found.

Beryl-manager sorta starts up, but my toolbars disappear and X completely locks up. Any suggestions?

#782

Hi whoosh, I had same problem but discovered just typing beryl works.

#783

Awesome, that works, but...

The thing is, it still freezes when I type beryl. The panelbars go away too...

#784

Except the fact that ALL windows when I open them are black. If I resize them, they sometimes magically become normal.

I have the same problem. You made me laugh with the word "magically", because that does describe it very well.

I'm running beryl with the new nvdia drivers as well.

#785

whoosh said: Awesome, that works, but...

The thing is, it still freezes when I type beryl. The panelbars go away too...

I had a very similar problem and I've discovered there is a "magic" sequence to go through. Perhaps it will help:

  1. open terminal
  2. launch beryl with command "beryl"
  3. Splash screen should pop, window borders disappear
  4. Close the terminal window (I use a right click on the window icon on the taskbar and pick 'close')
  5. Splash screens should pop again, window borders remain gone
  6. Launch another terminal
  7. Launch 'beryl-manager'
  8. If your problem is like mine, your window border will appear and the beryl manager icon will appear in the tray.

Note: just launching beryl manager w/o first going through steps 1-6 will lock the machine. I have no idea what is happening, but at least there seems to be a repeatable way of getting it working.

#786

Ok I am having performance problems I just did a clean install of Edgy on my cousins computer then the first thing I did was follow this guide to a T and it works but barely gets 20-25 fps.

His setup is a amd32 processor + nvidia 64mb videocard I know that 20fps is bad because on my Laptop which is a AMD64+Ati(64mb ram) aiglx+beryl using the open source radeon driver gets roughly 130fps.

I have heard the best hardware combination is 32bit processor + nvidia video card. And the worst hardware setup to use with beryl is 64bit+ATI. So why are the results saying different.

Are there any xorg tweaks to get his running at atleast 60fps

#787

PriceChild said: I've always found that the trailfocus plugin slows me down...

Its the one that make unfocussed windows slightly transparent.

I already disabled trailfocus on both the nvidia and intel915 computers - doesn't seem to make much difference. I noticed today that my system wouldn't sign in - sat at the tan screen right after login until I hit CTRL-ALT-BACKSPACE to get back to login and signed in again. After that everything was happy - so it seems to be session related in addition to possibly being plugin related. Or something.

Also just noticed that on the i915 water no longer works. Bleargh. :-k

Haven't had much opportunity to try messing with plugins yet, what with Halloween parties and whatnot. Maybe today I'll get a chance.

#788

hi! i followed this tutorial but i have the same problem that others guys, when x starts i get a black screen and i can't change to any console. I tried to remove de eeprom module but i don't have any eeprom module in my /etc/modules file, the only eeprom.ko that i found doing $ locate eeprom.ko was in /lib/modules/2.6.17-10-386/kernel/drivers/i2c/chips/eeprom.ko and i changed the name but the problem still exist... so i have to enter in safe mdoe and change my xorg.conf file and not use the nvidia driver. please help me! i really love Ubuntu it's the best OS i ever use!... well thanks a lot... Sorry for my english... Axel from Argentina...

#789

Forge42 said:

  1. open terminal
  2. launch beryl with command "beryl"
  3. Splash screen should pop, window borders disappear
  4. Close the terminal window (I use a right click on the window icon on the taskbar and pick 'close')
  5. Splash screens should pop again, window borders remain gone
  6. Launch another terminal
  7. Launch 'beryl-manager'
  8. If your problem is like mine, your window border will appear and the beryl manager icon will appear in the tray.

Here a is GUI alternative. Create a Launcher, and put the following in the "command line" property:


bash -c "(beryl & ) && sleep 5 && (beryl-manager &)"

This should launch it with just a click. You can even find a beryl icon for your launcher in /usr/share/pixmaps.

#790

Pausanias said: Here a is GUI alternative. Create a Launcher, and put the following in the "command line" property:


bash -c "(beryl & ) && sleep 5 && (beryl-manager &)"

This should launch it with just a click. You can even find a beryl icon for your launcher in /usr/share/pixmaps.

Excellent! Now how about the blinking window borders I keep seeing? Any way to rid myself of this? I'm really trying to get edgy right so I can migrate me stuff, you know.

#791

Well, I was getting the blinking borders, and the launcher fixed it for me. However, if you were getting the blinking borders, you should reboot before you use the launcher for the first time.

#792

Thanks, but I've rebooted several times since then, and it still does it. :(

#793

Forge42 said: I had a very similar problem and I've discovered there is a "magic" sequence to go through. Perhaps it will help:

  1. open terminal
  2. launch beryl with command "beryl"
  3. Splash screen should pop, window borders disappear
  4. Close the terminal window (I use a right click on the window icon on the taskbar and pick 'close')
  5. Splash screens should pop again, window borders remain gone
  6. Launch another terminal
  7. Launch 'beryl-manager'
  8. If your problem is like mine, your window border will appear and the beryl manager icon will appear in the tray.

Note: just launching beryl manager w/o first going through steps 1-6 will lock the machine. I have no idea what is happening, but at least there seems to be a repeatable way of getting it working.

When I try this, step 2 freezes and it says nvidia is present, but xgl isn't...

#794

drummer4lifex said: When I try this, step 2 freezes and it says nvidia is present, but xgl isn't...

Mine kinda does too. Does the whole machine freeze or just the terminal session? Can you close the terminal session w/ right clicking like I talk about?

#795

axeligl said: hi! i followed this tutorial but i have the same problem that others guys, when x starts i get a black screen and i can't change to any console. I tried to remove de eeprom module but i don't have any eeprom module in my /etc/modules file, the only eeprom.ko that i found doing $ locate eeprom.ko was in /lib/modules/2.6.17-10-386/kernel/drivers/i2c/chips/eeprom.ko and i changed the name but the problem still exist... so i have to enter in safe mdoe and change my xorg.conf file and not use the nvidia driver.

please help me! i really love Ubuntu it's the best OS i ever use!... well thanks a lot... Sorry for my english... Axel from Argentina...

nobody know how to solve this? i'm still proving but i dont get it....

#796

I don't get what could be wrong. No compositing whatsoever, neither Beryl, nor XFWM. It seemed to work in the Edgy Beta release (installed as Knot 1 and upgraded to beta). Plz help. Here's my xorg log:

Using and nVidia GeForce FX 5200

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 ubuntu 2.6.17-10-generic #2 SMP Fri Oct 13 18:45:35 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: Mon Oct 30 16:33:27 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "SDM-HS93"
(**) |   |-->Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
(**) FontPath set to:
        /usr/share/fonts/X11/misc,
        /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"
(**) Extension "Composite" is enabled
(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 8086,2570 card 0000,0000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 104d,8159 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 104d,8159 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 104d,8159 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 104d,8159 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 104d,8159 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 104d,8159 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 104d,8159 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0322 card 1043,a019 rev a1 class 03,00,00 hdr 00
(II) PCI: 02:08:0: chip 8086,1050 card 104d,815c rev 02 class 02,00,00 hdr 00
(II) PCI: 02:09:0: chip 1102,0004 card 1102,1002 rev 04 class 04,01,00 hdr 80
(II) PCI: 02:09:1: chip 1102,7003 card 1102,0060 rev 04 class 09,80,00 hdr 80
(II) PCI: 02:09:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: 02:0a:0: chip 4444,0016 card 104d,813d rev 01 class 04,00,00 hdr 00
(II) PCI: 02:0e:0: chip 1033,00f2 card 104d,811e rev 01 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(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-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xfc900000 - 0xfe9fffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xdff00000 - 0xefefffff (0x10000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [1] -1  0       0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [2] -1  0       0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [3] -1  0       0x0000bc00 - 0x0000bcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0xeff00000 - 0xf7efffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xfd000000/24, 0xe0000000/27, BIOS @ 0xfe9e0000/17
(--) PCI: (2:10:0) unknown vendor (0x4444) unknown chipset (0x0016) rev 1, Mem @ 0xf0000000/26
(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 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
        [1] -1  0       0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
        [2] -1  0       0xfeafe800 - 0xfeafefff (0x800) MX[B]
        [3] -1  0       0xfeaff000 - 0xfeafffff (0x1000) MX[B]
        [4] -1  0       0x30000000 - 0x300003ff (0x400) MX[B]
        [5] -1  0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [6] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [7] -1  0       0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [8] -1  0       0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
        [9] -1  0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [10] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [11] -1 0       0x0000bc00 - 0x0000bc07 (0x8) IX[B]
        [12] -1 0       0x0000b400 - 0x0000b43f (0x40) IX[B]
        [13] -1 0       0x0000b800 - 0x0000b83f (0x40) IX[B]
        [14] -1 0       0x00000400 - 0x0000041f (0x20) IX[B]
        [15] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [16] -1 0       0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [17] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [18] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [19] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
        [1] -1  0       0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
        [2] -1  0       0xfeafe800 - 0xfeafefff (0x800) MX[B]
        [3] -1  0       0xfeaff000 - 0xfeafffff (0x1000) MX[B]
        [4] -1  0       0x30000000 - 0x300003ff (0x400) MX[B]
        [5] -1  0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [6] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [7] -1  0       0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [8] -1  0       0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
        [9] -1  0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [10] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [11] -1 0       0x0000bc00 - 0x0000bc07 (0x8) IX[B]
        [12] -1 0       0x0000b400 - 0x0000b43f (0x40) IX[B]
        [13] -1 0       0x0000b800 - 0x0000b83f (0x40) IX[B]
        [14] -1 0       0x00000400 - 0x0000041f (0x20) IX[B]
        [15] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [16] -1 0       0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [17] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [18] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [19] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x2fffffff (0x2ff00000) 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 - 0x2fffffff (0x2ff00000) 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       0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
        [5] -1  0       0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
        [6] -1  0       0xfeafe800 - 0xfeafefff (0x800) MX[B]
        [7] -1  0       0xfeaff000 - 0xfeafffff (0x1000) MX[B]
        [8] -1  0       0x30000000 - 0x300003ff (0x400) MX[B]
        [9] -1  0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [10] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [11] -1 0       0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [12] -1 0       0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
        [13] -1 0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [14] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000bc00 - 0x0000bc07 (0x8) IX[B]
        [18] -1 0       0x0000b400 - 0x0000b43f (0x40) IX[B]
        [19] -1 0       0x0000b800 - 0x0000b83f (0x40) IX[B]
        [20] -1 0       0x00000400 - 0x0000041f (0x20) IX[B]
        [21] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [22] -1 0       0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [23] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [24] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [25] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.2.0
        ABI class: X.Org Video Driver, version 1.0
(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.9626
        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.9626
        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) NVIDIA dlloader X Driver  1.0-9626  Wed Sep 20 16:41:00 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 - 0x2fffffff (0x2ff00000) 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       0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
        [5] -1  0       0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
        [6] -1  0       0xfeafe800 - 0xfeafefff (0x800) MX[B]
        [7] -1  0       0xfeaff000 - 0xfeafffff (0x1000) MX[B]
        [8] -1  0       0x30000000 - 0x300003ff (0x400) MX[B]
        [9] -1  0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [10] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [11] -1 0       0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [12] -1 0       0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
        [13] -1 0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [14] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000bc00 - 0x0000bc07 (0x8) IX[B]
        [18] -1 0       0x0000b400 - 0x0000b43f (0x40) IX[B]
        [19] -1 0       0x0000b800 - 0x0000b83f (0x40) IX[B]
        [20] -1 0       0x00000400 - 0x0000041f (0x20) IX[B]
        [21] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [22] -1 0       0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [23] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [24] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [25] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x2fffffff (0x2ff00000) 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       0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
        [5] -1  0       0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
        [6] -1  0       0xfeafe800 - 0xfeafefff (0x800) MX[B]
        [7] -1  0       0xfeaff000 - 0xfeafffff (0x1000) MX[B]
        [8] -1  0       0x30000000 - 0x300003ff (0x400) MX[B]
        [9] -1  0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [10] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [11] -1 0       0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [12] -1 0       0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
        [13] -1 0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [14] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [15] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [16] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [17] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [18] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [19] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [20] -1 0       0x0000bc00 - 0x0000bc07 (0x8) IX[B]
        [21] -1 0       0x0000b400 - 0x0000b43f (0x40) IX[B]
        [22] -1 0       0x0000b800 - 0x0000b83f (0x40) IX[B]
        [23] -1 0       0x00000400 - 0x0000041f (0x20) IX[B]
        [24] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [25] -1 0       0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [26] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [27] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [28] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [29] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [30] 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 "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.
(II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 04.34.20.42.00
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:1:0:0:
(--) NVIDIA(0):     Sony SDM-HS93 (CRT-0)
(--) NVIDIA(0): Sony SDM-HS93 (CRT-0): 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0): No valid modes for "720x400"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
        [1] 0   0       0xfd000000 - 0xfdffffff (0x1000000) MX[B]
        [2] -1  0       0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
        [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [4] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [6] -1  0       0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
        [7] -1  0       0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
        [8] -1  0       0xfeafe800 - 0xfeafefff (0x800) MX[B]
        [9] -1  0       0xfeaff000 - 0xfeafffff (0x1000) MX[B]
        [10] -1 0       0x30000000 - 0x300003ff (0x400) MX[B]
        [11] -1 0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [12] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [13] -1 0       0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [14] -1 0       0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
        [15] -1 0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [16] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [17] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [18] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [19] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [20] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [21] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [22] -1 0       0x0000bc00 - 0x0000bc07 (0x8) IX[B]
        [23] -1 0       0x0000b400 - 0x0000b43f (0x40) IX[B]
        [24] -1 0       0x0000b800 - 0x0000b83f (0x40) IX[B]
        [25] -1 0       0x00000400 - 0x0000041f (0x20) IX[B]
        [26] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [27] -1 0       0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [28] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [29] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [30] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [31] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [32] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
error opening security policy file /usr/lib/xserver/SecurityPolicy
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "XkbOptions" "lv3:ralt_switch"
(**) Generic Keyboard: XkbOptions: "lv3:ralt_switch"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "NVIDIA Damage Notification Manager" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Kernel RC Handler" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+us+level3(ralt_switch)" };
    xkb_geometry             { include "pc(pc105)" };
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!
Could not init font path element /usr/share/fonts/X11/OTF, removing from list!
Could not init font path element /usr/share/fonts/X11/CID/, removing from list!
#797

Forge42 said: Mine kinda does too. Does the whole machine freeze or just the terminal session? Can you close the terminal session w/ right clicking like I talk about?

No I have to restart x by using the ctrl-alt-backspace.

#798

Never mind, it finally worked when I killed XFWM.

#799

I get blinking borders the first time i run beryl-manager.

Happenned in edgy... just noticed it happen in gentoo also.

I fix it by "killall emerald" then relaunching the window decorator from the beryl menu.

#800

Pausanias said: Here a is GUI alternative. Create a Launcher, and put the following in the "command line" property:


bash -c "(beryl & ) && sleep 5 && (beryl-manager &)"

This should launch it with just a click. You can even find a beryl icon for your launcher in /usr/share/pixmaps.

Hey.. thanks! That works flawlessly!

Woohoo!

#801

Hi.

i have that problem with nvidia beta drivers.so i install envy program to uninstall nvidia beta drivers, and install official driver (8774), but beryl, after that, wont start.

how i cant put beryl working again?

i have edgy, with p4 2.8 1gb ram and a 6600gt agp 128mb.

thks

oh sorry my english,i'm portuguese lol

#802

My blinking has ceased.

I wonder, if I can make a launcher using

beryl-manager

then why can't I just put that in the startup?

#803

I have noticed that if I put Edgy into hibernation (which generates a couple errors as it goes, but seems to work okay), the next time I fire up my systems Beryl is working fine, no window border flickering, no performance issues.

Of course, getting this to work depends on 1) Beryl must already be working properly, 2) your system must successfully hibernate, 3) your system must successfully return from hibernation and 4) you do not need to perform a system restart such as after a kernel upgrade.

But it should get me by until the issue is corrected. Hope this helps some/all of you.

#804

Beryl is up and working pretty well for me. I have just one small complaint:

whenever I use the 'rain' effect, my frames drop from 75+ to ~12 fps. I've tried the triple buffer option and I don't see any change. I'm running an Nvidia GeForce 5200 (AGP).

Anyone have any ideas of how to improve the performance? I've played around w/ the card settings some, but nothing seems to help. Rain always makes the frame rate tank...

#805

axeligl said: hi! i followed this tutorial but i have the same problem that others guys, when x starts i get a black screen and i can't change to any console. I tried to remove de eeprom module but i don't have any eeprom module in my /etc/modules file, the only eeprom.ko that i found doing $ locate eeprom.ko was in /lib/modules/2.6.17-10-386/kernel/drivers/i2c/chips/eeprom.ko and i changed the name but the problem still exist... so i have to enter in safe mdoe and change my xorg.conf file and not use the nvidia driver.

please help me! i really love Ubuntu it's the best OS i ever use!... well thanks a lot... Sorry for my english... Axel from Argentina...

nobody knows how to correct this bug yet?

#806

I have no luck with beryl ](*,) Here's what I've tried so far:

1. running 'beryl-manager' from the terminal: I get this:

beryl-manager doesn't autostart window-manager/decorator
any more. Please consult: man beryl-manager

"man beryl-manager" doesn't tell anything helpful

"beryl-manager ... allows you to launch beryl,
start different window decorators, start a different window manager"

2. running 'beryl-manager' using Alt-F2: The manager starts (I see the diamond icon). Select Window Manager shows that Beryl is active (it's not). Reload Window Manager hangs, had to restart X. If I activate Metacity using 'Select Window Manager' and then activate Beryl - X hangs.

3. running 'beryl' from the terminal: X hangs, had to restart it (there was no way to close the terminal as some suggested) The terminal spills out this message:

XGL Absent, checking for NVidia
NVidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVidia
NVidia Present

4. Launcher : bash -c "(beryl & ) && sleep 5 && (beryl-manager &)" no borders, no decorators, x hangs, had to restart it

#807

I think that this topic should be renamed because this does not really use AIGLX; it is actually using the new nvidia drivers glx extensions.

To use AIGLX which for me is much much better, no black screens and better performance overall add the following to your session:


dbus-launch beryl --use-cow --force-aiglx
emerald --replace

GeLeTo: I was having the same issues as you which is part of the reason that I went with the method above. Another way that I got around it was toying with starting beryl-manager and making sure the window manager was metacity and then starting beryl, it seemed to work but I did not like that method.

#808

To use AIGLX which for me is much much better, no black screens and better performance overall add the following to your session:

dbus-launcher beryl --use-cow --force-aiglx
dbus-launcher emerald --replace

GeLeTo: I was having the same issue...Another way that I got around it was toying with starting beryl-manager and making sure the window manager was metacity and then starting beryl...

Doesn't work for me :(

#809

GeLeTo said: Where do I add this?

System->Preferences->Sessions->Startup Programs->Add

Also code should only be: dbus-launch beryl --use-cow --force-aiglx emerald --replace

You will add two items(1 for dbus-launch... and another for emerald).

#810

jaymode said: I think that this topic should be renamed because this does not really use AIGLX; it is actually using the new nvidia drivers glx extensions.

To use AIGLX which for me is much much better, no black screens and better performance overall add the following to your session:


dbus-launcher beryl --use-cow --force-aiglx
emerald --replace

Do you still need the nvidia drivers for this or will plain old nv work? I'm guessing that you still need the closed source.

#811

It should be dbus-launch, not dbus-launcher.

And you're right---it works much better than the original version!

#812

jaymode said: Also code should only be:

dbus-launcher beryl --use-cow --force-aiglx emerald --replace

'dbus-launcher' is not recognized probably this should be 'dbus-launch' I added ``` bus-launch beryl --use-cow --force-aiglx emerald --replace


Now when I login all windows open in the top-left corner and have no decoration, title and borders. After that I tried to call beryl-manager (it was last set to use the Metacity window manager) and everything is back to normal. But when I switch from metacity to beryl - X hangs again. If beryl is default - X hangs right after calling beryl-manager.

I also created a launcher with this command: ```
bash -c "(dbus-launch beryl --use-cow --force-aiglx &) && (emerald --replace &)"

P.S. All this on a clean amd64 Edgy install

#813

GeLeTo said:

3. running 'beryl' from the terminal: X hangs, had to restart it (there was no way to close the terminal as some suggested) The terminal spills out this message:

XGL Absent, checking for NVidia
NVidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVidia
NVidia Present

I also have this problem alot, sometimes I have to reboot like 3 times. then suddenly it finally goes to splash screen

#814

Pausanias said: It should be dbus-launch, not dbus-launcher.

And you're right---it works much better than the original version!

I take it back! I prefer the Nvidia driver mode as explained in the top post.

In the aiglx mode, resizing windows is slow slow slow.

#815

HoMe_CaNiBaL said: Hi.

i have that problem with nvidia beta drivers.so i install envy program to uninstall nvidia beta drivers, and install official driver (8774), but beryl, after that, wont start.

how i cant put beryl working again?

i have edgy, with p4 2.8 1gb ram and a 6600gt agp 128mb.

thks

oh sorry my english,i'm portuguese lol

someone can help me?

i don't know how put beryl working..

cumps

#816

Pausanias said: I take it back! I prefer the Nvidia driver mode as explained in the top post.

In the aiglx mode, resizing windows is slow slow slow.

Interesting it is much better for me and i haven't noticed anything slower than with the nvidia driver.

Also fixed the dbus-launch command...sorry about that. Silly mistake on my part.

#817

GeLeTo said: 'dbus-launcher' is not recognized

probably this should be 'dbus-launch' I added ``` bus-launch beryl --use-cow --force-aiglx emerald --replace


Now when I login all windows open in the top-left corner and have no decoration, title and borders. After that I tried to call beryl-manager (it was last set to use the Metacity window manager) and everything is back to normal. But when I switch from metacity to beryl - X hangs again. If beryl is default - X hangs right after calling beryl-manager.

I also created a launcher with this command: ```
bash -c "(dbus-launch beryl --use-cow --force-aiglx &) && (emerald --replace &)"

P.S. All this on a clean amd64 Edgy install

It may have to do with the amd64 part, not sure. But have you tried running emerald --replace after starting up to see if that helps anything at all? Like decorations, border, etc.?

If not maybe try to change it in sessions to dbus-launch emerald --replace

I do not know much else. You may try asking at forum.beryl-project.org

#818

GeLeTo said: I have no luck with beryl ](*,)

Here's what I've tried so far:

1. running 'beryl-manager' from the terminal: I get this:

beryl-manager doesn't autostart window-manager/decorator
any more. Please consult: man beryl-manager

"man beryl-manager" doesn't tell anything helpful

"beryl-manager ... allows you to launch beryl,
start different window decorators, start a different window manager"

2. running 'beryl-manager' using Alt-F2: The manager starts (I see the diamond icon). Select Window Manager shows that Beryl is active (it's not). Reload Window Manager hangs, had to restart X. If I activate Metacity using 'Select Window Manager' and then activate Beryl - X hangs.

3. running 'beryl' from the terminal: X hangs, had to restart it (there was no way to close the terminal as some suggested) The terminal spills out this message:

XGL Absent, checking for NVidia
NVidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVidia
NVidia Present

4. Launcher : bash -c "(beryl & ) && sleep 5 && (beryl-manager &)" no borders, no decorators, x hangs, had to restart it

Im having the EXACT same problem...just refuses to work, x completely locks up and i have to ctrl+alt+backspace...

Anyone know how to fix this? :(

#819

Fatec said: Im having the EXACT same problem...just refuses to work, x completely locks up and i have to ctrl+alt+backspace...

Anyone know how to fix this? :( Are you sure you've successfully installed the driver? ```

cat /proc/driver/nvidia/version

#820

23meg said: Are you sure you've successfully installed the driver? ```

cat /proc/driver/nvidia/version


Weird, they wasnt install (had to download run file and install manually)

now i get 

> 
XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
beryl: No composite extension
#821

Are you sure you've added the line for the composite extension to your xorg.conf?

#822

Amaranth said: 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.

It didn't work for me. For some unknown reason gnome-settings-manager doesn't save my settings, even in the current session. It seems to be a permission problem, but I don't know for sure. Would you please give me an idea to fix this issue? :confused:

#823

23meg said: Are you sure you've successfully installed the driver? ```

cat /proc/driver/nvidia/version

Indeed, my version is 1.0-8774

I took a closer look at the log of *'sudo apt-get update'*

Err http://amaranth.selfip.com edgy/lrm Packages 404 Not Found Failed to fetch http://amaranth.selfip.com/dists/edgy/lrm/binary-amd64/Packages.gz 404 Not Found

So is there another repository that has these drivers?
Are only the amd64 ones missing?
#824

I tried beryl on our desktop, first with xgl the effects amazed my sis then tried to watch a video and experienced lots of frame drops. Soon got rid of xgl and tried this now at least xgl does not use 150MB of ram but the videos are still not watchable. I found a thread about it on the beryl forum but no solution was mentioned. What can I do to play videos in beryl ?

#825

pibarnas said: It didn't work for me. For some unknown reason gnome-settings-manager doesn't save my settings, even in the current session. It seems to be a permission problem, but I don't know for sure. Would you please give me an idea to fix this issue? :confused:```

sudo chown username:username -R /home/username


Then try again
#826

23meg said: Are you sure you've added the line for the composite extension to your xorg.conf?

yep...*sigh* back off to dapper i go, edgy is causing nothing but problems :(

#827

I solved the video playback problem noticed the video window was see through that brought the system to it's knees while playing HD 1080 videos at 1900:1080 res.

#828

GeLeTo said:

Err http://amaranth.selfip.com edgy/lrm Packages 404 Not Found Failed to fetch http://amaranth.selfip.com/dists/edgy/lrm/binary-amd64/Packages.gz 404 Not Found

So is there another repository that has these drivers?
Are only the amd64 ones missing?

I followed [this guide]("https://help.ubuntu.com/community/BerylOnEdgy"), different repo. Took me literally 10 minutes and worked perfectly. I am using an AMD3000+ and an nVidia 6800 on 64bit generic Edgy (upgraded from Dapper). I was blown away by Beryl, my desktop is gorgeous!

Anyone know the command line equivalent of 'Reload Window Manager' on the Beryl menu? I have to do this when I've booted even though I added it to my session.

Cheers ... Paul
#829

jaymode said: add the following to your session:


dbus-launch beryl --use-cow --force-aiglx
emerald --replace

My blinking had come back, so I tried this last night, and not only did it work and I noticed no blinking, but it was up and working at boot faster than just launcing it the old way. I still have to use my launcher (beryl-manager) to get the icon up so I can go to metacity if I have anything system intensive to do, so I guess I'll add that to startup.

Thanks for the tip. :mrgreen:

#830

how can i completly remove nvidia drivers which i installed wit NVIDIA....bin script.

#831

christooss said: how can i completly remove nvidia drivers which i installed wit NVIDIA....bin script.

[SIZE=2]``` cd “directory_where_you_have_the_nvidia_installer” [/SIZE][SIZE=2]sh /path_to_the_installer/NVIDIA-Linux-x86-1.0-[/SIZE][SIZE=2]9625[/SIZE][SIZE=2]-pkg1.run --extract-only [/SIZE][SIZE=2]sudo /etc/init.d/gdm stop (OR "kdm stop" if you use KDE) [/SIZE][SIZE=2]sudo cp /etc/X11/xorg.conf_backup /etc/X11/xorg.conf [/SIZE][SIZE=2]cd NVIDIA-Linux-x86-1.0-[/SIZE][SIZE=2]9625[/SIZE][SIZE=2]-pkg1 (the name of this folder varies accordin to the installer you used) sudo ./nvidia-installer --uninstall sudo rm /etc/init.d/nvidia-*

#832

This worked great for me with a 7900GT and Edgy. Just wanted to say thanks.

#833

I cant get to work the nvidia driver. I install it doing exactly what says here, but when I reboot, a black screen appears instead the login screen and nothing else happens. I have read almost all posts in the ubuntu forums, i try many "solutions" (no one works), and i dont know what to do. In the last month i have installed Suse 10.1, and the same driver works perfectly; but Suse is not Ubuntu, and I want Ubuntu, but I need the 3d acceleration and it just doesnt work!!

Anyone can help me??

#834

I heard there was something like this for windows xp. Never seen it, so here's the best I can do:

#835

For me it works quite well but: I have a problem when switching the screen resolution. It doesnt matter if I use xrandr or the gnome tool. After switching the resolution, the whole screen content moves downwards, approx. 3 cm. The wierd thing is, when I want to click on a button with my mouse, I have to click 3 cm above. It's very annoying. When using metacity, the problem disappears.

Please help!

#836

.deleted

#837

Pausanias said: I take it back! I prefer the Nvidia driver mode as explained in the top post.

In the aiglx mode, resizing windows is slow slow slow.

I had this issue, but to combat it (because I had no choice, the NVidia drivers were just WAY too slow), I just changed the resize windows setting from "normal" to "filled outline" and it resizes much better.

#838

What on earth is that? :) The following packages will be REMOVED: nvidia-glx These are today's available updates from amaranth... I probably wont remove my nvidia-glx :D

#839

kakulacis said: What on earth is that? :)

The following packages will be REMOVED: nvidia-glx These are today's available updates from amaranth... I probably wont remove my nvidia-glx :D

Uhm.. well, guess what I did :-|

I've tried reïnstalling the beta-nivdia drivers using the command: sudo sh NVIDIA-Linux-x86-1.0-9625-pkg1.run, after I downloaded them of a site. Alas, it doesn't seem to work for me. Upon booting Ubuntu I get this message saying that the driver-kernel is still 8776 but the drivers themselves are 9625. Any ideas on how to solve this would be highly appreciated!

#840

Nozem said: Uhm.. well, guess what I did :-|

I've tried reïnstalling the beta-nivdia drivers using the command: sudo sh NVIDIA-Linux-x86-1.0-9625-pkg1.run, after I downloaded them of a site. Alas, it doesn't seem to work for me. Upon booting Ubuntu I get this message saying that the driver-kernel is still 8776 but the drivers themselves are 9625. Any ideas on how to solve this would be highly appreciated!

hmmm.. try downgrade the driver and if possible dont update linux-kernel-module and common from amaranth at the moment if so downgrade it. i did that and it got me back to login. cheers...

#841

Does anyone know if there are problems with the NVidia drivers in the repo's?

Keepgetting the following when I apt-get install nvidia-glx: -

The following packages have unmet dependencies: nvidia-glx: Depends: nvidia-kernel-1.0.9625 E: Broken packages

Cheers

#842

sunchaser: Can't you downgrade to previous lrm? Get previos version from someones apt cache?

#843

kakulacis said: What on earth is that? :)

The following packages will be REMOVED: nvidia-glx These are today's available updates from amaranth... I probably wont remove my nvidia-glx :D

Same problem here: maybe the restricted modules from amaranth now include the nvidia-glx package as well??? Has anyone installed the updates?

#844

Actually getting the nvidia drivers would be nice without broken packages errors :(

#845

kakulacis said: sunchaser:

Can't you downgrade to previous lrm? Get previos version from someones apt cache?

i downgraded using sudo dpkg -i to older files in /var/cache/apt/archives while using recovery mode. reboot and got it working. Cheers

#846

So why won't people actually reply to posts which asks for some support, eh? IS THERE A PROBLEM WITH NVIDIA-GLX AS I GET AN ERROR THAT IT HAS UNMET DEPENDANCIES - nvidia-kernel-1.0.9625 IS MISSING!

#847

robersant said: I cant get to work the nvidia driver. I install it doing exactly what says here, but when I reboot, a black screen appears instead the login screen and nothing else happens. I have read almost all posts in the ubuntu forums, i try many "solutions" (no one works), and i dont know what to do. In the last month i have installed Suse 10.1, and the same driver works perfectly; but Suse is not Ubuntu, and I want Ubuntu, but I need the 3d acceleration and it just doesnt work!!

Anyone can help me??Most of the people experiencing this issue have solved their problems by doublechecking their xorg.conf configuration.

Please triple check it :)

#848

EmyrB

Im having the same problem:

The following packages have unmet dependencies: nvidia-glx: Depends: nvidia-kernel-1.0.9625 E: Broken packages

this is driving me nuts. yesterday i had beta drivers and beryl running 100% fine and georgeous.

today i reinstalled edgy (due to hark disk partition reconfiguration) and i get this error! i am doing exactly the same procedure as i did yeserday!

when you install ubuntu from the livd cd, does it install updates over the internet as its going along? this is the only varaible left, as i have tried a fresh install both with and without accepting updates from the dektop once freshly installed. (e.g. should i reinstall again with the network uplugged?)

craig

#849

Craigy said: EmyrB

Im having the same problem:

The following packages have unmet dependencies: nvidia-glx: Depends: nvidia-kernel-1.0.9625 E: Broken packages

this is driving me nuts. yesterday i had beta drivers and beryl running 100% fine and georgeous. I'm also experiencing this. Any ideas? Cheers.

#850

Ok jharris and craigy this is how I fixed it.

I was following the guide at http://doc.gwos.org/index.php/BerylOnEdgy and I had added the following to my sources.list: -

deb http://compiz-mirror.lupine.me.uk/ edgy main-edgy deb http://compiz-mirror.lupine.me.uk/ edgy main-edgy main-edgy-amd64

What I did was hashed out the above to, did an apt-get update and then did a apt-get install nvidia-glx

This got rid of my unmet dependency issues.

So I guess if you hash (#) out any extra repositories in your sources.list and just try again.

Oh, not sure if this is pertinent, but I did have universe and multiverse repo's uncommented as well.

Hope this help's you guys, 'cause it drove my nuts until I figured this out.

Cheers

EmyrB:-D

#851

I just used this guide to install Beryl on Xubuntu 6.10. I have a few issues though, could someone help me with these?

Thanks in advance for anyone who can help me & the creators of this guide!

  1. Can't stop xfwm4 loading so i have to kill it everytime and then start beryl
  2. water and blurfx don't seem to work
  3. right clicking on the benchmark plugin seems to kill xfdesktop
  4. java apps are white and synaptic seems to be invisible: ie when i click on the menu spot the menu shows up etc, but the rest of the app doesnt show up.
#852

Oh forgot to say, running Beryl now 100% thanks to the guide I linked to in my previous post and this http://knowledge76.com/index.php/XGL/Compiz_Nvidia_32bit

The guide in my previous post, didn't mention installing compiz and XGL though, maybe they assume you have it installed already:-k

Cheers

#853

maxx_730 said:

  1. java apps are white and synaptic seems to be invisible: ie when i click on the menu spot the menu shows up etc, but the rest of the app doesnt show up.

Thanks in advance for anyone who can help me & the creators of this guide!Yeah... I don't think java apps using the "swing" interface work at all in beryl... someone back me up on this.

As for synaptic being invisible... that's a known bug, but not specific to synaptic.

Happens to me with a few things... i just Alt+F4 it and try again until it works.

#854

Correct, the bug is confirmed at: http://bugs.beryl-project.org/ticket/516

Temporarly workaround:

There are two possible ways to solve the problem mentioned in this thread, neither of which are guranteed to work.

  • Set the environment variable AWT_TOOLKIT to MToolkit. Command is AWT_TOOLKIT=MToolkit * Make use of another JDK other than the one provided by Sun. Use either the Blackdown, IBM or even JRockIt JDK depending on which version of Java you need and for what use.

The blackdown-jdk has been proven to work (Check the Sun Microsystems Bug report filed on this matter) but only up to Java 1.4.2 version.

PS. should we update our restricted modules to the one in the official repos? it would "upgrade" my drivers to 8776...

#855

Not sure if this is a beryl issue or an nvidia one, but now the usplash images on my machine are grey on startup and shutdown, weird!

#856

KhaaL said: P.S. should we update our restricted modules to the one in the official repos? it would "upgrade" my drivers to 8776...Nah... just wait for Amaranth to update his :)

#857

Just a quick one, is there anyway to get beryl to auto start when you log in. I have tried adding it to my session startup programs, but it doesn't work (actually the command keeps disappearing). To get beryl to work I then have to issue a beryl-manager in a terminal window and then I have to reload window manager to get it to start.

Any ideas?

#858

EmyrB said: Just a quick one, is there anyway to get beryl to auto start when you log in. I have tried adding it to my session startup programs, but it doesn't work (actually the command keeps disappearing). To get beryl to work I then have to issue a beryl-manager in a terminal window and then I have to reload window manager to get it to start.

Any ideas? Go to System>Preferences>Sessions and add 'beryl-manager' as a startup program.

By the way, I'm still getting unmet dependencies for the nvidia-glx installation :(

Edit, I just realised you mentioned that you already tried adding it to the start up manager, sorry.

#859

I fixed the dependency issue by first removing the restricted modules in synaptic and then rebooted where I was met with a broken xorg server, so from the commandline i entered: ``` sudo aptitude install nvidia-glx

#860

On a fresh install of edgy:

ticklemonster@ticklemonster:~$ sudo aptitude install nvidia-glx
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Reading extended state information       
Initializing package states... Done
Building tag database... Done      
The following packages are BROKEN:
  nvidia-glx 
1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 4530kB of archives. After unpacking 1180kB will be used.
The following packages have unmet dependencies:
  nvidia-glx: Depends: nvidia-kernel-1.0.9625 which is a virtual package.
Resolving dependencies...
The following actions will resolve these dependencies:

Remove the following packages:
nvidia-glx

Score is 59

Accept this solution? [Y/n/q/?] y
The following packages will be automatically REMOVED:
  nvidia-glx 
The following packages will be REMOVED:
  nvidia-glx 
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 12.6MB will be freed.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
(Reading database ... 88330 files and directories currently installed.)
Removing nvidia-glx ...
ticklemonster@ticklemonster:~$ sudo apt-get install nvidia-glx
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  nvidia-glx: Depends: nvidia-kernel-1.0.9625
E: Broken packages
ticklemonster@ticklemonster:~$ sudo aptitude install nvidia-kernel-1.0.9625
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Reading extended state information       
Initializing package states... Done
Building tag database... Done      
"nvidia-kernel-1.0.9625" exists in the package database, but it is not a
real package and no package provides it.
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.

wtf. I can't get nvidia installed. I reinstalled edgy because I had an upgrade last night that killed x and I was having this same problem last night, also.

#861

Ok thanks for the answers, now i just got two more questions:

Again TIA

  • Xfdesktop gets disabled consistently when right clicking on the desktop. Should i report this as a bug?
  • Anyone found out a way to get beryl & emerald start by default on Xubuntu? I havent succeeded after approximately 3 hours messing with gdm and xinitrc's, so help would be appreciated.
#862

Okay, I think I got it, sudo aptitude install nvidia-glx and when it asks if you want to accept a solution, say no, then it will ask again, and say no again, then proceed with install.

*edit:

bingo, that worked.

*edit for clarity:

by asking if you want to accept a solution, I mean it gives you the options of y/n/q twice. chose n both times.

#863

I installed beryl on a fresh ubuntu edgy using this howto. Now if i want to start it i type beryl in the terminal and enter. Then it crashes and i can't do anything anymore (titlebars dissapear also) Have to ctrl+alt+backspace to get myself out of it. Anyone know the solution?

Oh, i'm using AMD64 and NVidia if that's any help

#864

try typing beryl-manager instead?

#865

Yeah but then the window decorator doesn't start automatically i get this in the terminal:

beryl-manager doesn't autostart window-manager/decorator

any more. Please consult: man beryl-manager

If i press reload window manager in the menu of the tray icon it also crashed (in the same way)

#866

When I go to install the beta drivers for nvidia I get unmet dependencies:

The following packages have unmet dependencies: nvidia-glx: Depends: nvidia-kernel-1.0.9625 E: Broken packages

Was anyone able to solve this issue?

  • Garrett
#867

To fix the broken dependency issues, go and have a look at your sources.list and see comment out all the repo's that were not installed by default. I had this issue this morning and I fixed it by removing 2 that were pointing to a repository which housed beryl and compiz.

Any body have any idea why my usplash graphics are grey on boot up and shut down?

Also, anybody have any idea how to get beryl to autostart after logging in, I have tried putting it in my sessions but no joy. Mind you, computer's broke at the moment :(

#868

maxx_730 said:

  • Anyone found out a way to get beryl & emerald start by default on Xubuntu?

Under Xubuntu you should use:

Settings -> Autostarted Applications

At least that's where I've put beryl-manager.

#869

Not sure if this is a good idea or not, but i used this guys repositories to get the nvidia beta driver to install right. Here is the link

http://albertomilone.com/driver_edgyunstable.html

  • Garrett

p.s. I will have to look at my source list and see if what might conflict with the repository for the beta driver. But for now I used the link above for the beta drivers.

#870

garretwp said: When I go to install the beta drivers for nvidia I get unmet dependencies:

The following packages have unmet dependencies: nvidia-glx: Depends: nvidia-kernel-1.0.9625 E: Broken packages

Was anyone able to solve this issue?

After adding amaranth's repo to my sources and suffering the same message, I managed to get the beta driver installed by doing this.

#871

When I start Beryl Manager from the Terminal, I get the following output :

"johntam@papa:~$ beryl-manager johntam@papa:~$ XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present Initiating splash"

Is there I need to fix? Beryl seems to be working.

Thanks JT

#872

Johntam said: When I start Beryl Manager from the Terminal,

I get the following output :

"johntam@papa:~$ beryl-manager johntam@papa:~$ XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present Initiating splash"

Is there I need to fix? Beryl seems to be working.

Thanks JTNope that's perfect :D

#873

yes the repos are currently missing the latest versions of the linux-restricted-modules

#874

Thanks for the confirmation,PC. Now I can make a image of the drive, and try to see what Beryl can do.

Thanks again, JT

#875

I have installed the beta drivers but something seems has messed my X-server up. If i start the system i get this error:

Error: API mismatch: the NVIDIA kernel module has the version 1.0-7184, but this X module has the 
version 1.0-9625. Please make sure that the kernel module and all NVIDIA driver components 
have the same version.

It seems like the old drivers are still around somewhere. Anyone got an idea how to fix this error?

Thanks

#876

Vorticon said: I have installed the beta drivers but something seems has messed my X-server up. If i start the system i get this error:

Error: API mismatch: the NVIDIA kernel module has the version 1.0-7184, but this X module has the 
version 1.0-9625. Please make sure that the kernel module and all NVIDIA driver components 
have the same version.

It seems like the old drivers are still around somewhere. Anyone got an idea how to fix this error?

Thanks

7184? that's strange. did you download the nvidia-glx from amaranth repo?

#877

No i installed the beta drivers from the nvidia website with the terminal (sh NVIDIA-Linux-x86_64-1.0-9625-pkg2.run).

I'll explain what i did. I downloaded the file but the installer wouldn't work unless X server was down. So I removed the nvidia drivers from the system and when i rebooted i ended up in the terminal (after some X error, but i tought that was logical since i deleted the drivers.) No x enabled, so then I did the "sudo sh NVIDIA-Linux-x86_64-1.0-9625-pkg2.run" command again and used the installer to install the new beta drivers that you need for beryl.

Then i did startx and it worked. But if i reboot my PC, i end up with the error in my previous post. :( But the weirdest thing is, if i reinstall the driver again and use startx again, it works. It's not my intention to reinstall the driver everytime i start up though so I have to fix it somehow.

#878

Vorticon said: No i installed the beta drivers from the nvidia website with the terminal (sh NVIDIA-Linux-x86_64-1.0-9625-pkg2.run).

I'll explain what i did. I downloaded the file but the installer wouldn't work unless X server was down. So I removed the nvidia drivers from the system and when i rebooted i ended up in the terminal (after some X error, but i tought that was logical since i deleted the drivers.) No x enabled, so then I did the "sudo sh NVIDIA-Linux-x86_64-1.0-9625-pkg2.run" command again and used the installer to install the new beta drivers that you need for beryl.

Then i did startx and it worked. But if i reboot my PC, i end up with the error in my previous post. :( But the weirdest thing is, if i reinstall the driver again and use startx again, it works. It's not my intention to reinstall the driver everytime i start up though so I have to fix it somehow.

I see. well i never try download from nvidia website but what i did was from amaranth repo infact i tried update it with 9626 from the other poster's link http://albertomilone.com/driver_edgyunstable.html and i got it working. and make sure you update it the restricted module with the same version as i couldnt login to x. i hope this helps

cheers...

#879

It works! Thanks a lot.

What I did to fix it was the following: I used synaptic to delete everything that had to do with NVIDIA, then I followed the steps in your link and rebooted. Everything works now :) Thanks!

#880

Vorticon said: It works! Thanks a lot.

What I did to fix it was the following: I used synaptic to delete everything that had to do with NVIDIA, then I followed the steps in your link and rebooted. Everything works now :) Thanks!

no problem. have fun :D

#881

This is a GREAT howto.

For anyone receiving the following error when running beryl-manager or beryl-settings in a terminal:

**: Error loading icon from file '/usr/share/pixmaps/beryl-settings.svg':  Couldn't recognize the image file format for file '/usr/share/pixmaps/beryl-settings.svg'

Then do the following:

sudo apt-get install librsvg2-common
#882

I had beryl up and running just fine after following this howto. However, I needed to do a clean install of Edgy, and now I'm running into problems.

Everything works fine until I run beryl-manager, which freezes my system, so I ran it in the terminal, and here's the results:

XGL Absent, checking for NVIDIA Nvidia present Relaunching Beryl with __GL_YEILD="NOTHING" XGL Absent, checking for NVIDIA Nvidia present

Any ideas?

edit: I realized I should be a little more clear. I have the driver properly installed. Everything runs fine without attempting to run Beryl. However, when I do run Beryl, I can still move my mouse, but the rest of my system is frozen. Just wanted to make sure I was very clear.

#883

That terminal output is perfect...

What do you mean everything is frozen. Can you alt+move things?

#884

No. The windows freeze completely, launchers do not respond, and I cannot access any menus. My keyboard does not respond either. I also just noticed that it cuts part of my windows off as well. It's quite strange.

Is there any way for me to completely uninstall everything in the HowTo and start from scratch?

I'm tempted to just start with a clean edgy install, since I have no data on my drive right now...

edit: I was going back through the HowTo, to make sure I didn't skip anything. After running: sudo apt-get install nvidia-glx in Step 2, I receive the following error:

Some packages could not be installed. This may mean that you have

requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation:

The following packages have unmet dependencies: nvidia-glx: Depends: nvidia-kernel-1.0.9625 E: Broken packages

Not exactly sure what all that means, if anything at all. But, thought I'd post it anyway.

#885

Yep, same problem here, with unmet dependencies in Edgy on a fresh install.

#886

Yeh im also getting the exact same problem, Maybe its some new edgy update that screws it up =]

#887

Well, that's good news...*sarcasm*

#888

I think that it has to do with an updated linux-restricted-modules package. I am using the amaranth ones and I noticed that if I chose to upgrade them it would go to the official ubuntu ones without the beta nvidia driver. So I think we may just need to wait for an updated lrm package.

#889

Well, I just reformatted and reinstalled Edgy. The first thing I did was attempt to install Beryl, and I'm having the same problem...

One of the links in this howto has a problem section.

Problem number 4 describes the problem I am currently having, but I'm using a PCIE nvidia GeForce 7600 card.

Ah well, I guess I'll just have to wait to get my eye candy back?

#890

no its because the repo in this thread, the restricted modules are updated with ones from the edgy repos. http://albertomilone.com/driver_edgyunstable.html ^^ go there add the repo and update.

it will fix your errors.

#891

spockrock said: no its because the repo in this thread, the restricted modules are updated with ones from the edgy repos.

http://albertomilone.com/driver_edgyunstable.html ^^ go there add the repo and update.

it will fix your errors.

sweet find.

#892

I'm sorry... this is all still a little new to me, and I'm not sure I completely understood what you're saying.

This is what I think you're saying: Go to this link, add the repo listed.

And then update? Meaning, sudo apt-get update?

edit: nvm... read the rest of the page.

#893

bg1256 said: I'm sorry... this is all still a little new to me, and I'm not sure I completely understood what you're saying.

This is what I think you're saying: Go to this link, add the repo listed.

And then update? Meaning, sudo apt-get update?

sudo apt-get update

then

sudo apt-get dist-upgrade

#894

Well this is great...

I added this repo, followed the steps given on the website, and it crashed. I now have no gui...

What can I do about this?

edit: well, I restarted, and it seems to have fixed itself... now on to try beryl again.

edit 2: Its working again! Great find. I can't thank you enough.

#895

hi i was getting the same error as bg1256 i upgraded the nvidia drivers with the ones in the http://albertomilone.com/driver_edgyunstable.html web page but i still get the same error only that now i cant even ctrl+alt+backspace out of x. any suggestions?

*edit* oops sorry for filling this thread up with my random post but i got it working, seems like it just needed a second reboot

#896

Elcoco said: hi i was getting the same error as bg1256 i upgraded the nvidia drivers with the ones in the http://albertomilone.com/driver_edgyunstable.html web page but i still get the same error only that now i cant even ctrl+alt+backspace out of x. any suggestions?

*edit* oops sorry for filling this thread up with my random post but i got it working, seems like it just needed a second reboot

that link helped me get thigns going. finally after that thread it helped me work beryl

#897

After finding that link and posting it up on the thread for all you guys,I think it has made many people happy! I think the real thanks though should go out to tseliot as it is his website and his time that he has put in to get those working drivers for us! Thanks tseliot!

  • Garrett
#898

garretwp said: After finding that link and posting it up on the thread for all you guys,I think it has made many people happy! I think the real thanks though should go out to tseliot as it is his website and his time that he has put in to get those working drivers for us! Thanks tseliot!

  • Garrett

Ditto! Thanks a million!

#899

Guide updated with the latest 9529 drivers: http://www.nvidia.com/object/linux_display_ia32_1.0-9629.html

Could someone please inform me of the state of Amaranth's repos, and whether they're using others like tseliots etc.

I would prefer it over PM thanks.

#900

Just caught word from Amaranth that he is currently uploading hte 9629 packages to his repos as we speak.

Be patient guys :D

UPDATE - Uplodaded :D

#901

Has anyone updated their drivers to the latest version from Amaranth? Have you had any issues? Would like to proceed with updating, but wanted to make sure no one else is having any issues.

  • Garrett
#902

Just got the update notification a little while ago and updated without incident. I should say I haven't rebooted since. Though I did log out and back in. However the update info made me pretty confident. I'll reboot in a moment and post whether it was ok.

#903

Updated without problems... and without good news :(

The only new thing I see is a new and pretty nvidia logo in the X startup.

The turbocache "nvidia go" problem and the blank windows are still present :(

#904

Yeah updated fine without any new problems. :)

Only problems I get with beryl are flashing window borders but if I exit out of the manager then they stop that and I can start the beryl manager back up after that if I want. Oh and rain effect doesn't work. Those both occurred for me before though.

#905

No real problems here although I did have to restart xorg a couple of times due to Beryl having a slight hissy fit when loading up, but since then everything has been ok.

#906

What the hell! After reading about 50 pages I decided to just close that diamond (beryl manager) on the corner and the window borders popped right up, flickering gone! No reboot, nothing! I can't believe it!

#907

I'm putting in ``` sudo apt-get install beryl-core beryl-plugins beryl-plugins-data emerald beryl-settings beryl-manager beryl beryl-dev emerald-themes

and getting

E: Couldn't find package beryl-core

whats wrong?
#908

Did you enable the repositories? Accept the verification key (or whatever)? Take a look at the first post in this thread and make sure you follow it. ;)

But first things first, how do I prevent that diamond from appearing in my task bar? Is there a special flag or command that would start beryl WITHOUT enabling the beryl diamond (which I guess is the beryl manager) on the taskbar ??? I'm THAT close to getting a (hopefully!) perfect beryl. Anyone?

#909

help help help help

I followed the guide, added the repro's updated the nvidia-glx drivers, did the update. Restarted.

Bam, no internet. I need to get this fixed. How can I either fix this, or roll back everything to before I started messing with it? The internet is more important than eye candy.

Please help!!!

(note, i do not have a wireless connection)

Nevermind, after crying, and typing up the message on another computer, I came back to find it working... Whew.

#910

I still have the black windows bug with 9629; it still only disappears when using "--use-cow --force-aiglx", which reduces performance. I'm using a Go6200. Can anyone else confirm this?

#911

mistknight said: But first things first, how do I prevent that diamond from appearing in my task bar? Is there a special flag or command that would start beryl WITHOUT enabling the beryl diamond (which I guess is the beryl manager) on the taskbar ???

Go to System > Preferences > Sessions > Startup Programs, delete or disable beryl-manager (assuming it's there; else remove it from whatever location it's running at startup from), and add 2 separate entries for beryl and emerald.

#912

okay, just tried to update from amarath's and got an error saying Depends: nvidia-kernel-1.0.9629. anyone else having this problem? it's happened on both my laptop and desktop.

#913

Well i updated the driver and for some reason it decided to use the 386 kernel and not the generic kernel. Now when I go to load up the generic kernel, the nvidia kernel module does not load! Now I need to figure out how to fix all this!

  • Garrett
#914

In the past two hours I installed Edgy, compiled a custom kernel from vanilla sources (2.16.18.2), installed the brand new nvidia drivers, and got beryl working. I'm feeling pretty good about it.

Thanks for HOWTO!

#915

Ok, I had to remove the 386 kernel and everything related to nvidia and reinstalled the nvidia drivers and got everything back to normal.

  • Garrett
#916

Not sure if this has made it into the HowTo yet, but I followed this, and everything started working again:

no its because the repo in this thread, the restricted modules are updated with ones from the edgy repos.

http://albertomilone.com/driver_edgyunstable.html ^^ go there add the repo and update.

it will fix your errors. Reply With Quote

#917

bg1256 said: Not sure if this has made it into the HowTo yet, but I followed this, and everything started working again:

The howto should work now as the repository that is in the howto is now up to date.

Just saw beryl 0.1.2 was released today; hopefully it will make it into the repos soon.

#918

HELP! cannot start X!

I have followed the procedure to get Beryl/AIGLX to work in Kubuntu Edgy yesterday. I first tried doing this with the Nvidia driver I had already installed on my system previous to this guide. I had used Automatix 2 to install that Nvidia driver...

Well starting Beryl did not work. There were a few lines of errors and I am left with a desktop with no window manager (no window borders and no desktop background, no control over desktop placement, opening and closing of windows). Restarting X solves that problem although Beryl would still not run...

I figured it has to do with my Nividia driver not being the beta version you mention in this guide, so I foolishly open Adept package manager, select nvidia-glx, and uninstall it... Stupid move. Upon restart, X doesn't start naturally as xorg.conf still points to the Nvidia driver and it wasn't there any longer.

So I thought I would just try to install the Nvidia beta driver as mentioned in your guide. When I tried this, I am getting an error when I try to install from the CLI:

[B]"the following packages have unmet dependencies: nvidia-glx: Depends: nvidia-kernel-1.0.9629"[/B]

so I have tried to install the nvidia-kernel-common package, which does not help.

How do I get around this package dependency thing?

If I could just get the Nvidia beta driver installed correctly, I wouldn't have to go in a try to fix my xorg.conf as X would start normally again... Although I am learning alot about the console commands so I guess its not all bad :)

Any help or advice is much appreciated...

#919

Nice and simple, followed option 1, for the nvisia drivers, Ubuntu Edgy, and i can launch beryl, and it gives all the eye candy, but for some reason, the desktop background just goes white, and i can't see the desktop icons..

did i do something wrong?

#920

Glad to see its worked for more of you :D> davidfield said:

the desktop background just goes white, and i can't see the desktop icons..

did i do something wrong?Never heard of that before!

If i were you I would pop into #ubuntu-xgl on irc.freednode.net and ask for help there.

#921

I get X crash which say that I have missing nvidia.ko file

It happened after installing official drivers from Nvidia.com after that I installed drivers through apt-get install nvidia-glx from different repositories and even with Envy script but none fixed the crash

Any ideas?

#922

I upgraded today and anything gl-related seg faults. Even glxinfo segfaults. I'm running the 9629 drivers with the new restricted modules.

#923

Personally, I use the nvidia script method and I don't have any of these problems you guys are talking about.

#924

Is 0.1.2 in the repos yet? I saw it was released but still no updates when I do:

sudo apt-get update sudo apt-get upgrade

#925

brottman said: Is 0.1.2 in the repos yet? I saw it was released but still no updates when I do:

sudo apt-get update sudo apt-get upgrade

yup some problem, Also I got the x server crash too but then I justed reseted my computer and everything works fine.

#926

Just received notice from the update notifier that a new nvidia driver is available.

It won't let me install it through the software updater...

Has anyone tried to install this yet? If so, what did you do to do so?

Btw, the notifier says this:

NVIDIA binary XFree86.x/X.Org driver

From version 1.0.9626+2.6.17.7-1 to 1.0.0620+2.6.17.6-2~amaranth (Size 4.0 MB)

Thanks in advance.

#927

I got the same thing and I"m pretty sure you don't want to upgrade. See how the first version number is higher than the one you are upgrading to?

#928

I have been getting the black screen instead of the GDM screen on a notebook with a geforce 440 go. I found that it was because the nvidia driver is not working well with the ACPI video.ko module. Since /etc/init.d/acpid loads all the modules in the acpi directory, I removed video.ko and everything is working fine. Hope this helps people that are running into similar problems.

#929

the windows border was gone. anyone help


XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present

** (beryl-manager:6001): WARNING **: Beryl caught deadly signal 11
#930

Thanks! Great Howto, it allowme to see the beauty of Beryl. Keep the good work!

#931

bg1256 said: Just received notice from the update notifier that a new nvidia driver is available.

It won't let me install it through the software updater...

Has anyone tried to install this yet? If so, what did you do to do so?

Btw, the notifier says this:

Thanks in advance. Confirmed!

#932

abu_nawas said: the windows border was gone. anyone help


XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present

** (beryl-manager:6001): WARNING **: Beryl caught deadly signal 11

Im getting the same error. abu nawas have you recently updated your nVidia driver?

#933

for the newest version of beryl see this thread, later they show how to get the gpg key on next page... tired...

#934

How about the 2.6.19 kernel in feisty? Anyone has linux-restricted-modules packages with the 9xxx drivers for that?

#935

iserlohn said: I have been getting the black screen instead of the GDM screen on a notebook with a geforce 440 go. I found that it was because the nvidia driver is not working well with the ACPI video.ko module. Since /etc/init.d/acpid loads all the modules in the acpi directory, I removed video.ko and everything is working fine. Hope this helps people that are running into similar problems.Thanks for that, I'll add it to the guide... what exactly does video.ko do btw?

#936

m94mni said: How about the 2.6.19 kernel in feisty? Anyone has linux-restricted-modules packages with the 9xxx drivers for that?Just install using method 2 in my howto to install from bin.

#937

flapane@a64:~$ beryl-manager flapane@a64:~$ beryl-manager doesn't autostart window-manager/decorator any more. Please consult: man beryl-manager

(emerald:22384): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(emerald:22384): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present

beryl: Another composite manager is already running on screen: 0 beryl: No manageable screens found on display :0

i've latest nvidia drivers

#938

solved, now I get flapane@a64:~$ glxgears -printfps 34612 frames in 5.0 seconds = 6884.282 FPS 35311 frames in 5.0 seconds = 7062.196 FPS

with beryl enabled. It seemes my superkaramba themes remain only on only 1desktop, right?

#939

flapane said: It seemes my superkaramba themes remain only on only 1desktop, right?

Yes, I see that too. I don't know if it's a feature that is editable or a bug. However, with beryl off the themes are on all screens.

#940

wow this guide is wonderful. After i put in the repos, i had to restart so i could update the restricted modules and nvidia drivers. Also, to start beryl after following this guide...i had to run "beryl-manager" as opposed to "beryl"

my system: AMD athlon xp 3000+ 2gb ram 120gb WD - windows 20gb Maxtor - ubuntu/gentoo XFX GF 5200

thanks alot!!!!

-anthony[tpnerdcore]

#941

m.musashi said: Yes, I see that too. I don't know if it's a feature that is editable or a bug. However, with beryl off the themes are on all screens.

yes with beryl off everything it's ok, but I'd like to use the themes even with beryl enabled. ANyway I have another problem with kxdocker: http://www.ubuntuforums.org/showthread.php?t=296296

#942

jonasan said: Im getting the same error. abu nawas have you recently updated your nVidia driver?

yes, i've installed version 1.0-9629, i've also tried 8776 version.

#943

Hi All,

I have just installed edgy and am going to setup a compiz type environment for the seriously cool eye candy.

If im understanding things correct I do not need to install XGL or AIGLX because the new xorg version supports this by default and functions better anyways like this rather than installing xgl ontop of x, is this correct?

Also Beryl looks like the best windows manager to install instead of compiz is this so?

And finally, this is a huge thread, is the instructions on the very first post up to date with all the developments and problems that have been highlighted and solved with this thread? 900+ posts is an awful lot of reading :D

Thanks Iain

#944

Dead_$partan said: If im understanding things correct I do not need to install XGL or AIGLX because the new xorg version supports this by default and functions better anyways like this rather than installing xgl ontop of x, is this correct?

You are correct. You do not need to install AIGLX. You will need to install the latest Nvidia beta driver which supports it though (see the guide)...

Dead_$partan said: Also Beryl looks like the best windows manager to install instead of compiz is this so?

It seems to be the best one according to my research, although I have not tried Compiz previously myself.

Dead_$partan said: And finally, this is a huge thread, is the instructions on the very first post up to date with all the developments and problems that have been highlighted and solved with this thread? 900+ posts is an awful lot of reading

Yeah, the guide on the first post in this thread is up to date. PriceChild has been very good at listening to the posts on this thread and updating it as required. I just installed it using this guide last night on a clean system and it works well. Just follow it to the letter and it should work fine. Just remember to restart the pc after the installation. This usually clears up any issues with Beryl not launching or working correctly at first.

You will like Beryl, it looks great. It really brings the Kubuntu/Ubuntu desktop into a new league looks wise. It definately rivals or betters the look and feel and control options of Windows Vista or Mac OS X. The direct real time application of themes in the theme manager is a great feature as well.

Keep in mind this is early days and that Nvidia driver is a beta, so there are a couple of little buggy behaviors, but overall it works pretty nicely...

:)

#945

c_martini said: Keep in mind this is early days and that Nvidia driver is a beta, so there are a couple of little buggy behaviors, but overall it works pretty nicely...

:)

Actually, the Nvidia driver you need for Beryl to work is no longer beta.

#946

Thanks very much guys, im really happy to have joined the ubuntu comunity, it very much so lives up to its name.

Price Child, fantastic work here mate, a very very excellent effort mate, well done.

And thanks you all for the help, im quite simply blown away with the help and support from this community.

Iain

#947

c_martini said: PriceChild has been very good at listening to the posts on this thread and updating it as required. Dead_$partan said: PriceChild, fantastic work here mate, a very very excellent effort mate, well done.Thankyou and thankyou :) I've read EVERY post in this thread to keep the first post up to date.

Don't forget that I've also merged an ATI guide and Intel guide into this one at http://doc.gwos.org/index.php/BerylOnEdgy> berserker said:

Actually, the Nvidia driver you need for Beryl to work is no longer beta.That is true :) 9629.

I'm currently running 9742 :P A lot nicer :P> Dead_$partan said:

And thanks you all for the help, im quite simply blown away with the help and support from this community.I think that's what makes Ubuntu so amazing :) Glad to hear everything is good.

Btw beryl 0.1.2 is out.

#948

PriceChild said: I'm currently running 9742 :P A lot nicer

How easy is it to update 9629 to the 9742 driver?

PriceChild said: Btw beryl 0.1.2 is out.

As i'm running 0.1.1, can I use the same repo to update to the new version?

:)

#949

c_martini said: How easy is it to update 9629 to the 9742 driver?This version runs a bit differently... and not easily. I will post a HOWTO shortly.> c_martini said: As i'm running 0.1.1, can I use the same repo to update to the new version?It will hit the repos soon, in the meantime you can use ```

deb http://ubuntu2.beryl-project.org edgy all

#950

PriceChild said: This version runs a bit differently... and not easily. I will post a HOWTO shortly.It will hit the repos soon, in the meantime you can use ```

deb http://ubuntu2.beryl-project.org edgy all


Great, Thanks... Looking forward to it! :KS
#951
#952

Hello;

I have a problem with beryl. I have install it and when I launch beryl-manager, It works for a few seconds and then my screen get freezed with no access nor mouse neither keyboard.

I have to reboot the PC to regain control of it. My config is below AMD X2 3800 ubuntu edgy eft graphic card NVIDIA 7300 GS regards

#953

I am having a similar problem. However, it doesn't work for a few seconds. It just freezes. I hope it is a problem with my /etc/X11/xorg.conf because I don't know if I have that set up properly. Here is the bit that I am not sure if I am getting right:

Section "Screen"

Option "AddARGBGLXVisuals" "True"
# Option "DisabledGLXRootClipping" "True"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

I have a Nvidia Geforce 6500 and the new drivers (9629).

EDIT: I removed the > Section "Extensions" Option "Composite" "Enable" EndSection part.

Thanks!

#954

I thought I should post the terminal window to show you my problem as well:

kyle@kyle-sibelius:~$ beryl-manager

kyle@kyle-sibelius:~$ XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present

After that the system is frozen (Although I can still move my mouse about the screen).

Thanks in advance for any help you can give me!:)

EDIT: After it has been sitting like that for a few minutes it relaunched again and repeated the above + > Initiating splash

Now a window border is rapidly flickering in and out of existence on my desktop. It is very odd. The computer is also not frozen, again but it is behaving very strangely.

EDIT 2: Now it says > beryl: pixmap 0x2c00257 can't be bound to texture.

#955

i have the same problem.

my edgy freezes...i change the nvidia drivers, i change the beryl...i will back for dapper drake.there i never have one problem.i tired of edgy problems...

cumps

edit: i'm not sure, but the freeze problem it's only in edgy...on dapper i'll never had a problem, so i'm thinking back to dapper again...i like edgy,but freezes problem it can't continue.

#956

About Beryl-on-Gnome-Startup weirdness:

I've just toyed with it a lot, and found out mostly that its the fault of beryl-manager. To have GNOME load into beryl without all the epileptic borders or eventual computer-freezing (due to two instances of emerald being open, pegging the CPU to 100%):

1) System -> Preferences -> Sessions -> "Current Session" tab: remove metacity, push the apply button. 2) "Startup Programs" tab: add "beryl" and "emerald" as two separate entries.

You'll be missing the cool jewel icon in your system tray upon restart, but Beryl and Emerald (only ONE Emerald) will start with gnome, and slightly faster because Gnome won't load Metacity first. The beryl-manager jewel icon also provides a shortcut to beryl-settings, but that same shortcut is in the System menu (along with Emarald settings, as well).

Seems pretty solid for me right now. I just wish I knew how to prevent the CTRL+ALT+F1 bug (switching to a virtual terminal too many times seems to kill the display - when I CTRL+ALT+F7 back to X, the display is black with only the mouse pointer on it. The pointer moves, but no keystrokes seem to work - I must hard-reset the machine to get anything back. I haven't scanned the forums for workarounds on this yet, so if anyone knows anything, let me know).

Doing that fixed my problem. Now it works!

... "and there was much rejoicing." ... Yay!!!

#957

Hi Guys,

Messed something up, it was always on the cards I suppose. After I restarted x I get a big error stating there was some x server errors and now i have no more gui, only txt based sceen.

I followed the post to the letter but I didnt make a backup when prompted to do so the 2nd time bit I did do the 1st time I as infromed to back it up.

I also chnaged the default depth to 24 and I pasted the content as is into the 'screen' section in xorg, I pasted this directly below where it says 'screen'.

Apart from that I did everything to the letter. Also there are now 2 kernels listed in grub 386 and generic, 386 only showed up after i done all the updates etc, is this normal?

Iain

#958

berserker said: Actually, the Nvidia driver you need for Beryl to work is no longer beta.

Question for me is, how do I go about upgrading from the beta version I installed using this guide to using this driver?

#959

Thenx guys for the How To but... Though installed n working i cant get rid of the black (or else blank) screens. the option in the beryl-manager doesnt help ! :/ Any ideas what to tweak n play with it? before also replying here...i've read honestly so many threads and forums...beryl forums,kubuntu forums... dont know what to do! :/// :( plz help if u have any idea on how to fix it!

#960

I've run into a but of an issue with this.

Fresh Edgy install on my laptop. With the Intel i915 I believe.

I've modified the xorg.conf to include everything from the first post. I can get the beryl-manager gem to appear, but anytime I try to start beryl itself my window borders disappear, and I cannot interact with any windows. I can reclaim the session by going to another terminal and killing beryl, then using the beryl gem, starting metacity back up.

I apologize if I have missed anything in the thread, it's huge now.

Here is the output from beryl if I run it from a terminal:

~$ beryl XGL Absent, checking for NVIDIA Nvidia Absent, assuming AIGLX

Any help is appreciated!

#961

Belathor said:

About Beryl-on-Gnome-Startup weirdness:

I've just toyed with it a lot, and found out mostly that its the fault of beryl-manager. To have GNOME load into beryl without all the epileptic borders or eventual computer-freezing (due to two instances of emerald being open, pegging the CPU to 100%):

1) System -> Preferences -> Sessions -> "Current Session" tab: remove metacity, push the apply button. 2) "Startup Programs" tab: add "beryl" and "emerald" as two separate entries.

You'll be missing the cool jewel icon in your system tray upon restart, but Beryl and Emerald (only ONE Emerald) will start with gnome, and slightly faster because Gnome won't load Metacity first. The beryl-manager jewel icon also provides a shortcut to beryl-settings, but that same shortcut is in the System menu (along with Emarald settings, as well).

Seems pretty solid for me right now. I just wish I knew how to prevent the CTRL+ALT+F1 bug (switching to a virtual terminal too many times seems to kill the display - when I CTRL+ALT+F7 back to X, the display is black with only the mouse pointer on it. The pointer moves, but no keystrokes seem to work - I must hard-reset the machine to get anything back. I haven't scanned the forums for workarounds on this yet, so if anyone knows anything, let me know). Doing that fixed my problem. Now it works!

... "and there was much rejoicing." ... Yay!!!

Metacity isnt in Current Session. It can be Edgy problem? (Freezes of course)

#962

Managed to get everything working by loading the backup xorg file and going back over your the how to, muat hve missed something the 1st time.

The only thing now is that I have 2 kernels 386 and generic, the 386 kernel only showed up after i ran through the how to, possibly by running apt-ger upgrade.

From what I understand I should generally be using the generic kernel image, is this still the case because i installed beryl? I checked it and it seems to run fine on both images.

Just interested as I have a core 2 duo and want to get the most out of it.

Iain

#963

[edit] oops, browsing too many posts today trying to get this working, forgot about the No XGL in the title...well, at least if anyone just wants to see what the fuss is about, this'll help... :roll:

Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present

For all those getting the above in terminal and then no window borders and a general lock-up on the part of gnome (i.e. only being able to get out of it by ctrl-alt-backspace or killing gdm from an alt-Fx console):

I have no idea if this is the right way to go about it -- just started playing with beryl today -- but this worked for me on a brand spankin' new edgy install.

Note: excluding the additions below, the only other thing I did was follow the tutorial at the beginning of this thread (NVidia - 6600GT; AMD64)

anyway, i had the same problem -- so added the xgl-server, restarted computer (rebooted automatically for some reason, not sure if it was necessary)

so here are the steps:

sudo apt-get install xserver-xgl

sudo gedit /etc/gdm/gdm.conf-custom

directly below [servers] (at bottom of file)

0=Xgl

[server-Xgl] 
name=Xgl server 
command=/usr/bin/Xgl -fullscreen -br -accel xv:fbo -accel glx:pbuffer
flexible=true

reboot (if needed), log into gnome, launch beryl-manager and you should get all the sweet sweet eye candy you can handle .

#964

bg1256 said: Question for me is, how do I go about upgrading from the beta version I installed using this guide to using this driver?If you followed method 1, just keep the upgrades going.

If you followed method 2, follow the guide again to reinstall nvidia drivers, don't do anything else.

#965

Just reposting this since it was on the bottom on the last page. Anyone have any suggestions?

binpas said: I've run into a bit of an issue with this.

Fresh Edgy install on my laptop. With the Intel i915 I believe.

I've modified the xorg.conf to include everything from the first post. I can get the beryl-manager gem to appear, but anytime I try to start beryl itself my window borders disappear, and I cannot interact with any windows. I can reclaim the session by going to another terminal and killing beryl, then using the beryl gem, starting metacity back up.

I apologize if I have missed anything in the thread, it's huge now.

Here is the output from beryl if I run it from a terminal:

~$ beryl XGL Absent, checking for NVIDIA Nvidia Absent, assuming AIGLX

Any help is appreciated!

#966

binpas said: I've run into a but of an issue with this.

Fresh Edgy install on my laptop. With the Intel i915 I believe.

I've modified the xorg.conf to include everything from the first post. I can get the beryl-manager gem to appear, but anytime I try to start beryl itself my window borders disappear, and I cannot interact with any windows. I can reclaim the session by going to another terminal and killing beryl, then using the beryl gem, starting metacity back up.

I apologize if I have missed anything in the thread, it's huge now.

Here is the output from beryl if I run it from a terminal:

~$ beryl XGL Absent, checking for NVIDIA Nvidia Absent, assuming AIGLX

Any help is appreciated!Hmm... Could you check your xorg.conf configuration, and the instillation of your drivers.

(howto for intel here: http://doc.gwos.org/index.php/BerylOnEdgy )

#967

PriceChild said: Hmm... Could you check your xorg.conf configuration, and the instillation of your drivers.

(howto for intel here: http://doc.gwos.org/index.php/BerylOnEdgy )

Yup, I added what the page suggests. Here is my xorg.conf jsut to be sure I'm not missing something.


# /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 "Files"
	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"
	# path to defoma fonts
	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"	"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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Option          "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
	Monitor		"Generic Monitor"
	Option		"AddARGBGLXVisuals" "True"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
	Option		"AIGLX" "True"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection

#968

PriceChild said: If you followed method 1, just keep the upgrades going.

If you followed method 2, follow the guide again to reinstall nvidia drivers, don't do anything else.

I receive the following message when updating (following method 1)

Reading package lists... Done

Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept back: nvidia-glx 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

Is this a problem?

#969

bg1256 said: I receive the following message when updating (following method 1)

Is this a problem?Do a``` sudo apt-get dist-upgrade

#970

apt-get dist-upgrade

yields

Reading package lists... Done

Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept back: nvidia-glx 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

So, the same thing. And I'm positive I've followed method one.

#971

bg1256 said: So, the same thing. And I'm positive I've followed method one.Argh why is that not upgrading... open up synaptic and see if you can upgrade it in there. See what its complaining about.

#972

Okay, here's what the update manager tells me each time I boot up. screenie

Here's what Synaptic produces searching for nvidia-glx screenie.

#973

Has anyone else experienced seg faults after upgrading from the beta driver to 9269? When I was using the beta, everything worked prefectly. After the update came down through amaranth's repo, any app that uses acceleration or glx (glxinfo, glxgears, beryl, etc) simply gives me a seg fault and core dumps.

On a related note, does anyone know where I would find the resulting core file? While it says it's dumping, I can't seem to find it.

#974

Well, if that is the case, perhaps I shouldn't bother updating.

#975

Anyone happen to have any suggestions for this issue?

binpas said: Yup, I added what the page suggests. Here is my xorg.conf jsut to be sure I'm not missing something.


# /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 "Files"
	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"
	# path to defoma fonts
	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"	"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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Option          "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
	Monitor		"Generic Monitor"
	Option		"AddARGBGLXVisuals" "True"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
	Option		"AIGLX" "True"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection

#976

digby said: Has anyone else experienced seg faults after upgrading from the beta driver to 9269?

Its a bug that will be fixed in the next release. It affects any nv2x card (geforce 3 and geforce 4 non-mx cards)

There's a thread about it on the nvnews nvidia forums.

#977

digby said: Has anyone else experienced seg faults after upgrading from the beta driver to 9269? When I was using the beta, everything worked prefectly. After the update came down through amaranth's repo, any app that uses acceleration or glx (glxinfo, glxgears, beryl, etc) simply gives me a seg fault and core dumps.

On a related note, does anyone know where I would find the resulting core file? While it says it's dumping, I can't seem to find it.

Same here but I won't bother about it anymore, every week beryl broke with the new updates, does not worth my time to repair it.

#978

I posted this earlier but think it may have gone un-noticed.

When I ran the dist upgrade command it installed kernel image 2.6.17.10-i386, should I not be using the generic kernel instead?

I just want to check because the i386 image is the one that installed with the dist upgrade so what one do I delete and what one do I keep? Im usung a core 2 duo cpu and a geforce 7900GTX (Dell XPS M1710).

Regards Iain

#979

Hi,

I noticed recently, if I take a printscreen of a single app (alt+print scrn) it does not capture my window title. Is this normal and if it is, is it fixable ? I need to take some screenshots of applications, but the message in the windows title is needed, and switching to metacity everything is not the best solution.

#980

Kevin said: Its a bug that will be fixed in the next release. It affects any nv2x card (geforce 3 and geforce 4 non-mx cards)

There's a thread about it on the nvnews nvidia forums.

Thank you! I spent last evening rebuilding half of my GL libs from source and messing with x config files, and loading and unloading kernel modules to try and get it to work. Finally just reinstalled the beta driver after learning that the final one is bugged. All works well again.

#981

Most of the cards with the Nvx2 chipset are being legacy'ed at 9629.

I've got a geforce 4 fx 5600 xt and was fine with 9629.

I'm now on 9754 and all is still fine... better infact - especially in the beryl department.

#982

my beril :D [[IMG]http://img177.imageshack.us/img177/320/deskov0.th.jpg[/IMG]](http://img177.imageshack.us/img177/320/deskov0.jpg)[[IMG]http://img293.imageshack.us/img293/2847/desk3sg1.th.jpg[/IMG]](http://img293.imageshack.us/img293/2847/desk3sg1.jpg) [[IMG]http://img225.imageshack.us/img225/5154/desk2hc8.th.jpg[/IMG]](http://img225.imageshack.us/img225/5154/desk2hc8.jpg)[[IMG]http://img87.imageshack.us/img87/2602/desk4oc3.th.jpg[/IMG]](http://img87.imageshack.us/img87/2602/desk4oc3.jpg) [[IMG]http://img244.imageshack.us/img244/6091/desk5lx3.th.jpg[/IMG]](http://img244.imageshack.us/img244/6091/desk5lx3.jpg)

#983

flapane, what dock is that?

#984

kxdocker

#985

digby said: Has anyone else experienced seg faults after upgrading from the beta driver to 9269? When I was using the beta, everything worked prefectly. After the update came down through amaranth's repo, any app that uses acceleration or glx (glxinfo, glxgears, beryl, etc) simply gives me a seg fault and core dumps.

On a related note, does anyone know where I would find the resulting core file? While it says it's dumping, I can't seem to find it.

i don't know if they are seg faults but i can run any other application that uses 3d acceleration. i can't play unreal tournament 2004!! and that pissed me off!!!

there's something wrong this nvidia drivers!

nrayever

#986

I just go back to metacity before starting UT2K4--If you don't, UT takes forever to load--even with a Dual 3.2--Running driver 9629

#987

Hi!... I've made the debs of beryl 0.12. Where can i upload them?

#988

autocrosser said: I just go back to metacity before starting UT2K4--If you don't, UT takes forever to load--even with a Dual 3.2--Running driver 9629

autocrosser:

my problem is even bigger than you think. i know that i have to be in metacity to play ut2004. the problem is that when i try to run it, it doesn't load and the error that happends (that i don't know how to check it) restarts my x session. so then i have again the nvidia splash and then gdm. :confused: :confused:

even worst glxgears are damn slow!! on my xorg.conf i have nvidia and not nv driver. the mystery here is that beryl works good. i will try with some other games to check.

nrayever

#989

menace82 said: Hi!... I've made the debs of beryl 0.12. Where can i upload them?There's already an ubuntu repository...

deb http://ubuntu2.lupine.me.uk edgy all deb-src http://ubuntu2.lupine.me.uk edgy all

#990

Nrayever:

This sounds like my problem with Childsplay, the xserver crashes, probably the nvidia drivers, i notice a new splash screen, green and silver/metal.

Diesel1.

#991

I seem to be not able to have Window boarders when it's enabled and I get the following messages in terminal when starting.

patrick@patrick-desktop:~$ beryl XGL Absent, Checking for NVIDIA Nvidia Absent, assuming AIGLX libGL warning: 3D driver claims to not support visual 0x4b Initiating splash beryl: water: GL_ARB_fragment_program is missing

I'm using ATI Radeon 9250 (ATI 9200 Pro as detected) AGP 4x

How can I fix this?

Screen shots... http://www.techsonic.net/berylissues/config.png http://www.techsonic.net/berylissues/results.png

Installed from information found on page http://doc.gwos.org/index.php/BerylOnEdgy#ATI

#992

Patrick K. said: I seem to be not able to have Window boarders when it's enabled and I get the following messages in terminal when starting.

patrick@patrick-desktop:~$ beryl XGL Absent, Checking for NVIDIA Nvidia Absent, assuming AIGLX libGL warning: 3D driver claims to not support visual 0x4b Initiating splash beryl: water: GL_ARB_fragment_program is missing

I'm using ATI Radeon 9250 (ATI 9200 Pro as detected) AGP 4x

How can I fix this? Try disabling the water plugin and see if that fixes it.

#993

PriceChild said: There's already an ubuntu repository...

deb http://ubuntu2.lupine.me.uk edgy all deb-src http://ubuntu2.lupine.me.uk edgy all

Hi PriceChild---just tried the .12 beryl stuff--Beryl started at login & stretched one screen across two monitors--I'd hit <control> & it would flip from normal to stretched(back & forth rapidly)--I got out of my session & in another user removed the .12 stuff/removed the repositories/re-installed .11 & everything is back to "normal"--any idea what happened???

#994

digby said: Try disabling the water plugin and see if that fixes it.

Alright I did that and it still doesn't work all the way. I have to ether. 1 restart the manager 3 times or 2 select the theme again for it to stop flickering and actually show it.

It's working right now, but It's a bit annoying, plus I want to see if there is any possible way of speeding it up. It's very laggy.

#995

Never mind. lol

#996

I am not a techie in anyway and I found this to work for me. Use at your own peril. YOU HAVE BEEN WARNED!!!

If anyone has updated the nVidia drivers and then realised to there horror that beryl no longer works. Then you might like to try this.

Please note, the method I used involved installing the driver from the nVidia intaller script.

First download the driver, this one was good for me http://www.nvidia.com/object/linux_display_ia32_1.0-9626.html

I have borrowed the beginning of this guide (thanks PriceChild a.k.a. Legend) as this is actually what I did next.

PriceChild said: [CENTER][LEFT][SIZE=5][COLOR=Black]3 Great guides have been ported to the USDF here to cover nvidia, intel & ati.

[/COLOR][/SIZE] [/LEFT] [SIZE=1] [/SIZE][SIZE=5][COLOR=Black]_Have a look here for other howtos on Beryl & Official Compiz_

Ok... according to here you must remove linux-restricted-modules, which may remove functionality of some wireles cards etc.

However, mine is still working ;)

If you would prefer to install the nvidia drivers from nvidia's script, you may simply download the NVIDIA beta drivers from here, then:

sudo nano /etc/default/linux-restricted-modules-common[/code
Add "nv" at the bottom. (no quotes)

[code][SIZE=-1]sudo apt-get install linux-headers-`uname -r` build-essential gcc gcc-3.4 xserver-xorg-dev
[/SIZE][SIZE=-1]sudo apt-get --purge remove nvidia-glx nvidia-settings nvidia-kernel-common
[/SIZE][SIZE=-1]sudo rm /etc/init.d/nvidia-*
[/SIZE]sudo /etc/init.d/gdm stop
sudo sh NVIDIA-Linux-x86-1.0-9629-pkg1.run
sudo /etc/init.d/gdm start

Remember that following this method requires a reinstillation of them every time the kernel changes.

#997

You know, it doesn't really use Edgy's AIGLX, rather nVidia's own.

#997 - I'm watching, PriceChild!

#998

.t. said: You know, it doesn't really use Edgy's AIGLX, rather nVidia's own.

#997 - I'm watching, PriceChild!That's completely up for debate... i don't know anyone who can win an argument and say for sure whether its one or the other.

Nvidia's beta drivers have the required extensions... but they need xorg7.1 to take advantage of it with the parts of aiglx built into it.

#998 - I'm watching too!

#999

Can someone please please please answer my query?

After installing beryl as per post 1 I now have a i386 kernel showing in grub, this only appeared after running dist upgrade.

What one is the newest? i386 or generic? Im assuming the generic kernel is the correct one but am a ittle unsure given the fact the i386 kernel installed after running a dist upgrade, they have the exact same version string apart from the end were its either 386 or generic, please help.

Regards.

#1000

Aint it grand?

#1001

Woooooo 1000! :P

#1002

PriceChild said: I hate you!!! :P

Eeek, I see why, you were waiting for that to happen. Sorry, I just stumbled up on that and noticed the 1k.

#1003

Dead_$partan said: After installing beryl as per post 1 I now have a i386 kernel showing in grub, this only appeared after running dist upgrade.I haven't got a clue why you get this happening. Quite a few people get it though.

Has never happened for me.

You should be running on the generic kernel, try removing the 386 one.

BLTicklemonster said: Eeek, I see why, you were waiting for that to happen. Sorry, I just stumbled up on that and noticed the 1k.Didn't want to sound nasty...

Just had an irc convo with a few people and they were all plotting against me lol. :)

#1004

Glad I was in the way of that truck for you there price.

#1005

Hey Price--So what's up with the .12 beryl stuff?? Like I posted last night--it took my dual monitor setup & smeared it like taffy--Ideas anyone?

#1006

I haven't got a clue about dual head stuff.... you'd do better asking in #ubuntu-xgl or waiting for someone else :) Sorry.

#1007

I hate you, Joseph! I'm gonna get 2000!

#1008

.t. said: I hate you, Joseph! I'm gonna get 2000!Oh do be quiet Toby :P

#1009

Yes, Toby, hate him. Hate him hard.

lol

So anyways, I redid edgy for some reason or other (use trusted repositories, folks, mkay?) and installed using this guide, then added the recent repositories to sources, and upgraded, and beryl works great now. I got those freaking flaming windows effects that cost me so dearly.

Price, could you please move those up to the first post on the front page? They were posted here I think before I started looking around and messed up. I wish I'd known... ](*,)

#1010

A quick question, what does libxorg-sched-yield-hack0 do, and is it necessarly?

I still get occational freezes with beryl to the point that I can't use ctrl+alt+backspace to restart X... instead I have to use SysRq + RSEIUB to force a reboot... anyone who has a idea about what causes this and how to fix it? I use the drivers provided in amaraths repos (9629, been using the beta driver before that from the same repos) and beryl 1.2.

My desperation is at its climax :(

#1011

PriceChild said: I haven't got a clue why you get this happening. Quite a few people get it though.

Has never happened for me.

You should be running on the generic kernel, try removing the 386 one.

Thanks you :D

#1012

BLTicklemonster said: Price, could you please move those up to the first post on the front page? They were posted here I think before I started looking around and messed up. I wish I'd known... ](*,)Put what there?

#1013

That right there:

http://ubuntuforums.org/showpost.php?p=1745787&postcount=988

(in case you wonder what happened to me, check this out: http://ubuntuforums.org/showthread.php?t=297814

#1014

WOW!! that's crazzzzy--I've never seen something like that (shades of big brother looking at you:confused:)

#1015

BLTicklemonster said: That right there:

http://ubuntuforums.org/showpost.php?p=1745787&postcount=988

(in case you wonder what happened to me, check this out: http://ubuntuforums.org/showthread.php?t=297814No, i'll leave the howto as it is.

The packages should be released to the official repos soon enough.

Those that bothered about following development will be checking this thread or already know about it.

#1016

At one point I tried to compile Beryl from source, but it didn't work out too well.

So I just did a whole lot of mangling to my installation (removing, installing, reinstalling, etc.) and got it mostly working again. The only problem now is that my window title bars look like tv static, just random pixels. Any ideas what is broken?

#1017

BLTicklemonster said: That right there:

http://ubuntuforums.org/showpost.php?p=1745787&postcount=988

(in case you wonder what happened to me, check this out: http://ubuntuforums.org/showthread.php?t=297814

HAHA, what the hell happened to you? got pirated version of ubuntu? :mrgreen: Looks like red-desktopwallpaper-of-death

#1018

I've read as many of the posts on this thread as I could but it would take forever to read them all. So if I'm asking a question which has already been debated, please accept my apology.

I have installed beryl and the nvidia drivers as per the first posting and rebooted. In terminal I type in beryl-manager and up she comes in all its wobbly glory. Trouble is, in terminal, I don't get taken back to the prompt and if I close terminal down I lose the window borders. As a result, I always have to have a terminal window open and minimised in order to carry on using beryl.

Any suggestions ?

#1019

rshd301 said: Trouble is, in terminal, I don't get taken back to the prompt and if I close terminal down I lose the window borders. As a result, I always have to have a terminal window open and minimised in order to carry on using beryl.

beryl-manager &
#1020

rshd301 said: I've read as many of the posts on this thread as I could but it would take forever to read them all. So if I'm asking a question which has already been debated, please accept my apology.

I have installed beryl and the nvidia drivers as per the first posting and rebooted. In terminal I type in beryl-manager and up she comes in all its wobbly glory. Trouble is, in terminal, I don't get taken back to the prompt and if I close terminal down I lose the window borders. As a result, I always have to have a terminal window open and minimised in order to carry on using beryl.

Any suggestions ?

I assume you're using GNOME, in which case just goto your Preferences > Session and add beryl-manager to the "startup programs" tab. :)

#1021

I probably should have mentioned this in my previous reply post, but it just occured to me. On my system, AIGLX is *MUCH MUCH* slower than Xgl. I'm using a GeForce 6200 (256mb, AGP) and I'm using the 9742 release of the Nvidia driver. People on IRC don't seem to have an answer for me, so I'm wondering if something is wrong with my setup. Anybody have an idea pertaining to where I should begin troubleshooting? Or am I going to have to just upgrade?

I'd rather not use Xgl, I like being able to just switch to metacity to play games.

#1022

Hello I have followed closely the instrucions, but when I launch Beryl with beryl-start I lose the window border, so I can't grab the window and move it.

The first time I did it I could see the border but intermittently, like malfunctioning. Now I just get no border.

I receive this to the console after launching beryl: [I]XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present Initiating splash [/I] The rest of beryl "fireworks" seem to run properly, task-switching, minimizing windows all in that nice way ....

Any help?

#1023

Bjorg said: Hello I have followed closely the instrucions, but when I launch Beryl with beryl-start I lose the window border, so I can't grab the window and move it.Use beryl-manager

#1024

hey. i followed the instructions except the nvidia drivers installation step cos i already installed the drivers. i have a Nvidia GeForce FX 5200 card.

but when i ran beryl-manager, the desktop freezes....even geyes stops pointing to my mouse, even though i can move the mouse pointer. so i usually restart X with ctrl+alt+backspace.

can anyone help? thanx.

#1025

flapane said: yes with beryl off everything it's ok, but I'd like to use the themes even with beryl enabled.

ANyway I have another problem with kxdocker: http://www.ubuntuforums.org/showthread.php?t=296296

bump

#1026

Bjorg said: Hello I have followed closely the instrucions, but when I launch Beryl with beryl-start I lose the window border, so I can't grab the window and move it.

The rest of beryl "fireworks" seem to run properly, task-switching, minimizing windows all in that nice way ....

Any help?

I was getting this problem at first and it was because I forgot to run the nvidia-xconfig (or whatever the command is) now it works fine but occasionally when I boot up it does the same thing and I have to manually restart my whole machine. It might just be a bug and not a configuration error and it's really not that big of a deal, just a minor annoyance.

#1027

Hi all, sorry, again an ubuntu noob here but im trying to get beryl working with my nVidia Quad 4 980 XGL (NV28GL). The last 3 days i do some fresh installations, installation of the beta-driver(s) and so on but nothing is functional :( I currently have the newest beta driver from nVidia (9629) installed on my edgy 6.10. gnome Desktop is starting very well with the nVidia Logo (grey Background) ... so i think the nVidia driver is installed correctly (basic). But i have no GLX funtional, if i fire glxinfo or glxgears it comes only back with a segmentation fault. If i fire beryl-manager it comes out that there is no GLX Composite.

Does anyone running this driver or at least this card with functional Beryl ? I love beryl and have it on my Notebook .... but want it also on my desktop !

I tried all Methods (at the beginning) but ... no way ... (or im tooooo noob)

Thanks in advance Chris

#1028

Hi

I'm trying to install Beryl with the method posted on this post, but when I insert this command:

wget http://ubuntu.compiz.net/quinn.key.asc -O - | sudo apt-key add -

I get a "Broken pipe" error

any ideas??

#1029

ok, i tried glxinfo, and the results were ok, and with glxgears...i got that window with the gears....what does this mean?

#1030

dheerajsp said: ok, i tried glxinfo, and the results were ok, and with glxgears...i got that window with the gears....what does this mean?

This means that your card do the GLX-thing, i think its definatly needed by Beryl

#1031

MBChris said: This means that your card do the GLX-thing, i think its definatly needed by Beryl

ok good. still...i followed the instructions on this threads' first post...and it seems like beryl has been installed....i only skipped the nvidia drivers install step cos i've already installed in thru Automatix...but when i run beryl-manager, the desktop just freezes!!! so i only have to restart X. what seems to be the problem here?

#1032

i found this Gl Desktop in System > preferences. i opened it n got the tray icon, which looks like a W initially. when i click on it(enable Gl Desktop), i lose the borders, but doesnt hang up like before, but beryl-anager still hangs up!

HELP!

#1033

I have installed beryl and the nvidia drivers as per the first posting and rebooted. In terminal I type in beryl-manager and up she comes in all its wobbly glory. Trouble is, in terminal, I don't get taken back to the prompt and if I close terminal down I lose the window borders. As a result, I always have to have a terminal window open and minimised in order to carry on using beryl.

I assume you're using GNOME, in which case just goto your Preferences > Session and add beryl-manager to the "startup programs" tab.

OK, I inserted beryl-manager in the System-Sessions-Startup programs but the command is not saved when I close the sessions dialogue box down.

I'm continuing to insert beryl-manager & in terminal but I still have to minimise the terminal session in order to retain the window borders.

Any further advice ?

Thanks

#1034

Anybody getting a Black screen after switching from a TTY terminal?

#1035

hi,

ive just installed beryl. Seemingly everything has gone OK but when i load beryl manager and use beryl as the window manager everything kind of gets "locked". the PC isnt frozen, but the windows are locked in place. I cant bring any of them to the front by clikcing on them, clicking on the windows on the taskbar at the bottom does nothing, the windows cant be moved/minised/maximised/closed. I thought maybe this was how it was supposed to be when you first start it and then you configure it yourself, but i downloaded someone elses profile and it made no difference. Further proving something isnt right the comobo of alt-tab which according to the settings manager should perform the windows alt-tab function does nothing.

Additionally, trying to apply an emerald theme does nothing.

Somethings wrong but ive no idea what.

cheers

#1036

Ok, I'm half way through the process, and I've run into a problem.

I've just rebooted after installing the new nvidia drivers, and my X is starting, but there's no display.

GDM is playing it's little startup sound, but the screen is black. The X server isn't dying, I don't think it knows there's something wrong.

There's no errors in my Xorg log, except for one about a security policy file

My xorg conf and log, and my modprobe.d/options are here http://pastebin.com/824428

I've highlighted the single error in the log, and the special lines added because I have the geforce go 420 (these fixes are from here http://doc.gwos.org/index.php/Latest_Nvidia_Dapper )

I really hope it's something easy to fix, and I hope you guys can help.

#1037

spielentwickler said: Ok, I'm half way through the process, and I've run into a problem.

I've just rebooted after installing the new nvidia drivers, and my X is starting, but there's no display.

GDM is playing it's little startup sound, but the screen is black. The X server isn't dying, I don't think it knows there's something wrong.

There's no errors in my Xorg log, except for one about a security policy file

My xorg conf and log, and my modprobe.d/options are here http://pastebin.com/824428

I've highlighted the single error in the log, and the special lines added because I have the geforce go 420 (these fixes are from here http://doc.gwos.org/index.php/Latest_Nvidia_Dapper )

I really hope it's something easy to fix, and I hope you guys can help.

Hmm your xorg.conf seems like it needs to be updated. Make a backup of your current one. Then get to a terminal with ctrl+alt+F2 and

sudo nvidia-xconfig

Also make sure that eeprom is not in the list of kernel modules loaded on startup.

#1038

OK i have read all the replies and haven't seen an answer that works for me..

I have followed closely the setup instructions,

When I launch Beryl with beryl-manager I lose the window border, so I can't grab the window and move it.

How do i retrieve this.. I am using Kubuntu 6.10 edgy on a clean install.

PS: Everything else works great (so far) 'cept this

#1039

MBChris said: Hi all,

sorry, again an ubuntu noob here but im trying to get beryl working with my nVidia Quad 4 980 XGL (NV28GL). The last 3 days i do some fresh installations, installation of the beta-driver(s) and so on but nothing is functional :( I currently have the newest beta driver from nVidia (9629) installed on my edgy 6.10. gnome Desktop is starting very well with the nVidia Logo (grey Background) ... so i think the nVidia driver is installed correctly (basic). But i have no GLX funtional, if i fire glxinfo or glxgears it comes only back with a segmentation fault. If i fire beryl-manager it comes out that there is no GLX Composite.

Does anyone running this driver or at least this card with functional Beryl ? I love beryl and have it on my Notebook .... but want it also on my desktop !

I tried all Methods (at the beginning) but ... no way ... (or im tooooo noob)

Thanks in advance ChrisTry using the Quadro drivers...

#1040

UBU 4me said: Anybody getting a Black screen after switching from a TTY terminal?Known issue.

#1041

xcaos said: Hi

I'm trying to install Beryl with the method posted on this post, but when I insert this command:

wget http://ubuntu.compiz.net/quinn.key.asc -O - | sudo apt-key add -

I get a "Broken pipe" error

any ideas??

Try this (two separate commands):

wget http://ubuntu.compiz.net/quinn.key.asc
sudo apt-key add quinn.key.asc
#1042

So does anyone have some suggestions on cleaning up a botched install. Beryl runs but my window decorations are messed up. I've messed with it so much(trying to build from source), I'd like to start over from scratch if possible. I can try to apt-get remove and install again, but I think I tried that already. It doesn't actually clear all the config files as far as I can tell?

#1043

dheerajsp said: ok good. still...i followed the instructions on this threads' first post...and it seems like beryl has been installed....i only skipped the nvidia drivers install step cos i've already installed in thru Automatix...but when i run beryl-manager, the desktop just freezes!!! so i only have to restart X. what seems to be the problem here?

Hello, I had the nvidia drivers installed through automatix and I had to remove them and install them according to the guide in order to get them to work as I was suffering the exact same issues as you. I would try that.

Best of luck.

#1044

drax said: OK i have read all the replies and haven't seen an answer that works for me..

I have followed closely the setup instructions,

When I launch Beryl with beryl-manager I lose the window border, so I can't grab the window and move it.

How do i retrieve this.. I am using Kubuntu 6.10 edgy on a clean install.

PS: Everything else works great (so far) 'cept this

Yes, I had it going with borders once, now they are gone. No idea why it does that. Seems once they are gone, they are gone. I suppose there's a reason, but it looks like this is happening to a lot of people. I hope there's a fix.

#1045

jaymode said: Hmm your xorg.conf seems like it needs to be updated. Make a backup of your current one. Then get to a terminal with ctrl+alt+F2 and

sudo nvidia-xconfig

Also make sure that eeprom is not in the list of kernel modules loaded on startup. Thanks, however I had checked both of those issues. I tried them again however, to no avail.

It just seems that although it seems to load properly, nothing is being displayed.

#1046

PriceChild said: Try using the Quadro drivers...

Hi PriceChild, thank you for the answer but, please excuse me im a newbee (noob), HOW can i get the Quadro drivers you mentioned ?

Thanks in advance MBChris

#1047

Hi!

Everytime i start an application or game in a fullscreen mode (e.g. chromium), the xserver and the system crashed completely. This error occurs beside using beryl, so i guess the driver causes the problem. Any ideas?

*Update* It's working with the last nvidia beta drivers... So is there a chance to bring them to the repository. I had to install them manually now...

Greetz, Acker

#1048

Hi, I installed beryl using the guide here: http://wiki.beryl-project.org/index.php/Install/Ubuntu/Edgy/nVIDIA I have a couple of problems, does anyone know how to solve them (if it's possible)? 1)Sometimes blank windows appear, but the mouse pointer still reacts to their contents (and I've checked the "Enable strict binding" option). 2)With most windows, if I try to resize them from the left it's the right side that moves and if I try to resize them from the top, the bottom side moves. Right and bottom side work fine.

#1049

MBChris said: Hi PriceChild, thank you for the answer but, please excuse me im a newbee (noob), HOW can i get the Quadro drivers you mentioned ?

Thanks in advance MBChrisAh sorry... my mistake.

Quadro has been bundled with 9629... I got confused as it wasn't during beta.

#1050

Zalbor said: Hi, I installed beryl using the guide here: http://wiki.beryl-project.org/index.php/Install/Ubuntu/Edgy/nVIDIA

I have a couple of problems, does anyone know how to solve them (if it's possible)? 1)Sometimes blank windows appear, but the mouse pointer still reacts to their contents (and I've checked the "Enable strict binding" option). 2)With most windows, if I try to resize them from the left it's the right side that moves and if I try to resize them from the top, the bottom side moves. Right and bottom side work fine.As far as i'm aware... that's a "feature", not a "bug".

#1051

Yes, (2) is. I was just going to post that I found out. :D How about (1) though? It's not the same issue that I've been reading about, where windows appear black. They just don't appear at all, although there's an icon in the window list. And the mouse seems to think they're there. For example. once it happened with firefox. I couldn't see any ff window, but by clicking somewhere on the screen, the name of the icon in the window list changed. FF had loaded the new url, but it simply didn't appear.

#1052

Nice eye candy and all, but upon further reflection last night while messing with it, I remembered that I don't have any use for it except to watch it do whatever it does. So I kind of removed it. Never got kiba-dock or whatever it was to do anything, either. (note to self, you don't like eye candy, remember?)

Amazing program, though.

#1053

I upgraded to the lastest version, but I'm still not able to get the window title on the screenshot if I use alt+printscrn... :(

#1054

drewtown said: Hello,

I had the nvidia drivers installed through automatix and I had to remove them and install them according to the guide in order to get them to work as I was suffering the exact same issues as you. I would try that.

Best of luck. oh ok. somehow felt Automatix was the problem. thanx.

EDIT: aah, it's working....i just added beryl-manager and beryl-xgl to teh startup programs and now i dont get that borderless window!

thanx everyone.

#1055

Sorry that I don't have time to look through 100 pages but I just installed this and I am getting very poor performance. Maybe 5-10fps

But when I run the benchmark plugin everything runs like a charm. But I have to have it actually open calculating my FPS.

Anyone know what is up?

#1056

Hello,

Great How-to. But, when I try to start beryl manager, If get nothing but frozen screen. If someone knows what is the problem, please post here.

BTW, I run kubuntu with nvidia Gforce 4.

Regards, Ofir

#1057

Was hoping somebody could help...

I am currently running the 8776 nvidia driver with zero problems. I followed the guide and got everything installed to the 9629 + Beryl + proper xorg.conf settings. When launching anything with GL, ex: glxgears - GLscreensaver I receive a segmentation fault.

My current graphics card is a Leadtek GeForce 4 Ti 4200 (nVidia Corporation NV28)

I have almost an identical setup with an older GeForce 4 and AIGLX runs flawless. Any help would be appreciated in resolving this annoyance!

Thank you in advance...

#1058

BLTicklemonster said: Nice eye candy and all, but upon further reflection last night while messing with it, I remembered that I don't have any use for it except to watch it do whatever it does. So I kind of removed it. Never got kiba-dock or whatever it was to do anything, either. (note to self, you don't like eye candy, remember?)

Amazing program, though. While I do agree that many of the features in Beryl are not particularly useful, I also think that it provides a superior interface for certain tasks.

The main functional advantages that I find with Beryl:

  • Switching between desktops is easier (I know Ctrl-Alt-Arrow keys works in metacity, but if your right hand is already on the mouse then beryl is quicker)
  • Moving a window to another workspace is much easier IMO.
  • "Shiver on system bell" is simply the greatest idea ever IMO. That PC speaker bugs the crap out of me, a visual cue is much nicer.

Thats just the main things that come off the top of my head. I also think that as it develops, more useful features will come of it too.

#1059

I just got beryl 0.1.2 installed from the repos and some of the effects namely, the rotating of the cube is going super slow! It takes literally 15 seconds with all of the numeric values maxed out to rotate the cube one time. Is this because I'm running the 9626 beta drivers? it was working fine for 0.1.1 but when I updated certain tasks got reallllly slow.

Any help would be appreciated.

EDIT: Nevermind! I just needed to load Metacity then I reloaded beryl and all works again!

#1060

dillzz said: Was hoping somebody could help...

I am currently running the 8776 nvidia driver with zero problems. I followed the guide and got everything installed to the 9629 + Beryl + proper xorg.conf settings. When launching anything with GL, ex: glxgears - GLscreensaver I receive a segmentation fault.

My current graphics card is a Leadtek GeForce 4 Ti 4200 (nVidia Corporation NV28)

I have almost an identical setup with an older GeForce 4 and AIGLX runs flawless. Any help would be appreciated in resolving this annoyance!

Thank you in advance...

I am having this same problem. I am also using a Ti-4200... At first I thought it was because I upgraded from Dapper to Edgy but I just finished a fresh install of Edgy and the problem is still here. Maybe it's a bug in the driver for the Ti-4200 cards?? Anyone have any info?

#1061

-jonaustin

[edit] oops, browsing too many posts today trying to get this working, forgot about the No XGL in the title...well, at least if anyone just wants to see what the fuss is about, this'll help...

Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present

For all those getting the above in terminal and then no window borders and a general lock-up on the part of gnome (i.e. only being able to get out of it by ctrl-alt-backspace or killing gdm from an alt-Fx console):

I have no idea if this is the right way to go about it -- just started playing with beryl today -- but this worked for me on a brand spankin' new edgy install.

Note: excluding the additions below, the only other thing I did was follow the tutorial at the beginning of this thread (NVidia - 6600GT; AMD64)

anyway, i had the same problem -- so added the xgl-server, restarted computer (rebooted automatically for some reason, not sure if it was necessary)

so here are the steps: Code:

sudo apt-get install xserver-xgl sudo gedit /etc/gdm/gdm.conf-custom

directly below [servers] (at bottom of file)

Code:

0=Xgl [server-Xgl] name=Xgl server command=/usr/bin/Xgl -fullscreen -br -accel xv:fbo -accel glx:pbuffer flexible=true

reboot (if needed), log into gnome, launch beryl-manager and you should get all the sweet sweet eye candy you can handle.

THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU!!!!!!!!!!!!!!!!

I was having the EXACT same error & problems as you and nobody else had anything that worked, but when I read your post and the fact you have the same GFX card as me...I gave it a shot and it worked FLAWLESSLY! Now I don't have to go without the beauty that is Beryl. Again, THANK YOU!!!

#1062

diesel1 said: Nrayever:

This sounds like my problem with Childsplay, the xserver crashes, probably the nvidia drivers, i notice a new splash screen, green and silver/metal.

Diesel1.

diesel1:

have you solved the problem?? is there any way to solve it??? please!!! i'm going to try reinstall ut. hope this works. but if not, i'm going to be very very sad.

i just remembered. i recently installed chromium. but it works good windowed mode. but when i tried to switch to fullscreen, my x session restarts!! what's going on??? :-k :-k

can anyone help me to find the log file where the xserver error are logged?? ](*,) ](*,) ](*,)

nrayever

#1063

hi there...

i'm having some problem with beryl on edgy..freezes, window border disappear, etc..

after install dapper, my system never freezes...

i like edgy, but dapper is more stable, with beryl etc...

edgy is pretty, more professional, faster, but have a few problems...i'm waiting for edgy stable in dapper drake.

you have my opinion.

hugs

#1064

Hello, i'm completely folowing this howto and have this error when try to start beryl-manager ~$ kwin: Fatal IO error: client killed XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present beryl: No RandR extension

Kwin shuts down beryl windows manager fails to start and there are no windows borders at all

#1065

Does anyone know if Beryl 0.1.2 is in the repos yet and if so shall I use the same repository from the guide or another one?

#1066

pjman said: I am having this same problem. I am also using a Ti-4200... At first I thought it was because I upgraded from Dapper to Edgy but I just finished a fresh install of Edgy and the problem is still here. Maybe it's a bug in the driver for the Ti-4200 cards?? Anyone have any info?

EDIT

It's a bug: http://www.nvnews.net/vbulletin/showthread.php?t=79792

Time to downgrade :-(

#1067

c_martini said: Does anyone know if Beryl 0.1.2 is in the repos yet and if so shall I use the same repository from the guide or another one?

yes it's in the repos (ubuntu2. ecc ecc ecc)

#1068

flapane said: yes it's in the repos (ubuntu2. ecc ecc ecc)

Sorry, but which repo is that? Didn't see it in the guide...

Thanks

#1069

ubuntu2.beryl-project.org

#1070

Does it make a difference if you start beryl with the command beryl instead of beryl-manager. Well it must seeing as my beryl only starts when I use the command beryl. And the emerald icon doesn't appear on the taskbar. Though the splash screen does show.

Might this have something with me having to run emerald -replace everytime.

#1071

Ok, my problems are connected with xinerama, and this bug isn't fixed yet =( http://bugs.beryl-project.org/trac/ticket/883

#1072

Zalbor said: Sometimes blank windows appear, but the mouse pointer still reacts to their contents (and I've checked the "Enable strict binding" option).

I'm still having this problem... And the windows aren't black, just invisible. Not even their title bar can be seen, but the still react to key presses and mouse. Also, there's another issue: Quite often, if I Ctrl+Alt+Fx to a terminal then go back with Ctrl+Alt+F7, all I get is a black screen with my mouse cursor. The cursor moves around but there's nothing else, and when that happens neither Ctrl+Alt+Fx nor Ctrl+Alt+Backspace will work.

#1073

Jongi said: Does it make a difference if you start beryl with the command beryl instead of beryl-manager. Well it must seeing as my beryl only starts when I use the command beryl. And the emerald icon doesn't appear on the taskbar. Though the splash screen does show.

Might this have something with me having to run emerald -replace everytime.You are "meant" to start it with beryl-manager

#1074

I mentioned it before but again I must say it:

I am getting horrible performance. Very bad compared to XGL on dapper.

The only way to make it run well for a period of time is to activate the benchmark plugin and have it run. Then everything runs fine for about 10 minutes and goes to hell again getting between 5-15fps.

Anyone know whats up?

#1075

Grog140 said: I mentioned it before but again I must say it:

I am getting horrible performance. Very bad compared to XGL on dapper.

The only way to make it run well for a period of time is to activate the benchmark plugin and have it run. Then everything runs fine for about 10 minutes and goes to hell again getting between 5-15fps.

Anyone know whats up?

mmm.. what version of nvidia and beryl you installed?

cheers...

#1076

How do I downgrade from 1.0-9629 to 1.0-9626 or 1.0-8776, for my TI-4200 video card?

#1077

jdhancey said: How do I downgrade from 1.0-9629 to 1.0-9626 or 1.0-8776, for my TI-4200 video card?

yooo.. try this

sudo dpkg -i /var/cache/apt/archives/nvidia something... .deb

and make sure you do the restricted module as well.. and reboot or if available in synaptic, try force version.. i think... :-k

cheers...

#1078

I have had to use nvidia-settings to configure for a second display via the tv out. When saving these settings it looks like the xorg.conf is overwritten with the Nvidia settings, but makes a backup copy of the file beforehand. Should I add the lines back in to enable compositing in X from the backup xorg.conf?

Enable 32-bit ARGB GLX Visuals

Option "AddARGBGLXVisuals" "True"

#1079

c_martini said: I have had to use nvidia-settings to configure for a second display via the tv out. When saving these settings it looks like the xorg.conf is overwritten with the Nvidia settings, but makes a backup copy of the file beforehand. Should I add the lines back in to enable compositing in X from the backup xorg.conf?

Enable 32-bit ARGB GLX Visuals

Option "AddARGBGLXVisuals" "True"

mmm.. im not sure, but you can always revert it back.. :) i guess pardon me...

cheers...

#1080

PriceChild said: You are "meant" to start it with beryl-manager

What causes beryl-manager not to start beryl on my install.

#1081

PriceChild said: Use beryl-manager

Thanks,

I had already used beryl-manager to start beryl without success but this time is working properly. Initially the borders weren't appearing again but after resizing the windows it works fine.

How do i set beryl to auto start at logon?

#1082

flapane said: flapane@a64:~$ beryl-manager

flapane@a64:~$ beryl-manager doesn't autostart window-manager/decorator any more. Please consult: man beryl-manager

(emerald:22384): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(emerald:22384): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present

beryl: Another composite manager is already running on screen: 0 beryl: No manageable screens found on display :0

i've latest nvidia drivers How did you solve it? I have the same problem. Beryl itself will start and work with kwin, but it won't work with emerald. Same exact error. beryl: Another composite manager is already running on screen: 0 Anyone know what I'm doing wrong?

#1083

Bjorg said: How do i set beryl to auto start at logon?Add "beryl-manager" to System>Administration>Sessions on the "Startup" tab.

x64Jimbo said: How did you solve it? I have the same problem. Beryl itself will start and work with kwin, but it won't work with emerald. Same exact error.

beryl: Another composite manager is already running on screen: 0 Anyone know what I'm doing wrong?You've started beryl-manager twice... that's why its complaining that you've already got window borders and things.

#1084

Nah, I checked. There are no others. Is it because the latest nVidia driver does the same thing that AIGLX does?

#1085

I have a Microsoft wireless optical mouse, which has a vertical scrollwheel which has also two horizontal positions for horizontal scrolling in windows xp. How to use this horizontal scrolling for changing desktop on the cube? It seems ubuntu can't recognize this feature

#1086

flapane said: I have a Microsoft wireless optical mouse, which has a vertical scrollwheel which has also two horizontal positions for horizontal scrolling in windows xp. How to use this horizontal scrolling for changing desktop on the cube? It seems ubuntu can't recognize this feature

You'll want to look into mapping those "buttons" to emulate another button on your system (the one that changes desktops). I'm not sure this is the thread for that.

#1087

Again, starting with beryl-manager the window borders are appearing a dissappearign intermitenttly, this is the output i get:

[I]jnl@ubuntuP3-800:~$ beryl-manager jnl@ubuntuP3-800:~$ XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present Initiating splash [/I]

Please help.

#1088

But again, the day after (now) after I shut down the PC and start it again, starting beryl with beryl-manager it works fine.

Why? I do the same and some times it works and some other time it wont. Why?

#1089

I'm getting this on the terminal all the time:

[I]beryl: Couldn't bind redirected window 0xe001a5 to texture beryl: pixmap 0x2c0022e can't be bound to texture beryl: Couldn't bind redirected window 0xe001a0 to texture beryl: pixmap 0x2c00237 can't be bound to texture beryl: Couldn't bind redirected window 0xe001a5 to texture beryl: pixmap 0x2c0022e can't be bound to texture beryl: Couldn't bind redirected window 0xe001a0 to texture beryl: pixmap 0x2c00237 can't be bound to texture beryl: Couldn't bind redirected window 0xe001a5 to texture[/I]

But is working properly right now.

#1090

x64Jimbo said: Nah, I checked. There are no others. Is it because the latest nVidia driver does the same thing that AIGLX does?Remove aiglx if you have it installed... edgy's xorg takes control of that bit.

Bjorg said: Again, starting with beryl-manager the window borders are appearing a dissappearign intermitenttly```

killall emerald emerald


> **Bjorg said:**
> I'm getting this on the terminal all the time:


[I]beryl: Couldn't bind redirected window 0xe001a5 to texture
beryl: pixmap 0x2c0022e can't be bound to texture
beryl: Couldn't bind redirected window 0xe001a0 to texture
beryl: pixmap 0x2c00237 can't be bound to texture
beryl: Couldn't bind redirected window 0xe001a5 to texture
beryl: pixmap 0x2c0022e can't be bound to texture
beryl: Couldn't bind redirected window 0xe001a0 to texture
beryl: pixmap 0x2c00237 can't be bound to texture
beryl: Couldn't bind redirected window 0xe001a5 to texture[/I]

But is working properly right now.That's normal.
#1091

Bjorg said: Again, starting with beryl-manager the window borders are appearing a dissappearign intermitenttly

Adding

Option "TripleBuffer" "true"

in the device section of my xorg.conf solved that from me. Although it says here that it uses more RAM...

EDIT: Although I just removed that line (and of course restarted X) and it's working now, so I guess that wasn't the cause.

#1092

PriceChild said: Remove aiglx if you have it installed... edgy's xorg takes control of that bit.

Wait. I don't get it. First, I hear that Edgy has AIGLX built in so that you don't need XGL, but now you say I don't even need AIGLX? Why is it in the thread title? From what I can tell, I do not have AIGLX installed anyway, but I didn't uninstall it. There needs to be a very simple explanation for all this stuff. I'm totally lost.

#1093

If you upgraded from Dapper where you had a separate aiglx xserver installed, then you must remove that.

If you haven't added a new xserver, and are running a standard ubuntu, follow my instructions to the letter and all should be good.

#1094

Hey. I am Mepis user. I wanted to try Beryl and Aquamarine. So I used the Edgy repo to get X.org 7.1 installed. I also have Nvidia drivers 9629 installed. I got beryl and emerald and aquamarine all installed. I think I am good to go.

But when I try to run Beryl it shows me the splash screen and then kicks me out to kdm. I can login again and try it but it just does the same thing. I can't catch any of the output in the terminal.

Anyone know what could be wrong?

P.S. If I lock my system and my screensaver comes on it also kicks me out to KDM. The kscreensaver package seems to be stuck at 3.3.5 instead of 3.5.5 like everything else. My system also seems to bork up and kick me out when I try to look at opengl stuff in KInfoCenter.

#1095

Hi. I cannot install the latest nvidia-glx package because of the following:

The following packages have unmet dependencies:
  nvidia-glx: Depends: nvidia-kernel-1.0.9629
#1096

I have this working well with (Kubuntu 6.10 Edgy/Nvidia 1.0.9629/Beryl 0.1.2). It was performing well without any major problems.

I have just setup a second X screen for my tv out in order to play video in a second X screen while continuing to use my primary screen. When I launch beryl manager from shell, I lose the window borders/handles, and cannot drag or move/close/minimise windows. the effects still seem to be working though. I get the following from the Konsole:

[B]:~$ beryl-manager :~$ kwin: Fatal IO error: client killed XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present beryl: glXCreateContext failed beryl: Failed to manage screen: 1 beryl: No GLXFBConfig for depth 32 beryl: No GLXFBConfig for depth 32 beryl: No GLXFBConfig for depth 32 Initiating splash Reloading all options.[/B]

I think the problem is that Beryl cannot manage the 2 screens at once as they are separate X screens, rather than twin view. I am not looking for Beryl to manage both screens, in fact I would like Beryl to only manage my primary screen, screen0.

I would like to get this working again, or somehow configure Beryl to ignore the second screen (screen1)...

My Xorg.conf looks like this:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Wed Nov  1 19:48:08 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 1024 0
    Screen      1  "Screen1" LeftOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "IBM P76"
    HorizSync       30.0 - 94.0
    VertRefresh     48.0 - 120.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: builtin, VertRefresh source: builtin
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "TV-0"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GT"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GT"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "CRT: 1280x1024 +0+0; CRT: 1024x768 +0+0; CRT: 800x600 +0+0; CRT: 640x480 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "metamodes" "TV: 1024x768 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection

# Enable 32-bit ARGB GLX Visuals
    Option "AddARGBGLXVisuals" "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"

EndSection

Any ideas?

:confused:

#1097

Jonathan2007 said: Hey. I am Mepis user.I haven't used Mepis... but are you trying to say that you have added Edgy repositories on your Mepis machine to install beryl?

#1098

PriceChild said: I haven't used Mepis... but are you trying to say that you have added Edgy repositories on your Mepis machine to install beryl?

Not exactly. I used Edgy repositories to get X.org 7.1. I got Beryl from Travino (I think that is he name) who has the repository with SVN versions of Beryl and Emerald and Aquamarine.

I think I found the problem. I installed the Nvidia 9629 drivers using a script called envy. For some reason it must not have installed correctly since doing a query to my system found direct rendering wasn't enabled. And yet the 9629 drivers were in use. I don't know. So now I am trying to install the new beta 97xx ones. I'll post back on how it works.

#1099

*edit* SOLVED -> enable the reflections and blur plugin in beryl. *edit*

Great guide! Worked. But i get some small graphic-errors, is it something anyone can help me to correct? :

  1. When i am browsing my ubuntu "start-menu" the text gets .. pretty unreadable. The letters dissapear and so forth. When i mouse over them again, the text becomes good.
  1. When i am scrolling with my mousebutton in any application, lets say firefox, the scroll-bar or whats its called gets messed up. It looks really ugly, but its hard to describe. The "thing" that is used for scrolling when u click on it with your mouse kinda duplicates when i scroll.
  1. Sometimes the text in any application gets totally screwed. Most irritating is when i use firefox and hover over a link with my mouse. The status bar text (the url of the link for example) is cut in half. I only see half of the letters. And when i remove my mouse from the link, the url stays in the status bar, in "cutted-mode" : D And now when im writing this text, sometimes i cant see what i am writing, the letters disapear and then pops back again when i continue writing.

Anyone know what could cause those "small" irritating problems?

Im using ubuntu edgy i386 on an amd64 system with nvidia card 6600GT agp. And beryl 0.1.2 (no xgl).

#1100

c_martini: I think the problem is that Beryl cannot manage the 2 screens at once as they are separate X screens, rather than twin view. I am not looking for Beryl to manage both screens, in fact I would like Beryl to only manage my primary screen, screen0.

I really want this feature too! Ive got the same setup as you but beryl is making my second device angry, no borders etc ](*,)

#1101

Jonathan2007 said: Not exactly. I used Edgy repositories to get X.org 7.1. I got Beryl from Travino (I think that is he name) who has the repository with SVN versions of Beryl and Emerald and Aquamarine.

I think I found the problem. I installed the Nvidia 9629 drivers using a script called envy. For some reason it must not have installed correctly since doing a query to my system found direct rendering wasn't enabled. And yet the 9629 drivers were in use. I don't know. So now I am trying to install the new beta 97xx ones. I'll post back on how it works.Still confused... You ARE running Edgy then?

#1102

My Problem: Dapper -> Edgy

Ok my situation was as follows:

*Dapper:

Gnome Session (working!) XGL Session (beryl working - all effects)

*Upgraded to Edgy:

Gnome session wont load (just hangs on background) XGL session still works, can turn off xgl effects using BNeryl, and its like a normal gnome session then. Cedega wont work - Fails on the OpenGl Direct rendering.

So basically i need help getting my default gnome session working, as it is at the moment, i cant run cedega, because the opengl direct rendering fails when im in XGL, so i used to go to normal gnome session to use cedega (but now the session wont work)

Has anyone else had this problem?

#1103

You're having this problem because quinn's repository installed a few extra things on your system and messed up the version numbers so that they couldn't be upgraded when you went to Edgy.

I'm not sure which files need reinstalling on Edgy though.

#1104

Pricechild: Thanks for writing this guide but it would really help if this guide and the one posted here- http://doc.gwos.org/index.php/BerylOnEdgy were kept in sync. If you look Option 1 for installing Nvidia drivers is different there then it is in your post and I have no idea which one is correct. So again if you could keep those the same it would elimate a lot of confussion. Thanks.

#1105

rko618 said: Pricechild: Thanks for writing this guide but it would really help if this guide and the one posted here- http://doc.gwos.org/index.php/BerylOnEdgy were kept in sync. If you look Option 1 for installing Nvidia drivers is different there then it is in your post and I have no idea which one is correct. So again if you could keep those the same it would elimate a lot of confussion. Thanks.Thanks for that.

Either way would have worked, you would just have got a meaningless error with one.

Could i just point out that you won't find many 111 page length threads where the OP has kept it all up to date. - Dapper guides by others were out of date by about 50 when I first tried compiz.

#1106

Hello,

i've installed Beryl like the tutorial explained... after Step 4 when i should restart with alt-strg-backspace an error occurded...

"Failed to start the x-server (your graphical interface) it is likly that it is not set up correctly. Would you like to view the x-server output to diagnose the programm"

YES NO --> Yes--> X-Protocol Version 11, revision 0 release 7.1.1

--> No --> login, i can login now, with my login name and password

what should i do ?? how can i fix this ?? plz help

#1107

temp fix to at least get desktop back is edit your xorg.conf file back to the way it was via command line.

worked for me, no beryl, but i have my desktop back :)

... although i really want beryl :(

#1108

PriceChild said: If you upgraded from Dapper where you had a separate aiglx xserver installed, then you must remove that.

If you haven't added a new xserver, and are running a standard ubuntu, follow my instructions to the letter and all should be good. I didn't upgrade from Dapper. It's a brand new, clean Kubuntu 6.10 install with latest nVidia drivers and I still have no window borders. I went with Beryl because I heard that it was interoperable with Gnome and KDE.

#1109

Well, I was having problems with my window decorations not displaying correctly, and I finally found the cause.

There was a messed up line in my /etc/mailcap file, which defines the default app for specific mime-types. The mimetype with the error was emerald-themes. I just removed the line and things are working again.

The way I knew about it was that audacity would bring up a mailcap error dialog when I went to save, which gave me the info of the exact line in the file.

I just searched and saw that at least one other person had my same problem. I'm guessing it was just a particular build that I tried to do from source that broke this?

#1110

jaymode said: I think that this topic should be renamed because this does not really use AIGLX; it is actually using the new nvidia drivers glx extensions.

Thank you for pointing this out. What is the difference between these two? Is there a difference when it comes to performance (why?), especially when showing 3D or video on screen?

To use AIGLX which for me is much much better, no black screens and better performance overall add the following to your session:


dbus-launch beryl --use-cow --force-aiglx
emerald --replace

Why is "dbus-launch" needed here? Also, when I do "man beryl" I cannot see a documentation of either option --use-cow or option --force-aiglx??

The first command does not return here. I also get different results in GNOME and KDE sessions (KDE seems to work better).

When I just run "beryl-manager" it works just fine and I immediately get the theme and settings I last use (but if I understand correctly, I won't use AIGLX). So -- is there a way to just run "beryl-manager" and make it use AIGLX?

I must admit that all those HOWTOs and info on 3D-enabled window managers is still quite confusing for me.

#1111

johann_p I haven't a clue where you got that quote from... You are advised to use "beryl-manager" to launch beryl.

#1112

PriceChild said: johann_p I haven't a clue where you got that quote from... You are advised to use "beryl-manager" to launch beryl.

From this post in this very thread

Is what this post says true?

In any case, whatever I try, performance is horrible, and many windows do not show the content, sometimes relyably (e.g. with some Java apps), sometimes randomly. I would have expected that using the graphics card processor would speed up things, but even moving a window around without "wobbly windows" is slower that in my normal, non AIGLX window manager.

#1113

johann_p said: From this post in this very thread

Is what this post says true?

In any case, whatever I try, performance is horrible, and many windows do not show the content, sometimes relyably (e.g. with some Java apps), sometimes randomly. I would have expected that using the graphics card processor would speed up things, but even moving a window around without "wobbly windows" is slower that in my normal, non AIGLX window manager.beryl-manager automatically uses the best alternative that it can detect on your system.

With 0.1.3 we will be able to configure it to launch automatically with the aternatives we choose and make the launch slightly quicker.

Using the method you quoted is not reccomended.

#1114

PriceChild said: Still confused... You ARE running Edgy then?

I am running Hybrid Edgy. My system is running Mepis which is based off Dapper. But I upgraded certain packages such as X.org. I finally got this running. I installed the new 9742 beta Nvidia drives using your guide. The 9629 ones I had installed using Envy weren't enabling direct rendering for some reason. I got rid of those and installed the new ones. It gave me an error along the way but I was able to get into kdm and the drivers appeared to be installed. Direct Rendering was also enabled. I tried loading beryl-manager and it worked. Then I told it to use Aquamarine and that worked. I love Linux. This is so cool. Thanks for all your help. I am going to tell all my friends about my cool desktop. Cheers :)

#1115

Jonathan2007 said: I am running Hybrid Edgy.I'm glad you've got it working.

However I'm not sure that if your friends follow the same approach that they'll receive support from the ubuntu community.... Its just asking for breakage in my opinion.

#1116

PriceChild said:

However I'm not sure that if your friends follow the same approach that they'll receive support from the ubuntu community.... Its just asking for breakage in my opinion.

Yea, I would probably recommend Ubuntu since most of them are noobs at Linux anyways. Anywho thanks again for the help.

#1117

I haven't found other errors quite like this in this thread, so perhaps i've done something uniquely foolish, but in the terminal, when i try to start Beryl by typing: "beryl-manager" it comes up with all this:

[INDENT]Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Error: couldn't find RGB GLX visual Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0".[/INDENT]

When it starts, i have it set to metacity. When i try to switch over to Beryl it says:

[INDENT]XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present Xlib: extension "GLX" missing on display ":0.0". beryl: Root visual is not a GL visual beryl: Failed to manage screen: 0 beryl: No manageable screens found on display :0.0[/INDENT]

So, yeah... i'm not really sure what's going on. Is there an Xlib file somewhere that is missing something called GLX?

#1118

SkinnyC: Please go over your xorg.conf changes again ;)

Specifically ARGBX visuals or something like that...

#1119

hey thanks Pricechild - i retored an old backup of xorg.conf and redid it and now it's working :D

although the windows don't have borders on them for some reason. I have the 3D cube and everything though. I guess i'll keep on fiddling with things and see what i can do.

#1120

me again. i was just messing around, turning some options on and off after i restarted and it's all worked perfectly :D

#1121

I am getting a blank screen on login. I checked the line under screen but still nothing works. I can't even restart, i have to do a hard shutdown to get out of it. What can I do?

#1122

I upgraded to the official repo 0.1.2 and now workspace switching feels unaccelerated, and doesn't even work right, anyone have any idea why?

#1123

SkinnyC said: although the windows don't have borders on them for some reason. I have the 3D cube and everything though. I guess i'll keep on fiddling with things and see what i can do.Are you starting with ```

beryl

beryl-manager

If you still have no window decorations, open up beryl settings manager and make sure the plugin is loaded, and then if still no joy try starting``` emerald

#1124

seethru said: I upgraded to the official repo 0.1.2 and now workspace switching feels unaccelerated, and doesn't even work right, anyone have any idea why?Same with me when I did it.

[COLOR=Red]Beware, the following "fix" will remove ALL your custom settings:[/COLOR] Running``` rm -rf ~/beryl* rm -rf ~/emerald*

#1125

drax said: OK i have read all the replies and haven't seen an answer that works for me..

I have followed closely the setup instructions,

When I launch Beryl with beryl-manager I lose the window border, so I can't grab the window and move it.

How do i retrieve this.. I am using Kubuntu 6.10 edgy on a clean install.

PS: Everything else works great (so far) 'cept this

I had this exact same problem. I don't know if yours was resolved but I installed the official Nvidia drivers from Nvidia's website according to PriceChild's instructions. That fixed my issue. Hope that helps!

Travis

#1126

I followed the guide and had no luck. I see the Beryl and Emerald managers in my KDE menu. I log out and choose my session to XGL, log in, and it starts to load xserver then kicks back to the log in screen.

also, are there any places where people have uploaded their beryl configurations for people like me who don't have time configure beryl's 50000 aspects?

#1127

KeithO said: I followed the guide and had no luck. I see the Beryl and Emerald managers in my KDE menu. I log out and choose my session to XGL, log in, and it starts to load xserver then kicks back to the log in screen.I haven't a clue what you're doing going into xgl....

...Notice the title of the thread "(No XGL)"> KeithO said:

also, are there any places where people have uploaded their beryl configurations for people like me who don't have time configure beryl's 50000 aspects?Well then just change the 10 aspects you want to.

#1128

Selecting the session (GNOME, KDE, XGL) is what I meant by that.

#1129

Have followed this install on my laptop with a freash install of Edgy everything went smooth in the installation but now when I try to start Bery-manager and refreash the desktop so that all the "special effects" would accttivates the whole system hangs in the background. I can move around the mouse but I can´t click anywhere.

Any idéas come to mind?

#1130

Onaka said: Have followed this install on my laptop with a freash install of Edgy everything went smooth in the installation but now when I try to start Bery-manager and refreash the desktop so that all the "special effects" would accttivates the whole system hangs in the background. I can move around the mouse but I can´t click anywhere.

Any idéas come to mind?Try restarting your computer then trying again.

If this doesn't work, then start beryl-manager from a terminal and tell us what it says.

#1131

PriceChild said: Try restarting your computer then trying again.

If this doesn't work, then start beryl-manager from a terminal and tell us what it says.

I get the same issue he does. the window manager disappears and I cannot do anything with any windows. i can't copy+paste from terminal. can someone post a healthy output so we can compare that with ours?

#1132

Having a few issues. Nvidia drivers seemed to install fine as did Beryl, but when I try and run beryl-manager I get a segfault:

david@sulls:~$ beryl-manager

david@sulls:~$ Segmentation fault (core dumped) XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present

(beryl-manager:5812): WARNING : Beryl caught deadly signal 11 Any ideas?

#1133

Jonathan2007 said: I love Linux. This is so cool. Thanks for all your help. I am going to tell all my friends about my cool desktop. Cheers :)

I would hurry up and do it if I were you. It will break really soon. :)

#1134

permaband said: Having a few issues. Nvidia drivers seemed to install fine as did Beryl, but when I try and run beryl-manager I get a segfault:

Any ideas?Hmm... Try perging the beryl packages and reinstalling...

You sure you aren't running the wrong packages on your arch? e.g. x86-ppc kinda thing?

Pricey

#1135

What happens is that when I start beryl-manager in the terminal the beryl icon pops up next to the clock but nothing more happens. I right click on it and selects "Restart Window"-thingy and then it all stops. The top border disapears from the windows that are up, also I can add that the mouse works but I cant click anywhere and the keyboard works so I can do a ctrl+alt+backspace reboot but if I try to do a alt+F1 to get to the terminal I only get a black screen. I´ve tried to restart the computer a zillion times and still nothing I let the restarting prosses take up to 20 minutes and still nothing. :twisted:

Is it something with the Nvidia-drivers? Shuld I try to install from Nvidias homepage?

___________________ The frustrated Swede... ](*,)

#1136

http://amaranth.selfip.com is not working for me so I think I am getting old nvidia drivers. So when I start beryl I loose the ability to interface with the desktop(the top of the windows disappear but I know how to fix that).

#1137

Similar to permaband, I'm getting this error when I try to run beryl-manager.

eigenwert@merlin:~$ beryl-manager eigenwert@merlin:~$ XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present

After this scrolls up on the terminal, X freezes and I have to ctrl-alt-backspace to restart. I tried re intalling the beryl packages, but to no avail. Any ideas anyone?

Thnx

EW

#1138

Eigenwert said: Similar to permaband, I'm getting this error when I try to run beryl-manager.

After this scrolls up on the terminal, X freezes and I have to ctrl-alt-backspace to restart. I tried re intalling the beryl packages, but to no avail. Any ideas anyone?

Thnx

EW

I get the same thing... Has anyone had this and fixed it??

#1139

I'm using the Beryl SVN and with Beryl running, all the applications I start end up unfocused and in the background, so I have to click the task bar entry to get it to come to the front.

This doesn't happen when Metacity is running.

EDIT: Anyone know what causes this?

#1140

Eigenwert said: Similar to permaband, I'm getting this error when I try to run beryl-manager.

After this scrolls up on the terminal, X freezes and I have to ctrl-alt-backspace to restart. I tried re intalling the beryl packages, but to no avail. Any ideas anyone?

Thnx

EWThat's perfectly normal feedback.

Not sure why you can't do anything else seen as beryl detects everything fine and attempts to start... Have you restarted since instillation?

Pricey

#1141

MBChris said: Hi all,

sorry, again an ubuntu noob here but im trying to get beryl working with my nVidia Quad 4 980 XGL (NV28GL). The last 3 days i do some fresh installations, installation of the beta-driver(s) and so on but nothing is functional :( I currently have the newest beta driver from nVidia (9629) installed on my edgy 6.10. gnome Desktop is starting very well with the nVidia Logo (grey Background) ... so i think the nVidia driver is installed correctly (basic). But i have no GLX funtional, if i fire glxinfo or glxgears it comes only back with a segmentation fault. If i fire beryl-manager it comes out that there is no GLX Composite.

Does anyone running this driver or at least this card with functional Beryl ? I love beryl and have it on my Notebook .... but want it also on my desktop !

I tried all Methods (at the beginning) but ... no way ... (or im tooooo noob)

Thanks in advance Chris

I'm having this exact problem and I'm running the 9629 drivers. Does anyone have any pointers for me? Can't view GLX information and Beryl segfaults when I try to run it.

#1142

It appears that http://amaranth.selfip.com, the nvidia beta driver repo has been closed. Does anybody know of any other repo with the beta drivers?

#1143

Blazeix said: It appears that http://amaranth.selfip.com, the nvidia beta driver repo has been closed. Does anybody know of any other repo with the beta drivers?Guide update with new location.

Sorry for the delay

#1144

PriceChild said: That's perfectly normal feedback.

Not sure why you can't do anything else seen as beryl detects everything fine and attempts to start... Have you restarted since instillation?

Pricey

Just did a full restart. No change. Except for the mouse pointer, everything is completely non-responsive.

Thnx

EW

#1145

hey i followed this how to guide... and whenever i start beryl-manger... the screen flickers once and all i can see is the last window i was in and my mouse pointer and i cant do anything... this is the error i get. Please if someone can help me through this i would appreciate it. Thanks

[B]beryl-manager joe@HP-873n:~$ X Error: BadDevice, invalid or uninitialized input device 169 Major opcode: 147 Minor opcode: 3 Resource id: 0x0 Failed to open device X Error: BadDevice, invalid or uninitialized input device 169 Major opcode: 147 Minor opcode: 3 Resource id: 0x0 Failed to open device XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA X Error: BadDevice, invalid or uninitialized input device 169 Major opcode: 147 Minor opcode: 3 Resource id: 0x0 Failed to open device X Error: BadDevice, invalid or uninitialized input device 169 Major opcode: 147 Minor opcode: 3 Resource id: 0x0 Failed to open device Nvidia Present XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. [/B]

#1146

Alright. I've basically just started using Ubuntu 6.10 as my first Linux distro (migrating from my life-long experience at windows). I have gotten Beryl working a few days ago running on XGL on two different systems that I've tried (my brother's computer and mine). After reading a bit, It seems since I'm using Edgy and I have an Nvidia card, I probably want to go the AIGLX route. I've tried everything that I can possibly think of (and what Google has told me) and still no dice. I have followed everything according to this guide and when I finally run beryl-manager, I get

XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present

Option "AddARGBGLXVisuals" "True"

   Not too sure of what to do as of yet. Any help on this matter would be greatly appreciated. Thanks.

#btw I'm running with a AMD XP 3200+ with a GeForce 6800 GT
#1147

Ok, I've tried to figure this out, but I just can't: how exactly do I downgrade or forceversion or whatever so my linux restricted modules are correct? Which ones do I need installed? I updated something, which I think was my restricted modules, and now Beryl won't work anymore (it did before). Also, just in case, what version should my nvidia-glx be?

#1148

klep said: hi,

ive just installed beryl. Seemingly everything has gone OK but when i load beryl manager and use beryl as the window manager everything kind of gets "locked". the PC isnt frozen, but the windows are locked in place. I cant bring any of them to the front by clikcing on them, clicking on the windows on the taskbar at the bottom does nothing, the windows cant be moved/minised/maximised/closed. I thought maybe this was how it was supposed to be when you first start it and then you configure it yourself, but i downloaded someone elses profile and it made no difference. Further proving something isnt right the comobo of alt-tab which according to the settings manager should perform the windows alt-tab function does nothing.

Additionally, trying to apply an emerald theme does nothing.

Somethings wrong but ive no idea what.

cheers

I am getting the same problem, I think this may be the same thing as the "black screen" problem though, where the screen jsut isn't refreshing (past the mouse pointer) some aid in this would be awesome!

go ubuntu-ers!!

edit: hmm after running beryl-manager -d, i've come to find that it isn't loading xgl.. invesigating

edit 2: I have got it working! at first i kinda skimmed past the nvidia driver stuff(shoots self in foot), after doing exactly like stated, i got it working!... though i did have to ruage around for the 64bit gpg key

#1149

It's incredible how much faster this is than the last time I tried it, I'm not 100% sure, but maybe 99% sure that the nvidia drivers with accelerated support for the pixmap extension is what makes the difference. Moving a window used to take a good hunch at the cpu cycles, now it's almost next to nothing, everything is being done by the GPU, I like it :)

One question though, is there any difference between AIGLX and XGL now that AIGLX can support nVidia with the new beta drivers? Any reason for XGL to exist?

Regards, Xavier.

#1150

Pookie said: Alright.

I've basically just started using Ubuntu 6.10 as my first Linux distro (migrating from my life-long experience at windows). I have gotten Beryl working a few days ago running on XGL on two different systems that I've tried (my brother's computer and mine). After reading a bit, It seems since I'm using Edgy and I have an Nvidia card, I probably want to go the AIGLX route. I've tried everything that I can possibly think of (and what Google has told me) and still no dice. I have followed everything according to this guide and when I finally run beryl-manager, I get

XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present

Option "AddARGBGLXVisuals" "True"

   Not too sure of what to do as of yet. Any help on this matter would be greatly appreciated. Thanks.

#btw I'm running with a AMD XP 3200+ with a GeForce 6800 GT


Im having the SAME exact problem. Please if anyone knows how to fix this... it would be much appreciated.
#1151

BBSeXoDuS said: Any reason for XGL to exist?Many ati users still need it.

#1152

The problem has seemed to be resolved, although I'm not completely sure why it's working. I wanted to try a run before I went to class and it went through perfectly. The only thing I did differently was try and run beryl by typing "beryl --aiglx" before trying "beryl-manager." When I ran "beryl --aiglx" in terminal it failed (not sure what the output was [I'm at work right now]) so I just figured I would give beryl-manager another shot on my way out the door. I'll be testing it a bit more when I get home to my compy.

#1153

when i tried what u tried, i had the same problem and output as beryl manager :( Please how can this be fixed!

#1154

XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"

this is the output i get when run beryl-manager before the windows disappear.

#1155

KeithO said:

XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING"

this is the output i get when run beryl-manager before the windows disappear.

I was having this same problem.  I updated the repos, went through and updated the nvidia driver, and it got rid of the problem.
#1156

I have aiglx and beryl up and running smoothly on the 386 kernel.

However, last night I realized that this kernel only makes use of one of the processing cores on my Intel Pentium D processor.

Through some research, I've found that I will need to run the generic kernel in order for both processing cores to be recognized. However, when I attempt to boot through that kernel, it does not load X because it is not configured properly.

When I boot through the 386 kernel, everything is flawless, except only one core is recognized.

Is there any way to run aiglx and beryl in the generic kernel? If not, what do I need to do? Install XGL?

Thanks,

bg

#1157

I think you need to install the nVidia driver again if you change kernels. I can't remember for sure.

#1158

Neither me nor Amaranth have a clue why some of you guys are needing to swap to the 386 kernel... Amaranth's packages "should" work on the generic kernel.

BTW please take note that the repos have recently changed... go look!

Pricey

#1159

Pookie said: The problem has seemed to be resolved, although I'm not completely sure why it's working. I wanted to try a run before I went to class and it went through perfectly. The only thing I did differently was try and run beryl by typing "beryl --aiglx" before trying "beryl-manager." When I ran "beryl --aiglx" in terminal it failed (not sure what the output was [I'm at work right now]) so I just figured I would give beryl-manager another shot on my way out the door.

I'll be testing it a bit more when I get home to my compy. This exact thing worked for me. This is so weird, guys. Why is it that if I start beryl first with a plugin that it claims does not exist, then start beryl-manager, it works? This is so weird.

#1160

~LoKe said: I think you need to install the nVidia driver again if you change kernels. I can't remember for sure.

Well, as I said, when I boot through the generic kernel, X fails to load, and I'm left with only the command line. I did attempt to install the nvidia driver again, but it said it was at its most recent version.

Neither me nor Amaranth have a clue why some of you guys are needing to swap to the 386 kernel... Amaranth's packages "should" work on the generic kernel.

BTW please take note that the repos have recently changed... go look!

Pricey I updated my repos today, but I'll double check and attempt to boot through the generic kernel again.

#1161

I uninstalled the generic kernel and am now reinstalling it. Perhaps that will allow me to load X successfully.

#1162

bg1256 said: I uninstalled the generic kernel and am now reinstalling it. Perhaps that will allow me to load X successfully.I would also reinstall the items from Amaranth's repo.

#1163

Here's what seems to be the problem, but I'm not sure how to fix it.

Error: API Mismatch: the NVIDIA kernel module has the version 1.0-9626 but this X module has the version 1.0-9629. Please make sure that the kernel module and all NVIDIA driver components have the same version

I've gone through the howto step by step to make sure everything is updated and installed properly, and X still fails to load when I boot through the generic kernel.

I've uninstalled and reinstalled it as well.

I would also reinstall the items from Amaranth's repo.

Which are those specifically? Sorry, newbish question...:confused:

#1164

After a little more tinkering, I found this after X fails to load through the generic kernel:

FATAL: Error running install command for nvidia EE) NVIDIA(0): Failed to load the NVIDIA kernel module! EE))NVIDIA(0): *Aborting* Screen(s) found, but none have a usable configuration

#1165

Well, I think I finally got it working in the generic kernel.

Here's what I did.

To resolve the conflict I opened /etc/X11/xorg.conf

I changed the driver from nvidia to vesa.

I went through this HowTo to reinstall the nvidia drivers -- and make sure to follow the link, and there I followed method 1.

Then I installed the nvidia drivers, and all is well.

I'm now about to uninstall the 386 kernel... and I'm not even sure why it was installed in the first place.

#1166

After having a couple problems, I decided to revert back to the 9629 driver and the non-svn beryl packages. After installing everything, I can't get beryl-settings to open. I right click beryl-manager and choose Beryl Settings Manager and nothing happens. Loading it from the terminal gives me:

ERROR : no d_ for a_active_plugins

I remember having and resolving this problem before, but I can't remember now.

Any suggestions?

#1167

~LoKe said: After having a couple problems, I decided to revert back to the 9629 driver and the non-svn beryl packages. After installing everything, I can't get beryl-settings to open. I right click beryl-manager and choose Beryl Settings Manager and nothing happens. Loading it from the terminal gives me:

I remember having and resolving this problem before, but I can't remember now.

Any suggestions?Before downgrading beryl, I always do a ``` rm -rf ~/.beryl* rm -rf ~/.emerald*


[COLOR=Red]**YOU WILL LOSE ANY CUSTOM SETTINGS**[/COLOR]
#1168

Problem still present. :(

#1169

No ideas? What would be the best way to remove and reinstall beryl?

sudo rm -rf ~/.beryl* ~/.emerald* && sudo dpkg -r --force-depends beryl beryl-core beryl-manager beryl-settings emerald emerald-themes libemeraldengine0

?

#1170

quick question- does this howto still apply for the latest beryl?

just checking cuz i used this to install the very first beryl and i wanted to upgrade on edgy.

#1171

Yes it still applies, its been constantly tweaked to give you the best result over the past 3 months.

If you have installed beyl via this method... I advise you to use the new repository in the guide!

It will give you the latest stuff from the new official mirrors - lupine's and in the coming days, my mirror also :)

#1172

whats the proper way to fully remove beryl so i can start fresh with the guide?

#1173

following the guide you initially used backwards.

#1174

Hi! Im having trouble with the generic kernel. When i installed the nvidia beta driver (via apt-get), it automatically installed the 386 kernel. All is well on the 386 kernel. But if i try to boot into the generic kernel, i cannot start x-server. It says nvidia module not found.

Edit: Nevermind.. Did sudo apt-get install linux-generic and all is well now!

#1175

OK, here is the deal... This works perfectly, and the effects are cool as hell. Now I have an Nvidia GeForce with 256 MB on it. before I installed this beryl, I could get about 180-500 fps on glx gears and my RSS (really slick screensavers). however, it seems as though my glx gears doesn't work at all now, and my 3d screensavers are not working properly. glxinfo returns direct rendering: no... how is this , but my compiz effects are on point. the 3d screen flip is on point to. Is this a trade-off?

Thanks in advance... Jeff

#1176

grapnell said: OK, here is the deal... This works perfectly, and the effects are cool as hell. Now I have an Nvidia GeForce with 256 MB on it. before I installed this beryl, I could get about 180-500 fps on glx gears and my RSS (really slick screensavers). however, it seems as though my glx gears doesn't work at all now, and my 3d screensavers are not working properly. glxinfo returns direct rendering: no... how is this , but my compiz effects are on point. the 3d screen flip is on point to. Is this a trade-off?

Thanks in advance... JeffHaven't a clue why this is happenning... it just makes me think you're using xgl as this is what happens with that.

Maybe ask for help on forum.beryl-project.org or #ubuntu-xgl if you get no answers here.

Sorry, Pricey

#1177

nOOb QUESTION:How do I add to my xorg file?(still installing)It says I dont have permission to write there.Its read only.How do I get in as root?

#1178

ByeByeBill said: nOOb QUESTION:How do I add to my xorg file?(still installing)It says I dont have permission to write there.Its read only.How do I get in as root?

sudo gedit /etc/X11/xorg.conf
#1179

Bless you!

#1180

Is there any simple way to upgrade to a more recent version of Beryl? I have 0.1.1 installed, but I think they are working on 0.1.4 now. I saw a youtube video of 0.1.3 with some nice new effects.

#1181
#1182

out of curiousity, is 1.2 still the stable version, or is 1.3 out? my packages dont show any updates (using deb http://ubuntu.beryl-project.org/ edgy main & deb http://seerofsouls.com/ edgy contrib )

#1183

Johan! said: http://forum.beryl-project.org/viewtopic.php?t=51

Cool, I'm up to 0.1.2 now! But all the cool guys on YouTube have version 0.1.3. I'm also wondering the same thing as KhaaL.

#1184

0.1.3 is not yet out, those people are using SVN

#1185

I've followed the guides, have no xgl, latest nvidia drivers. I've killed emerald, restarted x.

From a terminal if I run beryl-manager it just removes the window borders and stops anything from happening. I can move the mouse and thats it.

If I stick beryl-manager in the startup programs, I just get that effect when X starts.

No error is getting dumped in the terminal, no error in the X11 logs. Any clue what I am missing?

#1186

I'm sorry about people stuck on 0.1.1 but the repos have changed once or twice since this guide was first written.

The frontpage is now up-to-date and will serve you with 0.1.2

Pricey

#1187

scrop said: I've followed the guides, have no xgl, latest nvidia drivers.

I've killed emerald, restarted x.

From a terminal if I run beryl-manager it just removes the window borders and stops anything from happening. I can move the mouse and thats it.

If I stick beryl-manager in the startup programs, I just get that effect when X starts.

No error is getting dumped in the terminal, no error in the X11 logs. Any clue what I am missing?

i have the these two in my startup and i am having no window borders and no wobbling or anything. this is my first install. i used seerofsouls.com and the -mirror..uk repos. i followed this guide. if someone has a fix for this please let me know. i used this guide which looks http://doc.gwos.org/index.php/BerylOnEdgylike a replica of the one posted at the beginning of this thread.

#1188

Hi,just a question here.Im running beryl in xgl with the Automatix2 install,and was wondering what the difference is between running beryl in xgl or aiglx?Is there a performance gain using one over the other?Just curious.

#1189

i am not sure if i'm using XGL or not i'm using a Composite manager and followed the instructions here using the seerofsouls.com repository

http://doc.gwos.org/index.php/BerylOnEdgy

i think he prepackages the latest nvidia drivers and restricted drivers. i'm not sure.

#1190

ByeByeBill, XGL is a pain. You have to set up a new startup session, a run script which may or may not work, and have some complicated startup script for emerald and beryl so that they load right. Easier with AIGLX, and I haven't seen a performance difference.

#1191

Hello,

Did everything and system fell over. I removed the compositing and now at least my system is running correctly and not at a low res!

When I try to run Beryl this is the response and it then freezes!

tony@tony :~$beryl XGL absent, checking for nvidia nvidia present restarting beryl with __GL_Yield= "nothing" XGL absent, checking for nvidia nvidia present

The system then freezes on me.

any help is appreciated!

Tony

#1192

scrop said: I've followed the guides, have no xgl, latest nvidia drivers.

I've killed emerald, restarted x.

From a terminal if I run beryl-manager it just removes the window borders and stops anything from happening. I can move the mouse and thats it.

If I stick beryl-manager in the startup programs, I just get that effect when X starts.

No error is getting dumped in the terminal, no error in the X11 logs. Any clue what I am missing?

Hi, did you add this to your Xorg.conf?

Option "AddARGBGLXVisuals" "True"

I thought I had a problem for a while but I was missing this!

Diesel.

#1193

This guide SHOULD work... It has done for a LOT of people, and definately works on clean installs as I and many others have tested it.

If things don't work... Follow the guide again EXACTLY, don't cut corners, do EVERYTHING it says.

Pricey

#1194

I get the same message as many others,

[B]Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present[/B]

Then the windowborders disappear and everything but the mouse freezes. Only ctrl+alt+backspace or cut the power left to do. I tried to install it again, with the same result. I did EXACTLY what the guide said. What's wrong?

Help! =)

#1195

adm said: I get the same message as many others,

[B]Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present[/B]

Then the windowborders disappear and everything but the mouse freezes. Only ctrl+alt+backspace or cut the power left to do. I tried to install it again, with the same result. I did EXACTLY what the guide said. What's wrong?

Help! =)Restart and try to launch it again.

That feedback is perfectly normal.

#1196

This is my first post, and before I ask my question I want to say thanks to all the comunity members trying to help newbies like me. I followed this tutorial and I installed latest nvidia driver and beryl.

Now everything is working, except one thing. After I configured the emerald theme manager and the beryl settings manager, I can not resize the windows. This is pretty annoying. Any solution?

#1197

gogu said: This is my first post, and before I ask my question I want to say thanks to all the comunity members trying to help newbies like me.

I followed this tutorial and I installed latest nvidia driver and beryl.

Now everything is working, except one thing. After I configured the emerald theme manager and the beryl settings manager, I can not resize the windows. This is pretty annoying. Any solution?

Can you specify the problem more? Are the borders gone, does the cursor chance to resize shape when on borders...?

#1198

The window borderes are fine this time (I had the problem with dissapearing window borderes and I reinstalled everything, including the OS). When I put the mouse cursor at window edges or corners, it changes its shape but can't resize the window.

This problem appears only when I start beryl-manager, until then everything is ok.

#1199

gogu said: The window borderes are fine this time (I had the problem with dissapearing window borderes and I reinstalled everything, including the OS).

When I put the mouse cursor at window edges or corners, it changes its shape but can't resize the window.

This problem appears only when I start beryl-manager, until then everything is ok.

Right click on the beryl icon in the task bar, click "beryl settings manager", and select "resize window" in the list to the left. then click the "mouse" tab and see if its enabled

#1200

Yes, it is enabled and the box near "Alt" is ckecked. Also, "Button Number" = 1

I tried to reset the settins of Beryl Manager, using the button in the left lower corner, but is not working.

I think about reinstalling beryl, but I am not sure how to do this. I tried to uninstall it when the windows border dissapeared, but the problem persisted after every reinstall, so I formated the disk and started all from scratch. Hope I won't have to do the same thing again.

Maybe the issue started because I messed up the settings. Could you please post a working profile, or a profile with the original settings? Thanks.

#1201

I have my Resize window set to Alt and Button 3 (right mouse button). This means if I hold Alt and click the right mouse button anywhere in the window, I can resize it. I do not use Alt and Button 1, because that is set for window moving on my computer. If you have both window moving, and resizing set to Alt + button 1, it will only do one or the other, so make sure they are not set to the same thing.

Try Alt and clicking and see if that works, I find it is easier than grabbing the very edge of the window, since my borders are very tiny.

#1202

It seems a few of us are getting the same error repeatedly, with the window borders disappearing and the mouse curser the only thing active on the desktop.

Does the Beryl Manager neeed to be configured or should Beryl load immedaitely upon the Beryl-manager command in the termi9nal.

I like others installed by the guide on a clean Edgy (K)Ubuntu platform,

Tony

#1203

gogu said: Yes, it is enabled and the box near "Alt" is ckecked.

Also, "Button Number" = 1

I tried to reset the settins of Beryl Manager, using the button in the left lower corner, but is not working.

I think about reinstalling beryl, but I am not sure how to do this. I tried to uninstall it when the windows border dissapeared, but the problem persisted after every reinstall, so I formated the disk and started all from scratch. Hope I won't have to do the same thing again.

Maybe the issue started because I messed up the settings. Could you please post a working profile, or a profile with the original settings? Thanks.

Try peepsalot tips, if it dosen't work you can delete the folder ~/.beryl instead of reinstalling by typing this in a console:

rm -rvi ~/.beryl

this will remove your your settings and start out fresh.

#1204

I'll just stick with something that works, plain old gnome. Its really disappointing that a new project has such a convoluted installation when there is a vast amount of existing work to draw upon that does not have the same issues.

#1205

Hey, my beryl is working! There was a few updates when I woke up this morning (nvidia-glx was one of them) and now it works! Thanks for the help anyway.

#1206

scrop said: I'll just stick with something that works, plain old gnome. Its really disappointing that a new project has such a convoluted installation when there is a vast amount of existing work to draw upon that does not have the same issues.

Well that's sure arrogant, considering all the effort people have made to help you. And installation isn't that bad, once you figure out what's going on.

#1207

scrop said: I'll just stick with something that works, plain old gnome. Its really disappointing that a new project has such a convoluted installation when there is a vast amount of existing work to draw upon that does not have the same issues.

Maybe you should stick to windows ;)

Beryl is work in progress and isn't for everyone yet.

#1208

Just thought I'd show off some of the latest effects... because i can...

Transparent cube... 3d world, and my personal favourite.. snow :)

(btw there's a black artifact bottom right which you don't actually see while running.)

#1209

Is that while running the SVN?

#1210

PriceChild said: Just thought I'd show off some of the latest effects... because i can...

Transparent cube... 3d world, and my personal favourite.. snow :)

(btw there's a black artifact bottom right which you don't actually see while running.)

Now that's insane... 8)

#1211

bg1256 said: Is that while running the SVN?Hehe yes...

And I don't think its in either of our best interests for me to write an svn guide... there's an old, slightly out of date one on the forums which, if you know what you're doing, can be modified. If you dont' know what you're doing... please don't try :)> Artificial Intelligence said:

Now that's insane... 8)

*smiles*

#1212

Yeah, I think I'll just wait until the next version comes out. I was lurking around Beryl forums last night and saw 3D world, etc., but I think I can wait :-|

#1213

I'm really sorry about asking this now, but I just don't have time to go thru 120+ pages to find out. Over the last couple of pages, some have suggested to fix the window border issue, you should try re-installing Beryl. Is this correct, or are there more steps. Thanks

#1214

Hi, I installed Kubuntu Edgy i386 last weekend and also tried to get Beryl working. I have the latest NVidia beta drivers from their website (installed them using PriceChild's guide). When I start beryl-manager, my window decorations disappear, I can't change focus or move/resize windows (i guess my window manager crashed) and the terminal shows the following output:

XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
beryl: Another window manager is already running on screen: 0
beryl: No manageable screens found on display :0

My computer is an Acer Aspire 1511 laptop with an AMD Athlon64 3000+, 1024MB RAM and a GeForce FX Go5700

I followed the guide to the letter, so everything should be working. Does anyone know a solution?

#1215

C-King

Start with "beryl-manager" then click the beryl icon in the notification area to choose the Beryl Window Manager.

#1216

So close...yet so far. I've got it installed based on the guide on page one. When I change the window manager to Beryl (using beryl-manager) I'm having a few problems. The splash screen shows up but the screen is black (sometimes the panel is still visible on the top). If there are any windows open all you can see is the border (min, max, wobbly windows, etc. work), and inside of the border is all black. My xorg.conf is as follows


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"
    InputDevice    "Synaptics Touchpad"
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           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection

...(Stuff relating to input devices)

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 70.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV34M [GeForce FX Go5200 32M/64M]"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Option "DisableGLXRootClipping" "True"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV34M [GeForce FX Go5200 32M/64M]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "NoLogo"
    Option         "RandRRotation" "on"
    SubSection     "Display"
        Depth       1
        Modes      "1400x1050"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1400x1050"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1400x1050"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1400x1050"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1400x1050"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1400x1050"
    EndSubSection
    Option         "AddARGBGLXVisuals" "True"
    Option	   "TripleBuffer" "true"
    #I've tried with and without the TripleBuffer option enabled
EndSection
#1217

i'm having the same problem as c-king above, except that my teminal doesn't show the last two lines like his does.

i run "beryl-manager" from a terminal window, and then all the window borders disappear, and i can't click anything.

#1218

PriceChild said: C-King

Start with "beryl-manager" then click the beryl icon in the notification area to choose the Beryl Window Manager.

I tried that, it has the same effect as I explained in my previous post.

#1219

notatoad said: i'm having the same problem as c-king above, except that my teminal doesn't show the last two lines like his does.

i run "beryl-manager" from a terminal window, and then all the window borders disappear, and i can't click anything.Same here with 9742 driver and 8800 GTX

Strangely Compiz runs just fine:-k

#1220

I GOT IT!!!! damn it's sweet.

looks like lots of people are having the same problem i did. all i did was re-install the nvidia driver as explained in the first post in this thread _after_ i had installed beryl.

but now the cube has stopped working? ever since i ran vlc i can't use the cube. all the other effects work still though

#1221

KhaaL said: Try peepsalot tips, if it dosen't work you can delete the folder ~/.beryl instead of reinstalling by typing this in a console:

rm -rvi ~/.beryl

this will remove your your settings and start out fresh.

I tried peepsalot tip, but didn't worked. I tried your advice, same result. I uninstalled beryl (I typed sudo apt-get remove......everithing), I tiped your code again to delete everything that was left, installed again and now is ok :) Now is time for skype, nforce2, and sata.

#1222

I also have exactly same problem as c_king and many many others probably (I also thought not to report this).

But to me, reinstalling doesn't help anything, remove and install nvidia or beryl in any order, no result, Just disappearing windows borders.

The exact same guide worked for my pc, which is very, very similar to my laptop that doesn't work. Only difference was the time between installations! The pc had an installation quite long time ago as I got my laptop the other day. Just wondering whether something has seriously changed between that time.

#1223

Hi everyone, first post here! First of all I just wanna thank all of you for your help and your wisdom. Great awesome community!

Now..about Beryl..same problem here..everything freezes and only the mouse works...

This is what my terminal shows...

[B]XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present[/B]

I've tried reinstalling the nvidia drivers..I'm doing this on a clean install, booted up my ubuntu box and followed EXACTLY what the HowTo said..

Well...I will continue to look for an answer, if I found one I'll let you know!

THANX!! XD!:mrgreen:

#1224

Still haven't found a solution. I'll stick with Compiz for now...

#1225

HighD said: Hi everyone, first post here! First of all I just wanna thank all of you for your help and your wisdom. Great awesome community!

Now..about Beryl..same problem here..everything freezes and only the mouse works...

This is what my terminal shows...

[B]XGL Absent, checking for NVIDIA Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present[/B]

I've tried reinstalling the nvidia drivers..I'm doing this on a clean install, booted up my ubuntu box and followed EXACTLY what the HowTo said..

Well...I will continue to look for an answer, if I found one I'll let you know!

THANX!! XD!:mrgreen:

Try uninstalling your drivers and using this guide... http://ubuntuguide.org/wiki/Ubuntu_Edgy#How_to_install_Beta_Graphics_Driver_.28NVIDIA.29

#1226

I had that problem when I didn't use beta drivers (just thought normal would be okay). Now when I installed those, not everything freezes, just that I don't have windows borders.

I have heard many success stories how forgetting and then adding: Option "AddARGBGLXVisuals" "True"

or reinstalling in practicular order

or Setting default depth to 24

or launching with "emerald --replace && beryl-manager"

or

...

would help, but no, none of those does the trick for me.](*,)

If you have any other suggestions how to get beryl up and running, just inform me, I can try it.

#1227

I GOT IT!!! Beryl's now working!!! (Well sorta...i got now window borders, but everything's working now)

Ok so i did the following...on my clean install I followed EXACTLY what PriceChild's guide said, which didn't exactly work(freezed up, only mouse working)....I followed advice from an earlier post to reinstall my nVidia Drivers (I'm on a FX 5200),so I did the following.... [B] apt-get remove --purge nvidia-kernel-common apt-get install nvidia-glx[/B]

I DID NOT USE THE BETA DRIVERS(thanks rodneyck but i didn't use that guide ;) )

Now here's the weird thing..i tried beryl-manager from a terminal(after Ctrl-ALT-Backspace)..same thing happened...now I rebooted....typed beryl-manager and HEY!! NOW IT WORKS!! Still no borders but i think there's a quick fix on this as I browsed through the forums yesterday.

Well, that's what I did, also I originally installed my drivers from Method 1(as PriceChild says on the guide) from the link he provides.

Anybody know anything about the borders? My cube works but no borders!

#1228

HighD said: now I rebooted....typed beryl-manager and HEY!! NOW IT WORKS!! Still no borders but i think there's a quick fix on this as I browsed through the forums yesterday.I said reboot at the end of the guide.

To get window borders ensure that the "window decorations" plugin is enabled in bsm. Press "reload window decorator" off of the beryl icon, or type "emerald" into a terminal.

#1229

PriceChild said: I said reboot at the end of the guide.

Sorry! My bad!:-#

#1230

HighD said: Sorry! My bad!:-#No problem :)

#1231

*UPDATE*

Success!!!!! I got Beryl back :KS Don't know if what I did will help others with the same problem but here it is.

Prior to running

beryl-manager

I went to System--->Preferences-->Beryl Settings Manager and *disabled* *"Sync to VBlank"* and *"Slowness fix"* and that did it (for me at least):-D

#1232

lazyd2 said: *UPDATE*

Success!!!!! I got Beryl back :KS Don't know if what I did will help others with the same problem but here it is.

Prior to running

beryl-manager

I went to System--->Preferences-->Beryl Settings Manager and *disabled* *"Sync to VBlank"* and *"Slowness fix"* and that did it (for me at least):-D

Worked for me! I got window borders now!:D

Thanks lazyd2 :mrgreen:

#1233

are there any beryl1.3 added into the repositories?

#1234

flapane said: are there any beryl1.3 added into the repositories?

just what I was thinking

#1235

are there any beryl1.3 added into the repositories? And will it have the snow plugin? or is that svn only for now?

#1236

http://blog.beryl-project.org/

1.3 is out. I'm sure it will be in the repos soon.

#1237

Patience guys :)

I'm hassling iXce (the packager) as we speak. As soon as I or lupine_85 get it into our repositories we'll tell you!

Pricey

#1238

Thanks Pricey!

#1239

Awesome!!! Can't wait!

#1240

I solved all the transparencies issues of kxdocker with beryl installing the 32bit version of kiba dock on my 64bit distro it is marvellous with beryl look here http://www.youtube.com/watch?v=MiETvEIF-rE

#1241

This tutorial didn't work for me off a fresh ubuntu 6.10 installation. When I run beryl-manager I get:


Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
Xlib:  extension "GLX" missing on display ":0.0".
beryl: Root visual is not a GL visual
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :0.0
#1242

intrepidus said: This tutorial didn't work for me off a fresh ubuntu 6.10 installation. When I run beryl-manager I get...Please follow the guide again. Read VERY carefully, where it tells you to add lines to xorg.conf, do so. Where it "suggests" you to restart X or your computer, then restart it.

Pricey

#1243

Updated to 1.3!

Thanks PriceChild and others for making this so easy ;)

#1244

That's 0.1.3, it's no where near 1.0 status. :)

#1245

Yeah, I know...but thanks for pointing out my mistakes in my haste and excitement :-D

#1246

Hi I'm having problems with the installation, exactly when I try to add the key, It gives this error: zenx@rakkine:~$ wget http://beryl-mirror.lupine.me.uk/1609B551.gpg -O- | sudo apt-key add - --13:58:03-- http://beryl-mirror.lupine.me.uk/1609B551.gpg => `-' Selvitetään osoitetta beryl-mirror.lupine.me.uk... epäonnistui: Name or service not known. gpg: kelvollista OpenPGP-dataa ei löytynyt.

That is mostly in Finnish, so I will have to try to translate it: Deciphering address beryl-mirror.lupine.me.uk... failure: Name or service not known. gpg: Suitable OpenPGP-data was not found.

Thanks in advance !;)

#1247

I think your in the wrong place love....

Genes re-united is off in the other direction.](*,)

#1248

I'm having problems with the installation, exactly when I try to add the key, It gives this error:

Thats what i was about to say myself till mum stuck her photo`s all over the forum there.

Anyway,i too am getting a "name or service unknown" error when adding the key?...not in finish but still the same error.

Iv`e got other ways i can beryl working ok but this is usually the quickest and easiest....what gives??

#1249

The mentioned server is down, that's why. Or the subdomain <beryl-mirror> unreachable i should say.

#1250

Well would someone happen to know a working key or something? :D

#1251

Did I see well or: beryl-settings Version: 0.1.3~0beryl1 (changes)

beryl-settings (0.1.3~0beryl1) edgy; urgency=low

* New upstream release. Switch to new versioning system.

Source (dsc): beryl-settings_0.1.3~0beryl1.dsc Source (tar.gz): beryl-settings_0.1.3~0beryl1.tar.gz beryl-settings Description: Plugin and configuration tool - Beryl Project More...

The Beryl Project brings 3D desktop visual effects that improve usability of the X Window System and provide increased productivity though plugins and themes contributed by the community giving a rich desktop experience.

This package contains a gui configuration tool to configure Beryl's plugins and the composite window manager. Package: beryl-settings_0.1.3~0beryl1_i386.deb

I am on amd64, and in fact it updated everything except beryl-settings (which if I try to open gives: from file '/usr/share/pixmaps/beryl-settings.svg': Couldn't recognize the image file format for file '/usr/share/pixmaps/beryl-settings.svg' Segmentation fault

it's still at 1.2, obviously

#1252

flapane said:

it's still at 1.2, obviously

Well, I can say for sure that mine upgraded successfully to 0.1.3.

#1253

Can anyone tell me how to upgrade to the newest version I'm still in o.11 but I'm sure the are no updates in the repos.

#1254

64 or 32bit?

#1255

Guys bare with me.... I've taken my mirror down while I update to 0.1.3, that's why some of you have troubles. lupine was well ahead of me :)

Will post when done.

#1256

Ok, I just woke up to find a nice little tarball for my mirror. I've just finished editing it for my server and its uploading now.

There is a new key... "root@lupine.me.uk.gpg" instead of "1609B551.gpg"

Enjoy.

#1257

I still can't see beryl-settings0.1.3 for amd64 :((

#1258

Thanks for the HOWTO!!! I just got Beryl working last night using this HOWTO - it's really slick!

One glitch I ran into with regards to the new driver is that the EDID doesn't appear to work on my particular monitor (I have a crummy old no-name 17" CRT monitor.) I had my xorg.conf file all tweaked out with its sync rates & resolutions all set up, but when I updated to the new beta NVidia drivers, it ignored all that and put my monitor into 800x600 mode at 60Hz. Some other users who've experienced a different variety of this bug found that X refused to start at all, saying that no valid modes were available.](*,) :confused:

After recovering from the epileptic seizure, it took a bit of googling and tinkering to discover that I needed to put "Option "UseEDID" "false" into my xorg.conf, so the drivers will ignore the completely wrong information passed to it from my monitor's buggy EDID implementation, and obey the sync and dpi lines in xorg.conf. Once I figured that out, my usual resolutions came back, and Beryl worked perfectly. Buried in NVidia's readme documentation are several other EDID-related options that may also be useful.

#1259

flapane said: I still can't see beryl-settings0.1.3 for amd64 :((Be patient... my mirror still isn't updated yet.

If its not there when I'm finished, I'll talk with lupine about it.

Pricey

#1260

Ok... both mirrors are now updated.

[COLOR=Red]Please go to the first page on this thread, and check you have the correct repositories in your sources.list, and install the new key.[/COLOR]

#1261

Thanks for the speedy update.

I get this error after install

E: /var/cache/apt/archives/libemeraldengine0_0.1.3~0beryl1_i386.deb: trying to overwrite `/usr/lib/emerald/engines/libpixmap.so', which is also in package emerald

It left libemeraldengine broken, but it's ok now after I reinstalled it.

#1262

flapane said: 64 or 32bit?

32 bit

#1263

I'm downloading the new version nice!

Edit: Succesfuly upgtaded to 0.13!

#1264

Hmm, it still isn't working on my laptop. I've tried everything mentioned in this thread which was relevant to Beryl 0.1.2 and 0.1.3. Still got the same error about not being able to find any manageable screens :(

#1265

C-King said: Hmm, it still isn't working on my laptop. I've tried everything mentioned in this thread which was relevant to Beryl 0.1.2 and 0.1.3. Still got the same error about not being able to find any manageable screens :(Was it ever working?

If it wasn't.... then please redo the howto sections connected with xorg.conf changes.

#1266

It has never worked, already tried the HOWTO twice... I'm beginning to think my laptop is the problem...

#1267

I upgraded to 0.1.3 last night, but had some more updates this morning :p All is working well. Thanks PriceChild!

#1268

dudes, since updating to 0.1.3 i can't start the beryl manager settings, it just closes unexpectadley before it's even open...

jonah@jonah-desktop:~$ beryl-settings Segmentation fault (core dumped)

#1269

hoagie said: Can anyone tell me how to upgrade to the newest version I'm still in o.11 but I'm sure the are no updates in the repos.

It seems that the beryl repo you're using is an old one. Go back to the howto and comment that one out, then use one of the other repos, like the ubuntu.beryl-project.org one.

#1270

PriceChild said: Be patient... my mirror still isn't updated yet.

If its not there when I'm finished, I'll talk with lupine about it.

Pricey

beryl-settings Version: 0.1.3~0beryl1 (changes)

beryl-settings (0.1.3~0beryl1) edgy; urgency=low

* New upstream release. Switch to new versioning system.

Source (dsc): beryl-settings_0.1.3~0beryl1.dsc Source (tar.gz): beryl-settings_0.1.3~0beryl1.tar.gz beryl-settings Description: Plugin and configuration tool - Beryl Project More...

The Beryl Project brings 3D desktop visual effects that improve usability of the X Window System and provide increased productivity though plugins and themes contributed by the community giving a rich desktop experience.

This package contains a gui configuration tool to configure Beryl's plugins and the composite window manager. Package: beryl-settings_0.1.3~0beryl1_i386.deb

it seems it is not there

#1271

Just fully upgraded to 0.1.3. Thanks Pricey for making this possible. You're awesome :)

#1272

Got it working, but how do you make it start on login each time?

#1273

can anyone please tell me how to get beryl settings dialog up. when i click for it nothing happens... i'm running amd64 edgy

#1274

intrepidus said: Got it working, but how do you make it start on login each time?

System > Preferences > Sessions > Startup Programs

Then click Add and type:

beryl-manager
#1275

YESS!! It works. Found the fix for black windows (at least it worked for me). Under beryl-manager --> advanced Beryl options --> rendering platform --> force AIGLX.

#1276

jharbert said: YESS!! It works. Found the fix for black windows (at least it worked for me). Under beryl-manager --> advanced Beryl options --> rendering platform --> force AIGLX.

YES!!!!!!!!!!! you are my hero.

#1277

jonah1980 said: can anyone please tell me how to get beryl settings dialog up. when i click for it nothing happens... i'm running amd64 edgy

Can you be more specific?

#1278

jonah1980 said: can anyone please tell me how to get beryl settings dialog up. when i click for it nothing happens... i'm running amd64 edgy

I had the same problem. The repo I used was in the process of uploading the files and when I updated 'beryl-settings' hadn't been uploaded yet! Check your version numbers to see if they're all the same.

Paul

#1279

cool it works, thanks guys

#1280

fabertawe said: The repo I used was in the process of uploading the files and when I updated 'beryl-settings' hadn't been uploaded yet!Sorry :)

The mirrors are now completely fine...

Come "December 25th 2006" (that's right... the 25th!) we should have a much smoother upgrade for you to 0.1.4

#1281

PriceChild said: Sorry :)

The mirrors are now completely fine...

Come "December 25th 2006" (that's right... the 25th!) we should have a much smoother upgrade for you to 0.1.4

Whoa, that's fast! Merry Christmas, eh?:D

#1282

bg1256 said: Whoa, that's fast!http://www.beryl-project.org/roadmap.php shows the projected timeline... subject to change, expect actual repository updates on Boxing day and you won't be disappointed ;)

#1283

spd106 said: Thanks for the speedy update.

I get this error after install

E: /var/cache/apt/archives/libemeraldengine0_0.1.3~0beryl1_i386.deb: trying to overwrite `/usr/lib/emerald/engines/libpixmap.so', which is also in package emerald

It left libemeraldengine broken, but it's ok now after I reinstalled it.

I got the same thing - looks like a file from the emerald package got moved to the libemeraldengine package, and then it tried to install libemeraldengine, threw the file conflict error, then upgraded emerald before it died. All I had to do was rerun apt-get update (or the equivalent in Synaptic) and it fixed itself (after emerald was upgraded, the second attempt to install libemeraldengine worked fine.) This is common and easily fixed.

Aside from that, I noticed when I tried out the Aquamarine engine in KDE, it was pretty flaky - the window manager crashed, refused to restart, and left me with a bunch of windows without frames or titlebars. I don't remember what I did to make it behave again, but I eventually got it to start back up and behave long enough to switch back to emerald.

One other bug: After I log out, and if I hit Ctrl-Alt-F1 to go to a virtual terminal, log in, and do a ps aux, I see beryl-manager processes still running after I log out.

Also, how do you set up KDE to automagically start Beryl in place of kwin (I'm not sure if I want to do this yet...) And if Beryl blows up in my face after being set up to start in KDE, how do I switch back to Kwin?

#1284

Just wanted to note that this howto worked for me after updating to the latest nvidia-glx package (1.0.9629+2.6.17.6-2~amaranth). Nice, and fairly stable!

#1285

intrepidus said: This tutorial didn't work for me off a fresh ubuntu 6.10 installation. When I run beryl-manager I get:


Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
Xlib:  extension "GLX" missing on display ":0.0".
beryl: Root visual is not a GL visual
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :0.0

I too am getting this error. Followed the directions perfectly. I've had Beryl working on my laptop before but just did a fresh install. any thoughts? Should i try to re-install the new nvidia drivers? They've got to be working if I can log in. xorg.conf is using "nv"

one more thing: running glxgears gives me the error: jared@jaredtop:~$ glxgears Xlib: extension "GLX" missing on display ":0.0". Error: couldn't get an RGB, Double-buffered visual

edit: screenshot [[IMG]http://img186.imageshack.us/img186/5264/screenshotuh3.th.png[/IMG]](http://img186.imageshack.us/my.php?image=screenshotuh3.png)

#1286

You have to use 'nvidia' instead of 'nv'. It's in the HOWTO in the first post ;)

#1287

C-King said: You have to use 'nvidia' instead of 'nv'. It's in the HOWTO in the first post ;)Correct...

My guide mentions you should have run through "Latest Nvidia Edgy" on the UDSF just to make sure.

Pricey

#1288

You have to use 'nvidia' instead of 'nv'. It's in the HOWTO in the first post

Yep. 'nvidia' is NVidia's proprietary driver, which does a pretty good job of fully supporting their GPUs - 3D acceleration and everything.

'nv' is the open-source driver (though obfuscated) that comes with X.org. It only supports 2D operations, meaning you'll get an OK conventional desktop, but OpenGL applications, including Beryl, won't work.

And yeah, beryl only really works well on the newest beta nvidia driver. Follow the HOWTO.

#1289

meldroc said: And yeah, beryl only really works well on the newest beta nvidia driver. Follow the HOWTO.Its out of beta ;)

#1290

Be warned, I just installed some new "restricted" linux kernel updates from the update manager and they do not play well with the "nvidia" drivers, beta or the latest, take your pick.

I had to uninstall beryl and remove the drivers, now using the standard "nv" driver, the only one that will allow me to boot into the x server after this kernel update. I have no beryl and I am stuck with old drivers.

Can anyone tell me how to revert back or remove these kernel updates?

This is where Windows "snapshot" comes in handy, you could just revert back to your last save. Linux needs one of these!!!

#1291

Rodneyck said: Be warned, I just installed some new "restricted" linux kernel updates from the update manager and they do not play well with the "nvidia" drivers, beta or the latest, take your pick.

I had to uninstall beryl and remove the drivers, now using the standard "nv" driver, the only one that will allow me to boot into the x server after this kernel update. I have no beryl and I am stuck with old drivers.

Can anyone tell me how to revert back or remove these kernel updates?Very odd... Which method did you follow?

Either way, I'd probably suggest you follow the guide again.> Rodneyck said:

This is where Windows "snapshot" comes in handy, you could just revert back to your last save. Linux needs one of these!!!It does really... Just backup any files you're going to change. The beauty of Linux is that you can copy/overwrite files even if they're being used, something you can't do in windows.

#1292

UPDATE

Wondering if people could confirm this with their method of instillation and also driver version.

Pricey

(I'm not getting this on 9640 using method 2)

#1293

Rodneyck said: Be warned, I just installed some new "restricted" linux kernel updates from the update manager and they do not play well with the "nvidia" drivers, beta or the latest, take your pick.

I had to uninstall beryl and remove the drivers, now using the standard "nv" driver, the only one that will allow me to boot into the x server after this kernel update. I have no beryl and I am stuck with old drivers.

Can anyone tell me how to revert back or remove these kernel updates?

This is where Windows "snapshot" comes in handy, you could just revert back to your last save. Linux needs one of these!!!

Can you please post any errors in dmesg or at the console from modprobing nvidia.ko, or an Xorg log, etc?

#1294

Well, reports are starting to come in as people are responding to my plee thread for help. I bet we see more of this.

My thread..

http://www.ubuntuforums.org/showthread.php?t=318032

It has to do with the kernel not recognizing the latest nvidia drivers. This has happened before and I am in the midst of going through this thread for answers/help...

http://www.ubuntuforums.org/showthread.php?p=1881932#post1881932

#1295

PriceChild said: Very odd... Which method did you follow?

Either way, I'd probably suggest you follow the guide again.It does really... Just backup any files you're going to change. The beauty of Linux is that you can copy/overwrite files even if they're being used, something you can't do in windows.

Thanks. I don't think it has anything to do with the guide, but the new kernel and the nvidia drivers not getting along. I will try and reinstall everything though just to make sure.

Thanks for the tip on the backup. I have not played around with it and should not have made a snap judgment.

#1296

Ok I've confirmed this after reverting to old kernel and 9631.

jdong is talking with the -security guys as we speak.

Never fear! :)

Pricey

#1297

Good to hear...thanks!!!

#1298

I've been trying to diagnose exactly what happened here. It clearly doesn't happen to everyone, and the people I've talked to experiencing this problem all report wildly different causes of breakage upon investigation.

I'll continue to look into this today and tomorrow, but right now nobody has a real answer as to why it's happening or how it happens, much less how to fix it.

#1299

Important sticky for those with breakage, please refer to the following sticky: http://ubuntuforums.org/showthread.php?t=318206

#1300

Hi

I am trying to follow this guide but I get an error why I try this section

Add one of these repos in "system>admin>software sources" or /etc/apt/sources.list Code:

deb http://beryl-mirror.pricechild.co.uk edgy main

deb http://ubuntu.beryl-project.org edgy main deb http://beryl.lupine.me.uk edgy main

[IMG]http://lh6.google.com/image/nami.iii/RYMHyJyi27I/AAAAAAAAADk/sQ2ZDjSScXg/Screenshot.jpg[/IMG]

#1301

What error? How are you trying to add them?

#1302

Err.... Pricey, the above error?

And, nami, you can ignore that. However, if you want it to go away, you'll need to add the key (that the packages are signed with for authenticity) to your keyring. This is detailed on the Beryl project's wiki, but I'll reproduce it here:``` wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -


EDIT: Oh, and I **will** get the 2000th post; though I have to admit that 1000th is much better. :(
#1303

.t. said: Err.... Pricey, the above error?

And, nami, you can ignore that. However, if you want it to go away, you'll need to add the key (that the packages are signed with for authenticity) to your keyring. This is detailed on the Beryl project's wiki, but I'll reproduce it here:``` wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -

#1304

I tried that and i get this

nami@nami-desktop:~$ wget http://beryl-mirror.pricechild.co.uk/root@lupine.me.uk.gpg -O- | sudo apt-key add -

Password:--11:48:44-- http://beryl-mirror.pricechild.co.uk/root@lupine.me.uk.gpg => `-' Resolving beryl-mirror.pricechild.co.uk... 82.140.42.54 Connecting to beryl-mirror.pricechild.co.uk|82.140.42.54|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2,415 (2.4K) [application/x-troff-me]

100%[====================================>] 2,415 --.--K/s

11:48:44 (255.90 MB/s) - `-' saved [2415/2415]

and it will not move from this even after 1 hour...

#1305

It's asking you for your password. :) See "Password: " at the beginning of the output, which is from the sudo prompt. Type the password, press enter and it should output "OK", which means it has succeeded.

#1306

lol, thanks! ](*,)

#1307

meldroc said:

Also, how do you set up KDE to automagically start Beryl in place of kwin (I'm not sure if I want to do this yet...) And if Beryl blows up in my face after being set up to start in KDE, how do I switch back to Kwin? I have my KDE set up so that it automatically restores a pre-saved session. I start Beryl, fire up superkaramba, and whatever else I want running all the time, then save the session and log out. All logins from that point forward will start with those same programs running. If Beryl blows up, it's set to revert to last working WM, so you should be OK.

#1308

I seem to have a problem with the latest NVidia drivers.

All systems have Ubuntu Edgy

On my first PC (Athlon XP 3000 with Nvidia Geforce 6800XT) i have 60 fps with beryl, performance is choppy. Glxgears is really slow (1100 fps)

On my second PC (Pentium 4 2.0Ghz with GeForce 6200gs) i have 74 fps with beryl, performance is noticably smoother. Glxgears is really slow (800 fps)

On my laptop, a Core 2 Duo with integrated Intel GMA 950, i have 192 fps, en really good performace. Glx glxgears works perfect here.

All configs are the same

Anyone has an idea?

#1309

So, the fastest processor gets the best performance? :confused: I personally don't know any tricks to get your other two computers running faster, but it seems the most logical thing would be that your best processor would run the fastest.

#1310

Well i thought that the graphiccard accelerates the desktop with beryl. It seemed a bit strange to me that a slower pentium with a slower geforce outperforms my amd with a much faster geforce.

I heard people woth slower machine talk about framerates 3 times higher :S

So, is a AMD Athlon XP 3000 with GeForce 6800XT (256 MB, 1Ghz memory DDR-3) to slow to use Beryl with good performance. When i disable beryl, glxgears prints about 11500 fps. When i enable 1700 fps.

#1311

wpoeyer said: Well i thought that the graphiccard accelerates the desktop with beryl. It seemed a bit strange to me that a slower pentium with a slower geforce outperforms my amd with a much faster geforce.

I heard people woth slower machine talk about framerates 3 times higher :S

So, is a AMD Athlon XP 3000 with GeForce 6800XT (256 MB, 1Ghz memory DDR-3) to slow to use Beryl with good performance. When i disable beryl, glxgears prints about 11500 fps. When i enable 1700 fps.

I turned off: Sync To VBlank

Now my framerate is about 600

I got this from teh beryl forum.

It is still not as snappy as i would like, sometimes the effects have a short freeze, so i don't think it has something t do with the fsp.

#1312

I was going through this guide again to make sure everything was updated properly, and I noticed something in section six concerning refresh rates.

I ran this:

nvidia-settings -q all | grep RefreshRate

and got this output:

 Attribute 'RefreshRate' (BG-desktop:0.0; display device: CRT-1): 75.02 Hz.
    'RefreshRate' is an integer attribute.
    'RefreshRate' is a read-only attribute.
    'RefreshRate' is display device specific.
    'RefreshRate' can use the following target types: X Screen, GPU.

Is this telling me what my refresh rate should be, or what it is? Because when I went to System -> Preferences -> Screen Resolution, the refresh rate is set to 50 Hz, and does not allow a higher option.

Thanks :D

#1313

bg1256 said:

Is this telling me what my refresh rate should be, or what it is? Because when I went to System -> Preferences -> Screen Resolution, the refresh rate is set to 50 Hz, and does not allow a higher option.

Thanks :D

Once you install the updated video card drivers (at leaast for nvidia) the "screen resolution" application will display these off rates. It happened on the Sabayon OS as well.

What I do is go into the xconf.org (remember to back it up) and for whatever screen setting I want to use, for example mine is 1280x1024, I change every instance of this to "1280x1024_85" giving me a locked in 85 hz refresh rate. Just remember that laptops only go up to 75 hz so do not go any higher for them.

#1314

Anyone know how to fix the problems with hibernate and suspend? I found a HowTo for Compiz+aiglx, but not with beryl.

#1315

/me points out that several repositories and keys have changed recently.

Please update!!!

#1316

working awesome for me amd64 3000+ 2 gigs of ram, geforce 6800XT edgy thanks for the guide

#1317

paridoth said: working awesome for me amd64 3000+ 2 gigs of ram, geforce 6800XT edgy thanks for the guideBecause you're so pleased.... could I have your ram and GPU? :P

#1318

I do want to say that Beryl works great for me too---running a Dual 3.2 (Pent D 840) with 2G DDR2 ram & a Nvidia 6200V+

Thanks for the great guide!!

#1319

hi,

great tutorial, one short note though, apt-get update is necessary _before_ apt-get upgrade.

thanks again, henry

#1320

frenchbuntu said: hi,

great tutorial, one short note though, apt-get update is necessary _before_ apt-get upgrade.

thanks again, henry

Don't forget to

sudo apt-get update

Looks fine to me.

#1321

Hey all,

I'm home for the holidays, and I talked my brother into installing and playing with Ubuntu :rolleyes:

Quick question: How can I determine if his video card can run all this 3d accelerated stuff? Is there a terminal command?

Btw, he has an Nvidia GeForce4 MX 420. It's pretty old, so I'm unsure.

Thanks!

#1322

I had Beryl/AIGLX running on my old MX420. Kick *** card all things considered.

#1323

Okay, thanks! Guess it's a Christmas morning install then!

#1324

Wouldn't reccomend the install on it... oh and i think you'll need the "new legacy" 96** drivers.

#1325

Does that mean the install is not possible, or just difficult? :)

Following the link under Step two (the link to method one), I was able to get that driver up and running. I'm not even sure which driver that is.

However, after following step two, X crashes, and I'm forced to restore from backup.

Is that simply to be expected with this card?

edit: for clarity's sake, I meant this link: http://doc.gwos.org/index.php/Latest_Nvidia_Edgy#METHOD_1

edit 2: isn't the driver from the above link nvidia-glx? Is it not the same one as the one in step two of this guide? Using the steps listed in the above link, the driver installs fine after taking the steps in the problem section, number 7.

And PriceChild, does beryl work with the legacy driver?

#1326

Just a little tip for those who run dual monitors with TwinView and find it annoying to have a task bar at the bottom of your screen while watching a movie.

In Beryl Settings Manager, go to Set Window attribs by various criteria. Add an entry to "Window Opacity" with the following:

w:DOCK:1

This will make your task bars fully transparent (can't use 0, not an acceptable value). Now if you want your main task bar back, just put your mouse over it and scroll up and it'll come back, but the other one will remain transparent.

I've found this useful also when stretching MPlayer over both screens, so that I don't see either task bar without having to use the annoying hide setting + manual opacity. If you've made your main task bar visible again, and want it transparent for another movie, just "Reload Window Manager" and they'll go transparent again.

Hopefully this is useful to someone else, or perhaps there's an easier way to achieve this effect.

#1327

bg1256 said: Hey all,

I'm home for the holidays, and I talked my brother into installing and playing with Ubuntu :rolleyes:

Quick question: How can I determine if his video card can run all this 3d accelerated stuff? Is there a terminal command?

Btw, he has an Nvidia GeForce4 MX 420. It's pretty old, so I'm unsure.

Thanks!

I'm running on a mx440 and everything works fine except water effects. :)

That being said I have updates available for nvidia-glx and linux-restricted-modules. The twice i've tried to apply them it's borked X for me with a "no screens" error.

Not sure which of the two is causing it, I'd guess the restricted modules. Not being very clever the only way i could fix it was to reconfigure xorg.conf to get back in and then force those updated elements back to previous versions.

Synaptec wants me to upgrade linux-restricted-modules from 2.6.17.6-1 to 2.6.17.6-2 and nvidia-glx from 1.0.8776 to 1.0.9746.

Anyone have any ideas why there's a problem for me?

#1328

jasidog said:

That being said I have updates available for nvidia-glx and linux-restricted-modules. The twice i've tried to apply them it's borked X for me with a "no screens" error.

This is exactly the problem I'm having with my brother's card/drivers as well. If I install the drivers from method one in the link I posted earlier, the drivers work great; however, if I attempt to upgrade them following Step two in PriceChild's guide, then it crashes X.

Also, I can't get Beryl running properly with the drivers I have installed currently. I don't get any window borders, and windows don't respond.

edit: Also, it seems that I've installed "nvidia-glx-legacy" driver on this card.

#1329

Guys... afaik the mx series is on "new legacy" ie restricted to 96, 97 will break it.

#1330

Thanks PriceChild. :) Oh and while I'm at it thanks for all the hard work in this thread and doubtless other places round here.

So just lock it at the current drivers I'm using so there's no update? I see in Synaptec there is a legacy driver but it names some explicit chipsets not including the MX. No "new" legacy though.

#1331

PriceChild said: Guys... afaik the mx series is on "new legacy" ie restricted to 96, 97 will break it.

So that means no compositing and no beryl, yes? Guess I've gotta talk my bro into a new card 8)

#1332

bg1256 said: So that means no compositing and no beryl, yes? Guess I've gotta talk my bro into a new card 8)No, just install a 9631 nvidia driver on your system.

#1333

Will give it a try right away!

edit: can I get it through apt?

Thanks PriceChild.

#1334

bg1256 said: Will give it a try right away!

edit: can I get it through apt?

Thanks PriceChild.Yeah the new lupines mirrors should still have 9631 on the "stable" version as opposed to "unstable".

#1335

it works! great, thanks!

#1336

PriceChild said: Yeah the new lupines mirrors should still have 9631 on the "stable" version as opposed to "unstable".

Before I screw something up, what exactly would I enter into the terminal?

If I run this, sudo apt-get install nvidia-glx

it will break X, so I want to avoid this if possible.

#1337

I just borked my system again and did a fresh install. I'm going through the process of setting everything back up but as usual I'm having troubles with the nvidia drivers. I tried method 2 and downloaded the driver. When I stop gdm I do not get a prompt and can't do anything. If I try to boot into recovery mode I'm told I have to run init 3 to install and that just puts me back in X and it won't work there. Anyone else see the futility of this? Anyway, I installed it without running init 3 but now X is broken. What a pain.

Anyway, does anyone know if beryl will run on the nvidia driver that can be installed with automatix? I searched their forum but couldn't find an answer although someone seemed to suggest it would. Has anyone tried this? I guess I could but I'm stuck in Windows at the moment.

Thanks.

#1338

m.musashi said:

Anyway, does anyone know if beryl will run on the nvidia driver that can be installed with automatix? I searched their forum but couldn't find an answer although someone seemed to suggest it would. Has anyone tried this? I guess I could but I'm stuck in Windows at the moment.

Thanks.

im pretty sure the driver in automatix isnt the beta driver so no

#1339

Well, I tried the automatix nvidia driver but I can't say whether or not it worked because X crashed. I think it is related to my failed install of the driver from the nvidia site. Automatix said there was a previous driver that was working (not) and overwriting was a bad idea. I did it anyway and no go.

I gave up and just used method one. It worked fine but I'm wondering why it installed the 386 kernel (I'm using edgy). I actually still booted the generic kernel and it seems to work. My understanding was the generic was the "better" kernel. Is that a misunderstanding. I know beryl works with the generic kernel because I've been using it ever since I went to edgy.

Just curious.

#1340

Generic is the more recent and better kernel. Just uninstall the 386 kernel. I had the same thing happen to me.

#1341

m.musashi said: When I stop gdm I do not get a prompt and can't do anything.That's because you didn't switch VT. If you read the guide, it tells you to CTRL+ALT+F1 to a different terminal where you can do the rest of the commands from

m.musashi said: Anyway, does anyone know if beryl will run on the nvidia driver that can be installed with automatix?Oh keep your hands off that dirty automatix!

Do things yourself or if things break you have almost no chance of recovery.

#1342

bg1256 said: Before I screw something up, what exactly would I enter into the terminal?

If I run this, sudo apt-get install nvidia-glx

it will break X, so I want to avoid this if possible.

Just a quick bump of my own post, because my brother is leaving with his computer after this weekend. Per PriceChild's recommendation, I am trying to install nvidia 9631 through apt, and I just don't know the command to enter.

Thanks!

#1343

bg1256 said: Just a quick bump of my own post, because my brother is leaving with his computer after this weekend. Per PriceChild's recommendation, I am trying to install nvidia 9631 through apt, and I just don't know the command to enter.

Thanks!

You will need to edit your sources.list and add a new repo. The directions are on the very first post under step 2 option 1. I think it's been updated to reflect the most recent driver info. I used this just the other day when reinstalling and it worked fine (better than trying to use the driver from nvidia).

I don't know the diff between stable and unstable (other than the obvious). I used stable and beryl works fine. If I'm missing something I can't tell.

#1344

AFAIK stable is 9631 and unstable is 9746

stable won't be updated in the near future, wheras unstable will follow the 9*/10* development

#1345

Absolutely awesome how-to. Worked like a charm.

I wanted to see if my old machine could actually run Beryl. 1.2 Celeron w 512 RAM and a nVidia GeForce 5500. It works perfectly. This was also my first time ever running Beryl. Might I offer that you add the following link to the bottom of the how to:

Beryl New User's Guide

It definitely got me a fundamental understanding of what Beryl could do in less than 10 minutes.

#1346

Well, I'm still having some issues.

I'm attempting to install on the generic kernel, first of all. I have generic installed on my Pentium D, and Beryl runs great. I dont think that's the problem, but thought I'd point it out.

I installed the legacy drivers, as followed from this link: http://doc.gwos.org/index.php/Latest_Nvidia_Edgy#METHOD_1

The driver seems to work fine.

However, when I run beryl-manager, it attempts stays with metacity by default, and when I attempt to switch to beryl, I get blank window borders, and then it automatically switches to metacity.

Any ideas?

Also, is there a command that backs up /etc/X11/xorg.conf and then a command to restore that backup file should X break? And other than dpkg-reconfigure -phigh xserver-xorg.

The reason I ask is because my brother had configured his 5-button mouse, and I just ruined it all by running dpkg-reconfigure...

Thanks ;)

#1347

bg1256 said: Well, I'm still having some issues.

I'm attempting to install on the generic kernel, first of all. I have generic installed on my Pentium D, and Beryl runs great. I dont think that's the problem, but thought I'd point it out.

I installed the legacy drivers, as followed from this link: http://doc.gwos.org/index.php/Latest_Nvidia_Edgy#METHOD_1

The driver seems to work fine.

However, when I run beryl-manager, it attempts stays with metacity by default, and when I attempt to switch to beryl, I get blank window borders, and then it automatically switches to metacity.READ MY HOWTO!!!

It doesn't tell you that that method is sufficient, no it tells you to follow method 2 and THEN follow the instillation of the 9*** series....

bg1256 said: Also, is there a command that backs up /etc/X11/xorg.conf and then a command to restore that backup file should X break? And other than dpkg-reconfigure -phigh xserver-xorg.

The reason I ask is because my brother had configured his 5-button mouse, and I just ruined it all by running dpkg-reconfigure...

Thanks ;)I'm not sure you're ready to be running beryl...

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
sudo cp /etc/X11/xorg.conf_backup /etc/X11/xorg.conf
#1348

Are u sure u need only and only beta drivers of the 9 series to run beryl? My version of Nvidia drivers is something like 8776 and even my card is not so great it is just Geforce 5200, and beryl works.

#1349

mahiyar said: Are u sure u need only and only beta drivers of the 9 series to run beryl? My version of Nvidia drivers is something like 8776 and even my card is not so great it is just Geforce 5200, and beryl works.You need the 9*** drivers to run beryl on aiglx/xorg7.1 as per my guide. You are probably running on xgl.

#1350

PriceChild said: READ MY HOWTO!!!

It doesn't tell you that that method is sufficient, no it tells you to follow method 2 and THEN follow the instillation of the 9*** series....

I've followed the howto exactly. The problem I'm having is that the driver the howto installs is 9746, and I have the "stable" repo.

Following the old guide (method one), I can install the legacy driver which works; however, following Step 2 of the howto installs 9746, which crashes X for me.

I am in the generic kernel... should I simply reinstall 386? Or is there something else I'm doing incorrectly?

Or can this card simply not run beryl at all?

#1351

legacy is 8*** newlegacy is 9631 new is >= 9746

You cannot run beryl on anything lower than new legacy using this guide. If you need to use legacy then you'll have to go xgl :(

#1352

What command could I run to determine which legacy I have? It seems to me I should have 9631 installed, since I have the repos from this howto.

#1353

PriceChild said: You need the 9*** drivers to run beryl on aiglx/xorg7.1 as per my guide. You are probably running on xgl. A very noob question -- What exactly is xgl and aiglx, and what is the difference in performance between the two types in beryl.

#1354

I have not followed this thread for about 1 month and I had used Pricechild's guide to install the Nvidia driver and Beryl (0.1.2) which worked fine at the time (Kubuntu Edgy Eft). Although I was unable to use it with my multi display setup as it didn't work correctly. Since I regularly use a monitor and a TV for display, I disabled Beryl until such time as an updated version would be released with the ability control which display Beryl managed.

I have seen from the Beryl site that both 0.1.3 and 0.1.4 have been released in the last month. I am curious to find out if anyone knows whether either of these versions resolve the problems with multi-monitor setups / dual view / separate X screens. Also, if the newer versions have made their way into the repos...

Is it a simple matter of doing an apt upgrade or must the older version be uninstalled?

#1355

i'm interested to know if the black window nvidia bug will ever get fixed. even though a new driver came out recently, it's still filling black windows when too much open on screen at once...

#1356

Please update your repositories to ensure you're using the latest source!

c_martini said: I am curious to find out if anyone knows whether either of these versions resolve the problems with multi-monitor setups / dual view / separate X screens. Also, if the newer versions have made their way into the repos...Beryl only plays nice with twinview, not xinerma AFAIK.

Basically, If you've got an nvidia with two outputs then you're laughing... If you've got two cards with a monitor from each then you'll be disappointed.

Pricey

#1357

mahiyar said: A very noob question -- What exactly is xgl and aiglx, and what is the difference in performance between the two types in beryl.Firstly I'm not sure you should be looking into installing this.

Nevertheless...

http://en.wikipedia.org/wiki/Aiglx http://en.wikipedia.org/wiki/Xgl

You want to go aiglx if possible. Not only do I think it performs better, but its so much more stable and usable.

#1358

PriceChild said: Please update your repositories to ensure you're using the latest source!

Are those latest repos updated in your guide? Sorry, am not at my home pc to check which repos I have in my sources.lst against your guide at the moment.

PriceChild said: Beryl only plays nice with twinview, not xinerma AFAIK.

Basically, If you've got an nvidia with two outputs then you're laughing... If you've got two cards with a monitor from each then you'll be disappointed.

Pricey

I have the former (twinview (dual x screens) from one card), so I will be interested to see how the newer Beryl releases handle the situation.

By the way, it was a great guide pricey!

:)

#1359

how can I get italian language on my 0.1.4 and the screenshoot plugin to get jpg photos and not png ones which are bigger?

#1360

c_martini said: Are those latest repos updated in your guide? Sorry, am not at my home pc to check which repos I have in my sources.lst against your guide at the moment.My guides are up to date.

c_martini said: By the way, it was a great guide pricey!

:)Thankyou :)

The guides have just been re-written again removing a lot of cruft and now you don't even have to edit xorg.conf manually ;)

flapane said: how can I get italian language on my 0.1.4 and the screenshoot plugin to get jpg photos and not png ones which are bigger?

Not sure.... ask in #beryl or on forum.beryl-project.org

#1361

Followed these instructions and all went perfectly well :).

I got Beryl working on an old Geforce2/MX400 as well as my new Geforce 6600GT!

Didn't even have to reboot :)

Thanks, KEv :)

#1362

Can someone please explain the removal of "linux-generic" which gets removed along with the old nvidia-glx stuff in the command

sudo apt-get --purge remove nvidia-glx nvidia-settings nvidia-kernel-common

Isn't this the kernel?

Thanks, KEv :)

#1363

You kinda messed up your code tags in the first post. ;)

#1364

kvonb said: Can someone please explain the removal of "linux-generic" which gets removed along with the old nvidia-glx stuff in the command

sudo apt-get --purge remove nvidia-glx nvidia-settings nvidia-kernel-common

Thanks, KEv :)Its just a metapackages. As long as you have linux-image-generic still installed you will still receive updates.

~LoKe said: You kinda messed up your code tags in the first post. ;)Fixed :)

#1365

PriceChild:

Thanks for the guide installing Beryl. I finally got it installed, but I had a few questions.

During the installation of the nVidia drivers (I used option #1), it installed the 386 kernel. When I tried booting back into the linux-2.6.17-10-generic kernel, it caused an X server crash. One solution said to just uninstall the 386 kernel. However, when I tried that it was also going to uninstall the nvidia-glx package. I read through this thread some more and fixed the problem by using 'sudo apt-get install linux-generic'. After this, the generic kernel was back and the nvidia-glx package was no longer attached to the 386 kernel. I have not uninstalled the 386 kernel yet. Is it safe to do so?

Also, I was not able to install Beryl (it couldn't find dependencies) until I had checked the multiverse, universe, etc. check boxes in the Internet section of Software Sources. Did I miss something during the install?

All this was on a clean install (and updated) of Edgy. I had selected the linux-2.6.17-10-generic kernel and the not the linux-generic option (which I think was the default). I was using the alternate install cd because I needed to install grub to a partition. Perhaps this is where the problem started?

Anyway, thanks again. At least it's working now.

#1366

I followed this guide EXACTLY, but I dont get beryl working, konsole prints:

Nvidia Present
beryl: Another window manager is already running on screen: 0
beryl: No manageable screens found on display :0

I installed from nvidia script, drivers work, nice splashscreen. I tried everything like emerald --replace and other googled information: "dont use transcludency in KDE settings", "add this that those to xorg.conf". But they dont work.

Someone else had this problem too, couple of pages ago, and he didn't get answer.

EDIT: Kubuntu Edgy, there were some other stuff such as BadDevice, but I didn't think they're relevat, I get them anyways. Here's a screenshot: http://img522.imageshack.us/img522/9363/snapshot10ib1.png

#1367

Tachyon_ said: I followed this guide EXACTLY, but I dont get beryl working, konsole prints:

Nvidia Present
beryl: Another window manager is already running on screen: 0
beryl: No manageable screens found on display :0

Someone else had this problem too, couple of pages ago, and he didn't get answer.

Sounds like you're using Ubuntu 6.06, not 6.10 as that sounds like a GLX/AIGLX issue from my limited knowledge! Have you tried with other guides in the past to get Beryl working? Maybe you removed AIGLX. Sorry, I don't know how to get it back again, maybe someone more enlightened can give you more info.

#1368

kvonb said: Sounds like you're using Ubuntu 6.06, not 6.10 as that sounds like a GLX/AIGLX issue from my limited knowledge! Have you tried with other guides in the past to get Beryl working? Maybe you removed AIGLX. Sorry, I don't know how to get it back again, maybe someone more enlightened can give you more info.

No, Kubuntu (ubuntu+KDE) edgy 6.10. It has built in AIGLX. I have tried basicly every guide from net. Beryl wiki, and too many blogs.

#1369

Tachyon_ said: No, Kubuntu (ubuntu+KDE) edgy 6.10. It has built in AIGLX. I have tried basicly every guide from net. Beryl wiki, and too many blogs.please post the output of ```

cat /etc/apt/sources.list

cat /etc/X11/xorg.conf
#1370

Thank you for trying to help.

PriceChild said: please post the output of ```

cat /etc/apt/sources.list

cat /etc/X11/xorg.conf

I have multiverse and universe, updated and upgraded, I installed from: deb http://beryl.limitless.lupine.me.uk edgy main

Since it had a key. I have tried the others too some time ago. EDIT: That window decoration does not come from beryl (screenshot), it's more or less native. Beryl falls back to kwin, not like it would draw the borders. I also tried yours, the first, repository, but I get the same thing.

I did the add-AGRB-visuals thingy just as you said, but since it didn't seem to work, I googled and did some nvidia-config add-this-and-that support things. I commented out the nologo because the splash in now so great. I also have the disable nv module. The relevant parts:

Section "Device"
    Identifier     "Generic Video Card"
    Driver         "nvidia"
EndSection

Section "Screen"

#    Option         "NoLogo"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "RenderAccel" "True"
    Option         "AllowGLXWithComposite" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Again, thank you for trying to help, just maybe it's becouse my Core Duo laptop that has some other problems with linux, like long startup time with PCI: cannot allocate... or becouse of widescreen. Anyway, the graphic card was 7600GO (256mb ram), maybe that's too new and unsupported. I would have satisfied with old, but durable laptop, say thinkpad. But they're just so expensive. If I don't get this working, having a 256mb graphics card in linux laptop is like having a nitrous oxide in a spaceship. Cool, but useless.

#1371

Tachyon_ said: I followed this guide EXACTLY, but I dont get beryl working, konsole prints:

Nvidia Present
beryl: Another window manager is already running on screen: 0
beryl: No manageable screens found on display :0

I installed from nvidia script, drivers work, nice splashscreen. I tried everything like emerald --replace and other googled information: "dont use transcludency in KDE settings", "add this that those to xorg.conf". But they dont work.

Someone else had this problem too, couple of pages ago, and he didn't get answer.

I don't use KDE, I use XFCE4. I know when I get this error it's because I have the default XFCE4 window manager running. When I stop it using the command 'killall xfwm4', and then try to start beryl, it works. if you replace xfwm4 with the name of whatever the default window manager in KDE is, then start beryl, does it work?

#1372

Blazeix said: I don't use KDE, I use XFCE4. I know when I get this error it's because I have the default XFCE4 window manager running. When I stop it using the command 'killall xfwm4', and then try to start beryl, it works. if you replace xfwm4 with the name of whatever the default window manager in KDE is, then start beryl, does it work?

No, This was one very common suggestion I googled. Did killall kwin, beryl-manager, kilall kwin, right click- select beryl It just says the same thing and starts kwin after that, allthought no other managers are runing.

**EDIT: OMG, It works with xfce! I installed it just to try. I really like xfce, and would use it with my old laptop, but all my programs are K* (load time) and I really like their features, so I'd really really, want this to work with KDE**

(Could this have something to do with my decoration (transparent), beryl error doesn't change if I change the window decoration, but If I remember right, Crystal required some installing procecure)

#1373

Tachyon_ said: Thank you for trying to help.

I have multiverse and universe, updated and upgraded, I installed from: deb http://beryl.limitless.lupine.me.uk edgy main

I did the add-AGRB-visuals thingy just as you said, but since it didn't seem to work, I googled and did some nvidia-config add-this-and-that support things. I commented out the nologo because the splash in now so great. I also have the disable nv module. The relevant parts:> PriceChild said:

please post the output of ```

cat /etc/apt/sources.list

cat /etc/X11/xorg.conf

Please give them to me in full :)

And also... I'm not going to support my guide if you don't follow it to the letter?

#1374

PriceChild said: I asked you for two things.

Please give them to me in full :)

And also... I'm not going to support my guide if you don't follow it to the letter?

Sorry, I just thought they would be too huge:

sources.list:

deb http://archive.ubuntu.com/ubuntu/ edgy main restricted
deb-src http://archive.ubuntu.com/ubuntu/ edgy main restricted
deb http://archive.ubuntu.com/ubuntu/ edgy-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ edgy-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ edgy universe
deb-src http://archive.ubuntu.com/ubuntu/ edgy universe
deb http://archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu edgy-security main restricted
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted
deb http://security.ubuntu.com/ubuntu edgy-security universe
deb-src http://security.ubuntu.com/ubuntu edgy-security universe

##deb http://www.kiberpipa.org/~gandalf/ubuntu/dapper/mjpegtools ./
##deb http://www.kiberpipa.org/~gandalf/ubuntu/dapper/cinelerra/i686/ ./

deb http://beryl-mirror.pricechild.co.uk edgy main

xorg:

    
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:12:14 PST 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"
    InputDevice    "Synaptics Touchpad"
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           "i2c"
    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"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0"
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     "Generic Monitor"
    HorizSync       28.0 - 64.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Generic Video Card"
    Driver         "nvidia"
EndSection

Section "Screen"

#DefaultDepth    24
#    Option         "NoLogo"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "RenderAccel" "True"
    Option         "AllowGLXWithComposite" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Sorry for being unclear, I followed it letter by letter, and ran other things after I found out that it didn't work.

Im not sure whether you answered after or before I edited above post that it works with xfce, but I'd really like kde allthought xfce4 is nice. Sorry for noobisness, but if it works with xfce, it probably doesn't have anything to do with errors in xorg or sources, does it?

#1375

[B]w00t!! It works now, but you wont believe the reason for it!

Simple: I had unchecked "show icons on the desktop" because I'd like to hide mounted volumes[/B]

:D

Thanks all, this took me a week to figure out

#1376

I followed this and when I ran beryl-manager my screen went garbled, luckily I was able to switch back to matacity and everything was fine except no effects. this is what was in the terminal when i ran beryl-manager:

freaktech@freaktech-laptop:~$ beryl-manager
freaktech@freaktech-laptop:~$ XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
beryl: GLX_EXT_texture_from_pixmap is missing
beryl: Using non-tfp mode
beryl: No GLXFBConfig for default depth, falling back on visinfo.
beryl: No stencil buffer. Clipping of transformed windows is not going to be correct when screen is transformed.

** (process:7512): WARNING **: get_setting_is_integrated not found in backend ini

** (process:7512): WARNING **: get_setting_is_read_only not found in backend ini

** (process:7512): WARNING **: get_setting_is_integrated not found in backend ini

** (process:7512): WARNING **: get_setting_is_read_only not found in backend ini
Initiating splash
Reloading all options.

(emerald:7501): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed

** (beryl-manager:7437): WARNING **: Beryl caught deadly signal 13
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.

** (beryl-settings:7614): WARNING **: get_setting_is_integrated not found in backend ini

** (beryl-settings:7614): WARNING **: get_setting_is_read_only not found in backend ini
Sending reload event...

Any ideas. I am running a nvidia gforce 7600 with 256mb

#1377

Ok I resolved that issue. That was my fault. I didn't load the key for the nvidia drivers so they were not installed correctly. But now when I start beryl I don't have any of the windows decorations. I can't move windows, close them, or resize them. Anyone have any ideas.

#1378

FreakTech said: Ok I resolved that issue. That was my fault. I didn't load the key for the nvidia drivers so they were not installed correctly. But now when I start beryl I don't have any of the windows decorations. I can't move windows, close them, or resize them. Anyone have any ideas.

Add

Option "AddARGBGLXVisuals" "True"

To the "screen" section of /etc/X11/xorg.conf.

#1379

Already done that heres my file

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"	
    Option	   "RenderAccel" "True"   	
    Option	   "AllowGLXWithComposite" "True"		
    SubSection     "Display"
        Depth       1
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900"
    EndSubSection
EndSection
#1380

this is what happens in terminal when i manually start emerald and beryl

freaktech@freaktech-laptop:~$ beryl
XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
beryl: No stencil buffer. Clipping of transformed windows is not going to be correct when screen is transformed.

** (process:6803): WARNING **: get_setting_is_integrated not found in backend ini

** (process:6803): WARNING **: get_setting_is_read_only not found in backend ini

** (process:6803): WARNING **: get_setting_is_integrated not found in backend ini

** (process:6803): WARNING **: get_setting_is_read_only not found in backend ini
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
beryl: No GLXFBConfig for depth 32
Initiating splash
Reloading all options.
freaktech@freaktech-laptop:~$ emerald
emerald: Screen 0 on display ":0.0" already has a decoration manager; try using the --replace option to replace the current decoration manager.
#1381

I finally got it working. I had to reload the nvidia drivers. thanks for your help;)

#1382

I've tried for two days now, read whatever I could, retried and retried, but I just can't get Beryl going. Could I have some help please.

I'm not sure if my nvidia card is up to the task either (GeForce4 MX 440 with AGP8X 64MB) and if it can handle the latest driver. The current driver installed is 1.0-9631. Would this work for Beryl? I've installed this using the ENVY script by Alberto Milone (tseliot on this forum). It's the only way I could get my nvidia card going (with my amount of knowledge - or lack thereof :rolleyes: ). Everything seems to work well after running the script. I've tried many other ways according to various how-tos, but none worked for me.

I've tried installing nvidia drivers using method 1, but on rebooting it consistently fails to start the xserver (I get tty1 instead). I'm quite sure this is because of the nvidia-glx installation (because when I don't install it all is well). When trying to start x I get a message saying something like: Fatal server error - no screens found. fatal IO error 104 (connection reset by peer on x server "0:0" after 0 requests.

I tried to uninstall nvidia-glx at this point using "apt-get remove nvidia-glx" but that didn't help either.

I then run the Envy script again to get back to normal.

I've tried installing using method 2 (which I noticed deletes nvidia-glx, like the Envy script) but during the installation I'm told that this and that is missing from my computer and that the card I have is somehow not compatible with the driver I'm trying to install.

I've also tried to run beryl just after running the envy script (when all works well), and it does start, but when I try to switch the windows manager to Beryl, it consistently refuses to work and falls back to the KWin.

Please help. Is my video card no good? What am I doing wrong?

#1383

Tachyon_ said: [B]w00t!! It works now, but you wont believe the reason for it!

Simple: I had unchecked "show icons on the desktop" because I'd like to hide mounted volumes[/B]

:D

Thanks all, this took me a week to figure out

OMG, it also worked for me! It took me about 2 months ](*,)

@PriceChild: maybe you should add this to the guide as a special note to KDE users.

#1384

Did anyone else have their skydome quit working when upgrading to 0.1.4? Just got back to my linux box, and upgraded...None of my skydomes work anymore... not really the right thread, but thought I'd give it a shot.

edit: fixed.

#1385

Originally posted by oliwally

re.: I've tried for two days now, read whatever I could, retried and retried, but I just can't get Beryl going. Could I have some help please ...

Ok, I think I've solved it. Beryl is working for me now - wooohooo !!!

In the end I tried installation instructions found at http://wiki.beryl-project.org/index.php/Install/Ubuntu/Edgy/AiGLX

Nothing too much different there except some extra line in the xorg.conf. According to the instructions I had to make sure that the following was included in the file:

Section "Module"
Load "dri"
Load "dbe"
Load "glx"

Section "Device"
Option  "XAANoOffscreenPixmaps"

ection "DRI"
        Mode 0666
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection

Just wonder why those lines weren't included in my xorg.conf by following PriceChild's instructions? Did I do something wrong or is it just a different method that happens to work on my computer?

Anyway, from there it all worked beautifully. I did have the 'no border' problem like many others who posted here, but followed PriceChild's advice: "To get window borders ensure that the "window decorations" plugin is enabled in bsm"

Now the fun of playing with all the settings....

#1386

This looks like a really great thread! Can't wait to use it :) You see, I'm planning to build a new multimedia station, and want to use an Nvidia card (tired of ATI from my laptop). Now, which PCI Express cards work "out of the box", or without too much hassle? (With Ubuntu and Beryl of course, since I'm posting in this thread...) Preferably, the card should be listed here: http://www.komplett.no/k/kl.asp?bn=10488&sortBy=p&minprice=&maxPrice=&sortOrder=d (price: 2000 - 4000)

There has to be a compatibility list for this stuff?

  • Ketil
#1387

im getting this error when i try to install nvidia-glx

The following packages have unmet dependencies: nvidia-glx: Depends: nvidia-kernel-1.0.9746 E: Broken packages

not sure what to do i have nvidia kernel common installed and non free resitricted modules as well, im sure im overlooking something simple, just cant seem to find it.

#1388

paridoth said: im getting this error when i try to install nvidia-glx

The following packages have unmet dependencies: nvidia-glx: Depends: nvidia-kernel-1.0.9746 E: Broken packages

not sure what to do i have nvidia kernel common installed and non free resitricted modules as well, im sure im overlooking something simple, just cant seem to find it.

I'm getting this error too, trying to upgrade. I think the package or the repository is broken.

-edit- The repository seems to be broken. I think lupine is updating it.

#1389

The new linux-restricted-modules update breaks nvidia-glx > 1.0.8776. That's why I'd recommend not upgrading unless you really need the madwifi driver fix.

#1390

i just did a clean install, so im pretty much screwed arent i?

#1391

I don't think it will take too long to correct it...

#1392

should i or someone else post a new topic on this to bring attention to it?

#1393

I'm sure PriceChild is aware of the situation. He's usually on top of this stuff right away.

I guess it wouldn't hurt to start a new topic, though.

I noticed earlier today that one of my updates was held back.. .wonder if it was the one that broke some of your systems.

#1394

I get this error when trying to install any nvidia drivers, is there any way to fix this?


brandon@Ubuntu:~$ sudo apt-get install nvidia-glx
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  nvidia-glx: Depends: nvidia-kernel-1.0.9746
E: Broken packages
#1395
#1396

paridoth said: i just did a clean install, so im pretty much screwed arent i?

Well, that's exactly what I did - a fresh install, and then I used the ENVY script to install the Nvidia drivers, then Beryl as described in my previous post. Worked beautifully on my Athlon Desktop, now trying my laptop - Dell D820 Centrino Duo.

Find the envy scrip at http://albertomilone.com/nvidia_scripts1.html

I've got Beryl it kind-of working on the laptop but now have no borders on windows and the fix I used before is not working. Hmmm...more reading through this thread I guess.

[COLOR="Magenta"] _EDIT_ [/COLOR]

found a fix for this - borders now working. Had to add: *Option "AddARGBGLXVisuals" "True"* to the Device section of xorg.conf

On my labtop I've also noticed that other glx applications, like the euphoria screensaver for example, don't run so smoothly when beryl is enabled. It's a bit fragmented. Is there a way around this?

#1397

Back again....

On my laptop I now have window borders working but when I try to rotate the cube, there is no cube! I goes into the correct mode, zooming out a bit and I can rotate a 'panel' that is displayed, but no cube. It's as if I only have 2 desktops available that are on either side of this 'panel' but not a cube with the 4 desktops and 2 beryl screens at top and bottom.

How do I fix this?

I've tried

rm -rf ~/beryl*
rm -rf ~/emerald*

but no luck [COLOR="Magenta"] _EDIT_ [/COLOR]

Oops, I should have kept playing for a while before posting the above. Seems like removing the beryl and emerald settings from the home folder does fix the problem - but for some reason I had to do that manually through Konqueror. The commands above didn't, for some reason, do the job completely.

All good now. Everything appears to be working.

#1398

Sorry I didn't catch this earlier... I'm just getting in touch with lupine now.

#1399

lupine is now aware of the issue and we're sorting out updated packages.

#1400

PriceChild said: lupine is now aware of the issue and we're sorting out updated packages.

What will be have to do once the packages are updated? Thank you for fixing this so quickly. I'm gonna have to use windows until this is resolved. x_x

#1401

just a ``` sudo apt-get update sudo apt-get upgrade

#1402

PriceChild rocks.

#1403

bg1256 said: PriceChild rocks.

Ditto!

#1404

bg1256 said: PriceChild rocks.

I agree, but I will be singing his praises more as soon as he and lupine fix my broken system (thanks to the most recent upgrades which I foolishly installed).

No worries though, I am aware that they are working on it as PriceChild said above just recently.

#1405

highneko said: What will be have to do once the packages are updated? Thank you for fixing this so quickly. I'm gonna have to use windows until this is resolved. x_x

You shouldn't have to use windows. I thought the same thing, until I tried out of curiosity booting into an older kernel in Grub. Everything worked, including Beryl. So this is only a minor inconvienence for me now, unless I am missing something.

#1406

bg1256 said: PriceChild rocks.

No he doesn't! Smelly Pricey!

And don't you dare edit this!

#1407

/me larts tsmithe

#1408

Still not working :( Some of us daon't have the option of an older kernel as we have just fresh installed.

#1409

The latest restricted-modules also borked mine, just wish I'd visited here earlier :rolleyes:.

All I did was logout, stop gdm, then re-run the (binary) nvidia driver install package.

It gave me this error:

ERROR: File 'usr/lib/xorg/modules/extensions/libglx.so' is not a symbolic link.

....but continued with the re-install and X started working again :).

Just in case anybody is interested :).

Regards, KEv :)

#1410

viciouslime said: Still not working :( Some of us daon't have the option of an older kernel as we have just fresh installed.lupine will fix it today...

We have non-ubuntu lives... with lots of exams :'(

#1411

PriceChild said: .. with lots of exams :'(

I hear you on this one...finals are kicking my butt right now.

#1412

All fixed! :)

#1413

are u sure ? i still get The following packages have unmet dependencies: nvidia-glx: Depends: nvidia-kernel-1.0.9746 E: Broken packages

edit:64 bit

#1414

I just did a fresh install on my laptop and it worked perfectly for me.

#1415

ya same here, did apt-get update, then apt-get upgrade, and it got held back, so i did apt-get install nvidia-glx, and got the same dependency error

#1416

i found a fix that works for me 1: disable any non-official repos, leaving just the ubuntu ones 2: install nvidia-glx 3: re-enable beryl repos and isntall the usual way

it works! this must mean that beryl works with the nvidia drivers in ubuntus official repos

i got an uninstallable update in my update manager tho, nvidia-glx from 1.0.8776+2.6.17.7-10.1 > 1.0.9746+2.6.17.6-2~release.lupine1 isnt there something wrong with the lupine kernel version there?

running 64 bit

#1417

ya i already did that so i could get hardware acceleration to play games with and such, but i thought beryl needed the beta drivers?

#1418

OK.... let's go through this.


lupine@nick:~$ apt-cache policy nvidia-glx
nvidia-glx:
  Installed: 1.0.9746+2.6.17.7-10.1-9746
  Candidate: 1.0.9746+2.6.17.7-10.1-9746
  Version table:
 *** 1.0.9746+2.6.17.7-10.1-9746 0
        500 http://nvidia.limitless.lupine.me.uk edgy/stable Packages
        100 /var/lib/dpkg/status
     1.0.9746+2.6.17.6-2~release.lupine1 0
        500 http://nvidia.limitless.lupine.me.uk edgy/stable Packages
     1.0.8776+2.6.17.7-10.1 0
        500 http://security.ubuntu.com edgy-security/restricted Packages
     1.0.8774+2.6.17.5-11 0
        500 http://gb.archive.ubuntu.com edgy/restricted Packages
lupine@nick:~$

So the latest version available from Ubuntu is: 1.0.8776+2.6.17.7-10.1 0 The latest version available from me is: 1.0.9746+2.6.17.7-10.1-9746

No prizes for guessing the latest


lupine@nick:~$ apt-cache policy linux-restricted-modules-2.6.17-10-generic
linux-restricted-modules-2.6.17-10-generic:
  Installed: 2.6.17.7-10.1-9746
  Candidate: 2.6.17.7-10.1-9746
  Version table:
 *** 2.6.17.7-10.1-9746 0
        500 http://nvidia.limitless.lupine.me.uk edgy/stable Packages
        100 /var/lib/dpkg/status
     2.6.17.7-10.1 0
        500 http://security.ubuntu.com edgy-security/restricted Packages
     2.6.17.6-2~release.lupine1 0
        500 http://nvidia.limitless.lupine.me.uk edgy/stable Packages
     2.6.17.6-2~amaranth 0
        500 http://nvidia.limitless.lupine.me.uk edgy/stable Packages
     2.6.17.5-11 0
        500 http://gb.archive.ubuntu.com edgy/restricted Packages

Here, the latest Ubuntu version is 2.6.17.7-10.1 My version is 2.6.17.7-10.1-9746

Again, my version is later.

Now we:-


lupine@nick:~$ apt-cache show linux-restricted-modules-2.6.17-10-generic
Package: linux-restricted-modules-2.6.17-10-generic
Priority: optional
Section: stable/misc
Installed-Size: 22628
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: i386
Source: linux-restricted-modules-2.6.17
Version: **2.6.17.7-10.1-9746**
Provides: **nvidia-kernel-1.0.9746**, nvidia-kernel-1.0.7184
Depends: linux-image-2.6.17-10-generic, linux-restricted-modules-common (>= 2.6.17), module-init-tools, nvidia-kernel-common
Suggests: nvidia-glx | nvidia-glx-legacy, avm-fritz-firmware-2.6.17-10
(plus some other stuff that's irrelevent

What all that means is that the repository is working. So. Try removing all the lrm and nvidia-glx packages on your system, then apt-get update then reinstall lrm and nvidia-glx

xF,

...Nick

#1419

apt-cache policy nvidia-glx nvidia-glx: Installed: 1.0.8776+2.6.17.7-10.1 Candidate: 1.0.9746+2.6.17.6-2~release.lupine1 Version table: 1.0.9746+2.6.17.6-2~release.lupine1 0 500 http://nvidia.limitless.lupine.me.uk edgy/stable Packages 1.0.8776+2.6.17.7-10.1-9746 0 500 http://nvidia.limitless.lupine.me.uk edgy/stable Packages *** 1.0.8776+2.6.17.7-10.1 0 500 http://security.ubuntu.com edgy-security/restricted Packages 100 /var/lib/dpkg/status 1.0.8774+2.6.17.5-11 0 500 http://no.archive.ubuntu.com edgy/restricted Packages

see? my candidate is Candidate: 1.0.9746+2.6.17.6-2~release.lupine1 yours is 1.0.9746+2.6.17.7-10.1-9746

im starting to wonder if im using an old repo, whats ur repo now? or have u forgottten to update the 64 bit file?

and The following packages have unmet dependencies: nvidia-glx: Depends: nvidia-kernel-1.0.9746 E: Broken packages

ive both tried on an 'old' system and a fresh edgy64 install with no updates installed, the results are the same

#1420

i removed nvidia-glx, and the restricted modules, changed nvidia to nv in the xorg.conf, then restart X via ctrl-alt-backspace then apt-get updated then went to install nvidia-glx and got the same error =(

#1421

just did the same as paridoth, identical result

#1422

i just changed me repos to the stable ones and i thinks its working right now, downloading as we speek

#1423

I'm really glad my system blocked me from upgrading.

One question, though:

I currently have one update available. It's to the generic kernel ( and I'm not at that machine and won't be for several hours), but it requires me to to a Dist. Upgrade.

Is this what all of you who have had problems did over the past couple days? If so, I may wait until I know for sure it is completely fixed.

#1424

mine works too now (well im downloading it at least) i think he must have updated the repos or smt?

#1425

bg1256 said: I'm really glad my system blocked me from upgrading.

One question, though:

I currently have one update available. It's to the generic kernel ( and I'm not at that machine and won't be for several hours), but it requires me to to a Dist. Upgrade.

Is this what all of you who have had problems did over the past couple days? If so, I may wait until I know for sure it is completely fixed.

it looks like its fixed, and even if its not, it cant hurt you unless youve done a clean install and need to install them from scratch as you already have them

#1426

i spoke too early, no luck, same old

#1427

I've just done an upgrade and now Beryl won't start. It logs me out of the session and that's all. In fact, when I try to run a GL screensaver it does the same. Have I messed something up? What would it be?

When updating I also get the following errors, although I installed the keys as instructed.

W: GPG error: http://beryl.limitless.lupine.me.uk edgy Release: The following signatures were invalid: BADSIG 3FF0DB166A7476EA Nicholas Thomas (Repository signing key) <root@lupine.me.uk>
W: GPG error: http://ubuntu.beryl-project.org edgy Release: The following signatures were invalid: BADSIG 3FF0DB166A7476EA Nicholas Thomas (Repository signing key) <root@lupine.me.uk>
W: GPG error: http://beryl-mirror.pricechild.co.uk edgy Release: The following signatures were invalid: BADSIG 3FF0DB166A7476EA Nicholas Thomas (Repository signing key) <root@lupine.me.uk>
W: GPG error: http://nvidia.limitless.lupine.me.uk edgy Release: The following signatures were invalid: BADSIG 3FF0DB166A7476EA Nicholas Thomas (Repository signing key) <root@lupine.me.uk>
W: GPG error: http://security.ubuntu.com edgy-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
W: GPG error: http://archive.ubuntu.com edgy-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>

Is that normal?

Going further down the process, at the step

sudo apt-get install nvidia-glx

I get

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  nvidia-glx: Depends: nvidia-kernel-1.0.9746
E: Broken packages
#1428

Methinks we probably just need to wait a little longer for PriceChild and Lupine to sort this out. They always do, and I'm sure they will this time.

#1429

Here's how I fixed the nvidia drivers after an errant update to the ubuntu team's restricted modules package.

First, make a directory to work in:


mkdir nvidiafix
cd nvidiafix

Now get the old packages:


wget http://nvidia.limitless.lupine.me.uk/ubuntu/pool/edgy/stable/linux-restricted-modules-2.6.17-10-386_2.6.17.7-10.1-9746_i386.deb
wget http://nvidia.limitless.lupine.me.uk/ubuntu/pool/edgy/stable/linux-restricted-modules-2.6.17-10-generic_2.6.17.7-10.1-9746_i386.deb
wget http://nvidia.limitless.lupine.me.uk/ubuntu/pool/edgy/stable/linux-restricted-modules-common_2.6.17.7-10.1-9746_all.deb

And install them:


sudo dpkg -i *.dpkg

If you've editted your xorg.conf and enabled the 2d nv driver be sure remember to change it back to nvidia.

Then reboot.

#1430

Can anyone confirm for me that it is now safe to upgrade? I'm back to my beryl box, and I'm curious.

#1431

I upgraded again today after having the problem and all works fine. I think lupine and PriceChild fixed it, although don't take my noobish word on it. Post here with what the version of the upgrades are, just to verify.

#1432

Here are the upgrades I'm waiting to install, just to make sure they're safe.


libwnck-common

linux-restricted-modules-2.6.17-10-generic
from 2.6.17.6-2~release.lupine1 to 2.6.17.7-10.1-0746

linux-restricted-modules-common
from 2.6.17.7-10.1 to 2.6.17-10.1-9746

nvidia-glx
from 1.0.9746+2.6.17.6-2~release.lupine1 to 1.0.9746+2,6,17,7-10.1-974
#1433

bg1256 said: Here are the upgrades I'm waiting to install, just to make sure they're safe.


libwnck-common

linux-restricted-modules-2.6.17-10-generic
from 2.6.17.6-2~release.lupine1 to 2.6.17.7-10.1-0746

linux-restricted-modules-common
from 2.6.17.7-10.1 to 2.6.17-10.1-9746

nvidia-glx
from 1.0.9746+2.6.17.6-2~release.lupine1 to 1.0.9746+2,6,17,7-10.1-974

Yes I too am waiting on these updates, although libwn-common is unrelated (I think) so I upgraded it with out issue. So I guess the question is, whenever there is an official update of packages related to beryl (nvidia-glx and such) should we install those, or keep the ones from lupine's repo's? Thanks

#1434

Yes, bg1256, those are what I installed.

I don't know the answer to Dave Burbank's question.

#1435

Okay, thanks for your response.

I'm in the middle of finals right now, and the last thing I want to do is bork up my system right now. I'm relying much too heavily upon my computer right now, and I simply don't have the time to fix any mistakes on my system.

But, if it is safe, then no worries.

#1436

Another missing borders reply...

Brand new install of Kubutu edgy with updates, nvidia drivers and beryl-emerald. Everything works but the borders. I have been through over 140 pages in this thread and no suggestions work. Does anyone have a definitive answer (since im not the only one) to getting windows borders working.

Note no problem with anthing else. All other operations work fine. Please please help. I'm totally frustrated

#1437

bg1256 said: Okay, thanks for your response.

I'm in the middle of finals right now, and the last thing I want to do is bork up my system right now. I'm relying much too heavily upon my computer right now, and I simply don't have the time to fix any mistakes on my system.

But, if it is safe, then no worries.[SIZE=5][COLOR=Red]DON'T use beryl on production machines!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!![/COLOR][/SIZE]

drax said: Another missing borders reply...

Brand new install of Kubutu edgy with updates, nvidia drivers and beryl-emerald. Everything works but the borders. I have been through over 140 pages in this thread and no suggestions work. Does anyone have a definitive answer (since im not the only one) to getting windows borders working.

Note no problem with anthing else. All other operations work fine. Please please help. I'm totally frustratedplease run

sudo dpkg-reconfigure -phigh xserver-xorg
sudo nvidia-xconfig --add-argb-glx-visuals
#1438

Fast and fantastic.. Thank you muchly Pricechild. Worked a treat. Now i can spend time with the kids :-)

#1439

PriceChild said: [SIZE=5][COLOR=Red]DON'T use beryl on production machines!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!![/COLOR][/SIZE]

I didn't mean any harm. I just wanted to know if others had successfully upgraded, given the number of crashes that occurred. I apologize if that offended you or was inappropriate.

#1440

bg1256 said: I didn't mean any harm. I just wanted to know if others had successfully upgraded, given the number of crashes that occurred. I apologize if that offended you or was inappropriate.Didn't offend me at all... But please please don't get offended by my laughing at you if the machine you're meant to be writing whatever essays or doing revision on breaks because you were using beryl and didn't listen to the warnings.

#1441

For the record, I installed the updates without a hitch.

Thanks for making it work, PriceChild and Lupine.

#1442

I installed NVIDIA-Linux-x86-1.0-9629-pkg1.run as advised in the original post and it works perfectly with Beryl.

I am having a few graphics issues in some games and was wondering if I should update to the latest Nvidia driver?

I ask this because you did originally say that we needed to use the BETA driver, is this still the case?

Thanks, Kev :)

#1443

kvonb said: I installed NVIDIA-Linux-x86-1.0-9629-pkg1.run as advised in the original post and it works perfectly with Beryl.

I am having a few graphics issues in some games and was wondering if I should update to the latest Nvidia driver?

I ask this because you did originally say that we needed to use the BETA driver, is this still the case?

Thanks, Kev :)Depends... If your card is supported then you might as well upgrade to 9746.

Even if it isn't I recommend you upgrade to 9631.

Pricey

#1444

kvonb said: I installed NVIDIA-Linux-x86-1.0-9629-pkg1.run as advised in the original post and it works perfectly with Beryl.

I am having a few graphics issues in some games and was wondering if I should update to the latest Nvidia driver?

I ask this because you did originally say that we needed to use the BETA driver, is this still the case?

Thanks, Kev :)

I did the update to 9746 and the graphic glitches have gone and Beryl works fine.

Thanks :)

#1445

A recent user of Ubuntu, I had the expected problems getting the OpenGL functions of the latest nVidia drivers to work. Having used Mandrake, SuSE and, lately, Mandriva as well as Fedora, I was familiar with installing and configuring the nVidia drivers.

It was a new experience for me in this distro, Ubunty Edgy.

Why bother, after all?

Well, folks, let me tell you - it was because of an old SuSE distro that I first learned of RACER, a free simulator for all three major platforms. And I've been hooked on it ever since.

Getting it to run in Linux could have its frustrations but I managed to conquer them, one step at a time.

And now, THANKS TO THIS PARTICULAR THREAD, my nVidia card is properly configured, RACER runs, so do GLXGEARS and the various OpenGL screensavers. Flight Gear is next.

I am here to simply say THANK YOU -- these instructions have made me a very happy old camper. It's really amazing what one can learn by just searching for it on the Net, eh?

Heck -- if we were closer, I'd buy you a beer or two (or three!)

Thanks!

#1446

Alfanut said: A recent user of Ubuntu, I had the expected problems getting the OpenGL functions of the latest nVidia drivers to work. Having used Mandrake, SuSE and, lately, Mandriva as well as Fedora, I was familiar with installing and configuring the nVidia drivers.

It was a new experience for me in this distro, Ubunty Edgy.

Why bother, after all?

Well, folks, let me tell you - it was because of an old SuSE distro that I first learned of RACER, a free simulator for all three major platforms. And I've been hooked on it ever since.

Getting it to run in Linux could have its frustrations but I managed to conquer them, one step at a time.

And now, THANKS TO THIS PARTICULAR THREAD, my nVidia card is properly configured, RACER runs, so do GLXGEARS and the various OpenGL screensavers. Flight Gear is next.

I am here to simply say THANK YOU -- these instructions have made me a very happy old camper. It's really amazing what one can learn by just searching for it on the Net, eh?

Heck -- if we were closer, I'd buy you a beer or two (or three!)

Thanks!

Thanks for the info on the games, I will be getting those 2 :).

Flight Gear is available from Synaptic, I'm installing it as I type :).

Regards, KEv :)

#1447

lupine_nickt said:

What all that means is that the repository is working. So. Try removing all the lrm and nvidia-glx packages on your system, then apt-get update then reinstall lrm and nvidia-glx xF, ...Nick Yep, repository is working fine, but not for x64. Why? look here: apt-cache policy nvidia-glx nvidia-glx: Installed: 1.0.8776+2.6.17.7-10.1 Candidate: 1.0.9746+2.6.17.6-2~release.lupine1 Versions: 1.0.9746+2.6.17.6-2~release.lupine1 0 500 http://nvidia.limitless.lupine.me.uk edgy/stable Packages 1.0.8776+2.6.17.7-10.1-9746 0 500 http://nvidia.limitless.lupine.me.uk edgy/stable Packages *** 1.0.8776+2.6.17.7-10.1 0 500 http://security.ubuntu.com edgy-security/restricted Packages 100 /var/lib/dpkg/status 1.0.8774+2.6.17.5-11 0 That's why it refuses to install. Not yet built?)

#1448

Getting the same output as schreddi, using amd64 kubuntu.

However, my laptop, running i386 works just fine.

Could someone check just to make sure that the changes got to the 64-bit repo?

Thanks! :)

#1449

I have a couple of questions:

My computer uses AIGLX and my girlfriend's is using XGL. In aiglx, video is not shown when I spin the cube (i.e. it can not be played over the corner of two viewports), whereas in XGL it can. We have different videocards (ATI x1xxx (hers) and x300 (mine), and thus I'm using the open source driver, while she is using fglrx)

My questions are: What's the reason for the difference? Is it AIGLX/XGL og radeon/fglrx? And, the reason it's posted in this thread: What's the situation when using the newest nvidia drivers, without the use for aiglx or xgl? Are videos shown when moved around? (You see, I'm planning to build a new computer and getting an nvidia gpu for it)

Thanks!

  • Ketil
#1450

Not sure why you're having this problem...

The nvidia drivers work perfectly :) so do intel.

#1451

I have been running Beryl 1.4 for the last week or so without any problems.

I just updated it to 0.1.99+0.2.0-beta1~0beryl1 (v0.1.5 on the splash screen) and now I can't load beryl-settings. This is the output from the terminal:

dave@ubu3700:~$ beryl-settings 
Traceback (most recent call last):
  File "/usr/bin/beryl-settings", line 2, in <module>
    import berylsettings
ImportError: No module named berylsettings
dave@ubu3700:~$

Beryl is running (I have wobbly windows, emerald themes, cube) but I can't get into beryl-settings or start the rain or snow plugins. Any Ideas? Thanks.

#1452

i used the wiki on the beryl home page and everything works. quick question: how can i autostart beryl when i load up kubuntu? right now only beryl manager and emerald theme manager are autostarted so i have to right click the red diamond icon and select desktop enviroment to beryl. how can i make it so beryl is the default desktop enviroment and not kdm?

kubuntu edgy btw.

#1453

Just symlink /usr/bin/beryl-manager in ~/.kde/Autostart/.

#1454

Guys I get this error:

pelle@xburk:~$ sudo apt-get install beryl emerald-themes
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  beryl: Depends: beryl-core but it is not going to be installed
         Depends: libberylsettings0 but it is not going to be installed
         Depends: libberyldecoration0 but it is not going to be installed
         Depends: beryl-plugins but it is not going to be installed
         Depends: beryl-settings but it is not going to be installed
         Depends: beryl-manager but it is not going to be installed
  emerald-themes: Depends: emerald (>= 0.1) but it is not going to be installed
E: Broken packages

I am using Kubuntu Dapper amd64 and I have a nVIDIA graphics card, and it IS good enough to run this.

#1455

C-King said: Just symlink /usr/bin/beryl-manager in ~/.kde/Autostart/.

i don't think you understood. i *did * link that and beryl-manager starts but i still have to right click on it to turn on the effects. can they be turned on automatically? without me right clicking the red diamond(beryl manager) and selecting beryl.

#1456

There are available updates to beryl 0.19 in the repos shall I upgrade or is it a bug because I went to the beryl site and it didn't mentioned anything about a new version.

#1457

@Vlatko: Oh, I'm sorry, I think I misread your post. I've been looking for that setting too, but couldn't find it.

By the way, on my computer, beryl was enabled if it was enabled when I shut my computer down.

#1458

hoagie said: There are available updates to beryl 0.19 in the repos shall I upgrade or is it a bug because I went to the beryl site and it didn't mentioned anything about a new version.

Wait. There are a bunch of issues at the moment.

#1459

C-King said: @Vlatko: Oh, I'm sorry, I think I misread your post. I've been looking for that setting too, but couldn't find it.

By the way, on my computer, beryl was enabled if it was enabled when I shut my computer down. i don't think it works like that on my pc, not sure though, will check it out. ;)

edit: yep, works like that here as well. thanks. :)

#1460

Hey guys.

Please don't update.

You are correct that 0.1.5 (really 0.2.0-beta1) has not been officially announced yet.

However it has been released to packagers and maintainers.

Please bear with us as we correct and fix things. We are aware of what's going on :)

Pricey

#1461

@ Dave Burbank I had problems with beryl-settings too. This is how I got it working again: I removed beryl-settings. Then I reinstalled beryl-settings AND beryl-settings-bindings *tata* A new beryl-settings dialog appears.

Kosmonaut

#1462

Kosmonaut said: Then I reinstalled beryl-settings AND beryl-settings-bindingsWas just coming here to post that lol!

No need to uninstall beryl-settings, just install -bindings and update and all should be fixed.

beta2 comes out tomorrow and we promise we won't make dep errors this time! :)

Pricey

#1463

Kosmonaut said: @ Dave Burbank

I had problems with beryl-settings too. This is how I got it working again: I removed beryl-settings. Then I reinstalled beryl-settings AND beryl-settings-bindings *tata* A new beryl-settings dialog appears.

Kosmonaut I am not sure how you removed beryl-settings, but I used

sudo apt-get remove beryl-settings

However, issuing this command also removes *beryl* and *beryl-manager*.

Taking this in mind I re-installed beryl-settings and the beryl-settings-bindings with``` sudo apt-get install beryl beryl-manager beryl-settings beryl-settings-bindings

And like Kosmonaut indicated  ... a new beryl-settings menu (see attached)

BTW: Taken with Beryl's screenshot plugin.
#1464

lupine's mirror is back up to full speed 7 two more mirrors will come online later today.

beta2 should be on tomorrow but no promises :)

#1465

ok, so I will wait and don't update from 0.1.4 to beta1 (lucky me that I have read the forum)

#1466

My mirrors' just had its traffic stats fiddled and been taken offline...

keep trying if you can't get through to the ip.

Pricey

#1467

according to you opengl fullscreen games issues will be improved?

#1468

Ok I got an uber noob question to ask:

I've got Feisty Herd 2 running on my system (Athlon 2600+, 1 GB RAM, Nvidia GeForce FX 5900 XT) My current Nvidia driver is 9631.

Can I install and run Beryl on this system? If so, how? Do I use Pricechild's guide? If I use this guide, what if any modifications do I need to make for Feisty?

(Disclaimer: Yes, I'm a noob. Yes I know Feisty is still a work in progress. I've got LiveCDs of both Edgy and Feisty if anything gets borked. I've had a blast with Linux since I did my very first Linux distro install with Ubuntu Edgy a month ago.)

#1469

This guide will work perfectly on a Feisty system. Though I must warn you; there have been more than a few beryl issues lately.

#1470

just an update on my problem, still cant get nvidia-glx from the limitless repo, so installed from nvidia.com - worked flawlessly altho i had to put differnt things in xorg.conf than u usually do when getting nvidia-glx from repos

one odd thing tho, the idle nvidia core temp rose from 47 with repo nvidia-glx to around 55 celcius with the nvidia.com one

#1471

Thanks guys for all of your help, I've got beryl-settings running again,... nice new gui. Keep up the great work.

#1472

Just ran the most recent updates, and I can't run bsm either. I can run theme manager, however, and beryl is running smoothly as well.

edit: just saw that PriceChild recommended not upgrading yet... oops...

#1473

PriceChild said: My mirrors' just had its traffic stats fiddled and been taken offline...

keep trying if you can't get through to the ip.

Pricey

I just keep getting this error messages:


Ophalen van http://beryl.limitless.lupine.me.uk/dists/edgy/Release.gpg Kon niet verbinden met beryl.limitless.lupine.me.uk:80 (89.200.136.91). - connect (111 Connection refused) is mislukt
Ophalen van http://beryl.limitless.lupine.me.uk/dists/edgy/main/i18n/Translation-nl.bz2 Kon niet verbinden met beryl.limitless.lupine.me.uk:80 (89.200.136.91). - connect (111 Connection refused) is mislukt
Ophalen van http://nvidia.limitless.lupine.me.uk/ubuntu/dists/edgy/Release.gpg Kon niet verbinden met nvidia.limitless.lupine.me.uk:80 (89.200.136.91). - connect (111 Connection refused) is mislukt
Ophalen van http://nvidia.limitless.lupine.me.uk/ubuntu/dists/edgy/stable/i18n/Translation-nl.bz2 Kon niet verbinden met nvidia.limitless.lupine.me.uk:80 (89.200.136.91). - connect (111 Connection refused) is mislukt
#1474

Hi, I've just made the automatic update from Beryl 0.1.4 to 0.1.5, from the usual repositories. Now everytime I right-click something or try to access something in the panels, Beryl crashes! :confused: It is very annoying. How can I possibly go back to the (much more stable) earlier version? Thanks.

#1475

I just updated beryl-settings from 0.1.99+0.2.0-beta1~0beryl1 to 0.1.99+0.2.0-beta1~0beryl2, all other packages remained at 0.1.99+0.2.0-beta1~0beryl1, and I am experiencing the same issue as above.

Beryl will crash if I try and open a menu from a panel (icons on the panel work), or open a menu in an application (menus in Firefox work), or right-click (not repeatable, sometimes will crash on the first right-click, other times I can right-click without issue), and lastly, when I open System Monitor (also not repeatable, seems to only crash when something is highlighted).

All plugins work until one of the above triggers a crash.

I realize that this is a beta, an these types of things are to be expected. If more info or log files are needed just let me know. Thanks

#1476

i got beryl working, but the settings manager won't run and neither will Knetworkmanager for some reason. beryl is working fine with emerald themes but i can't change the settings or connect to my WPA netowork. any ideas????

thanks,

ben

#1477

Any word on the Lupine NVIDIA Mirror? I'm in the process of rebuilding my Desktop and I'd like to grab that driver but I just get connection refused?

#1478

We'll have beta2 out by the end of the day if us maintainers get it.

as for lupine's mirror... I'm investigating.

#1479

Could someone please tell me why I keep getting these errors after sudo apt-get upgrade (sorry for the language):

dpkg: fout bij afhandelen van /var/cache/apt/archives/beryl-plugins_0.2.0+svn20070118-r2838+3v1ubuntu0+svn20070118-r2839+3v1ubuntu0_i386.deb (--unpack): poging tot overschrijven van /usr/lib/beryl/libdbus.so', wat ook in pakket beryl-dbus zit dpkg-deb: subproces paste werd gedood door signaal (Broken pipe) Voorbereiden om beryl-plugins-nonfree 0.1.5+svn20070117-r2778+3v1ubuntu0 te vervangen (door .../beryl-plugins-nonfree_0.2.0+svn20070118-r2838+3v1ubuntu0+svn20070118-r2839+3v1ubuntu0_i386.deb) ... Uitpakken van vervangende beryl-plugins-nonfree ... dpkg: fout bij afhandelen van /var/cache/apt/archives/beryl-plugins-nonfree_0.2.0+svn20070118-r2838+3v1ubuntu0+svn20070118-r2839+3v1ubuntu0_i386.deb (--unpack): poging tot overschrijven van /usr/lib/beryl/libdbus.so', wat ook in pakket beryl-dbus zit dpkg-deb: subproces paste werd gedood door signaal (Broken pipe) Fouten gevonden tijdens behandelen van: /var/cache/apt/archives/beryl-plugins_0.2.0+svn20070118-r2838+3v1ubuntu0+svn20070118-r2839+3v1ubuntu0_i386.deb /var/cache/apt/archives/beryl-plugins-nonfree_0.2.0+svn20070118-r2838+3v1ubuntu0+svn20070118-r2839+3v1ubuntu0_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1)

#1480

Can you translate the relevant lines into english?

#1481

x64Jimbo said: Can you translate the relevant lines into english?

dpkg: error processing /var/cache/apt/archives/beryl-plugins_0.2.0+svn20070119-r2900+3v1ubuntu0_i386.deb (--unpack): trying to overwrite /usr/lib/beryl/libdbus.so', which is also in package beryl-dbus dpkg-deb: subprocess paste killed by signal (Broken pipe) Preparing to replace beryl-plugins-nonfree 0.1.5+svn20070117-r2778+3v1ubuntu0 (using .../beryl-plugins-nonfree_0.2.0+svn20070119-r2900+3v1ubuntu0_i386.deb) ... Unpacking replacement beryl-plugins-nonfree ... dpkg: error processing /var/cache/apt/archives/beryl-plugins-nonfree_0.2.0+svn20070119-r2900+3v1ubuntu0_i386.deb (--unpack): trying to overwrite /usr/lib/beryl/libdbus.so', which is also in package beryl-dbus dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/beryl-plugins_0.2.0+svn20070119-r2900+3v1ubuntu0_i386.deb /var/cache/apt/archives/beryl-plugins-nonfree_0.2.0+svn20070119-r2900+3v1ubuntu0_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1)

#1482

benfreed said: i got beryl working, but the settings manager won't run and neither will Knetworkmanager for some reason. beryl is working fine with emerald themes but i can't change the settings or connect to my WPA netowork. any ideas????

thanks,

ben

This worked for me:

sudo apt-get install beryl-settings-bindings

I have no idea why Knetworkmanager stopped working

#1483

benfreed said: i got beryl working, but the settings manager won't run and neither will Knetworkmanager for some reason. beryl is working fine with emerald themes but i can't change the settings or connect to my WPA netowork. any ideas????

thanks,

ben

Don't know about knetworkmanager (mine still works) but this link:

http://forum.beryl-project.org/viewtopic.php?f=36&t=2360&sid=aa8199a20ca15da4b1b8453f451a4ab5

In a nutshell it says:

try to install librsvg2-2, librsvg2-bin, librsvg2-common.

it seems that they're needed dependencies for compiling beryl, but not installed with some beryl binary updates.

and

try installing Python-gtk2

It fixed the settings manager menu on my Kubuntu installation.

#1484

One of the mirrors was out of sync for a short time earlier which may have caused the problems.

(yes it was one of mine... we now have 5 :D )

#1485

I tried to install Beryl with option 1 here and now my networking is completely broken. I'm also a complete noob, any suggestions?

#1486

Hi,

Just tried Beryl and Compiz uisng the latest Nvidia drivers and a nvidia 6600 card. Why is it that Compiz animations look completely smooth and Beryl it's a little bit choppy, particularly when minimizing or maximizing windows? Any advice?? I like Beryl's interface much more but I hate the slow feeling, :)

Hector

#1487

hectorUbu said: Hi,

Just tried Beryl and Compiz uisng the latest Nvidia drivers and a nvidia 6600 card. Why is it that Compiz animations look completely smooth and Beryl it's a little bit choppy, particularly when minimizing or maximizing windows? Any advice?? I like Beryl's interface much more but I hate the slow feeling, :)

Hector

aaaah! interesting, now that I have installed both compiz and beryl I went back to beryl and found that under Beryl Manager you can choose to use compiz or beryl and also you can select the window decorator... beryl works much faster with GTK window decorator than with Emerald, now there is no difference in the speed. Sorry if I'm discovering the boiling water... its hard to read all the pages of this thread.

Hector

#1488

Canyonero said: I tried to install Beryl with option 1 here and now my networking is completely broken. I'm also a complete noob, any suggestions?Completely unrelated.

You've broken something yourself.

#1489

hectorUbu said: Hi,

Just tried Beryl and Compiz uisng the latest Nvidia drivers and a nvidia 6600 card. Why is it that Compiz animations look completely smooth and Beryl it's a little bit choppy, particularly when minimizing or maximizing windows? Any advice?? I like Beryl's interface much more but I hate the slow feeling, :)

Hector See, my experience is the exact opposite. Compiz lag maks it almost completely nonfunctional while I had to actually turn _up_ the animation time in Beryl so I could even see them happen - they went too fast otherwise.

#1490

I've dist upgraded to Feisty and now I'm having problems with the drivers.

With the Driver "nividia" in xorg.conf startx complains about some "wfb" module that seems not to exist and complains something about a conflict between version 9631 and 9746 i guess. Before dist-upgrading I hade beryl working ok from this howto.

Do I have to install those nvidia drivers for beryl on Feisty too? How about the kernel ones? Aren't those recent enough?

What should I do? Should I use the kernel drivers or follow the edgy howto? By the way, the nvidia repos from this howto doesn't work if I change it to feisty, will it work if I keep it with the "edgy" tag on sources.lst?

#1491

0.2.0-beta2 is out... enjoy

#1492

PriceChild said: 0.2.0-beta2 is out... enjoy

Is it just me, or does this seem to be missing something that 0,1.99-0.2 Version that was up for a day had. Like live thumbnails of application windows when hovering over them in the taskbar, and some other small things from the beryl-settings manager seem to be missing. Like there was a Jpg plugin in the image format section.

#1493

Installed 0.2.0-beta2 with no problems and the new manager layout looks great . . .

I can't seem to find where I can import/export settings . . . has this function been removed?

#1494

I've got a solution for amd64 users, everything the same as on the first page, but because of "nvidia-glx" problem, I've installed drivers from repo from this page http://albertomilone.com/driver.html . ---------------------------------------------------- Another question: Why I just can't use already buildin aiglx extension with "ubuntu-team" drivers? For example in server flags "AIGLX" "on", "composite" "ture"... and install compiz\beryl? And the last one, I've got one problem with beryl, when resizeing windows - thereis some kind of stop-n-go... so in "normal" mode of resizieng it load cpu up to 100% if i do any movement.

#1495

how do i downgrade to 0.1.4 ? the betas too buggy for me

#1496

Waited to update to the new version (0.2.0-beta2) & now I can't use Beryl Settings Manager while Beryl works very well. I've removed & reinstalled all the Beryl components, trashed my preferences & reinstalled beryl-setting manager several times. Still no settings manager. Any ideas?

#1497

beryl crashes on startup, but when i start it manually it says this:


XGL Present
beryl: GLX_EXT_texture_from_pixmap is missing
beryl: Using non-tfp mode
beryl: No GLXFBConfig for default depth, falling back on visinfo.
Reloading options
Initiating splash

It kinda works, but there are no borders and most normal stuff doesn't work. It happened a few days ago after a beryl update. And i did udpate it today via dist-upgrade.

#1498

PriceChild said: Completely unrelated.

You've broken something yourself.

I got it figured out. For some reason, when I upgraded the Nvidia drivers, it installed a completely new kernel set, which didn't contain my network drivers. A little ](*,) and I got it working again.

#1499

VuDu said: I've dist upgraded to Feisty and now I'm having problems with the drivers.

With the Driver "nividia" in xorg.conf startx complains about some "wfb" module that seems not to exist and complains something about a conflict between version 9631 and 9746 i guess. Before dist-upgrading I hade beryl working ok from this howto.

Do I have to install those nvidia drivers for beryl on Feisty too? How about the kernel ones? Aren't those recent enough?

What should I do? Should I use the kernel drivers or follow the edgy howto? By the way, the nvidia repos from this howto doesn't work if I change it to feisty, will it work if I keep it with the "edgy" tag on sources.lst?

Sorry to bump it, but it seemed ignored before the "last release" announcement. ;)

#1500

ran beryl-settings in the terminal & got this:

dean@linux:~$ beryl-settings Traceback (most recent call last): File "/usr/bin/beryl-settings", line 2, in ? import berylsettings ImportError: No module named berylsettings

any ideas why there is not a module for beryl-settings?

#1501

Any suggestions on this? I have no idea what an ELF class is. Beryl is active but I am unable to achieve the 3d cube effect. Here is the output from my console.

Nvidia Present Relaunching beryl with __GL_YIELD="NOTHING" XGL Absent, checking for NVIDIA Nvidia Present libberylsettings: dlopen: /usr/lib/beryl/libgroup.so: wrong ELF class: ELFCLASS32 libberylsettings: dlopen: /usr/lib/beryl/libthumbnail.so: wrong ELF class: ELFCLASS32 libberylsettings: dlopen: /usr/lib/beryl/libimgjpeg.so: wrong ELF class: ELFCLASS32 beryl: GLX_EXT_texture_from_pixmap is missing beryl: Using non-tfp mode beryl: No GLXFBConfig for default depth, falling back on visinfo. Reloading options Initiating splash

Sorry to be such a Linux noob, but everyone starts somewhere.

#1502

Hi,

When i run "beryl-settings" from the command line I get the same error as autocrosser:

~$ beryl-settings Traceback (most recent call last): File "/usr/bin/beryl-settings", line 2, in ? import berylsettings ImportError: No module named berylsettings

This is with everything updated, I installed librsvg2-2, librsvg2-bin, librsvg2-common and then removed and reinstalled beryl-settings and beryl-settings-bindings, but no joy.

Any ideas?

EDIT: I found this thread http://www.ubuntuforums.org/showthread.php?t=339335&page=3

and running python2.5 /usr/bin/beryl-settings it now works.

Regards,

Cypr3ss.

#1503

That works for me also. From the thread:

Type the command:

Quote: $sudo gedit /usr/bin/beryl-settings The very first line in the file should be:

Quote: #!/usr/bin/env python Append 2.5 to the end, like so:

Quote: #!/usr/bin/env python2.5 Save the file. Should work now.

That is from soldierboy101st---Thanks!!!

#1504

EtrnlApocaplypse said: Is it just me, or does this seem to be missing something that 0,1.99-0.2 Version that was up for a day had. Like live thumbnails of application windows when hovering over them in the taskbar, and some other small things from the beryl-settings manager seem to be missing. Like there was a Jpg plugin in the image format section.They are now contained in the beryl-plugins-extra package

autocrosser said: Waited to update to the new version (0.2.0-beta2) & now I can't use Beryl Settings Manager while Beryl works very well. I've removed & reinstalled all the Beryl components, trashed my preferences & reinstalled beryl-setting manager several times. Still no settings manager. Any ideas?```

rm ~/.beryl


> **autocrosser said:**
> ran beryl-settings in the terminal & got this:

dean@linux:~$ beryl-settings
Traceback (most recent call last):
  File "/usr/bin/beryl-settings", line 2, in ?
    import berylsettings
ImportError: No module named berylsettings

any ideas why there is not a module for beryl-settings?make sure your packages are compeltely up to date.
#1505

Should mention that the latest update to Feisty allows you to finally install beryl-settings-bindings.

#1506

~LoKe said: Should mention that the latest update to Feisty allows you to finally install beryl-settings-bindings.One of the 2 main reasons we repackaged so soon :P

#1507

Had an beryl update a bit ago, now ever apt-install I get the following error:

files list file for package `beryl-core' is missing final newline Errors were encountered while processing:

Any ideas? Using

deb http://ubuntu.beryl-project.org edgy main deb-src http://ubuntu.beryl-project.org edgy main

Didjit [B] Edit: I dug around, removed beryl-core from /var/lib/dpkg/status and re-ran apt-get update. Seemed to work.[/B]

#1508

Hi Pricechild--- I had waited to update (see my post on the prior page) & reinstalled-removed & reinstalled completely several times (using the SVN repository). I had the beryl-settings-manager problem until the edit as noted.

I thank you for all the work you do for Beryl & Ubuntu--just wanted to note that I was asking for a more advanced answer as I had already exausted the simple ones:wink:.

#1509

I updated to beryl 2.0 beta 2 and I seem to be facing some sort of a bug. When I open a a new windows though an application, say a link in a new windows in firefox. The new windows opens as an inactive one...Is this a bug, because it's a beta version, or do I have to do something with the settings to fix it?

#1510

Ok I have it installed and running just fine, only am buggged by this one thing right now. I can only use desktops/viewports 1 and 2 and 3 and 4 are mirrors of them. I have tried changing them and end up with 16 of them in beryl settings. Anyone have any suggestions?

#1511

dtruesdale said: Ok I have it installed and running just fine, only am buggged by this one thing right now. I can only use desktops/viewports 1 and 2 and 3 and 4 are mirrors of them. I have tried changing them and end up with 16 of them in beryl settings. Anyone have any suggestions?CHange number of desktops to 1 but horizontal size to 4

#1512

PriceChild said: CHange number of desktops to 1 but horizontal size to 4

Did that and all it did was take the 2 there and make the spaces larger on the bar.

#1513

Is there a setting that'll allow me to change the maximum opacity? I'd like to make something fully transparent without having to set a window attribute to w:DOCK:1.

#1514

The new beryl is allot more stable. Every time I used to click on something from gnome-panel it used to crash. Now it doesn't but still not perfect. It is quite usable though.

#1515

so would bebetter to upgrade from 0.1.4 or better to wait 0.2 stable?

#1516

Am I the only one with this problem? If I click the title bar of a fullscreen window, it jumps onto another viewport. o_O

This happened on my old installation, too, but this one's fresh.

#1517

flapane said: so would bebetter to upgrade from 0.1.4 or better to wait 0.2 stable?Upgrade :)

~LoKe said: Am I the only one with this problem? If I click the title bar of a fullscreen window, it jumps onto another viewport. o_O

This happened on my old installation, too, but this one's fresh.Never heard of this sorry... file a bug? :)

#1518

Ok :D

#1519

ok everything seems better and I love the new panel, anyway I lost the transparency in active windows...how to re enable it? I activated all the opacity functions but no way

#1520

hoagie said: I updated to beryl 2.0 beta 2 and I seem to be facing some sort of a bug.

When I open a a new windows though an application, say a link in a new windows in firefox. The new windows opens as an inactive one...Is this a bug, because it's a beta version, or do I have to do something with the settings to fix it?

Nobody knows how to solve it?

#1521

If I install the extra plugins, I get libberylsettings: dlopen: /usr/lib/beryl/libgroup.so: wrong ELF class: ELFCLASS32 libberylsettings: dlopen: /usr/lib/beryl/libthumbnail.so: wrong ELF class: ELFCLASS32 libberylsettings: dlopen: /usr/lib/beryl/libimgjpeg.so: wrong ELF class: ELFCLASS32

amd64

#1522

0.2.0 has been very buggy for me.

I'm having problems with application switcher, scale, and rotating the cube. I've posted in Beryl forums to see if there are any solutions, but for the time being, how would I go about downgrading to 0.1.4?

edit: I've also lost all window transperency. I was messing with bsm, and under Visual Effects -> Window Decoration -> Appearance, I have apply transperency/brightness/saturation checked, but it's not working.

Any ideas for this slight issue?

#1523

Thought I share a script I use as I have a problem playing UT2004 if I have Beryl on. When playing UT2004, I had to switch to KWin (I use Kubuntu) whenever I wanted to play. As I play much, I felt it was tiring to change to KWin from the beryl-manager icon all the time.

This script makes it automatic. It changes to KWin and then start the game. When I'm done playing and close the game, Beryl starts.

#!/bin/bash

killall -s USR2 beryl-manager
ut2004 $@ ;
killall -s USR2 beryl-manager
beryl & emerald --replace &
exit 0

This would maybe work for Gnome and other games as well, but I haven't tested it. If you want to try it with another game, you have to (of curse) change "UT2004" to the executable for your game.

Edit: I can not take any credit for making this script, I had too much help for that :)

#1524

Nice work Eazy©, I tried it under Gnome with Enemy Territory, it turns Beryl off, but it doesn't come back on after quitting the game.

Also the Beryl icon stays on the panel, should it be completely removed?

I tried a few modifications, but still no-go, any more suggestions?

Here is the script:

#!/bin/bash
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
cd "/home/shared/enemy-territory/"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
killall -s USR2 beryl-manager
exec ./et606b.x86 "$@"
killall -s USR2 beryl-manager
beryl &
emerald --replace &
exit 0

PS. Oh and I updated to Beryl 0.2.0 Beta 2 today and all is working perfectly :)

============= EDIT EDIT EDIT EDIT =============

I got it working, I removed the "exec" from the front of the actual game line:

exec ./et606b.x86 "$@"

and it works perfectly, thanks a bundle Eazy© :)

#1525

Just freshly installed Kubuntu and get the following lines among many successfully responses:

[i]Err http://beryl-mirror.pricechild.co.uk edgy/main Packages 404 Not Found Failed to fetch http://beryl-mirror.pricechild.co.uk/dists/edgy/main/binary-amd64/Packages.gz 404 Not Found [/i]

Looks like it's unrelated to my switch from Ubuntu and rather a problem at the source. Can any verify that this fails during *apt-get update*?

And is the Kubuntu Edgy environment known to play well with Berly & AIGLX?

I don't want to contiune with the installation and risk messing up my config right away :)

Thanks.

#1526

PrinceVince said: Just freshly installed Kubuntu and get the following lines among many successfully responses:

[I]Err http://beryl-mirror.pricechild.co.uk edgy/main Packages 404 Not Found Failed to fetch http://beryl-mirror.pricechild.co.uk/dists/edgy/main/binary-amd64/Packages.gz 404 Not Found [/I]

Looks like it's unrelated to my switch from Ubuntu and rather a problem at the source. Can any verify that this fails during *apt-get update*?

And is the Kubuntu Edgy environment known to play well with Berly & AIGLX?

I don't want to contiune with the installation and risk messing up my config right away :)

Thanks.Ah yes... I removed the direct link to my repos so you have to use http://ubuntu.beryl-project.org instead.

Forgot to update the guide so will sort that out now! :D

#1527

Thanks man, removed the repo an the whole process worked flawless.

Kudos to your diligent work on the project!

#1528

flapane said: If I install the extra plugins, I get

libberylsettings: dlopen: /usr/lib/beryl/libgroup.so: wrong ELF class: ELFCLASS32 libberylsettings: dlopen: /usr/lib/beryl/libthumbnail.so: wrong ELF class: ELFCLASS32 libberylsettings: dlopen: /usr/lib/beryl/libimgjpeg.so: wrong ELF class: ELFCLASS32

amd64

bump

#1529

flapane said: bumpSorry for not getting back to you sooner.

We're aware of this issue that a small number of people are experiencing and will hopefully be releasing updates in the coming days.

#1530

I googled about some issues related to 32bit flags on these 64bit plugins, maybe another compile on an amd64 distro should fix the problem, unfortunately I haven't any spare time for exams (and tomorrow will be my birthday too :P)

#1531

flapane said: I googled about some issues related to 32bit flags on these 64bit plugins, maybe another compile on an amd64 distro should fix the problem, unfortunately I haven't any spare time for exams (and tomorrow will be my birthday too :P)Hehe yeah we know :)

It just takes some time to sort out building and then syncing across the 6 mirrors we've got running... It should be a lot faster but meh :)

I PROMISE you we'll have it sorted before the start of the week. (but don't hold me to that ;))

#1532

[IMG]http://farm1.static.flickr.com/104/366479849_b230238927_o.png[/IMG]

...probably it will be the next toy, a dashbord-macos-like widget

#1533

flapane said:

...probably it will be the next toy, a dashbord-macos-like widget

Hi Flapane, can you enlighten me as to where I can get those fabbo toys?

And also a belated happy birthday to you :)

#1534

tnx;) I found it in the beryl forum, in a post by Trevino

#1535

Hrm, I seem to be having troubles installing Beryl. I used the Official Guide, located here:

http://wiki.beryl-project.org/index.php/Install/Ubuntu/Edgy/AiGLX#How-to_install_Beryl_with_AIGLX_on_Edgy_Eft

And that partly worked. I managed to install Beryl and Emerald themes with that method, but whenever I tried to load the Beryl themes, it would go to the Splash Screen, which would wave around the edges a bit, and then the screen would go white, then black, and then I think Beryl crashed, bringing me back to the main login screen.

I assumed that my nVidia drivers were simply not updated, so I used the method in this Howto, and now I can't even launch the Splash Screen, I get errors. I think my problem might be that I installed the nVidia-glx file, as indicated in the first post in this thread. Does anybody know how to uninstall that? Here is some information:

1 - When I try and launch the Beryl Manager:


nathangl@NathanComputer:~$ beryl-manager
nathangl@NathanComputer:~$ XGL Absent, checking for NVIDIA
Nvidia Absent, checking for texture_from_pixmap
texture_from_pixmap absent, using Copy mode
Xlib:  extension "GLX" missing on display ":0.0".
beryl: Root visual is not a GL visual
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :0.0

2 - Here is my Sources.list. Note that I removed the one that was indicated that we should add in the beginning of this thread simply because I thought that might solve the problem:



deb http://ca.archive.ubuntu.com/ubuntu/ edgy main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ edgy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ca.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ edgy-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://ca.archive.ubuntu.com/ubuntu/ edgy universe
deb-src http://ca.archive.ubuntu.com/ubuntu/ edgy universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ca.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu edgy-security main restricted
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted
# deb http://security.ubuntu.com/ubuntu edgy-security universe
# deb-src http://security.ubuntu.com/ubuntu edgy-security universe

deb http://ubuntu.beryl-project.org/ edgy main
deb-src http://ubuntu.beryl-project.org edgy main

3 - Here is the result of "sudo gedit /etc/X11/xorg.conf"


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:12:14 PST 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           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
    Load           "dbe"
    Load           "dri"
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     "L1730S"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV17 [GeForce4 MX 440]"
    Driver         "nvidia"
    Option         "XAANoOffscreenPixmaps"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV17 [GeForce4 MX 440]"
    Monitor        "L1730S"
    DefaultDepth    24
    Option         "XAANoOffscreenPixmaps"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Just a note, I notice that something is missing in Section: Device. At least, something seems different ... If anybody could give me a hand with this, I would greatly appreciate it. Beryl looks very cool, and I would love to get it working.

#1536

Save all open work then...

sudo dpkg-reconfigure xserver-xorg -phigh
sudo nvidia-xconfig --add-argb-glx-visuals
sudo /etc/init.d/gdm restart
#1537

Hello. I am presently in the LiveCD, I will try to boot from safe mode in a moment.

Those terminal lines did not work as expected. I believe that the first one caused an error, although I am not totally sure. I didn't copy down the output because it looked like it worked at the time.

As for the second line, it asked me to what look like reset my X Configuration. I chose "vesa", and the highest resolution, which I've seen recommended before, at the prompts.

When I hit the third line, it refused to load the Opening Screen, and gave me a bunch of errors. Note that when I restarted the computer (manually), it gave me the same errors. They are as follows:

(On the blue and red screens, with the text in grey boxes)


"Failed to start the X Server (graphical interface). It is likely that it is not set up correctly.  Would you like to view the X Server output to diagnose the problem?"

I selected Yes here

It then gave me a bunch of information about the Linux Kernel, X and such.

"The X Server is now disabled.  Restart GDM when it is configured correctly."

I assume that either I selected the wrong options, or things are messed up. I am going to try safe mode now. Thanks for your continuing assistance and response.

#1538

You should definitely follow this guide, if you're using Nvidia and Edgy, instead of the guide you linked to. It's the best one around.

And make sure you enter the commands PriceChild gave you exactly, one at a time.

If all else fails, follow the first command (sudo dpkg-reconfigure xserver-xorg -phigh), and then follow this guide exactly, and all should work.

edit: I noticed in your sig that you are running 5.10... is that just a typo?

#1539

Hello,

Yes, I am starting to realize that. One small problem - I already followed the guide that I linked. I guess what I did was to try and combine the guides, but apparently that screwed things up royally.

Unfortunately, now I have managed to mess up my X Server, which emans I can't even log into Ubuntu. I am currently working off the LiveCD. I think I need to try and repair my xconfigure file that I changed when I was trying to install Beryl through the LiveCD (I successfully mounted the hard drive). To be honest, im not really sure what to do ...

I don't know much about X Servers and such, but I think that xorg.conf is an important file, and mine somehow got messed up. I managed to find it (/etc/x11/xorg.conf on my mounted Linux Hard drive), and noticed that it is different then it was. I haven't changed anything, but here is what is present showing. There is another backup that looks like what this file looked like when it was working. I'm not going to change anything right now, but I'm thinking that if I replaced the current one with the backed up one, that might solve my problems.

Here is then present one:


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:12:14 PST 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           "i2c"
    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     "Generic Monitor"
    HorizSync       28.0 - 51.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Generic Video Card"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    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      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Note that under Section: Device, it shows a Default Video Card?

#1540

bg1256 said: 0.2.0 has been very buggy for me.

I'm having problems with application switcher, scale, and rotating the cube. I've posted in Beryl forums to see if there are any solutions, but for the time being, how would I go about downgrading to 0.1.4?

Just wanted to bump this. I'd like to downgrade to 0.1.4, because 0.2.0beta2 is a little too buggy on my system, and I'd like to go back to the flawless version.

#1541

I just did a fresh install and everything is still working perfectly.

Thanks PriceChild.

#1542

I just installed Beryl as per the guide. I'm using the latest Nvidia driver available from the repositories (the stable). I had no warnings or errors during the install process. I can execute beryl-settings and set all the options I like. When I actually start Beryl, I get a splash screen, and that's largely it. I can't resize, move or minimize windows - the cursor just doesn't select. Beryl is running however, as when I close a window from the file menu I get the correct animation while it closes.

Anyone have thoughts? I'll include my xorg.conf.

Many thanks!


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:12:14 PST 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           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "dbe"
    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     "Generic Monitor"
    HorizSync       28.0 - 96.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Generic Video Card"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "NoLogo"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1920x1200" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1920x1200" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1920x1200" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1920x1200" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1920x1200" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Update - Removing the last 'composite' entry in the Xorg fixed it - thanks PriceChild!

#1543

Try running beryl-manager instead of beryl-settings.

#1544

bg1256 said: I just did a fresh install and everything is still working perfectly.

Thanks PriceChild.RC1 is out :)

Hubris2 said: I just installed Beryl as per the guide. I'm using the latest Nvidia driver available from the repositories (the stable). I had no warnings or errors during the install process. I can execute beryl-settings and set all the options I like. When I actually start Beryl, I get a splash screen, and that's largely it. I can't resize, move or minimize windows - the cursor just doesn't select. Beryl is running however, as when I close a window from the file menu I get the correct animation while it closes.

Anyone have thoughts? I'll include my xorg.conf.

Many thanks!remove ``` Section "Extensions" Option "Composite" "Enable" EndSection

#1545

Hmm....that must be a left-over from when I tried Compiz. I seem to remember having similar problems with Compiz - unable to select, move or close windows.

I'll try tonight! Thanks!

PriceChild said:

remove ``` Section "Extensions" Option "Composite" "Enable" EndSection

#1546

After the last update today, i get this error:


nicjasno@black:~$ beryl-manager
nicjasno@black:~$ **************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : XGL

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed

** (beryl-manager:5718): WARNING **: Beryl caught deadly signal 11
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.
**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : XGL

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed

** (beryl-manager:5718): WARNING **: Beryl caught deadly signal 11
#1547

I updated to the newest release and got this error while installing:

E: /var/cache/apt/archives/beryl-plugins_0.1.9999.1~0beryl1_i386.deb: 
trying to overwrite `/usr/lib/beryl/libimgjpeg.so', which is also in package beryl-plugins-extra

All of the packages got upgraded except "beryl-plugins". Beryl-manager runs on start-up, but there is no window manger, and I have to revert to Metacity. When I open beryl-settings there is only a general options tab. Any ideas, Thanks.

#1548

nicjasno said: After the last update today, i get this error:

We're working on it.

Dave Burbank said: I updated to the newest release and got this error while installing:

E: /var/cache/apt/archives/beryl-plugins_0.1.9999.1~0beryl1_i386.deb: 
trying to overwrite `/usr/lib/beryl/libimgjpeg.so', which is also in package beryl-plugins-extra

Beryl-manager runs on start-up, but there is no window manger, and I have to revert to Metacity. When I open beryl-settings there is only a general options tab. Any ideas, Thanks.``` sudo apt-get remove beryl-plugins-extra sudo apt-get install beryl-plugins

#1549

Thanks PriceChild! Worked like a charm.

#1550

This guide worked for me without any problems. I had previously destroyed my desktop once before (using the relevant guide at the "official" wiki) and I was reluctant to try a second time. Fortunately, these instructions were perfect.

I'm running Ubuntu 6.10 with an AMD64 CPU and the current nvidia drivers (1.0-9746).

I'm sure I'll regret posting this, but my first look at Beryl brought a fragile tear to my eye. I've been hooked on computers since 1987 (I was born in '81) and this is, without question, the most amazing thing I've seen in the desktop computing environment since day one. Forget Vista, forget OS X. They don't even begin to compare with respect to the level of customization.

My hat goes off to all of the extremely talented Beryl developers and contributors. This kicks total ***. Thanks for sharing your world with the rest of us.

#1551

+1 ;)

#1552

is it safe to upgrade now?

#1553

Hi

I have had beryl working fine using this guide however following the recent Beryl updates i am having some problems (i have read back a few posts and seen similar stuff but nothing quite the same, or stuff i understood)

i get this when i start beryl-manager:

voteslave@voteslave-desktop:~$ beryl-manager voteslave@voteslave-desktop:~$ **************************************************************

**************************************************************

  • Beryl system compatiblity check *

Detected xserver : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension : passed (v0.3) Checking for XDamage extension : passed Checking for RandR extension : passed Checking for XSync extension : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig : passed [COLOR="Red"][B]Checking for GLX_EXT_texture_from_pixmap : failed

No GLX_EXT_texture_from_pixmap beryl: No GLXFBConfig for default depth, falling back on visinfo. Reloading options[/B][/COLOR]

It seems to work but is quite slow and unresponsive - anything i can do to stop the error?

thanks

#1554

I think that you need to provide only stable releases through the update manager, since some users, who don't have an experienced with all the drivers, xgl, beryl stuff are very confused (one of them is me!).

#1555

Great guide, installed Beryl flawlessly.

After the upgrade RC1, the fire effect just isn't the same (not smooth at all) Is it just me? Anyone else notice it? I can't even tweak the settings to make it smooth :(

#1556

ofir_k said: I think that you need to provide only stable releases through the update manager, since some users, who don't have an experienced with all the drivers, xgl, beryl stuff are very confused (one of them is me!).To be blunt... if you're not prepared for breakage then get off of xgl/aiglx/beryl/compiz and all compositing!

We thought the packages were good, turns out that xgl broke beyond our control.

Pricey

#1557

sean222 said: Great guide, installed Beryl flawlessly.

After the upgrade RC1, the fire effect just isn't the same (not smooth at all) Is it just me? Anyone else notice it? I can't even tweak the settings to make it smooth :(

Same here...but I trust it will be fixed in the next update.

#1558

ofir_k said: I think that you need to provide only stable releases through the update manager, since some users, who don't have an experienced with all the drivers, xgl, beryl stuff are very confused (one of them is me!).

don't use it on your production boxes and...maybe you never tried svn repos, then :lolflag:

#1559

That last upgrade jacked my beryl too. I just noticed the fire effect isn't quite right anymore.

However, my bigger problem is with the water effect. It was all running smoothly before but now anything that causes waves makes my screen flicker switch or cycle between normal output and very dim almost black. It usualy comes to a rest on the dim black output until the waves completely subside when it will switch back to normal.

is there any way to roll back or should I just turn off the water effect until the next update comes out?

#1560

i rolled back to 0.1.4 a while ago, my procedure was as follows

-once u got all the debs,uninstall beryl and emerald and all that in synaptic -comment out the beryl repos in sources.list, install all the debs u got from /var/cache/apt with dpkg -i --force-depends whatever.deb ull get lots of unresolvabel dependency things without the --foce-depends, but once all the debs are isntalled all is good and no broken packages. at least that worked great for me. dont blame me if it fucks something up

  • go to /var/cache/apt find the beryl and emerald 0.1.4 files, copy them soemwhere
  • double click each of them without installing, just make a note of the dependencies for each of them, get those dependencies(version 0.1.4) from /var/cache/apt
#1561

Just had Beryl working beautifully. And then my son flicked the power supply off.

One forced reboot later and the following started happening.

  1. Beryl effects loaded when KDE started (3D cube for the desktop, beam up effect, etc).
  2. However, no Emerald themes, no window decorations whatsoever.
  3. On starting beryl-manager, all the Beryl stuff goes away and I get my standard KDE decorations back.

So it is with much regret at the loss of the eye candy that I've just purged the packages from the system.

Anyone got any ideas why this lot happened?

And, on another note, does beryl work with the Enlightenment desktop?

#1562

I installed the stable Nvidia driver and Beryl. This appears to have gone OK and when I restart my system I get my normal Kubuntu desktop. However, when I try to run beryl-manager windows appear with black client areas. If I right click on the Beryl Manager the menu is displayed as a black square.

Some people seem to have had this problem with earlier versions of Beryl, but I can't find any recent reports.

My video card is a GeForce 6150 with 128 MByte RAM.

Here is a log of what happens when I start beryl-manager:

ian@hannah:/var/home/ian$ X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device

**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed
Checking for non power of two texture support   : passed
Checking maximum texture size                   : passed (4096x4096)

Relaunching beryl with __GL_YIELD="NOTHING"
**************************************************************
* Beryl system compatiblity check                            *
**************************************************************
Detected xserver                                : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed
Checking for non power of two texture support   : passed
Checking maximum texture size                   : passed (4096x4096)

X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 169  
 Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
Reloading options

#1563

igb: This is a driver bug.

This essentially happens when you run out of video memory. The only known workaround for this until it is fixed in the nVidia driver is to start beryl with --use-copy or "Copy Rendering" from beryl-manager.

#1564

Hey everybody.

I had Edgy installed on my computer a few months back, then my hard drive and I am just now putting it back on. I started with a fresh install and first priority tried to install the nVidia driver using the first method. I am certain I followed all the instructions correctly, but when I restart X or reboot the computer, I am left with a black screen. My hard drive activity light does not blink and the computer just sits there. CTRL+ALT+F1 doesn't work and I am forced to manually reboot the computer. Since then I have reinstalled Edgy several times and tried both methods, but I keep having the same black screen problem. I had the nVidia driver working the last time, and I'm not sure why it is doing this. I did notice that I have an i386 kernel showing up in grub after I reboot...I'm not sure why this is. I tried to browse this topic, but there are so many pages I gave up after a bit.

Also, I am not quite experienced enough with the command prompt to fix this black screen problem, so I have been having to reinstall Edgy. How would I go about removing that driver so I can fix the problem in the future?

My system is a Toshiba G15-AV501R, with the nVidia GeForce Go 6600.

Thanks! corndog

EDIT: Oh and I did find one post about this, but the response was simply to check the xorg.conf

I have checked it, and am not totally sure what I should be looking for. I followed these instructions to the letter, and am having issues...

#1565
sudo dpkg-reconfigure xserver-xorg -phigh

Will reconfigure X for you without having to reinstall Edgy. However, note that it will alter any other changes you have made, such as configure a mouse/keyboard/screen resolutions. But at least it will spare you from reinstalling.

And as for the 386 kernel being there, it can be removed

sudo apt-get remove linux-image-*whatever the name of the linux image is*

I'm not sure why this guide continues to install the 386 image. I just had the same thing happen a few days ago, but I simply removed it and booted through the generic kernel, and all works.

#1566

any way to disable the autoswitch from one window to an other if I put the mouse arrow on that window without clicking on it? It makes me crazy...

#1567

im new to ubuntu and linux, been using windows since i got my first pc (about 10 years ago) ive had ubuntu installed now for about 4 days, and im really enjoying the experience, ive had some trouble with drivers, but i got it sorted in the end, but my enjoyment level has just shot through the roof, ive installed beryl with no apparent problems, and im loving it, im so glad i decided to try ubuntu, beryl is such a good thing to have. if this shouldnt have been posted here, then i am sorry, but i had to say what a great program beryl is, and if any one is having trouble installing it, or running it, keep trying it is well worth it.

#1568

PriceChild said: igb: This is a driver bug.

This essentially happens when you run out of video memory. The only known workaround for this until it is fixed in the nVidia driver is to start beryl with --use-copy or "Copy Rendering" from beryl-manager.

Thanks that worked.

Ian.

#1569

Hey all:

Im new to Ubuntu/Linux in a way. Ive had a few attempts at installing it but never got very far (graphics, sound and once I got those working the general annoyance of getting MP3/WMA files to play!) But finally I seem to be getting somewhere.

I love the simplicity of it all, and have seen some pretty amazing videos of Beryl, AIGLX and so on and would love to get them going.

Ive given it a few tries, knowing now that I can easily wipe Ubuntu off and start over at the worst.

Unfortunately thats all I seem to be doing - I cannot get this thing going.

My scenario - I have an Nvidia graphics card, however it is classed as a LEGACY card. Its an old TNT2 (this is a box just thrown together of old bits). My first question is, is this card supported? It does Hardware rendering on 6.06, and while I believe its enabled on 6.10 I cant verify this as the xglinfo | grep rendering command is busted... I know the driver is loading and being used though so I think I am going OK.

My experience with 6.06 was using XGL of course, and while I followed each instruction, creating the XGL session and logging onto that, it ended up all buggy - the window drawing box would leave artifacts on screen, the mouse pointer would leave an artifact, etc etc - things just werent right, and none of the effects I saw on the videos and that i have read about were happening. My guess is that its just too old a card or that the nvidia-legacy package isnt supported.

Nonetheless I tried again on 6.10, hoping that AIGLX would work better, also assuming that the graphics were installed fine and some form of hardware rendering was happening. I am reading this guide, and it seems to make sense, although I have tried before using it and it hasnt wielded any results. I can get beryl-settings to run, but emerald doesnt load and basically installing it all has no effect on the system, except a slightly slower startup time.

So, two questions:

  1. Are the legacy drivers supported?
  2. If so, how do I get beryl going on either 6.06 or 6.10?

2 is a bit vague but based on my experiences above, can someone point me in the right direction? If I can get it to work, then that way I know it will work with my hardware and Ill just go out and get a new graphics card.

This could be it for me - I might end up wanting to use Linux instead of Windows!

Cheers guys,

pasty2k2 :guitar:

#1570

Step one is to get the binary Nvidia driver loaded correctly. There have been links posted a couple times to the procedure to get a recent Nvidia driver installed, including for devices that require working in 'legacy' mode.

Once you have the driver working, Beryl should be no problem.

#1571

@ pasty2k2 I'm afraid that with a legacy card, you'll need to go xgl and this guide isn't for you :(

I've got a sticky in General Help with a list of guides

#1572

Thanks PriceChild - just what I was expecting to hear to be honest! Needed to confirm though. Any reccomendations on a cheap-ish AGP card to get nice results out of this?

Could this also be the reason why glxinfo | grep rendering just pumps out errors?

By the way Ive successfully managed to get this on a Mac Mini and performed the above command, returning the desired "direct rendering: YES" result. So its not Edgy thats the problem - could it be like I stated above that my card just isnt liked very much?:-?

#1573

I think I screwed my edgy up....I got as far as rm ./beryl-install-script and then I restarted and then I got what I think is equivalent to a BSOD...though, this you can actually navigate through. I have an nvidia geforce 4 agp8x but I guess its not good enough and I think I screwed up my settings somewhere. Now, I don't have a gui, all I have is a command prompt/terminal to try and enter commands in but I don't know how to uninstall the beryl to get back to where I was before I installed it. Any suggestions?

#1574

You'll need to use the 7184 (i think) driver combined with xgl to get beryl atm.

You could go out and buy a new card.... but up to you :)

#1575

PriceChild said: You'll need to use the 7184 (i think) driver combined with xgl to get beryl atm.

You could go out and buy a new card.... but up to you :)

Right, but I don't have a gui, so what commands should I use to get it back, or uninstall beryl?

#1576

Mnew2Linux said: I think I screwed my edgy up....I got as far as rm ./beryl-install-script and then I restarted and then I got what I think is equivalent to a BSOD...though, this you can actually navigate through. I have an nvidia geforce 4 agp8x but I guess its not good enough and I think I screwed up my settings somewhere. Now, I don't have a gui, all I have is a command prompt/terminal to try and enter commands in but I don't know how to uninstall the beryl to get back to where I was before I installed it. Any suggestions?I haven't a clue what you're talking about... there is no ```

./beryl-install-script


I think you should start my instructions from the top.
#1577

flapane said: any way to disable the autoswitch from one window to an other if I put the mouse arrow on that window without clicking on it? It makes me crazy...

:icon_frown:

#1578

PriceChild said: I haven't a clue what you're talking about... there is no ```

./beryl-install-script


I think you should start my instructions from the top.

In terminal I typed:
> gedit ./beryl-install-script which obviously creates the script file

Then, in the script:

> #!/bin/bash
if [ `whoami` != "root" ]; then
 echo "You must run this script as root.";
else
 cp /etc/apt/sources.list /etc/apt/sources.list.backup.beryl-script
 cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup.beryl-script
 echo "deb [http://nvidia.limitless.lupine.me.uk/ubuntu](http://nvidia.limitless.lupine.me.uk/ubuntu) edgy stable" >> /etc/apt/sources.list
 wget [http://nvidia.limitless.lupine.me.uk/ubuntu/root@lupine.me.uk.gpg](http://nvidia.limitless.lupine.me.uk/ubuntu/root@lupine.me.uk.gpg) -O- | apt-key add -
 aptitude -y update && aptitude -y install linux-restricted-modules-$(uname -r) nvidia-glx
 nvidia-xconfig --add-argb-glx-visuals
 echo "deb [http://ubuntu.beryl-project.org/](http://ubuntu.beryl-project.org/) edgy main" >> /etc/apt/sources.list
 wget [http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg](http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg) -O- | apt-key add -
 aptitude -y update && aptitude -y dist-upgrade
 aptitude -y install beryl emerald emerald-themes
 echo "[Desktop Entry]
 Encoding=UTF-8
 Name=Beryl Manager
 GenericName=3D Window Manager
 Comment=Beryl Manager daemon
 Icon=/usr/share/icons/hicolor/scalable/apps/beryl-manager.svg
 Exec=beryl-manager
 Terminal=false
 Type=Application
 Categories=GTK;GNOME;Application;Utility;
 StartupNotify=true
 X-Ubuntu-Gettext-Domain=beryl-manager" | sudo tee /etc/xdg/autostart/beryl-manager.desktop
 sudo cp /etc/xdg/autostart/beryl-manager.desktop /usr/share/applications/beryl-manager.desktop
 cp /etc/xdg/autostart/beryl-manager.desktop ~/Desktop/beryl-manager.desktop
 echo -e "\n\nBeryl is now installed.\n\nTo run Beryl on Ubuntu startup, please add beryl-manager to your\nstartup programs (System > Preferences > Sessions, and click on\nthe \"startup programs\" tab). Afterwards, please reboot.\n\nBackups of /etc/apt/sources.list and /etc/X11/xorg.conf were made:\n    /etc/apt/sources.list.backup.beryl-script\n    /etc/X11/xorg.conf.backup"
fi;

Finally, to remove the script:

> rm ./beryl-install-script

make sense?

But I don't have a gui now, just an error screen and then a terminal screen which I have to log on first and then once I'm in I'm at the terminal...
#1579

flapane said:

Quote: Originally Posted by flapane View Post any way to disable the autoswitch from one window to an other if I put the mouse arrow on that window without clicking on it? It makes me crazy... :icon_frown:

In Beryl Settings Manager -> General Options -> main -> Focus and Raise, make sure "Click To Focus is checked".

#1580

already done lots of times, nothing changes edit: same thing for a friend of mine on gentoo

#1581

Mnew2Linux said: In terminal I typed:

which obviously creates the script file

Then, in the script:

Finally, to remove the script:

make sense?

But I don't have a gui now, just an error screen and then a terminal screen which I have to log on first and then once I'm in I'm at the terminal...I'll say it again...

NO-WHERE in my instructions does it ask you to create a script and do all of that...

IMO you should

sudo dpkg-reconfigure xserver-xorg -phigh
#1582

PriceChild said: I'll say it again...

NO-WHERE in my instructions does it ask you to create a script and do all of that...

IMO you should

sudo dpkg-reconfigure xserver-xorg -phigh

I didn't get it from your instructions, I got it from Beryl-project.org. Was just curious that's all, thanks for the help...

#1583

Mnew2Linux said: I didn't get it from your instructions, I got it from Beryl-project.org. Was just curious that's all, thanks for the help...I hope my guide helps fix things.

#1584

PriceChild said: I hope my guide helps fix things.

Well, I'm gonna try to remove beryl from the terminal and start over, I used the command you referenced and it worked, but my error screen states that I have no screens installed, basically I used beryl's nvidia drivers but this piece wasn't compatible...

#1585

trommas said: Ok, the kernel just changed and my x brioke ("No screens detected"). How do I reinstall the drivers from the command-prompt ?

This is similar to my problem...

brottman said: Another update to l-r-m again today. Stopped my X from working. Heres how I fixed it.

  1. ctrl-alt-F1 to get to a console to login at.
  2. Run the nvidia script again (Not sure if this was actually neccessary)
sudo sh NVIDIA-Linux-x86-1.0-9625-pkg1.run
  1. Tell Ubuntu not to load the 'nv' driver in the l-r-m
sudo nano /etc/default/linux-restricted-modules-common

Add "nv" to DISABLED_MODULES

Reboot & enjoy the wobbly windows again.

No luck, still seeing that there are no devices installed...what now?

I've tried this, to remove the nv modules on start up, sudo aptitude remove --purge...emerald-themes, sudo dpkg...-phigh, pretty much I've even tried to sudo apt-get install nvidia-glx...no luck, each time I'm back to the terminal...

#1586

Anyone know of any NVIDIA tweaks (or link to tweaks) to make Beryl run as smooth and as fast as possible?

All I've found so far is adding "TripleBuffer" "True" to xorg.conf

#1587

sean222 said: Anyone know of any NVIDIA tweaks (or link to tweaks) to make Beryl run as smooth and as fast as possible?

All I've found so far is adding "TripleBuffer" "True" to xorg.conf

All of the xorg.conf options are enumerated here: http://download.nvidia.com/XFree86/Linux-x86/1.0-[COLOR="RoyalBlue"]9746[/COLOR]/README/appendix-d.html

Just change the [COLOR="RoyalBlue"]9746[/COLOR] to whatever version of the driver you're running. I don't think many will be useful, since in the newer drivers most of the old tricks that we used to use with Compiz (RenderAccel, AllowGLXwithComposite, etc) have either been turned on by default or deprecated.

#1588

Anyone else getting the occasional black window in the latest Beryl (0.1.9999.1)?

The border is there but the content is just a black background!

And what gives with this ridiculous illogical version numbering system anyway, that sees 0.1.9999.1 as being greater than 0.1.99.2?

Kev :)

#1589

kvonb said: And what gives with this ridiculous illogical version numbering system anyway, that sees 0.1.9999.1 as being greater than 0.1.99.2?

Kev :) Ummmm... 0.1.9999.1 IS greater than 0.1.99.2. 1.9999 - 1.99 = 0.099 (a positive number)

#1590

Once you have more than one decimal, you can't compare it to our standard base-10 numbering system. I agree - the number of digits in the versions of a single piece of software SHOULD remain standard and only the last decimal range increment - but that doesn't always happen.

#1591

Hubris2 said: Once you have more than one decimal, you can't compare it to our standard base-10 numbering system. I agree - the number of digits in the versions of a single piece of software SHOULD remain standard and only the last decimal range increment - but that doesn't always happen.You misunderstand the numbering system we use :)

0.1.99.2 is not 0.1.9900.2 when compared to 0.1.9999.1

The numbers can go over 10 and each type of version is separated by the .

An explanation of the general system could be....

<major>.<Stable>.<fix>.<build>

Ie... every time we rebuild the packages we add 1 to the build. Every time new "stable" source is released with fixes and so on, the fix part is incremented.

I hope this has helped explain things... one final example...

With the linux kernel, the current major version goes:

2.6.0 , 2.6.1 , 2.6.2 , ... , 2.6.9

It then doesn't go to 2.7.0 because It may not be that big a feature increase to warrant that raised number... instead it goes:

2.6.9 , 2.6.10 2.6.11

2.6.10 is NOT 2.6.1 :)

Pricey

#1592

x64Jimbo:

Ummmm... 0.1.9999.1 IS greater than 0.1.99.2. 1.9999 - 1.99 = 0.099 (a positive number)

Ummmm, you just shot yourself in the foot with that one! The sum would be: 0.1.9999.1 - 0.1.99.2, which you can't do because you have too many decimal points! You can't just leave out the inconvenient bits because they don't work! Might as well be working for Microsoft, hahahaha.

That was my point, I read it as being a decimal numbering system, when in fact it's not, it's a special code that needs a "Special agent secret decoder wheel and special powers ring with cool cape and mask (free when sending in 10 packet tops and $10.99 for postage and handling!)" to decipher :).

My point being, that it looks totally illogical and absurd from an "average" persons viewpoint!

Just to keep adding numbers in a seemingly ad-hoc manner made no sense to me!

All this makes absolutely no difference to anything at all, and really doesn't matter the slightest little bit because the people who build it will do exactly what they want anyway :).

They understand it, so that's all that counts I expect!

#1593

Actually I do largely understand that...and I was trying to convey at least part...although you did a better job. Linux uses one additional octet over what people might be familiar with under Windows.....version 2.1 would be a bugfix or small version release over 2.0 under windows, and the next full release would be 3.0. Under Linux you track the bugfixes in addition to the major and minor versions.

Would 0.1.9900.2 mean the 9900th release for bugfixes, build 2? Could there ever be 9900 separate bugfixes with their own releases of something before the next stable or major release?

PriceChild said: You misunderstand the numbering system we use :)

0.1.99.2 is not 0.1.9900.2 when compared to 0.1.9999.1

The numbers can go over 10 and each type of version is separated by the .

An explanation of the general system could be....

<major>.<Stable>.<fix>.<build>

Ie... every time we rebuild the packages we add 1 to the build. Every time new "stable" source is released with fixes and so on, the fix part is incremented.

I hope this has helped explain things... one final example...

Pricey

#1594

Each bugfix doesn't warrant its own increment.

With beryl we've skipped from 0.1.4 to 0.1.99 (which in beryl terms means beta) and from there to 0.1.9999 (which in beryl terms means release candidate)

#1595

flapane said: any way to disable the autoswitch from one window to an other if I put the mouse arrow on that window without clicking on it? It makes me crazy...

I can't use my box with this, and I shouldn't want to disable beryl :\

#1596

flapane said: I can't use my box with this, and I shouldn't want to disable beryl :\

That's called "focus follows cursor" and it should be an option you can turn off.

#1597

Not sure if this questions belongs in this 160 gasp page thread, but here goes:

I got Beryl working with the 9631 Nvidia Drivers in Edgy...with direct rendering!

BUT! Direct rendering is disabled when I boot up ubuntu. Rather, I have to restart GDM, press ctrl-alt-f1, login again from the command line, then type startx.

Magically, when I get back to my desktop, direct rendering is enabled!

I hope this is some kind of strange phenomenon and not something I need to do everytime....

Anyone got any ideas? Thanks!

#1598

x64Jimbo said: That's called "focus follows cursor" and it should be an option you can turn off.

i can find only sloppy focus, but nothing changes:confused:

#1599

I have a problem with making beryl to work properly on my fresh Edgy installation. The point is that its performance is incredibly slow comparing it to beryl that runs on my opensuse + xgl desktop. I did all the things necessary according to the tutorial. I have a nvidia gpu (fx 5200).

#1600

how do i restore the nvidia drivers after a kernel upgrade?

i have upgraded the kernel to -11 from -10 and the nvidia driver doesn't want to start. At the moment I'm using the nv driver until i find a solution. i had originally installed the drivers using option 1 (the repo).

any clues? thanks.

#1601

Download the installer and execute it. You'll want to add "nv" to the whatever list so you don't have to reinstall each time.

#1602

That reminds me.... We'll have to bug lupine to update his repos to sort out the breakge :)

#1603

Wow! Really nice! Working great so far! Thanx for the HOWTO.:KS

Just one little problems: I'm trying to install beryl-plugins-extra (can't get enough, can I?) and it can't install because it is trying to overwrite /usr/lib/beryl/libthumbnail.so from beryl-plugins. Any reasons for this?

#1604

After the kernel update Xserver crashed. It looks like the new kernel modules don't work with the nvidia driver, so I'm using the original xorg.conf without beryl and the nvidia drivers. Any ideas how to get this fixed?

#1605

Broke mine too. Happens a lot, unfortunately.

#1606

I updated to the newest kernel and newest nvida drivers today (used envy to uninstall previous drivers), then completly removed beryl and reinstalled it. When starting beryl-manager i still get this:


nicjasno@black:~$ beryl-manager
nicjasno@black:~$ **************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : XGL

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed

** (beryl-manager:5908): WARNING **: Beryl caught deadly signal 11

I was hoping to fix my beryl-lessnes, but the error (that i reported a few pages back) still persists.

#1607

Hi,

I've just installed beryl and I'm mostly getting only a black content (windows, menus, ...) and it's not due to the water effect. Previous versions worked fine.

#1608

I've been trying for awhile to install Beryl on Feisty without success. When I try installing Beryl, here's the message I'm getting:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:

The following packages have unmet dependencies:
  beryl: Depends: beryl-settings but it is not going to be installed
E: Broken packages

If I try installing beryl-settings, I get the following error:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help resolve the situation:

The following packages have unmet dependencies:
  beryl-settings: Depends: beryl-settings-bindings but it is not going to be installed
E: Broken packages

If I try installing beryl-settings, I get the following error:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help resolve the situation:

The following packages have unmet dependencies:
  beryl-settings-bindings: Depends: python (< 2.5) but 2.5-0ubuntu4 is to be installed

I've followed the instructions at the beginning of this thread and double-checked my process. I can't see that I've done anything out of line with the instructions.

Any suggestions?

#1609

foresth said: Hi,

I've just installed beryl and I'm mostly getting only a black content (windows, menus, ...) and it's not due to the water effect. Previous versions worked fine.Enable composite overlay window off of the beryl-manager drop down menus. Its a bug in the nvidia drivers.

nicjasno said: I updated to the newest kernel and newest nvida drivers today (used envy to uninstall previous drivers), then completly removed beryl and reinstalled it. When starting beryl-manager i still get this:


nicjasno@black:~$ beryl-manager
nicjasno@black:~$ **************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : XGL

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed

** (beryl-manager:5908): WARNING **: Beryl caught deadly signal 11

hoagie said: After the kernel update Xserver crashed. It looks like the new kernel modules don't work with the nvidia driver, so I'm using the original xorg.conf without beryl and the nvidia drivers. Any ideas how to get this fixed?

x64Jimbo said: Broke mine too. Happens a lot, unfortunately.Lupine will have his repos update ASAP!

hanexar said: Wow! Really nice! Working great so far! Thanx for the HOWTO.:KS

Just one little problems: I'm trying to install beryl-plugins-extra (can't get enough, can I?) and it can't install because it is trying to overwrite /usr/lib/beryl/libthumbnail.so from beryl-plugins. Any reasons for this?beryl-plugins-extra was superseeded by beryl-plugins-unsupported.

#1610

Worked great for me! Thanks Pricechild! All I had to do was to remove the .beryl folder in my homefolder.

Because I got this error: beryl: symbol lookup error: /usr/lib/beryl/libjpeg.so: undefined symbol: jpeg_std_error

Thanks! Everything working great now! :)

#1611

But it only works when I run it from Terminal (inside Gnome).. Any suggestions how to make it work on startup?

Also I think it doesnt run on its on Xserver or xorg or whatever.. When I type beryl-manager in tty2 it simply jumps to next line like nothing happend?

#1612

I apologize if this has been asked before and it's already posted somewhere in this or another thread but I haven't been able to find an answer (though I have found similar posts to mine). And sorry for posting again but I've been trying for a couple of days to install Beryl without success. I posted just above:

I've been trying for awhile to install Beryl on Feisty without success. When I try installing Beryl, here's the message I'm getting: ...

My post here

If an answer has been posted elsewhere or if I'm missing something obvious, can someone point me in the right direction?

#1613

With running only beryl, or even LD_PRELOAD=/usr/lib/fglrx/libGL.so.1.2.xlibmesa /usr/bin/beryl , i get only white.... everything is perfectly white, i see only the mouse. When trying to rotate the cube, all the cube sides are white also, except the top faces, which bear the beryl logo.

#1614

aktiwers said: But it only works when I run it from Terminal (inside Gnome)..

Any suggestions how to make it work on startup?

Also I think it doesnt run on its on Xserver or xorg or whatever.. When I type beryl-manager in tty2 it simply jumps to next line like nothing happend?Sorry... what doesn't work? Exactly which commands where?

(btw for beryl you have to give it --display=0.0 (or maybe --display=0:0 ) to tell it to go to the right display.

Kerry Lange said: I apologize if this has been asked before and it's already posted somewhere in this or another thread but I haven't been able to find an answer (though I have found similar posts to mine). And sorry for posting again but I've been trying for a couple of days to install Beryl without success. I posted just above:

My post here

If an answer has been posted elsewhere or if I'm missing something obvious, can someone point me in the right direction?could you``` sudo apt-get update sudo apt-get upgrade sudo apt-get install beryl

#1615

PriceChild said:

could you``` sudo apt-get update sudo apt-get upgrade sudo apt-get install beryl


Okay, I've done that and here's the output I get:

Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help resolve the situation:

The following packages have unmet dependencies: beryl: Depends: beryl-settings but it is not going to be installed E: Broken packages

#1616

cat /etc/apt/sources.list

#1617

PriceChild said: cat /etc/apt/sources.list

Here's the sources.list file:

# 
# deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Alpha i386 (20070201.1)]/ feisty main restricted

deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Alpha i386 (20070201.1)]/ feisty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://ca.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ feisty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ca.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ feisty-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://ca.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://ca.archive.ubuntu.com/ubuntu/ feisty universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ca.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted
deb http://security.ubuntu.com/ubuntu feisty-security universe
deb-src http://security.ubuntu.com/ubuntu feisty-security universe

# deb http://ubuntu.beryl-project.org/ edgy main
deb http://ubuntu.beryl-project.org edgy main
#1618

Kerry Lange said: Here's the sources.list file:

# 
# deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Alpha i386 (20070201.1)]/ feisty main restricted

deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Alpha i386 (20070201.1)]/ feisty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://ca.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ feisty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ca.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ feisty-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://ca.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://ca.archive.ubuntu.com/ubuntu/ feisty universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ca.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted
deb http://security.ubuntu.com/ubuntu feisty-security universe
deb-src http://security.ubuntu.com/ubuntu feisty-security universe

# deb http://ubuntu.beryl-project.org/ edgy main
deb http://ubuntu.beryl-project.org edgy main

Maybe you should use the feisty beryl repos instead?

Oh and maybe follow the feisty guide in the feisty section?

#1619

PriceChild said: Seen as you're on Feisty,

Maybe you should use the feisty beryl repos instead?

Oh and maybe follow the feisty guide in the feisty section?

Hey thanks. I don't mind being told I'm doing something ignorant. I probably shouldn't be using Feisty, except it worked with my MB, which has a jmicron IDE controller chip, while Edgy didn't.

I guess I assumed many of the components wouldn't be ported for Feisty separately.

Sorry for taking up your time but thanks!

#1620

Sorry for being a bit harsh there.

The feisty guide is on the first page in the feisty section.

#1621

flapane said: That's called "focus follows cursor" and it should be an option you can turn off.

i can find only sloppy focus, but nothing changes:confused:

no way, eh?:(

#1622

I'm having problems getting beryl back up and running after updating the kernel in the updates that came out in the last few days. Its messing up for some other updates as well, its saying

Gtk-Warning **: Locale not supported by C library. Using the Fallback 'C' locale.

know what the problem is?

#1623

PriceChild said: Sorry for being a bit harsh there.

No offense taken at all. I appreciate the response.

BTW, it installed of course once I specified the Feisty repository.

#1624

Kerry Lange said: No offense taken at all. I appreciate the response.

BTW, it installed of course once I specified the Feisty repository.Good to hear :)

#1625

sleeperknight said: I'm having problems getting beryl back up and running after updating the kernel in the updates that came out in the last few days. Its messing up for some other updates as well, its saying

Gtk-Warning **: Locale not supported by C library. Using the Fallback 'C' locale.

know what the problem is?

Ok its fixed by doing

 sudo locale-gen en_US.UTF-8 

to get the locale set right then i had a problem with having jpeg pictures in my cube so i took them out and had to delete the .beryl folder in my home folder, that got everything working again

#1626

flapane said: no way, eh?:(

Which version are you using? I have 0.2.0 so it may not be the same as for you but if I understand the problem you can fix it by going to

General Options Main Tab Scroll down to Focus and Raise and check the box for "Click To Focus"

You may also need to check "Auto-Raise" and "Raise On Click" as well to get it to work the way you want.

Hope that helps.

#1627

MY PROBLEM IS SOLVED!

This works for the kernel update:

If you are locked out of X, simply switch to a conole (Ctrl+Alt+F2) and log in. Run the envy skript if you installed it before. (Install Nvidia/ATI drivers) Then everything works again ;)

Envy messed with my xorg.conf, so Beryl didn't start.

Make sure that this section

Section "Extensions" Option "Composite" "Disable" EndSection

is replaced with

Section "Extensions" Option "Composite" "Enable" EndSection

#1628

I'm in the same boat.

#1629

After x crashed I replaced my xorg.conf with a backup of the original one that I have. After that I reinstalled the nvidia drivers with no luck. Although I'm able to boot to the old kernel using 3d acceleration when I try to boot in the new kernel X crashes. Is there something that I have to do, or shall we wait for an update that's gonna fix this?

#1630

Yesterday, I updated Beryl from the svn-repo's, and now I've got sliding viewports instead of a rotating cube. Same problem as above or is it something else ?

I checked the settings of Beryl and everything is checked or unchecked like it should be. Everything else in Beryl works, like before.

#1631

Disable the plane plugin and enable cube.

#1632

PriceChild said: Disable the plane plugin and enable cube.Hmm, the *Plane *plugin ?

I disabled the *Desktop Wall* plugin and now the cube is back ! It said something like "The feature *largedesktop* is provided by *Desktop Wall* and *Desktop Cube* --> conflict." *Desktop Wall*, I thought it was some sort of drag-'n-drop windowmanager ?

#1633

i screwed up during the last kernel update and did not wait until the nvidia-glx was updated to .11. now X crashes every time i try to use the nvidia driver rather than the nv driver. here is the crash portion of the log

(``` II) NVIDIA dlloader X Driver 1.0-9746 Fri Dec 15 09:56:41 PST 2006 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 03: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 "wfb" (II) LoadModule: "wfb" (WW) Warning, couldn't open module wfb (II) UnloadModule: "wfb" (EE) Failed to load module "wfb" (module does not exist, 0) (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 0xdfff4000 - 0xdfff7fff (0x4000) MX[B] [5] -1 0 0xdffff000 - 0xdffff7ff (0x800) MX[B] [6] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B] [7] -1 0 0xdffff800 - 0xdfffffff (0x800) MX[B] [8] -1 0 0xdcffc000 - 0xdcffffff (0x4000) MX[B] [9] -1 0 0xdcef8000 - 0xdcefbfff (0x4000) MX[B] [10] -1 0 0xdceffc00 - 0xdceffc7f (0x80) MX[B] [11] -1 0 0xdcdfb000 - 0xdcdfbfff (0x1000) MX[B] [12] -1 0 0xdcdfc000 - 0xdcdfcfff (0x1000) MX[B] [13] -1 0 0xdcdfd000 - 0xdcdfdfff (0x1000) MX[B] [14] -1 0 0xdcdffc00 - 0xdcdffcff (0x100) MX[B] [15] -1 0 0xdcdfe000 - 0xdcdfefff (0x1000) MX[B] [16] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MXB [17] -1 0 0xdd000000 - 0xddffffff (0x1000000) MXB [18] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MXB [19] -1 0 0xde000000 - 0xdeffffff (0x1000000) MXB [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [22] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B] [23] -1 0 0x0000e880 - 0x0000e8bf (0x40) IX[B] [24] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B] [25] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B] [26] -1 0 0x00009000 - 0x00009007 (0x8) IX[B] [27] -1 0 0x00009080 - 0x0000908f (0x10) IX[B] [28] -1 0 0x00009400 - 0x00009403 (0x4) IX[B] [29] -1 0 0x00009480 - 0x00009487 (0x8) IX[B] [30] -1 0 0x00009800 - 0x00009803 (0x4) IX[B] [31] -1 0 0x00009880 - 0x00009887 (0x8) IX[B] [32] -1 0 0x00009c00 - 0x00009c0f (0x10) IX[B] [33] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B] [34] -1 0 0x0000a080 - 0x0000a087 (0x8) IX[B] [35] -1 0 0x0000a400 - 0x0000a403 (0x4) IX[B] [36] -1 0 0x0000a480 - 0x0000a487 (0x8) IX[B] [37] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [38] -1 0 0x00000700 - 0x0000073f (0x40) IX[B] [39] -1 0 0x00000600 - 0x0000063f (0x40) IX[B] [40] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B] [41] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IXB (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 0xdfff4000 - 0xdfff7fff (0x4000) MX[B] [5] -1 0 0xdffff000 - 0xdffff7ff (0x800) MX[B] [6] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B] [7] -1 0 0xdffff800 - 0xdfffffff (0x800) MX[B] [8] -1 0 0xdcffc000 - 0xdcffffff (0x4000) MX[B] [9] -1 0 0xdcef8000 - 0xdcefbfff (0x4000) MX[B] [10] -1 0 0xdceffc00 - 0xdceffc7f (0x80) MX[B] [11] -1 0 0xdcdfb000 - 0xdcdfbfff (0x1000) MX[B] [12] -1 0 0xdcdfc000 - 0xdcdfcfff (0x1000) MX[B] [13] -1 0 0xdcdfd000 - 0xdcdfdfff (0x1000) MX[B] [14] -1 0 0xdcdffc00 - 0xdcdffcff (0x100) MX[B] [15] -1 0 0xdcdfe000 - 0xdcdfefff (0x1000) MX[B] [16] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MXB [17] -1 0 0xdd000000 - 0xddffffff (0x1000000) MXB [18] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MXB [19] -1 0 0xde000000 - 0xdeffffff (0x1000000) MXB [20] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [22] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [24] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [25] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B] [26] -1 0 0x0000e880 - 0x0000e8bf (0x40) IX[B] [27] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B] [28] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B] [29] -1 0 0x00009000 - 0x00009007 (0x8) IX[B] [30] -1 0 0x00009080 - 0x0000908f (0x10) IX[B] [31] -1 0 0x00009400 - 0x00009403 (0x4) IX[B] [32] -1 0 0x00009480 - 0x00009487 (0x8) IX[B] [33] -1 0 0x00009800 - 0x00009803 (0x4) IX[B] [34] -1 0 0x00009880 - 0x00009887 (0x8) IX[B] [35] -1 0 0x00009c00 - 0x00009c0f (0x10) IX[B] [36] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B] [37] -1 0 0x0000a080 - 0x0000a087 (0x8) IX[B] [38] -1 0 0x0000a400 - 0x0000a403 (0x4) IX[B] [39] -1 0 0x0000a480 - 0x0000a487 (0x8) IX[B] [40] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [41] -1 0 0x00000700 - 0x0000073f (0x40) IX[B] [42] -1 0 0x00000600 - 0x0000063f (0x40) IX[B] [43] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B] [44] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IXB [45] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [46] 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): Enabling RENDER acceleration (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

here is my xorg.conf

nvidia-xconfig: X configuration file generated by nvidia-xconfig

nvidia-xconfig: version 1.0 (buildmeister@builder3) Fri Dec 15 10:12:14 PST 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" 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 "Generic Monitor" HorizSync 30.0 - 75.0 VertRefresh 30.0 - 60.0 Option "DPMS" EndSection

Section "Device" Identifier "NVIDIA Corporation NVIDIA Default Card" Driver "nvidia" EndSection

Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NVIDIA Default Card" Monitor "Generic Monitor" DefaultDepth 24 Option "AddARGBGLXVisuals" "True" SubSection "Display" Depth 1 Modes "1920x1200" "1680x1050" "1440x900" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1920x1200" "1680x1050" "1440x900" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1920x1200" "1680x1050" "1440x900" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1920x1200" "1680x1050" "1440x900" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1920x1200" "1680x1050" "1440x900" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1920x1200" "1680x1050" "1440x900" "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection

i've checked all the versions on kernel and nvidia-xgl, etc. and the are all .11, so any suggestions would be greatly appreciated. doug

Update: was able to get it running by using envy
#1634

m.musashi said: Which version are you using? I have 0.2.0 so it may not be the same as for you but if I understand the problem you can fix it by going to

General Options Main Tab Scroll down to Focus and Raise and check the box for "Click To Focus"

You may also need to check "Auto-Raise" and "Raise On Click" as well to get it to work the way you want.

Hope that helps.

yes I have the latest, too, but no way, I already checked the options you wrote[-o< I even deleted my options file...

#1635

flapane said: yes I have the latest, too, but no way, I already checked the options you wrote[-o<

I even deleted my options file...

Well, then, I'm not sure. When I uncheck those, I get focus following the mouse and when I recheck I have to click raise a window - which is what you want, right?

If it isn't working that way for you I'm afraid I'm out of ideas - unless there is another setting that somehow conflicts with this one.

#1636

Yes it's what I want or better...what I'd want... very strange :\ ANyway your help has been appreciated

#1637

Hey flapane:

Try the non-Beryl window settings.

On the main menu, go to: System->Preferences->Windows and you can change that in there.

You might want to select "Metacity" as your window manager from the Beryl icon first though :).

#1638

Oh crud. Being the noob to Linux installations I was, I somehow managed to botch the instructions after I got the dependency error. After culling information from several sources, I rolled it all together, restarted, and... X crashes now. If I was experienced in these matters, I would post the error logs like the gent above me, but... I don't know how. It's something about a driver incompatibility (conflicting versions) between....I'll boot back into Ubuntu and check it out. I just need the GUI back. After, that I hope I can figure things out. :)

Thanks (I'm sure this is not very helpful right now), Gerry

EDIT: The problem seems to be that the nvidia kernel is at 1.0-8776, while the X kernel is at 1.0-9742. I think I've found the right way to update the nvidia kernel; I'll try it out. This must sound amazingly dumb to ya'll. :D

MORE EDIT: I've progressed. Now I seem to have entirely deleted the 'nvidia module', seeing as it now 'doesn't exist.' Hmmm. Sounds tasty. Now I'm back to square one of Beryl installation, minus Internet and a GUI. >.< Hmph. What should I do now?

#1639

kvonb said: Hey flapane:

Try the non-Beryl window settings.

On the main menu, go to: System->Preferences->Windows and you can change that in there.

You might want to select "Metacity" as your window manager from the Beryl icon first though :).

In this case Kwin, but what should happen?

#1640

Gerry_W said: Oh crud. Being the noob to Linux installations I was, I somehow managed to botch the instructions after I got the dependency error. After culling information from several sources, I rolled it all together, restarted, and... X crashes now. If I was experienced in these matters, I would post the error logs like the gent above me, but... I don't know how. It's something about a driver incompatibility (conflicting versions) between....I'll boot back into Ubuntu and check it out. I just need the GUI back. After, that I hope I can figure things out. :)

Thanks (I'm sure this is not very helpful right now), Gerry

EDIT: The problem seems to be that the nvidia kernel is at 1.0-8776, while the X kernel is at 1.0-9742. I think I've found the right way to update the nvidia kernel; I'll try it out. This must sound amazingly dumb to ya'll. :D

MORE EDIT: I've progressed. Now I seem to have entirely deleted the 'nvidia module', seeing as it now 'doesn't exist.' Hmmm. Sounds tasty. Now I'm back to square one of Beryl installation, minus Internet and a GUI. >.< Hmph. What should I do now?

Find this section

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card"
    Driver         "nvidia"
EndSection

and change the "nvidia" line back to "nv". That should allow you back into an X session. From there you should be able to start it over. One thing you might try is the envy script from http://albertomilone.com/nvidia_scripts1.html. It worked for me.

Also make sure default depth in this section

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "DELL 1907FP"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"

is set to 24.

Hope that helps get you back on your feet.

#1641

Well, thank you for the help, but I've already reinstalled Ubuntu. And tried to get xgl working. And crashed X again. And installed Ubuntu once more. :eek:

I figured beryl is a tad unstable (just a tad), and poses problems for people so far (in its grand total of about 5 months of development). I'll wait a while till it becomes more reliable. I know this wasn't my problem. That's just my reasoning.

With XGL, my problem was when I edited xconfig, I must've incorrectly inserted some snippet of code or other, causing X to crash again. This is very painful. Is there any way to retrieve the backup of xconfig that you can make before changing it? There should, seeing as that backup should serve some purpose.

Anyway, I'm kinda wary of installing Ubuntu for the fourth time, so I'm holding off 'till I can get a clear idea of things. I'll attempt XGL then.

#1642

Ok, beryl starts, after the last update today, but i got a weird phenomenon. Everything is whte and blank. To visualize the problem, i made a screenshot while exposing the open windows, because there's at least something to see. If the windows would not be exposed, the screen would be just perfectly white. The system works perfectly underneath, the cube and stuff works too, everything is just... white.

#1643

Gerry_W said: Well, thank you for the help, but I've already reinstalled Ubuntu. And tried to get xgl working. And crashed X again. And installed Ubuntu once more. :eek:

I figured beryl is a tad unstable (just a tad), and poses problems for people so far (in its grand total of about 5 months of development). I'll wait a while till it becomes more reliable. I know this wasn't my problem. That's just my reasoning.

With XGL, my problem was when I edited xconfig, I must've incorrectly inserted some snippet of code or other, causing X to crash again. This is very painful. Is there any way to retrieve the backup of xconfig that you can make before changing it? There should, seeing as that backup should serve some purpose.

Anyway, I'm kinda wary of installing Ubuntu for the fourth time, so I'm holding off 'till I can get a clear idea of things. I'll attempt XGL then.

If you're attempting to install XGL, then you're using the wrong howto. This thread is specifically written to NOT use XGL.

Also, if you crash X, you can reconfigure it with a simple command:

sudo dpkg-reconfigure xserver-xorg -phigh

This will not restore a back-up file; rather, it will reconfigure X to its default settings.

If you did create a backup file, then you could run another command. I use the following commands to create backups of xorg before I adjust anything:

Backup Command: 
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

Restore commands
sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf-logi
sudo mv /etc/X11/xorg.conf.bak /etc/X11/xorg.conf

Beryl can be unstable, but it's worth it, if you ask me. But PriceChild also makes it clear to not use it on production machines, as I've learned the hardway.

But if you know how to backup and restore, you can avoid a lot of headaches.

edit: I see there are a few problems with the newest updates, again... anyone update successfully?

#1644

I've updated successfully. At first I only applied the background libraries and not the actual Beryl updates....after which I couldn't boot into X. I booted an older kernel (which seemed to work fine) and updated everything...and now X and Beryl are both happy.

#1645

bg1256 said: If you're attempting to install XGL, then you're using the wrong howto. This thread is specifically written to NOT use XGL.

Also, if you crash X, you can reconfigure it with a simple command:

sudo dpkg-reconfigure xserver-xorg -phigh

This will not restore a back-up file; rather, it will reconfigure X to its default settings.

If you did create a backup file, then you could run another command. I use the following commands to create backups of xorg before I adjust anything:

Backup Command: 
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

Restore commands
sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf-logi
sudo mv /etc/X11/xorg.conf.bak /etc/X11/xorg.conf

Beryl can be unstable, but it's worth it, if you ask me. But PriceChild also makes it clear to not use it on production machines, as I've learned the hardway.

But if you know how to backup and restore, you can avoid a lot of headaches.

edit: I see there are a few problems with the newest updates, again... anyone update successfully?

I realize that this is not the right thread for XGL. I'm not *that* dense. :D What I was trying to say was I tried to install it and it didn't work. Editing Xorg.conf made everything crash. But thanks to you, I now know how to retrieve it. Thanks a bunch!

I've got Beryl Manager installed, and that seems to work fine, but when I try to activate the beryl eyecandy (rather than Metacity), it doesn't work, obviously because I haven't edited xorg.conf. I was kind of wary of messing up, but now I will proceed with less fear. I probably need the new drivers, too. I'll sit down and get it all done later.

I guess what all of this means is thanks... in a long sort of way.

Gerry

#1646

I can only pass on what I've learned from others!

#1647

Well, I think I have my problem. When I type in

sudo /etc/init.d/gdm stop

I get the black screen with the flashing underscore, but it doesn't seem to respond to any of my commands. It's in a different font than the command line you get when X crashes; perhaps it's not a command line at all. I get the same type of screen when I try to run Beryl Manager (I knew it wasn't ready to be run, but it was worth a shot).

Could anyone explain this mysterious occurrence?

Thanks, Gerry

#1648

press ctrl+alt+F1

#1649

Gerry_W said: I realize that this is not the right thread for XGL. I'm not *that* dense. :D What I was trying to say was I tried to install it and it didn't work. Editing Xorg.conf made everything crash. But thanks to you, I now know how to retrieve it. Thanks a bunch!

I've got Beryl Manager installed, and that seems to work fine, but when I try to activate the beryl eyecandy (rather than Metacity), it doesn't work, obviously because I haven't edited xorg.conf. I was kind of wary of messing up, but now I will proceed with less fear. I probably need the new drivers, too. I'll sit down and get it all done later.

I guess what all of this means is thanks... in a long sort of way.

Gerry

This is the problem I am having, when I try to switch from metacity to beryl, nothing happens. Is there an xorg edit I need to do?

#1650

If you haven't followed this guide then please ask for help in a separate thread.

#1651

PriceChild said: If you haven't followed this guide then please ask for help in a separate thread.

I followed the guide

#1652

bocmaxima said: I followed the guideSorry, I just assumed that since you were saying you were having the same problems as an xgl user and quoting him that you would be on xgl also.

Please post your xorg.conf

#1653

PriceChild said: Sorry, I just assumed that since you were saying you were having the same problems as an xgl user and quoting him that you would be on xgl also.

Please post your xorg.conf

Sure thing, I could see where you thought I did.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:12:14 PST 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        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    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" "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 "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     "Generic Monitor"
    HorizSync       28.0 - 51.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    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      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Disable"
EndSection

#1654

PriceChild said: press ctrl+alt+F1

.<

I saw that in an earlier post; I think I was attempting to press ctrl+alt+1, rather than F1. Wow. Thanks. :D

#1655

bocmaxima said: Sure thing, I could see where you thought I did.Change the composite extension to Enable :)

#1656

WOW. Thanks a lot, everyone, especially PriceChild. Turns out I was thinking 6.10=unstable, so I was installing from that repository rather than stable. Ugh. So much trouble that could've been saved. Oh well. THANK YOU SO MUCH. It looks fantastic. Beats anything I've seen.

Gerry :guitar:

#1657

PriceChild said: Change the composite extension to Enable :)

Excellent!

Now I think i am going to have a heart attack because of all the options in Beryl. I mainly just wanted the expose ripoff, lol.

#1658

Gerry_W said: WOW. Thanks a lot, everyone, especially PriceChild. Turns out I was thinking 6.10=unstable, so I was installing from that repository rather than stable. Ugh. So much trouble that could've been saved. Oh well. THANK YOU SO MUCH. It looks fantastic. Beats anything I've seen.

Gerry :guitar:Wooo! :)

bocmaxima said: Excellent!

Now I think i am going to have a heart attack because of all the options in Beryl. I mainly just wanted the expose ripoff, lol.Woooo! again :)

You can turn every single plugin off and just enable scale then use heliodor as your window manager if you want :)

#1659

I'm on Feisty and I *really* wanted to check out the new Wall plugin, so I looked at the Feisty section on the Beryl site and installed Beryl from the official repo's. The version I have installed is 0.1.9999.2.

deb http://ubuntu.beryl-project.org feisty main

I also installed the beryl-plugins-unsupported package. I read that the Wall plugin is supposed to be under the Desktop category, it is still not showing up for me. Here's what does show up:

Desktop - Clone Output - Desktop Cube - Desktop Plane - Fade to Desktop - Rotate Cube - Show Desktop

Where is the wall plugin?? I REALLY want to check it out!

#1660

Why is this thread a non sticky anymore?

#1661

brottman said: I'm on Feisty and I *really* wanted to check out the new Wall plugin, so I looked at the Feisty section on the Beryl site and installed Beryl from the official repo's. The version I have installed is 0.1.9999.2.

I also installed the beryl-plugins-unsupported package. I read that the Wall plugin is supposed to be under the Desktop category, it is still not showing up for me. Here's what does show up:

Desktop - Clone Output - Desktop Cube - Desktop Plane - Fade to Desktop - Rotate Cube - Show Desktop

Where is the wall plugin?? I REALLY want to check it out!Desktop Wall is in svn. Stable is currently in feature freeze while bugs are fixed.

#1662

hoagie said: Why is this thread a non sticky anymore?Hasn't been for aaaaaaaaaaaaaaages :) You guys still keep posting though :) Doesn't need to be a sticky.

#1663

brottman said: I'm on Feisty and I *really* wanted to check out the new Wall plugin, so I looked at the Feisty section on the Beryl site and installed Beryl from the official repo's. The version I have installed is 0.1.9999.2.

I also installed the beryl-plugins-unsupported package. I read that the Wall plugin is supposed to be under the Desktop category, it is still not showing up for me. Here's what does show up:

Desktop - Clone Output - Desktop Cube - Desktop Plane - Fade to Desktop - Rotate Cube - Show Desktop

Where is the wall plugin?? I REALLY want to check it out!

Desktop wall is only in the svn... check the beryl forms for instructions.

And go Grand Rapids Michigan! I'm from the area as well :)

#1664

The Good:

Successfully installed Edgy, Beryl + AIGLX on a custom system built of used parts including the following:

  • AMD Athlon 750MHz CPU (SlotA)
  • 2x256MB PC100 SDRAM (512MB total)
  • VIA chipset motherboard, unknown manufacturer
  • 32MB GeForce2 MX 400 AGP graphics card

Cube, wobbly, window borders, etc. all work with no problems. Take that, Vista + Aero!

The Bad:

My wife really wants Beryl on her laptop, which has i815 graphics on an i855GM chipset, PIII 933 w/ 256MB RAM. After much trial and tribulation I managed to get 3d rendering to work by changing the DefaultDepth from 24 to 16 in xorg.conf, but since then I have been trying anything and everything to prevent beryl from crashing X. Each time it crashes it generates an error referencing drm:i810_wait_ring. Here's the current xorg.conf:


# /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 "Files"
        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"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dbe"
        Load    "dri"
        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"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
        Driver          "i810"
        VideoRam        16384
        Option          "XAANoOffScreenPixmaps"
        Option          "NoAccel"       "false"
        Option          "DRI"           "true"
        BusID           "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
        Monitor         "Generic Monitor"
        DefaultDepth    16
        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           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus" "SendCoreEvents"
        InputDevice     "cursor" "SendCoreEvents"
        InputDevice     "eraser" "SendCoreEvents"
        InputDevice     "Synaptics Touchpad"
        Option          "AIGLX"         "true"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
        Option          "Composite"     "Enable"
EndSection

Any insights you may have would be appreciated, I've been banging my head against this problem for over four hours straight, and I can't think straight anymore.

Thanks in advance!

#1665

Pricechild I love your HOWTO its great I got mine working right away of course it took an entire reinstall of Ubuntu but non the less I got it working its great thanks for the HOWTO!!!

Marious

#1666

can this work with ATI cards?

#1667

Rhaddad said: can this work with ATI cards?

No your gonna need to install the ati video drivers then beryl. Take a look at this howto http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Edgy_with_AIGLX

#1668

There is a problem, I assume after the recent kernel updates, which puzzled me for a while. I don't think it's the fault of Beryl at all, but just in case anyone else gets stuck at installing the Lupine key!

fred@kev:~$ wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add - --16:42:30-- http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg => `-' Resolving ubuntu.beryl-project.org... 195.114.19.35, 64.15.154.150, 80.77.247.17, ... Connecting to ubuntu.beryl-project.org|195.114.19.35|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2,415 (2.4K) [application/octet-stream]

100%[========================================================================================================================>] 2,415 --.--K/s

16:42:31 (230.31 MB/s) - `-' saved [2415/2415]

....and it just sits there endlessly until you press CTRL-C!

I worked out that it is asking for your password, just enter your standard login password then press enter, it then responds with "OK" and exits normally!

VERY annoying, especially when you are installing Beryl remotely.

Regards, KEv :)

#1669

PriceChild said:

You can turn every single plugin off and just enable scale then use heliodor as your window manager if you want :)

Cool, I like a lot of the options though. I cant get the cube to rotate correctly, and when minimizing windows they pause at the bottom, and thats annoying. Outside of that, beryl is shaping up into some good stuff.

#1670

kvonb said: There is a problem, I assume after the recent kernel updates, which puzzled me for a while. I don't think it's the fault of Beryl at all, but just in case anyone else gets stuck at installing the Lupine key!

fred@kev:~$ wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add - --16:42:30-- http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg => `-' Resolving ubuntu.beryl-project.org... 195.114.19.35, 64.15.154.150, 80.77.247.17, ... Connecting to ubuntu.beryl-project.org|195.114.19.35|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2,415 (2.4K) [application/octet-stream]

100%[========================================================================================================================>] 2,415 --.--K/s

16:42:31 (230.31 MB/s) - `-' saved [2415/2415]

....and it just sits there endlessly until you press CTRL-C!

I worked out that it is asking for your password, just enter your standard login password then press enter, it then responds with "OK" and exits normally!

VERY annoying, especially when you are installing Beryl remotely.

Regards, KEv :)Please do the two steps separately``` wget http.......... sudo apt-key add root@lupine.me.uk.gpg




> **yaddoshi said:**
> The Good:

Successfully installed Edgy, Beryl + AIGLX on a custom system built of used parts including the following:
- AMD Athlon 750MHz CPU (SlotA)
- 2x256MB PC100 SDRAM (512MB total)
- VIA chipset motherboard, unknown manufacturer
- 32MB GeForce2 MX 400 AGP graphics card

Cube, wobbly, window borders, etc. all work with no problems.  Take that, Vista + Aero!

The Bad:

My wife really wants Beryl on her laptop, which has i815 graphics on an i855GM chipset, PIII 933 w/ 256MB RAM.  After much trial and tribulation I managed to get 3d rendering to work by changing the DefaultDepth from 24 to 16 in xorg.conf, but since then I have been trying anything and everything to prevent beryl from crashing X.  Each time it crashes it generates an error referencing drm:i810_wait_ring.  Here's the current xorg.conf:

/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 "Files" 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" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection

Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dbe" Load "dri" 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" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection

Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection

Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection

Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection

Section "Device" Identifier "Intel Corporation 82815 CGC [Chipset Graphics Controller]" Driver "i810" VideoRam 16384 Option "XAANoOffScreenPixmaps" Option "NoAccel" "false" Option "DRI" "true" BusID "PCI:0:2:0" EndSection

Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 28-51 VertRefresh 43-60 EndSection

Section "Screen" Identifier "Default Screen" Device "Intel Corporation 82815 CGC [Chipset Graphics Controller]" Monitor "Generic Monitor" DefaultDepth 16 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 "1024x768" "800x600" "640x480" EndSubSection EndSection

Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "Synaptics Touchpad" Option "AIGLX" "true" EndSection

Section "DRI" Mode 0666 EndSection

Section "Extensions" Option "Composite" "Enable" EndSection


Thanks in advance!Please follow [http://wiki.ubuntu.com/BerylOnEdgy](http://wiki.ubuntu.com/BerylOnEdgy)

> **pissedoffdude said:**
> No your gonna need to install the ati video drivers then beryl. Take a look at this howto [http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Edgy_with_AIGLX](http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Edgy_with_AIGLX)

> **Rhaddad said:**
> can this work with ATI cards?Preferably use  [http://wiki.ubuntu.com/BerylOnEdgy](http://wiki.ubuntu.com/BerylOnEdgy)
#1671

I reconfigured the xserver to fix a refresh rate issue, and now the top bars of all my windows are gone when Beryl is engaged. Might you know why?

# /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 "Files"
	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"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	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"	"pc101"
	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"
    Option         "Buttons" "7" 
    Option         "ButtonMapping" "1 2 3 6 7"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
	Driver		"nvidia"
	BusID		"PCI:3:0:0"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"IBM P202"
	Option		"DPMS"
	HorizSync	30-95
	VertRefresh	50-95
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
	Monitor		"IBM P202"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1024x768_85" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1024x768_85" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1024x768_85" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1024x768_85" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1024x768_85" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1024x768_85" "800x600"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Section "DRI"
	Mode	0666
EndSection

TIA :D

#1672

You've lost your "ARGBGLX visuals" line in your section screen.

I can't remember the exact line and I'm away from my nvidia machine sorry so hopefully there will just have to be someone else to give it to you.

#1673

PriceChild said: You've lost your "ARGBGLX visuals" line in your section screen.

I can't remember the exact line and I'm away from my nvidia machine sorry so hopefully there will just have to be someone else to give it to you.

sudo nvidia-xconfig --add-argb-glx-visuals

I used this from the beginning of the tutorial :)

#1674

bocmaxima said: sudo nvidia-xconfig --add-argb-glx-visuals

I used this from the beginning of the tutorial :)Ah yeah, but I wasn't sure whether that would change other things. Wanted to suggest just the single line manually added isntead.

#1675

PriceChild said: Ah yeah, but I wasn't sure whether that would change other things. Wanted to suggest just the single line manually added isntead.

Yeah, it didnt work anyway... or rather, it didnt add the line

#1676

This doesn't work for me at all!

I'm having nvidia GeForce Go 7200, and after reboot, I get error-message that there's something wrong with my x-windows configuration. I have to set it back to xorg.conf.backup to get it working again. ( The error I get in log-file is that the dir for nvidia doesn't exist and no monitors detected. Might I have the wrong nvidia-driver? And if that's the case, what do I do??)

I've tried alot; the above, and writing the options for beryl under device. Sometimes my x-windows loads, but then when I try to run beryl, my windows dissapeare and I then have to reboot, just to set it back to backup again.

About xorg.conf: In the backup the driver is "nv". Should I replace this with "nvidia" ?

#1677

olavjunior said: This doesn't work for me at all!

I'm having nvidia GeForce Go 7200, and after reboot, I get error-message that there's something wrong with my x-windows configuration. I have to set it back to xorg.conf.backup to get it working again. ( The error I get in log-file is that the dir for nvidia doesn't exist and no monitors detected. Might I have the wrong nvidia-driver? And if that's the case, what do I do??)

I've tried alot; the above, and writing the options for beryl under device. Sometimes my x-windows loads, but then when I try to run beryl, my windows dissapeare and I then have to reboot, just to set it back to backup again.

About xorg.conf: In the backup the driver is "nv". Should I replace this with "nvidia" ?

Well since you have an xorg backup, it shouldnt hurt to try that fix :) but I had a similar problem, and once I changed it to "nvidia", it worked.

#1678

bocmaxima said: Well since you have an xorg backup, it shouldnt hurt to try that fix :) but I had a similar problem, and once I changed it to "nvidia", it worked.

But that's my problem! Once I change it to nvidia, my x-windows stop working, and I have to change it back to nv.

The end of the log-file is: (II) Setting vga for screen 0. () NVIDIA(0): Depth 16, (--) framebuffer bpp 16 (==) NVIDIA(0): RGB weight 565 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) () 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. (EE) NVIDIA(0): Failed to load the NVIDIA kernel module! (EE) NVIDIA(0): * Aborting *** (II) UnloadModule: "nvidia" (II) UnloadModule: "ramdac" (II) UnloadModule: "wfb" (II) UnloadModule: "fb" (EE) Screen(s) found, but none have a usable configuration.

Fatal server error: no screens found

#1679

olavjunior said: But that's my problem! Once I change it to nvidia, my x-windows stop working, and I have to change it back to nv.

The end of the log-file is: (II) Setting vga for screen 0. () NVIDIA(0): Depth 16, (--) framebuffer bpp 16 (==) NVIDIA(0): RGB weight 565 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) () 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. (EE) NVIDIA(0): Failed to load the NVIDIA kernel module! (EE) NVIDIA(0): * Aborting *** (II) UnloadModule: "nvidia" (II) UnloadModule: "ramdac" (II) UnloadModule: "wfb" (II) UnloadModule: "fb" (EE) Screen(s) found, but none have a usable configuration.

Fatal server error: no screens found Can you post your xorg.conf? Also, check two things. Default depth should be 24 (although I think it will still run at less. Mine was 16 and worked but not well until I changed it). Second, and this may sound stupid, but have you installed the nvidia driver? The error above (failed to load the nvidia kernel module) suggests something is wrong. The kernel update to -11 messed this up for a lot of people. You may need to reinstall the driver. Give envy a try. It worked well for me.

#1680

Try to install "linux-restricted-modules-2.6.17-11-generic" and it should work!

Cheers.. ;)

#1681

Thanks to all!

I got beryl working again, installed nvidia from the wiki-guide. And afterwards I'm back to where I was before I started trying to solve the windos-border situation (they dissapere and terminal is white)

But exactly how do I do the *"linux-restricted-modules-2.6.17-11-generic* install? Sorry for being such a noob!

:)

#1682

olavjunior said: But exactly how do I do the *"linux-restricted-modules-2.6.17-11-generic* install?

Sorry for being such a noob!:) If you got beryl working then you probably already installed or had previously installed the restricted modules. However, for future reference

sudo apt-get install linux-restricted-modules-2.6.17-11-generic
#1683

m.musashi said: If you got beryl working then you probably already installed or had previously installed the restricted modules. However, for future reference

sudo apt-get install linux-restricted-modules-2.6.17-11-generic

Ok, maby I did! I've done so much these past days, it's completely out of control :D

Changed depth to 24 for the second time, and suddently EVERYTHING WORKS! Fantastic :) But, there's a but: My windows goes often black on me. I have a nvidia geforce go 7200. Would it help if I changed the device-config in xorg.cong (something about 3dacceleration or something) Kinda afraid to change the xorg-file as this is the first time everything works for me :)

#1684

I added "TripleBuffer" "true" in xorg.conf in device section. But my windows still goes black in full-screen, and if I have more then two open at the same time. Anyone know the solution to this?

I read one who claimed he forced AIGLX instead of using nvidia, cause nvida gave him black windows. Anyone know how I do this?

#1685

olavjunior said: I added "TripleBuffer" "true" in xorg.conf in device section. But my windows still goes black in full-screen, and if I have more then two open at the same time. Anyone know the solution to this?

I read one who claimed he forced AIGLX instead of using nvidia, cause nvida gave him black windows. Anyone know how I do this?

Olav, I would strongly suggest that you visit this link:

http://albertomilone.com/nvidia_scripts1.html

Install "envy" by following the instructions then run it.

It removes the "not so good" Ubuntu repo drivers, and then downloads and installs correctly the official Nvidia binary driver. It also adds all the guff into your xorg.conf automatically.

I have used Alberto's "envy" on 3 Nvidia/Beryl setups that I performed over the internet via ssh, and they worked flawlessly.

Plus if you have a kernel update or anything that needs an Nvidia re-install, all you do is drop to a VT and type "envy". Plus+Plus, it now also does ATI cards, (not that that concerns you).

Yes, I'm sure pricechild will tell you that it won't teach you how to do it properly, but if you're not the technical type and just want it to work, I strongly recommend it.

Regards, Kev :)

#1686

Followed the howto guide and got it partially working. I'm stuck here:

[[IMG]http://www.supload.us/thumbs/default/Screenshot.png[/IMG]](http://www.supload.us/free/Screenshot.png/view/)

This is running on a fresh install of Ubuntu Edgy, and this occurs if beryl-manager is run either as super-user or as just a user.

beryl output:


**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed
Checking for non power of two texture support   : passed
Checking maximum texture size                   : passed (4096x4096)

Reloading options
beryl: dbus_bus_get error: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
beryl: Plugin 'dbus':initDisplay failed
beryl: Couldn't activate plugin 'dbus'
Couldn't initialise dbus. This should not happen!

I'd love to get this working, just something neat to work on right now.

Edit: Helps to include hardware details:

Dell Inspiron 8600 Laptop nVidia GeForce Go 6200 (IIRC)

EDIT 2: UPDATE!!! Ok, through beryl-manager, I switched to 'Force AIGLX' and it actually runs without corrupting, but I have no ability to manage the windows, even though the plugin is selected and I have a theme selected. Any ideas?

Edit 3: Last one, I swear. Terminals are completely blank with no output or input visible. Everything else works fine.

Running emerald gives me:


emerald: Could not acquire decoration manager selection on screen 0 display ":0.0"
#1687

I also highly recommend the Envy script. I think (don't quote me) that there were new headers with this new kernel update that the Nvidia driver 9636 didn't like.

The Envy script took care of it all for me in one step. I have a "how-to" from this forum saved to my computer, but it's a pain, and the how-to didn't help me on this latest upgrade.

Here's where to get the Envy script: http://albertomilone.com/index.html

#1688

PriceChild said:

Please follow http://wiki.ubuntu.com/BerylOnEdgy

Sorry it took me a while to respond, but the hard-drive in my wife's laptop got scrambled after our 11-month old turned off the power strip where it was plugged in, and I had to replace the drive and reinstall Edgy last night and this morning. Now that it is back up again, and because I used the alternate disk to install and have a new hdd, I tried it again, this time following the above link you recommended (which by the way matches the directions found here: http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Edgy_with_AIGLX, which I had used before the hdd died on my previous attempt).

Still the same problem - even though 3d rendering is working perfectly, when I launch the beryl-manager it begins to load, then crashes to a black screen, reports the following errors:


[drm:i810_wait_ring] *ERROR* space 65520 wanted 65528
[drm:i810_wait_ring] *ERROR* lockup
[drm:i810_wait_ring] *ERROR* space 65512 wanted 65528
[drm:i810_wait_ring] *ERROR* lockup

A few seconds later and I'm back at the login screen.

Any other ideas?

#1689

kvonb said:

Kev

It removes the "not so good" Ubuntu repo drivers, and then downloads and installs correctly the official Nvidia binary driver. It also adds all the guff into your xorg.conf automatically.

I

Thanks! I'm pretty sure I downloaded the latest nvidia drivers after kernel update, and installed them, and I've gotten pretty fam with the xorg.conf. But what the h. I'll give envy a shot :) Thanks again!

#1690

Well, Envy doesn't work for me!

When I chose install, envy reports that my graphic card is not supported. (I'm using nvidia geforce go 7200) -What does this mean that my graphic card ain't supported? Looked up at nvidas pages http://www.nvidia.com/object/IO_18897.html and my card isn't listed. Does this mean that there's NO linux drivers for my card?? :S

The first time I tried installing beryl, I forced the installation even though my card wasn't supported. This didn't give me a good configuration, cause emerald didn't work. I've now used the method described in wiki. The problem is that my windows goes black on me if they're fullscreen or many (more then one :D) open at the same time...

My xorg.config is attached

#1691

Well, after either the envy or beryl install script worked, I am in action. One question stands, how do I look at my cube from the outside; right now I'm viewing from the inside out, and I can't find an option anywhere in beryl-manager :confused:

^^ For nvidia cards if you are getting a black screen set the rendering path to copy, not automatic.

#1692

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

So lets say I follow all these instructions and something doesn't work. Is there a way I can uninstall and change everything your instructions told me to do?

#1693

mconway0003 said: So lets say I follow all these instructions and something doesn't work. Is there a way I can uninstall and change everything your instructions told me to do?

erm.....go through them backwards? :)

#1694

nope -it didn't help!

#1695

Hey!

Does anyone think it's a good idea for me trying to uinstall beryl, and see if compiz works better for me?? Beryl is useless for me now anyway...

So does anyone know a good guide for compiz on ubuntu?

#1696

olavjunior said: Hey!

Does anyone think it's a good idea for me trying to uinstall beryl, and see if compiz works better for me?? Beryl is useless for me now anyway...

So does anyone know a good guide for compiz on ubuntu?

You shouldn't really have to uninstall beryl to get back to a "normal" install. Just undo the changes to the xorg.conf file (or replace it with a back up if you made one - I think the nvida config might do that for you) and restart X without running beryl.

If you want to uninstall it, and you it might be good to do if you want to try compiz, just "sudo apt-get remove" all the packages you installed.

If you want to try compiz I say give it a whirl. There is some debate between the compiz and beryl camps and even some hits at "unforking". I don't know where all that will go but one of the beryl complaints is that it uses short term fixes to get bling but not long term stability. I don't know enough about any of this to make a judgement one way or the other but there is no harm in trying it - assuming you know how to undo it or can live with whatever you do get.

PS sorry but I haven't seen a good guide but I've also never looked.

#1697

olavjunior said: Hey!

Does anyone think it's a good idea for me trying to uinstall beryl, and see if compiz works better for me?? Beryl is useless for me now anyway...

So does anyone know a good guide for compiz on ubuntu? i got beryl for that reason alone....could not find a good guide for compiz.....and no spare machine to try it on and being too lazy to back up and give it a go on my work machine.....would be interested to hear your results

#1698

vincentvee said: i got beryl for that reason alone....could not find a good guide for compiz.....and no spare machine to try it on and being too lazy to back up and give it a go on my work machine.....would be interested to hear your results

My experience with Beryl has been love/hate. When it works, it is really cool and quite useful. However, it breaks VERY easily. I had it running very stably for over a month, but that was because, through painful experience in getting it running, I had refused to upgrade anything related to it, or GTK, or emerald or python, or anything else that was remotely connected to it. I got cocky last night, and upgraded GTK and a couple of other libraries. Stupid me.

Beryl, once again, does not work, and the fixes I had stumbled across to fix past problems no longer work either.

They are not kidding when they say, at the beginning of this thread, 'Beryl is Beta; be prepared for breakage." I would say count on it, unless you decide once you get it working you are not going to upgrade anything from then on, which kind of defeats one of the advantages of an open source OS, that being regular updates and fixes.

Beryl is like that beautiful girl in highschool who flirts with you long enough so you fall in love with her, and then she dumps you. I'm sure it will be stable and beautiful in time, but right now, it's a heartbreaker, because it's just so cool WHEN IT'S WORKING.

#1699

m.musashi said:

If you want to uninstall it, and you it might be good to do if you want to try compiz, just "sudo apt-get remove" all the packages you installed.

do you have to do each package individually?

#1700

mconway0003 said: do you have to do each package individually?

No, you can just do

sudo apt-get remove beryl emerald-themes

That will only remove bery and emerald but that's really all you would need to remove. You will also have to undo the changes to xorg.conf. You don't have to remove the nvidia driver and if it's working there is really no need to. If you installed the nvidia driver using this how to you could also do

sudo apt-get remove beryl emerald-themes nvidia-glx

to remove that too along with everything else.

You can put as many packages as you want on that remove line. However, I've noticed that if there is a problem it will usually stop and everything after the problem doesn't get removed (or added if you are installing).

#1701

m.musashi said: No, you can just do

sudo apt-get remove beryl emerald-themes

That will only remove bery and emerald but that's really all you would need to remove. You will also have to undo the changes to xorg.conf. You don't have to remove the nvidia driver and if it's working there is really no need to. If you installed the nvidia driver using this how to you could also do

sudo apt-get remove beryl emerald-themes nvidia-glx

to remove that too along with everything else.

You can put as many packages as you want on that remove line. However, I've noticed that if there is a problem it will usually stop and everything after the problem doesn't get removed (or added if you are installing).

Sorry, what exactly is xorg.conf and what does it have to do with beryl. Secondly, is nvidia something that I would need in order to use xorg.conf?

#1702

mconway0003 said: Sorry, what exactly is xorg.conf and what does it have to do with beryl. Secondly, is nvidia something that I would need in order to use xorg.conf?

Okay, now I'm a little confused? Did you follow this how to (back on post #1) to set up beryl and the nvidia drivers? If so, you would have made some changes to a file called xorg.conf. Actually, this might have been done automatically when you did

sudo nvidia-xconfig --add-argb-glx-visuals

If you look in the folder /etc/X11/ there should be a file called xorg.conf.backup (or it might have a date). Anyway, since the how to had you make changes to the xorg.conf file you will need to undo them to get back to what you had before going through the how to.

It really doesn't have anything to do with beryl per se. It is just a config file for the X window system and certain changes are needed in order for beryl to work right. I think this is also edgy specific so if you are on dapper or feisty it is probably somewhat different.

nvidia is the company that may make your graphics card (you could also have ATI or Intel or maybe something else). In order for beryl to work, you have to install the proper graphics driver. This how to was for nvidia graphics cards so part of the how to discussed how to install the nvidia driver. The only relationship between the driver and the xorg.conf file is that the file tells X which driver to use - in this case the nvidia driver.

To use beryl on a computer with an nvidia graphics card you need to install the nvidia driver, make a few changes to the xorg.conf file and install beryl.

I hope that answered your question. I apologize if I over-simplified it or if it's still too confusing. It's hard to know a person's tech level and it's easy to just assume we are all using a common language. I forget that it wasn't too long ago that I didn't know what sudo or /home were:).

#1703

Long time since I read this thread! I think I'll give comiz a shot when I get the time. And it seems beryl can just stay on my system if it's just the xorg.conf wich is affected. Maby somebody comes up with a solution for my blank windows in the meantime as well. And no - setting the rendering path to copy, or any other combinations of beryl advanced settings, doesn't help!

I really think it's because my graphic card isn't in the supported list at nvidia. And I think that's really strange?!?! It's a new comp, it's geforce go 7200. Why isn't it???](*,)

So because of that, I don't think compiz actually will make things better then beryl... :-k

#1704

I need help setting up my Geforce 4 Ti 200. thank you very much in advance.

[FONT="Arial Black"][COLOR="Blue"] My problem is: I tried to update the nvidia driver and broke all up. the actual error message when i do a startx is something like : Error: API mismatch: the NVIDIA kernel module has the version 1.0-7184, but this X module has the version 1.0-9631. Please make sure that the kernel module and all NVIDIA driver components have the same version. [/COLOR][/FONT]

How can i update the X-module ? i tried everything impossible ;) ran scripts , removed everything . installed everything - this is getting me insane

The beginning of this was my wish to install Beryl using the methods described above. After trying this everything broke up.

I recognized later that the newest nvidia driver is not working with my card anymore so i tried both envys. ( stable and unstable) - no luck

The driver 9631 should work.

I even could not downgrade my driver anymore.

Things like > ``` sudo apt-get install linux-restricted-modules-2.6.17-11-generic


So my wish is : give me my glx back [-o<    ;)
#1705

I had beryl running smoothing with a Radeon 8500LE. I decided I wanted some extra graphic power so I got an Nvidia FX5700. I updated the driver to nvidia and followed the howto on Beryl's site here: http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Edgy_with_nVidia But Beryl no longer works. When I use beryl I get blank window borders. Metacity works fine and compiz works fine, but Compiz seems rather sluggish.

I'm not sure what to do to troubleshoot this. I do have a python problem. I can't run beryl-settings, but I can run /usr/bin/bery-settings. Not sure if this has anything to do with it or not. I tried updating the beryl-settings file to use python2.5 but I craps out on that. What info do I need to start troubleshooting?

#1706

m.musashi said: Okay, now I'm a little confused? Did you follow this how to (back on post #1) to set up beryl and the nvidia drivers? If so, you would have made some changes to a file called xorg.conf. Actually, this might have been done automatically when you did

sudo nvidia-xconfig --add-argb-glx-visuals

Yaaaa... big problem, so I kinda killed my x server by following a similar tutorial >>>http://doc.gwos.org/index.php/BerylOnEdgy

and I followed basically everything they told me too until this little devil where, in the tutorial it said, "Should backup and update your xorg.conf with compositing.

CTRL+ALT+BACKSPACE and you should be laughing" For some odd reason I did press ctrl+alt+backspace thinking that was part of the directions. To my suprise I went to a black screen and I then proceeded to freak out. I now have no GUI and can't do anything on my computer. Should I just re install ubuntu, or is it not a crash?

Please help a man in need, thanks

#1707

m.musashi said:

To use beryl on a computer with an nvidia graphics card you need to install the nvidia driver, make a few changes to the xorg.conf file and install beryl.

I hope that answered your question. I apologize if I over-simplified it or if it's still too confusing. It's hard to know a person's tech level and it's easy to just assume we are all using a common language. I forget that it wasn't too long ago that I didn't know what sudo or /home were:).

And yes, that was very helpful and I completely understood, thanks.

#1708

Hy ya all!

It's finally worked out for me :) I gave compiz a shot, just installed from instructions on their page. AND it works FLAWLESSLY! Just had to add addrgbxglvisuals to the xorg.conf... nothing else done. All windows-borders are in place, noe black windows, no white terminal. I'm happy!

I found the install of compiz much easier. But that have off course somwhat to do with me getting to know linux and xorg.conf a little better. But anyway - I never got beryl to work (ain't given up just jet) and compiz works like a charm! So I recommend it to anyone else having problems! (Someone asked for a guide for how to do it, but it's really not nessesary. Just follow the simple install-instructions on compiz and add rgb-stuff in xorg.conf and of course add nvidia-drivers as described in this tur.)

Thanks to everybody! Getting more of a linux lover every day! :guitar:

#1709

mconway0003 said: I now have no GUI and can't do anything on my computer. Should I just re install ubuntu, or is it not a crash?

Please help a man in need, thanks

You've restarted and x-server won't start? You can manually edit xorg.conf by typing (in terminal) sudo nano /etc/X11/xorg.conf

Then you can remove the line where addrgbxlvblabla "true" is. (Under "device" or "monitor") Then type "ctrl o" to save and "ctrl x" to exit from nano. Then Press cntr alt delete to restart.

If that was the only change you did to xorg, then you should be up and running again :)

(If you made a backup thoug, you kan use the command "sudo mv /etc/X11/xorg.conf.backup /etc/X11/xorg.conf" This will overwrite your xorg with the backup)

#1710

olavjunior said: You've restarted and x-server won't start? You can manually edit xorg.conf by typing (in terminal) sudo nano /etc/X11/xorg.conf

Then you can remove the line where addrgbxlvblabla "true" is. (Under "device" or "monitor")

Sorry, I'll probably screw that up if I did it now because I'm not totally clear on how to do that. Could you please be more specific? I'd really appreciate it.

#1711

olavjunior said:

(If you made a backup thoug, you kan use the command "sudo mv /etc/X11/xorg.conf.backup /etc/X11/xorg.conf" This will overwrite your xorg with the backup)

olavjunior,

you are a genious and I love you and it so deserves a this >>>:guitar:

#1712

:) I'm happy it worked out for you

#1713

After I Installed the nvidia drivers (stable) on my laptop with Ubuntu Edgy I get the error

Fatal Error

"No screens found"

The same thing happend when I tried it on my normal pc. Both have a Geforce Adapter inside. What can be the problem?

#1714

This is how I managed to get Beryl up and running using this guide, Envy and the new legacy driver.

When I followed the guide it didn't work out as I had to use new legacy drivers.

My video card: Nvidia Geforce 3 Ti 500 video card.

Allright, these are the steps I followed:

0,5) View PriceChild's guide and complete step 1. This step provides you with required beryl-repositories.

1)Download and install the Envy script ---> link to Envy projectpage

2) Follow the instructions on the Envy projectpage.

3) Enable glx by opening a terminal and type:

sudo nvidia-glx-config enable

4a) Enable compositioning by opening a terminal and type:

sudo nvidia-xconfig --add-argb-glx-visuals

4b) Open a terminal and type:

sudo gedit /etc/X11/xorg.conf

scroll to the bottom, change the value

Section "Extensions"
    Option         "Composite" "Disabled"
EndSection

To "Enabled".

Section "Extensions"
    Option         "Composite" "Enabled"
EndSection

Save, then Ctrl-Alt-Backspace.

If anything goes wrong here you will be able to use the backup that were created during 4a.

5) Login, open a terminal and install Beryl by typing:


sudo apt-get install beryl emerald-themes

6)Open a terminal and type

beryl-manager

to get beryl up and kicking

7) Click in the meny: System>Settings>Sessions and add an entry for beryl-manager if you want Beryl to be started every time go enter Gnome.

#1715

czuczu said: I have a problem with making beryl to work properly on my fresh Edgy installation. The point is that its performance is incredibly slow comparing it to beryl that runs on my opensuse + xgl desktop. I did all the things necessary according to the tutorial. I have a nvidia gpu (fx 5200).

Is any one going to help me with this? Any help is appreciated.

#1716

Really good guide, exactly what i was looking for, only 2 problems on is an error wich i cant recreate :(, but it might have something to do with the fact that i dont have any title bars now :/

Other then that, u rock :)

#1717

Hi everyone.

I just removed beryl from my system, I think. I wanted to post what I did to get some feedback on whether or not I need to do anything else.

  1. sudo apt-get remove beryl
  2. sudo mv /etc/X11/xorg.conf.backup /etc/X11/xorg.conf
  3. delete from >sessions>startup programs

Did I miss anything?

EDIT: Synaptic helped me clear out the rest of beryl. Synaptic saw beryl but the "Add/Remove" didn't.

#1718

Worked like a charm. Beryl is impressive. Decadent, but impressive.

#1719

worked perfectly for me using the nvidia-glx-legacy drivers for may geforce 2 pro :)

#1720

wert613 said: worked perfectly for me using the nvidia-glx-legacy drivers for may geforce 2 pro :)I'm very confused... this guide should not work with legacy drivers?

#1721

Billy McCann said: Did I miss anything?You may also want to remove your 9*** nvidia drivers?

Use synaptic to force the nvidia-glx and linux-restricted-modules (& linux-restricted-modules-common) down to the ubuntu repo versions then``` sudo dpkg-reconfigure xserver-xorg -phigh

#1722

Hello,

I have used this thread to install beryl on Kubuntu. There is one problem. Every time I start my computer, KWin gets selected as window manager.

When I choose beryl, it works, but I would I like beryl to be selected by default. Does anyone know where I can do this?

Maybe to clarify, beryl manager gets started automatically, its just that it selects the wrong window manager.

Any ideas?

#1723

I used this HowTo to install beryl on my Edgy, but after upgrading, before installing the latest kernell and stuff everything seemed more fluid and smooth.

Now I have beryl and the nvidia drivers working but everything is choppy. I've turned off most of the animations and set fadein/fadeout for almost everything. But everything seems like it's running very slow. And looking at my my gkrellm now I see that everything I do takes almost 100% of the processor. The top command says it's "Xorg" that eating the processor time. And even just moving the mouse pointer around makes the processor time jump to 80%.

Now the laptops fan work way more and the system seems a lot slower. I tried playing Enemy Territory and I don't think it's much different than before.

I know something is wrong because everything feels so slow, with or without beryl running. And I've used a friend's laptop with and some Intel lame integrated graphics card, and everything felt so smooth compared to my nVidia GeForce Go 6200. Even Vista runs smoother...

Can anyone help me?

#1724

Anyone have any idea what could be causing constant hard locks or my wireless to stop working with Beryl on a Dell E1705?

#1725

czuczu said: Is any one going to help me with this? Any help is appreciated.

hey how is it? i posted a guide to installing beryl on my blog, it runs on my omnibook xe3 fine and it onl has 249 mb ram and no graphics card, any way get the blog address from my signature on this post if you still need it

#1726

tcollogne said: Hello,

I have used this thread to install beryl on Kubuntu. There is one problem. Every time I start my computer, KWin gets selected as window manager.

When I choose beryl, it works, but I would I like beryl to be selected by default. Does anyone know where I can do this?

Maybe to clarify, beryl manager gets started automatically, its just that it selects the wrong window manager.

Any ideas? add beryl.sh to your startup scripts

#1727

I'm not getting any windows decorations or any errors in the terminal when I launch beryl-manager. I have latest nvidia drivers installed. They are presumably working. I type glxinfo | grep direct and the output says i have direct rendering. I installed beryl emerald-themes along with aquamarine.

When i launch beryl-manager in the terminal it states "xserver :nvidia" it then passes all the tests. Then windows decorations dissapear. I can't type, move windows or click on the beryl icon, only thing i can do is move the mouse then eventually that locks up.

This is on a Geforce 8800, nvidia drivers installed via "option 2" from the first page of the thread. I'm running a fresh install of edgy kubuntu

BTW I had the exact same problem on ubuntu with gnome yesterday before I formated to install kubuntu

Any help would be greatly appreciated!

#1728

vincentvee said: add beryl.sh to your startup scriptsPlease don't follow this advice. I haven't a clue what beryl.sh is? Its not in my guide?

babyhuey said: I'm not getting any windows decorations or any errors in the terminal when I launch beryl-manager.

I have latest nvidia drivers installed. They are presumably working. I type glxinfo | grep direct and the output says i have direct rendering. I installed beryl emerald-themes along with aquamarine.

When i launch beryl-manager in the terminal it states "xserver :nvidia" it then passes all the tests. Then windows decorations dissapear. I can't type, move windows or click on the beryl icon, only thing i can do is move the mouse then eventually that locks up.

This is on a Geforce 8800, nvidia drivers installed via "option 2" from the first page of the thread. I'm running a fresh install of edgy kubuntu

BTW I had the exact same problem on ubuntu with gnome yesterday before I formated to install kubuntu

Any help would be greatly appreciated!Please pastebin your xorg.conf after checking that window decorations are enabled in beryl-settings-manager.

#1729

What happened to the snow effect, it seems to have vanished in the latest updates?

#1730

probably in beryl-plugins-unsupported

#1731

Please pastebin your xorg.conf after checking that window decorations are enabled in beryl-settings-manager.

Thanks for the help Windows decorations is on in the beryl-settings Here is 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 "/usr/share/fonts/X11/misc" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection

Section "Module" Load "dri" Load "i2c" Load "bitmap" Load "dbe" 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 "Monitor" Identifier "Generic Monitor" HorizSync 28.0 - 84.0 VertRefresh 43.0 - 60.0 Option "DPMS" EndSection

Section "Device" Identifier "Generic Video Card" Driver "nvidia" EndSection

Section "Screen"

Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth 24 Option "AddARGBGLXVisuals" "True" SubSection "Display" Depth 1 Modes "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection

Section "Extensions" Option "Composite" "Enable" EndSection

#1732

How do you get Beryl to run on AIGLX? Whenever I start Beryl it says it's running on Nvidia.

#1733

FuturePilot said: How do you get Beryl to run on AIGLX? Whenever I start Beryl it says it's running on Nvidia.

I may get this somewhat wrong but nvidia is referring to your graphics card driver. AIGLX is what allows indirect rendering in the graphics card (or something like that). I'm not sure what you mean by "beryl says it's running on nvidia" but I think that's normal. There is a way to check if AIGLX is working but off-hand I don't know the command. Anyone?

EDIT: I can't say I have a good grasp of all this but you could check here to start with if you are interested.

#1734

This is confusing for me too. For example with the latest version of Beryl, when I launch it from the terminal it displays Beryl system compatibility check. The first line says Detected xserver "Nvidia". I saw someone else posted the output of that and it said AIGLX instead.:confused:

One more question. What does this mean and is it normal?

Beryl: No GLXFBConfig for default depth, falling back on visinfo
#1735

FuturePilot said: This is confusing for me too. For example with the latest version of Beryl, when I launch it from the terminal it displays Beryl system compatibility check. The first line says Detected xserver "Nvidia". I saw someone else posted the output of that and it said AIGLX instead.:confused:

Ok, I am speaking as a novice here, but I notice the first post in this thread has a paragraph:

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.

#1736

If it's working maybe it's best not to ask questions. I posted this thread a while back. You can look at the output I got. Mine says somethig about nvidia too. Mine is working but if I run from a terminal I get all that stuff.

#1737

VuDu said: I used this HowTo to install beryl on my Edgy, but after upgrading, before installing the latest kernell and stuff everything seemed more fluid and smooth.

Now I have beryl and the nvidia drivers working but everything is choppy. I've turned off most of the animations and set fadein/fadeout for almost everything. But everything seems like it's running very slow. And looking at my my gkrellm now I see that everything I do takes almost 100% of the processor. The top command says it's "Xorg" that eating the processor time. And even just moving the mouse pointer around makes the processor time jump to 80%.

Now the laptops fan work way more and the system seems a lot slower. I tried playing Enemy Territory and I don't think it's much different than before.

I know something is wrong because everything feels so slow, with or without beryl running. And I've used a friend's laptop with and some Intel lame integrated graphics card, and everything felt so smooth compared to my nVidia GeForce Go 6200. Even Vista runs smoother...

Can anyone help me?

Sorry to bump, but no one seemed to have read my last post.

#1738

VuDu,

I had the same sort of problem, I think, a couple of installs ago. I used the install instructions from the Beryl wiki, and that fixed the problem. I think perhaps it had to do with the triple buffer option in my xorg.conf? You might check and see if that's enabled or not. If it's enabled, DISABLE IT. If thats not it and you can't figure out what the problem is, I'd suggest doing a fresh install using the Beryl wiki.

Just to elaborate on my problem (to see if you're experiencing the same thing), my computer became extremely touchy. Just sitting there, opening menus, it seemed ok. But running Firefox slowed it down, tvtime was running at like 5 fps, and doing any sort of multitasking made the machine crawl. I run a 5600 Ultra FX, so it's earlier than your card. I know if mine can handle Beryl, so can yours, and I imagine it's just a problem with the buffer option being turned on and diverting all your machine's power to effects.

#1739

Yes, that seems to be my problem too. Everything is slow! My xorg.conf had no "triple buffering" option. So I added one with "True", stil had no changes, now I changed it to "False" and it's the same. I've restarted X several times and nothing. I'll try to reinstall everything using that page's method.

#1740

FuturePilot said: How do you get Beryl to run on AIGLX? Whenever I start Beryl it says it's running on Nvidia.

m.musashi said: I may get this somewhat wrong but nvidia is referring to your graphics card driver. AIGLX is what allows indirect rendering in the graphics card (or something like that). I'm not sure what you mean by "beryl says it's running on nvidia" but I think that's normal. There is a way to check if AIGLX is working but off-hand I don't know the command. Anyone?

EDIT: I can't say I have a good grasp of all this but you could check here to start with if you are interested.Yes it isn't running on AIGLX.

Its mostly running on lots of new bits in the nvidia drivers... however it still needs a little of xorg7.1

#1741

I did a full reinstall of Ubuntu last night and used the script from the link below and Beryl seems to not give me a hard lock constantly anymore. Now I need to install wireless and hopefully it works =\

http://wiki.beryl-project.org/index.php/Install/Ubuntu/Edgy/nVIDIA

#1742

SnowPunk

Yeah, the Beryl wiki makes it easy, doesn't it?

On your wireless hopes:

The Beryl guys put together their own restricted modules to include the nVidia driver so that you wouldn't have to remove the restricted modules (normally a conflict between the two), since the modules are required for most wireless cards to run. From my experience, though my wireless card technically functions using the custom modules (I can see networks, and every now and then connect to one of the 8 that I can see), it's really not that functional. So, if your wireless doesn't work after installing nVidia drivers, I wouldn't be surprised.

#1743

PriceChild said: Yes it isn't running on AIGLX.

Its mostly running on lots of new bits in the nvidia drivers... however it still needs a little of xorg7.1

I have xorg 7.1 is there something I forgot to do to get it configured correctly?

I fixed the composite extension error. The xcomposite was disabled for some reason. But it still says it's running on Nvidia

#1744

FuturePilot,

You don't need to use AIGLX. The nVidia drivers include the ability to work with X without the need for AIGLX, which is an indirect approach. Using AIGLX would simply add another layer to the process, and would offer no benefits. Basically, AIGLX is obsolete for nVidia users wanting to use Beryl.

#1745

CocoAUS said: SnowPunk

Yeah, the Beryl wiki makes it easy, doesn't it?

On your wireless hopes:

The Beryl guys put together their own restricted modules to include the nVidia driver so that you wouldn't have to remove the restricted modules (normally a conflict between the two), since the modules are required for most wireless cards to run. From my experience, though my wireless card technically functions using the custom modules (I can see networks, and every now and then connect to one of the 8 that I can see), it's really not that functional. So, if your wireless doesn't work after installing nVidia drivers, I wouldn't be surprised.

Is there any way to resolve this issue, it seems like every time I switch to Beryl it stops working immediately. I have yet to install my wireless again after I did a fresh install last night so we will see. However from what you are saying it sounds like I am going to run into the same problem :(

#1746

You could try the Beryl wiki instructions. The first paragraph at that link introduces their custom repository and the restricted modules issue. Again, using this method, I have a half-functional wireless card. Others have had complete success using this method, and others are even able to use their wireless without the restricted modules. Your mileage may vary, but it's worth a shot. Also, it seems to matter what kind of router you are trying to connect to. I'm able to connect to one of the neighbors' Linksys N routers, but none of the other routers in the area. *shrug*

#1747

Ok i'm gonna try this again as no-one seemed to notice my last post. I'm a noob @ linux and i just installed everything acording to this guide. Almost everything works, animations and such but i dont have any titlebars. This time (i instelled it 4 times now :/ ) i remembered to copy the errors i got. I think (almost shure) it has something to do with my color depth. But how do i change this? Following is the error i got, and my xorg.cfg

The error.

  • Beryl system compatiblity check *

**************************************************************

Detected xserver : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension : passed (v0.3) Checking for XDamage extension : passed Checking for RandR extension : passed Checking for XSync extension : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig : passed Checking for GLX_EXT_texture_from_pixmap : passed Checking for non power of two texture support : passed Checking maximum texture size : passed (4096x4096)

Relaunching beryl with __GL_YIELD="NOTHING" **************************************************************

**************************************************************

  • Beryl system compatiblity check *

Detected xserver : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension : passed (v0.3) Checking for XDamage extension : passed Checking for RandR extension : passed Checking for XSync extension : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig : passed Checking for GLX_EXT_texture_from_pixmap : passed Checking for non power of two texture support : passed Checking maximum texture size : passed (4096x4096)

Reloading options beryl: No GLXFBConfig for depth 32 beryl: No GLXFBConfig for depth 32 beryl: No GLXFBConfig for depth 32 beryl: unsupported window depth for thumbnail beryl: unsupported window depth for thumbnail X connection to :0.0 broken (explicit kill or server shutdown).

And my xorg.cfg

nvidia-xconfig: X configuration file generated by nvidia-xconfig

nvidia-xconfig: version 1.0 (buildmeister@builder3) Fri Dec 15 10:12:14 PST 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" InputDevice "Synaptics Touchpad" 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 "i2c" 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" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" 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 "Generic Monitor" HorizSync 28.0 - 64.0 VertRefresh 43.0 - 60.0 Option "DPMS" EndSection

Section "Device" Identifier "NVIDIA Corporation NVIDIA Default Card" Driver "nvidia" EndSection

Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NVIDIA Default Card" Monitor "Generic Monitor" DefaultDepth 16 Option "AddARGBGLXVisuals" "True" SubSection "Display" Depth 1 Modes "1280x800" EndSubSection SubSection "Display" Depth 4 Modes "1280x800" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" EndSubSection SubSection "Display" Depth 15 Modes "1280x800" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection

Plx help?

#1748

Should`nt the "section screen" default depth be at least 24.....????

I also used to have problems with missing title bars but just using the Emerald Theme Manager to install a theme fixed the issue or at another time just doing a "ctrl-alt-backspace" did the job

Of course my "default depth" was/is 24:) Youll need someone who actually KNOWS to tell you for sure though im afarid:)

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
    Monitor        "NEC CI A526"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"

Thats how mines looks on this old thing

#1749

Changing: TEXTURE FILTER to BEST DETECT REFRESH RATE to OFF REFRESH RATE to 200 SYNC TO VBLANK to OFF beryl became faster than a missile!

#1750

rwiersema said: Ok i'm gonna try this again as no-one seemed to notice my last post. I'm a noob @ linux and i just installed everything acording to this guide. Almost everything works, animations and such but i dont have any titlebars. This time (i instelled it 4 times now :/ ) i remembered to copy the errors i got. I think (almost shure) it has something to do with my color depth. But how do i change this?

Following is the error i got, and my xorg.cfg

The error.

And my xorg.cfg

Plx help?Please change default depth to 24

#1751

Awesome! Got beryl working with the script given in the beryl-wiki site. Had issues with the terminal remaining blank and titlebar missing. No themes were loading either. Fixed it by changing DefaultDepth to 24 as suggested by xpod among others. Restart and now I got beryl working with no slowdown in application startup or video playback. sweet!

EDIT: okay... how come the sound is missing? I wonder if I broke something with my clumsy hands :(

#1752

Has anyone actually gotten Beryl to run correctly while using wireless?

#1753

SnowPumk98,

There was a thread (maybe it was this one? or maybe it was on Digg?) where someone claimed that their wireless card worked flawlessly after installing Beryl. I asked what card they had, and I don't remember--they either didn't answer, or it was an integrated laptop card. Either way, it is possible. I'll post a question on the Beryl wiki about it and see if I can get some answers.

#1754

yeah, i figured that 16 should be changed to 24 myself (i saw it in some ppls configs) so i tried it this afternoon, works flawlessly now (as far as i can tell) tnx for the help. :KS

#1755

Thanks, great job. it's works fine.

#1756

[B]Discussion on other guides should be kept out of this thread. [/B] Your wireless disappearing is not because of beryl. If you have removed linux-restricted-modules (not needed for this guide) then you may lose wireless. Try reinstalling it.

#1757

PriceChild said: [B]Discussion on other guides should be kept out of this thread.

[/B] If you have removed linux-restricted-modules (not needed for this guide) then you may lose wireless.

The discussion is not how to get wireless to work. The discussion is how following this method affects wireless, as is most undoubtedly does. The linux-restricted-modules included in this guide are the culprit. The discussion is not on another guide, it is on the effects of this guide, and I would suppose that many people will be wondering what happened to their wireless after following this guide. Sure would be nice if they could find the related answer in this thread.

#1758

I have tried both this guide (on a new install) and the guide below also on a fresh install. Both stop my wireless from working. I am going to buy a new wifi card that has linux drivers and will not require the ndiswrapper in hope of it working.

http://wiki.beryl-project.org/index.php/Install/Ubuntu/Edgy/nVIDIA#Creating_the_script

#1759

Two thoughts on your choice:

First, the restricted modules problem affects more than just ndiswrapper, so you might end up having problems with wireless cards that are otherwise supported.

Second, I would suggest buying your wireless card from a place that you know will let you return it. I attempted this same thing (buying a supposedly supported card) and after purchasing 3 cards, I found that none of them worked, even though they were listed on the card compatibility lists. The lists are horribly out of date, and don't take into account the restricted modules problem. So don't buy anything without being willing and able to return it and try something else instead.

#1760

I think I am going to try the one below, however first I will call Fry's and see if they have something cheap like this since they are good with returns.

http://www.newegg.com/Product/Product.asp?Item=N82E16833106221

#1761

If you get it to work, could you report back here and let us know? It can be added to the Beryl wiki and other such sites so that people will know for sure it works.

#1762

Well, well, i finally got beryl working through this guide, but there's still one problem remaining. Everything works, i just don't have any window borders. :( No matter which theme i choose, nothing happens, no borders.

And another thing that boters me a bit, when using the expose feature, the taskbars dissapear.

#1763

Right-click on the Beryl icon in the tray, mouse-over "Select Window Manager", and make sure Beryl is the selected option.

I'm sure everything is installed fine on your PC, it just didn't get selected by default somehow.

#1764

See, that's the problem, when i'm running metacity, the borders are there, but when i switch to beryl as the window manager, the borders are gone.

#1765

I am going to say this one more time... [SIZE=4][COLOR=Red][B] Following this guide to the letter will NOT break your wireless.[/B][/COLOR][/SIZE] This is user error and you have done something else which you are not reporting to us.

nicjasno said: Well, well, i finally got beryl working through this guide, but there's still one problem remaining. Everything works, i just don't have any window borders. :( No matter which theme i choose, nothing happens, no borders.

And another thing that boters me a bit, when using the expose feature, the taskbars dissapear.Im' guessing that the nvidia-xconfig parser couldn't add a line to xorg.conf because of a strange setup.

Please add``` Option "AddARGBGLXVisuals" "True"

#1766

Yay! That was it.Beryl is working 100% now :)

Now i just need to figure out why expose is hiding the task bars...

#1767

Tonight I am going to upgrade my kernel to 2.6.20.1 I believe this will resolve my wireless issues (disabling IRQ 177) that I have with and without Beryl. My hope is that with this new kernel it will also resolve the hard locking and wireless issues with Beryl. I am going to try this before I spend money on a new wireless card and will report back.

#1768

PriceChild said: I am going to say this one more time...

[SIZE=4][COLOR=Red][B] Following this guide to the letter will NOT break your wireless.[/B][/COLOR][/SIZE] This is user error and you have done something else which you are not reporting to us.

You can say it as much as you want, that doesn't make it true.

It's a known fact that this will hinder wireless functionality. Don't be offended by it, but don't deny it either. It broke mine, my sister's my cousin's, and two of my friends'. It's NOT a user error, it's a problem with the restricted modules somehow. Ask the Beryl guys about it.

#1769

I have to agree with CocoAUS, and with no offense to your guide PriceChild. If you search the Beryl forums, these forums, and Google there are tons of accounts from users with Beryl causing wireless to stop working correctly.

I believe that rather than continuing to suggest that this is no the case only hurts people searching for answers. It would be far better to at least accept the possibility that it is true and find a workaround or fix for the problem because it is there.

#1770

SnowPunk98 said: I have to agree with CocoAUS, and with no offense to your guide PriceChild. If you search the Beryl forums, these forums, and Google there are tons of accounts from users with Beryl causing wireless to stop working correctly.

I believe that rather than continuing to suggest that this is no the case only hurts people searching for answers. It would be far better to at least accept the possibility that it is true and find a workaround or fix for the problem because it is there.I have spoken with the packager of the l-r-m packages that you are using (lupine) and everything seems fine.

Which method have you been using to install beryl that's broken things?

Was it always broken or is this new on a certain update?

I still maintain that my guide does not break wireless.

#1771

First, please stop looking at this as "your guide" doing something. This isn't a personal thing whatsoever.

I personally have used the instructions on the official Beryl wiki, the instructions in this guide, and the instructions at UDSF. They are all almost exactly the same. It is not a specific update that causes problems, but simply going through the process of installing the nVidia driver. I reboot my machine after the nVidia portion of the guides just for good measure, and this is when my wireless stops working. Again, I do have partial functionality (I can see networks, and I can connect to one of my neighbors' Linksys N routers), but I can no longer connect to other networks, get signal strength, etc. A Google search or even a search on the forums here will reveal a number of other instances of people having their wireless stop working.

For the record, my sister installed Ubuntu last night. I told her her wireless might stop working after installing Beryl, but she decided to try it anyway (using this guide). I watched her install it and se had no problems...but the wireless stopped working.

#1772

nicjasno said: Yay! That was it.Beryl is working 100% now :)

Now i just need to figure out why expose is hiding the task bars...

It's supposed to. Enjoy:)

#1773

PriceChild said: I have spoken with the packager of the l-r-m packages that you are using (lupine) and everything seems fine.

Which method have you been using to install beryl that's broken things?

Was it always broken or is this new on a certain update?

I still maintain that my guide does not break wireless.

Like I said previously, I have used your guide and the official one on the Berl wiki, both with the same outcome, no wireless. I have to agree with CocoAUS so far, and no fault of you or your guide. I have to agree that there is a problem with Nvidia and the wireless conflicting.

Like I said before, I am going to do a kernel upgrade tonight and see what happens.

For the record I have also tried the newest SVN version of Beryl with no change.

#1774

The problem with suggesting the procedures detailed in the guide are the problem......is that all it takes is a single instance of that not being the case (ie someone with wireless follows the guide and has no problems) to disprove you. The fact that many people with wireless having problems could be the result of something else that those many people have in common. It's quite likely an interaction between something involved in installing Beryl and another item.

I understand it's frustrating when it isn't working properly, but it's important that nobody takes this personally. This is the guide we are using, but it is the guide Pricechild is spending time maintaining. When someone makes a comment "I installed Beryl according to this guide, and the wikki guide, plus another way" it leaves lots of potential files, versions and configs that could make troubleshooting more complicated.

#1775

Are you using lupine's l-r-m repository or nvidia.com's .run binary?

#1776

As a general statement, Hubris, that might be true. However, you will notice that this guide, the Beryl guide, and the UDSF guide are essentially the same. I believe PriceChild is even the author of the original UDSF guide. The differences are minimal (such as using aptitude install of apt-get, etc).

The fact that people have this problem with all guides and that this problem occurs after the installation of the l-r-m package shows that this is not an obscure error. In fact, the Beryl installation instructions used to include a statement about the issue. It said something to the effect of: "Installing the nVidia driver requires the removal of the linux-restricted-modules package. This is a required package for some things such as wireless devices, so you might find that your wireless card no longer works." Shortly after this was originally posted, more was added, saying (paraphrase): "We've put together a custom linux-restricted-modules package that works with the nVidia driver. This is a workaround that may or may not work for you." I believe they used to have two options on the install page, as well, indicating that you could 1) try their custom l-r-m package (which was the suggested method), or you could 2) just go without it.

Point is, this is not an obscure issue. The Beryl guys were well aware of the problem and took action to try to address it. It is not a problem with people entering commands incorrectly or skipping a step or anything else. It is a problem with linux-restricted-modules.

PriceChild-

Using lupine's.

#1777

Anyone know if I can do RandR extension with nvidia running with beryl? I get the following when doing beryl in terminal:

**************************************************************

**************************************************************

  • Beryl system compatiblity check *

Detected xserver : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension : passed (v0.3) Checking for XDamage extension : passed Checking for RandR extension : failed

No RandR extension

#1778

Worked great. Thank you very much. I think it is time to move my primary system from Dapper to Edgy. Beautiful. :guitar:

#1779

CocoAUS said: "Installing the nVidia driver requires the removal of the linux-restricted-modules package. This is a required package for some things such as wireless devices, so you might find that your wireless card no longer works."

Can anyone explain why this is or how I know if it occurred? I have installed the nvidia drivers quite a few times and in quite a few ways and I've never noticed if the linux-restricted-modules were removed. If they were it never seemed to matter. I have nvidia and beryl on my laptop and desktop. The laptop still has wireless. Maybe it's just not an issue for me but I'd like to understand this better.

One another subject, if you are having trouble with installing nvidia I suggest giving envy a try. It's very handy and seems to work well. For some reason X crashed on me the other day after rebooting. It had been a few days and I'm sure I updated beryl so maybe that was the reason. Anyway, since I had used envy I just ran it again and then typed "startx" and all was fine. No editing of xorg.conf, no hassling with anything.

#1780

That was a paraphrase from what the Beryl site used to say.

If you followed this guide, you most likely have l-r-m still installed because it involves lupine's custom package, which was made to work with the nVidia driver. The problem is that for many people, the custom l-r-m package does not function properly. If it works for you, don't worry about it! Also, a number of configurations don't rely on l-r-m for wireless functionality...especially in laptops.

#1781

Now i have another weird problem.

Everytime i reboot, and beryl sarts, i get a white screen again. However, when restarting x i get into metacity, and glxinfo says NO, and nvidia-settings is emty. Then, i disable glx, replace nvidia with nv and disable Option "AddARGBGLXVisuals" "True" in xorg.conf and restart x. Of course x doesn't wanna load, so i restore the previous state. Now x loads, glxinfo says yes, nvidia-settings has all the info and beryl starts normaly. Weird, huh?

And another weird thing. When running beryl, the start and restart buttons in the log off menu are gone.

#1782

And again, this worked flawlessly. If I can do this while drinking three pints of beer, anyone can do it. Both my PCs are now running Edgy with Beryl. It is so fast I have to slow down the animations to see them. Thanks for the directions again, PC.

#1783

babyhuey said: I'm not getting any windows decorations or any errors in the terminal when I launch beryl-manager.

I have latest nvidia drivers installed. They are presumably working. I type glxinfo | grep direct and the output says i have direct rendering. I installed beryl emerald-themes along with aquamarine.

When i launch beryl-manager in the terminal it states "xserver :nvidia" it then passes all the tests. Then windows decorations dissapear. I can't type, move windows or click on the beryl icon, only thing i can do is move the mouse then eventually that locks up.

This is on a Geforce 8800, nvidia drivers installed via "option 2" from the first page of the thread. I'm running a fresh install of edgy kubuntu

BTW I had the exact same problem on ubuntu with gnome yesterday before I formated to install kubuntu

Any help would be greatly appreciated!

I hate to bump but I guess its better than starting a new topic

#1784

babyhuey said: I hate to bump but I guess its better than starting a new topicpaste your xorg.conf please

#1785

Now i have another weird problem.

Everytime i reboot, and beryl sarts, i get a white screen again. However, when restarting x i get into metacity, and glxinfo says NO, and nvidia-settings is emty. Then, i disable glx, replace nvidia with nv and disable Option "AddARGBGLXVisuals" "True" in xorg.conf and restart x. Of course x doesn't wanna load, so i restore the previous state. Now x loads, glxinfo says yes, nvidia-settings has all the info and beryl starts normaly. Weird, huh?

And another weird thing. When running beryl, the start and restart buttons in the log off menu are gone.


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        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    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" "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 "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"
    # Option         "DPMS"
    Identifier     "LG 203wt"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Device"
    Identifier     "NVIDIA GeForce 7300 GT"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA GeForce 7300 GT"
    Monitor        "LG 203wt"
    Option         "AddARGBGLXVisuals" "True"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
#1786

PriceChild said: paste your xorg.conf please

I also pasted a previous xorg.conf a few posts back. But this is the latest incarnation The commented lines are things that i've tried but made no difference

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice       "Copperhead"
#    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        "/usr/share/fonts/X11/misc"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
#    Load       "dri"
    Load           "i2c"
    Load           "bitmap"
    Load           "dbe"
    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"
Identifier "Copperhead"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMApping" "4 5"
Option "Buttons" "8"
Option "ButtonMapping" "1 2 3 6 7 8 9"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 84.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Generic Video Card"
    Driver         "nvidia"
 #   Option  "XAANoOffscreenPixmaps"
EndSection

Section "Screen"

    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

# Section "DRI"
#       Mode 0666
# EndSection

Section "Extensions"
   Option         "Composite" "Enable"
EndSection
#1787

Could you start beryl from a tty to see the errors that appear please? Obviously you'll have to tell it to go to display 0

#1788

A quick reminder....posting your config files is frequently required for Pricechild and others to diagnose problems.....but it takes a lot less of everyone's space if you use CODE and /CODE around it.

#1789

Pricechild, I'm assuming your reply may have been meant for me. But, I'm not sure what you mean by tty. I'm fairly new to linux. I'm guessing you're talking about the terminal in which case I receive no errors. It passes all the tests.

#1790

Beryl crashed on me and i dont know why and now it wont work

In the sessions -- current session tab the status has a ?

Does anyone know what I have done or how i can fix this

#1791

ATTENTION

Lupine's repo is now gone... you may use envy or the method2.

#1792

Thanks for the guide.

This is very simple and spot-on :D I don't have any issues at all!

#1793

PriceChild said: ATTENTION

Lupine's repo is now gone... you may use envy or the method2.

Wait? WHY?

I loved the Lupine repo, Method2 and Envy don't work on my laptop :(

Noooooooooo!

#1794

Devilotx said: Wait? WHY?

I loved the Lupine repo, Method2 and Envy don't work on my laptop :(

Noooooooooo!

Try this: http://albertomilone.com/driver.html

#1795

Question...

When I just do...

sudo apt-get install nvidia-glx ....

and then run sudo nvidia-xconfig

what drivers am I getting and are they current?? This has always been what I do to get my nvidia card working(or I thought it was working)... the nvidia splash logo comes up...

Do I still need to go through the beginning of this guide??

#1796

ghandi69, I'm not sure but but I'd imagine you would still need to follow the instructions. best wait for more informed opinion from someone else here.

t_anjan said:

Wait? WHY?

I loved the Lupine repo, Method2 and Envy don't work on my laptop :(

Noooooooooo! Try this: http://albertomilone.com/driver.html

Looks like the lupine repository is back up anyhow.

#1797

ghandi69_ said: Question...

When I just do...

sudo apt-get install nvidia-glx ....

and then run sudo nvidia-xconfig

what drivers am I getting and are they current?? This has always been what I do to get my nvidia card working(or I thought it was working)... the nvidia splash logo comes up...

Do I still need to go through the beginning of this guide??You will be getting 8* series drivers.... 9* is required for aiglx.

#1798

Is it safe to update beryl? I see that my system wants 0.1.9999.2 to be installed, but i'm kinda reluctant. Too afraid it'll brake even more.

#1799

hey, i got an NVIDIA GeForce FX 5200 GPU, and beryl had previously worked OK with Ubuntu. i now have Kubuntu and i'm having the Missing window Border issue. i solved that problem by changing 'nv' to 'nvidia' in Ubuntu, but that is not helping now.

anyone knows the solution to this one? shud i post my xorg.conf contents?

#1800

nicjasno said: Is it safe to update beryl? I see that my system wants 0.1.9999.2 to be installed, but i'm kinda reluctant. Too afraid it'll brake even more.0.2.0 is now released and I haven't heard of any problems so far...

dheerajsp said: hey, i got an NVIDIA GeForce FX 5200 GPU, and beryl had previously worked OK with Ubuntu. i now have Kubuntu and i'm having the Missing window Border issue. i solved that problem by changing 'nv' to 'nvidia' in Ubuntu, but that is not helping now.

anyone knows the solution to this one? shud i post my xorg.conf contents?Please follow the guide more carefully.

#1801

I upgraded to 0.2.0, but zoom doesn't work no more and it can't upgrade beryl-setting-bindings because it says there is some dependency problem with python (while my feisty is totally upgraded)

#1802

dheerajsp said: hey, i got an NVIDIA GeForce FX 5200 GPU, and beryl had previously worked OK with Ubuntu. i now have Kubuntu and i'm having the Missing window Border issue. i solved that problem by changing 'nv' to 'nvidia' in Ubuntu, but that is not helping now.

anyone knows the solution to this one? shud i post my xorg.conf contents?

Have you hidden your desktop icons? That caused the missing border issue on my laptop.

#1803

dheerajsp said: hey, i got an NVIDIA GeForce FX 5200 GPU, and beryl had previously worked OK with Ubuntu. i now have Kubuntu and i'm having the Missing window Border issue. i solved that problem by changing 'nv' to 'nvidia' in Ubuntu, but that is not helping now.

anyone knows the solution to this one? shud i post my xorg.conf contents?

http://forum.beryl-project.org/viewtopic.php?f=35&t=1631

That link should solve your problem

#1804

PriceChild said: You will be getting 8* series drivers.... 9* is required for aiglx.

Not if he has ``` deb http://www.albertomilone.com/drivers/edgy/latest/32bit binary/

#1805

I installed Edgy last night after a hiatus of about 8 months from Ubuntu. I have to say I am very impressed with the way Edgy installs over Dapper Drake. The ability to use the system while the install is going on is marvellous.

That all said, the future requires drivers being installed and/or available. For Windows...manufacturers supply discs so that one can update the proper drivers if Windows is not able to supply them...for Ubuntu, without true support from the companies, we have wonderful walkthrus like this one to get things going on. I had the pleasure of installing Envy (though I needed the apt-get -f install) and then I followed this step by step to get my desktop acting all psychedelic-like. I'm thrilled to death regarding how well beryl works with the new nvidia drivers and I'm even more thrilled with how easy it was to setup. I went with the basic config, no need to tweak just yet. I just wanted to see if it could work.

Thanks so much for this. Eventually, this should become a script like Envy (or combined with Envy) and Ubuntu should offer it at install time as an option for advanced users. It is that good.

#1806

I am very new to Ubuntu (not computers), and need help properly configuring Baryl for my computer.

For a quick overview of my machine (Dell laptop, e1505): ATI X1400 Mobility Radeon (I configured the display using Redhat drivers supplied from dell) Core Duo 1.83Ghz 1GB RAM 80GB HArd drive (10GB Ubuntu partition)

I tried some of the things that I have seen in the forums, but couldn't make sense of how to get Baryl to work.

Basically, I just need someone to explain what needs to be done, and which files from Baryl's site are needed. I would also like help configuring new themes for Ubuntu.

Thanks In Advance!

#1807

This not enought for me: Option "AddARGBGLXVisuals" "True" Need to add this too: Option "DisableGLXRootClipping" "True"

#1808

PriceChild said: Please follow the guide more carefully.

got the problem solved.

#1809

Someone confirm problems upgrading beryl-settings-bindings, alt-tab ring doesn't work more, zoom doesn't work more by using the mouse wheel ?

#1810

flapane said: Someone confirm problems upgrading beryl-settings-bindings, alt-tab ring doesn't work more, zoom doesn't work more by using the mouse wheel ?

ring is dony by Super+Tab. Zoom SHOULD work with Super+Mouse Wheel.

#1811

how can i add Beryl-manager to Kubuntu startup?

#1812

dheerajsp said: ring is dony by Super+Tab. Zoom SHOULD work with Super+Mouse Wheel.

ehm yes super+tab, I wrote wrong. These two things don't work

#1813

I can confirm that these two do not work for me either! Am running Feisty Herd 5 and using the latest Beryl-SVN. Any of these combinations causes the CPU to jump to 100% and the desktop stops responding.

Also discovered - Rotating the cube and releasing it causes the same issue!

Hope for an update at Beryl soon...

#1814

This is an Edgy guide, with stable packages.

If you are going to run Feisty with SVN then don't expect much help, and please don't hijack this thread :)

#1815

dheerajsp said: how can i add Beryl-manager to Kubuntu startup?

ln -s /usr/bin/beryl-manager ~/.kde/Autostart/beryl-manager
#1816

PriceChild said: [B]

Remember that following this method requires a reinstillation of them every time the kernel changes.[/B]

If I install the drivers using Envy, do I have to reinstall them every time the kernel changes?

#1817

Carrots171 said: If I install the drivers using Envy, do I have to reinstall them every time the kernel changes?Yes

#1818

I don't seem to have window decorations at all, but I have effects . . . this is weird.

#1819

Just did a fresh install of Kubuntu Edgy, and I cannot get beryl-manager to run. If I run beryl, I get effects, but no window decorations. If I run beryl-manager, it says loading for about ten seconds, but nothing happened.

I installed the Nvidia driver through Envy. I'll paste my xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Feb 26 23:38:46 PST 2007

# /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           "i2c"
    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     "Generic Monitor"
    HorizSync       28.0 - 51.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    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
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

When I run beryl in the konsole I get:


**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed
Checking for non power of two texture support   : passed
Checking maximum texture size                   : passed (4096x4096)

Relaunching beryl with __GL_YIELD="NOTHING"
**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed
Checking for non power of two texture support   : passed
Checking maximum texture size                   : passed (4096x4096)

Reloading options

If I run beryl-manager, I get:

benjamin@BG-desktop:~$ X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed
Checking for non power of two texture support   : passed
Checking maximum texture size                   : passed (4096x4096)

Relaunching beryl with __GL_YIELD="NOTHING"
**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed
Checking for non power of two texture support   : passed
Checking maximum texture size                   : passed (4096x4096)

X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
Reloading options
                       
#1820

In regards to my previous post:

I can get everything running successfully if I do the following:

First, I run beryl from the konsole. Then, I run beryl-manager from the konsole. Only if I do it this way do I get everything working.

Is there anyway to do this from startup in KDE?

#1821

Patrick-Ruff said: I don't seem to have window decorations at all, but I have effects . . . this is weird.Add the following to section screen in /etc/X11/xorg.conf

 Option         "AddARGBGLXVisuals" "True"
#1822

Hi there!

I got the latests drivers working and they are great! Now I can actually use Google earth. The problem is that beryl will only start 1 out of 10 times, and when it does some of the windows show up black.

This is what I get when I run beryl-manager from a terminal:

**************************************************************

**************************************************************

  • Beryl system compatibility check *

Detected xserver : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension : passed (v0.3) Checking for XDamage extension : passed Checking for RandR extension : passed Checking for XSync extension : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig : passed Checking for GLX_EXT_texture_from_pixmap : passed Checking for non power of two texture support : passed Checking maximum texture size : passed (4096x4096)

* glibc detected * beryl: corrupted double-linked list: 0x081ca7c8 *** ======= Backtrace: ========= /lib/tls/i686/cmov/libc.so.6[0xb7d1dc5a] /lib/tls/i686/cmov/libc.so.6[0xb7d1fecd] /lib/tls/i686/cmov/libc.so.6(malloc+0x7f)[0xb7d2183f] /usr/lib/beryl/libwobbly.so[0xb487b7e8] beryl(initPluginForScreen+0x2b)[0x8070a2b] beryl(initPluginForDisplay+0x59)[0x8070c39] beryl(updatePlugins+0x45b)[0x80707cb] beryl(eventLoop+0x8dc)[0x8058dec] beryl(main+0x3fa)[0x8051bca] /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc)[0xb7cce8cc] beryl[0x80516f1] ======= Memory map: ======== 08048000-0807f000 r-xp 00000000 08:05 1075686 /usr/bin/beryl 0807f000-08080000 rw-p 00037000 08:05 1075686 /usr/bin/beryl 08080000-081f6000 rw-p 08080000 00:00 0 [heap] b4400000-b4421000 rw-p b4400000 00:00 0 b4421000-b4500000 ---p b4421000 00:00 0 b4576000-b4580000 r-xp 00000000 08:05 1045829 /lib/libgcc_s.so.1 b4580000-b4581000 rw-p 00009000 08:05 1045829 /lib/libgcc_s.so.1 b4594000-b4599000 r-xp 00000000 08:05 1366370 /usr/lib/beryl/lib3d.so b4599000-b459a000 rw-p 00004000 08:05 1366370 /usr/lib/beryl/lib3d.so b459a000-b45a5000 r-xp 00000000 08:05 1366400 /usr/lib/beryl/libscale.so b45a5000-b45a6000 rw-p 0000a000 08:05 1366400 /usr/lib/beryl/libscale.so b45a6000-b45ad000 r-xp 00000000 08:05 1075234 /usr/lib/libberyldecoration.so.0.0.0 b45ad000-b45ae000 rw-p 00006000 08:05 1075234 /usr/lib/libberyldecoration.so.0.0.0 b45ae000-b45b2000 r-xp 00000000 08:05 1366389 /usr/lib/beryl/libinputzoom.so b45b2000-b45b3000 rw-p 00003000 08:05 1366389 /usr/lib/beryl/libinputzoom.so b45b3000-b45b5000 r-xp 00000000 08:05 1366385 /usr/lib/beryl/libfade.so b45b5000-b45b6000 rw-p 00001000 08:05 1366385 /usr/lib/beryl/libfade.so b45b6000-b45c0000 r-xp 00000000 08:05 1366382 /usr/lib/beryl/libcube.so b45c0000-b45c1000 rw-p 0000a000 08:05 1366382 /usr/lib/beryl/libcube.so b45c1000-b45c5000 r-xp 00000000 08:05 1366384 /usr/lib/beryl/libdecoration.so b45c5000-b45c6000 rw-p 00003000 08:05 1366384 /usr/lib/beryl/libdecoration.so b45c6000-b45cb000 r-xp 00000000 08:05 1366572 /usr/lib/beryl/libthumbnail.so b45cb000-b45ce000 rw-p 00005000 08:05 1366572 /usr/lib/beryl/libthumbnail.so b45ce000-b45d8000 r-xp 00000000 08:05 1366570 /usr/lib/beryl/libswitcher.so b45d8000-b45d9000 rw-p 00009000 08:05 1366570 /usr/lib/beryl/libswitcher.so b45d9000-b45f4000 r-xp 00000000 08:05 1366374 /usr/lib/beryl/libanimation.so b45f4000-b45f5000 rw-p 0001a000 08:05 1366374 /usr/lib/beryl/libanimation.so b45f5000-b4604000 r-xp 00000000 08:05 1040489 /lib/libbz2.so.1.0.3 b4604000-b4605000 rw-p 0000f000 08:05 1040489 /lib/libbz2.so.1.0.3 b4605000-b463d000 r-xp 00000000 08:05 1075496 /usr/lib/libpango-1.0.so.0.1400.5 b463d000-b463f000 rw-p 00037000 08:05 1075496 /usr/lib/libpango-1.0.so.0.1400.5 b463f000-b4646000 r-xp 00000000 08:05 1075504 /usr/lib/libpangocairo-1.0.so.0.1400.5 b4646000-b4647000 rw-p 00006000 08:05 1075504 /usr/lib/libpangocairo-1.0.so.0.1400.5 b4647000-b4671000 r-xp 00000000 08:05 1075500 /usr/lib/libpangoft2-1.0.so.0.1400.5 b4671000-b4672000 rw-p 00029000 08:05 1075500 /usr/lib/libpangoft2-1.0.so.0.1400.5 b4672000-b4785000 r-xp 00000000 08:05 1074321 /usr/lib/libxml2.so.2.6.26 b4785000-b478a000 rw-p 00113000 08:05 1074321 /usr/lib/libxml2.so.2.6.26 b478a000-b478b000 rw-p b478a000 00:00 0 b478b000-b47bb000 r-xp 00000000 08:05 1074456 /usr/lib/libcroco-0.6.so.3.0.1 b47bb000-b47be000 rw-p 0002f000 08:05 1074456 /usr/lib/libcroco-0.6.so.3.0.1 b47be000-b47e9000 r-xp 00000000 08:05 1074651 /usr/lib/libgsf-1.so.114.0.1 b47e9000-b47ec000 rw-p 0002a000 08:05 1074651 /usr/lib/libgsf-1.so.114.0.1 b47ec000-b47ed000 rw-p b47ec000 00:00 0 b47ed000-b4826000 r-xp 00000000 08:05 1073805 /usr/lib/libgobject-2.0.so.0.1200.4 b4826000-b4827000 rw-p 00038000 08:05 1073805 /usr/lib/libgobject-2.0.so.0.1200.4 b4827000-b483c000 r-xp 00000000 08:05 1075558 /usr/lib/libgdk_pixbuf-2.0.so.0.1000.6 b483c000-b483d000 rw-p 00015000 08:05 1075558 /usr/lib/libgdk_pixbuf-2.0.so.0.1000.6 b483d000-b486c000 r-xp 00000000 08:05 747812 /usr/lib/librsvg-2.so.2.16.0 b486c000-b486d000 rw-p 0002f000 08:05 747812 /usr/lib/librsvg-2.so.2.16.0 b486d000-b486f000 r-xp 00000000 08:05 1366571 /usr/lib/beryl/libtext.so b486f000-b4870000 rw-p 00001000 08:05 1366571 /usr/lib/beryl/libtext.so b4870000-b4873000 r-xp 00000000 08:05 1366395 /usr/lib/beryl/libplace.so b4873000-b4874000 rw-p 00002000 08:05 1366395 /usr/lib/beryl/libplace.so b4874000-b4876000 r-xp 00000000 08:05 1366580 /usr/lib/beryl/libjpeg.so b4876000-b4877000 rw-p 00002000 08:05 1366580 /usr/lib/beryl/libjpeg.so b4877000-b487f000 r-xp 00000000 08:05 1366577 /usr/lib/beryl/libwobbly.so b487f000-b4880000 rw-p 00008000 08:05 1366577 /usr/lib/beryl/libwobbly.so b4880000-b48af000 r-xp 00000000 08:05 1073733 /usr/lib/libdbus-1.so.3.0.0 b48af000-b48b0000 rw-p 0002f000 08:05 1073733 /usr/lib/libdbus-1.so.3.0.0 b48b0000-b48b3000 r-xp 00000000 08:05 1366391 /usr/lib/beryl/libmove.so b48b3000-b48b4000 rw-p 00003000 08:05 1366391 /usr/lib/beryl/libmove.so b48b4000-b48b6000 r-xp 00000000 08:05 1366393 /usr/lib/beryl/libobs.so b48b6000-b48b7000 rw-p 00001000 08:05 1366393 /usr/lib/beryl/libobs.so b48b7000-b48ba000 r-xp 00000000 08:05 1073828 /usr/lib/libgmodule-2.0.so.0.1200.4 b48ba000-b48bb000 rw-p 00002000 08:05 1073828 /usr/lib/libgmodule-2.0.so.0.1200.4 b48bb000-b48bd000 r-xp 00000000 08:05 1366405 /usr/lib/beryl/libsvg.so b48bd000-b48be000 rw-p 00001000 08:05 1366405 /usr/lib/beryl/libsvg.so b48be000-b48c2000 r-xp 00000000 08:05 1366392 /usr/lib/beryl/libneg.so b48c2000-b48c3000 rw-p 00003000 08:05 1366392 /usr/lib/beryl/libneg.so b48c3000-b48df000 r-xp 00000000 08:05 1076006 /usr/lib/libexpat.so.1.0.0 b48df000-b48e1000 rw-p 0001c000 08:05 1076006 /usr/lib/libexpat.so.1.0.0 b48e1000-b490a000 r-xp 00000000 08:05 1073906 /usr/lib/libfontconfig.so.1.0.4 b490a000-b490f000 rw-p 00028000 08:05 1073906 /usr/lib/libfontconfig.so.1.0.4 b490f000-b4910000 rw-p b490f000 00:00 0 b4910000-b4977000 r-xp 00000000 08:05 1073917 /usr/lib/libfreetype.so.6.3.10 b4977000-b497a000 rw-p 00067000 08:05 1073917 /usr/lib/libfreetype.so.6.3.10 b497a000-b49da000 r-xp 00000000 08:05 1074298 /usr/lib/libcairo.so.2.9.2 b49da000-b49dc000 rw-p 0005f000 08:05 1074298 /usr/lib/libcairo.so.2.9.2 b49dd000-b49df000 r-xp 00000000 08:05 1366396 /usr/lib/beryl/libpng.so b49df000-b49e0000 rw-p 00002000 08:05 1366396 /usr/lib/beryl/libpng.so b49e0000-b49e4000 r-xp 00000000 08:05 1366383 /usr/lib/beryl/libdbus.so b49e4000-b49e5000 rw-p 00003000 08:05 1366383 /usr/lib/beryl/libdbus.so b49e5000-b49ee000 r-xp 00000000 08:05 1366399 /usr/lib/beryl/librotate.so b49ee000-b49ef000 rw-p 00008000 08:05 1366399 /usr/lib/beryl/librotate.so b49ef000-b4a05000 r-xp 00000000 08:05 1366388 /usr/lib/beryl/libgroup.so b4a05000-b4a0c000 rw-p 00015000 08:05 1366388 /usr/lib/beryl/libgroup.so b4a0c000-b4a11000 r-xp 00000000 08:05 1366398 /usr/lib/beryl/libresize.so b4a11000-b4a12000 rw-p 00004000 08:05 1366398 /usr/lib/beryl/libresize.so b4a12000-b4a14000 r-xp 00000000 08:05 1366386 /usr/lib/beryl/libfadedesktop.so b4a14000-b4a15000 rw-p 00001000 08:05 1366386 /usr/lib/beryl/libfadedesktop.so b4a15000-b6a15000 rw-s 00000000 00:08 1769495 /SYSV00000000 (deleted) b6a15000-b6a16000 rw-s 00000000 00:08 1736714 /SYSV00000000 (deleted) b6a16000-b6a17000 rw-s 00000000 00:08 1703938 /SYSV00000000 (deleted) b6a17000-b6a57000 rw-s c1a2a000 00:0d 10165 /dev/nvidia0 b6a57000-b6b57000 rw-s 25340000 00:0d 10165 /dev/nvidia0 b6b57000-b6b5b000 rw-s 24b9a000 00:0d 10165 /dev/nvidia0 b6b5b000-b6b5c000 rw-s c1a6b000 00:0d 10165 /dev/nvidia0 b6b5c000-b6c9e000 rw-s 2a900000 00:0d 10165 /dev/nvidia0 b6c9e000-b6cdf000 rw-p b6c9e000 00:00 0 b6cdf000-b6d49000 rw-p 00000000 00:0d 1539 /dev/zero b6d49000-b7131000 rw-s c0000000 00:0d 10165 /dev/nvidia0 b7131000-b7152000 rw-p b7131000 00:00 0 b7152000-b717c000 rw-s 00000000 00:08 0 /SYSV00000000 (deleted) b717c000-b7181000 r-xp 00000000 08:05 1399510 /usr/lib/X11/locale/common/xlibi18n.so.2.0.0 b7181000-b7182000 rw-p 00004000 08:05 1399510 /usr/lib/X11/locale/common/xlibi18n.so.2.0.0 b7182000-b718b000 r-xp 00000000 08:05 1040894 /lib/tls/i686/cmov/libnss_files-2.4.so b718b000-b718d000 rw-p 00008000 08:05 1040894 /lib/tls/i686/cmov/libnss_files-2.4.so b718d000-b719f000 r-xp 00000000 08:05 1040891 /lib/tls/i686/cmov/libnsl-2.4.so b719f000-b71a1000 rw-p 00011000 08:05 1040891 /lib/tls/i686/cmov/libnsl-2.4.so b71a1000-b71a3000 rw-p b71a1000 00:00 0 b71a3000-b71aa000 r-xp 00000000 08:05 1040892 /lib/tls/i686/cmov/libnss_compat-2.4.so b71aa000-b71ac000 rw-p 00006000 08:05 1040892 /lib/tls/i686/cmov/libnss_compat-2.4.so b71ac000-b71ad000 rw-s 24b98000 00:0d 10165 /dev/nvidia0 b71ad000-b71ae000 rw-s 24b97000 00:0d 10165 /dev/nvidia0 b71ae000-b71af000 rw-s d5c02000 00:0d 10165 /dev/nvidia0 b71af000-b71b7000 r-xp 00000000 08:05 1078535 /usr/lib/libXcursor.so.1.0.2 b71b7000-b71b8000 rw-p 00007000 08:05 1078535 /usr/lib/libXcursor.so.1.0.2 b71b8000-b71bf000 r--s 00000000 08:05 1077736 /usr/lib/gconv/gconv-modules.cache b71bf000-b7229000 rw-p b71bf000 00:00 0 b7229000-b7238000 r-xp 00000000 08:05 1040899 /lib/tls/i686/cmov/libpthread-2.4.so b7238000-b723a000 rw-p 0000f000 08:05 1040899 /lib/tls/i686/cmov/libpthread-2.4.so b723a000-b723c000 rw-p b723a000 00:00 0 b723c000-b7240000 r-xp 00000000 08:05 1078074 /usr/lib/libXdmcp.so.6.0.0 b7240000-b7241000 rw-p 00003000 08:05 1078074 /usr/lib/libXdmcp.so.6.0.0 b7241000-b7243000 r-xp 00000000 08:05 1077156 /usr/lib/libXau.so.6.0.0 b7243000-b7244000 rw-p 00001000 08:05 1077156 /usr/lib/libXau.so.6.0.0 b7244000-b7245000 r-xp 00000000 08:05 1577025 /usr/lib/tls/libnvidia-tls.so.1.0.9755 b7245000-b7246000 rw-p 00000000 08:05 1577025 /usr/lib/tls/libnvidia-tls.so.1.0.9755 b7246000-b7b7c000 r-xp 00000000 08:05 1073382 /usr/lib/libGLcore.so.1.0.9755 b7b7c000-b7bb3000 rwxp 00935000 08:05 1073382 /usr/lib/libGLcore.so.1.0.9755 b7bb3000-b7bb8000 rwxp b7bb3000 00:00 0 b7bb8000-b7bb9000 rw-p b7bb8000 00:00 0 b7bb9000-b7bc0000 r-xp 00000000 08:05 1040901 /lib/tls/i686/cmov/librt-2.4.so b7bc0000-b7bc2000 rw-p 00006000 08:05 1040901 /lib/tls/i686/cmov/librt-2.4.so b7bc2000-b7bd5000 r-xp 00000000 08:05 1075427 /usr/lib/libz.so.1.2.3 b7bd5000-b7bd6000 rw-p 00012000 08:05 1075427 /usr/lib/libz.so.1.2.3 b7bd6000-b7bd8000 r-xp 00000000 08:05 1040888 /lib/tls/i686/cmov/libdl-2.4.so b7bd8000-b7bda000 rw-p 00001000 08:05 1040888 /lib/tls/i686/cmov/libdl-2.4.so b7bda000-b7be1000 r-xp 00000000 08:05 1077955 /usr/lib/libXrender.so.1.3.0 b7be1000-b7be2000 rw-p 00006000 08:05 1077955 /usr/lib/libXrender.so.1.3.0 b7be2000-b7bee000 r-xp 00000000 08:05 1078078 /usr/lib/libXext.so.6.4.0 b7bee000-b7bef000 rw-p 0000c000 08:05 1078078 /usr/lib/libXext.so.6.4.0 b7bef000-b7bf0000 rw-p b7bef000 00:00 0 b7bf0000-b7cb6000 r-xp 00000000 08:05 1078103 /usr/lib/libX11.so.6.2.0 b7cb6000-b7cb9000 rw-p 000c5000 08:05 1078103 /usr/lib/libX11.so.6.2.0 b7cb9000-b7de6000 r-xp 00000000 08:05 1040885 /lib/tls/i686/cmov/libc-2.4.so b7de6000-b7de8000 r--p 0012c000 08:05 1040885 /lib/tls/i686/cmov/libc-2.4.so b7de8000-b7dea000 rw-p 0012e000 08:05 1040885 /lib/tls/i686/cmov/libc-2.4.so b7dea000-b7ded000 rw-p b7dea000 00:00 0 b7ded000-b7dfb000 r-xp 00000000 08:05 1079335 /usr/lib/libberylsettings.so.0.0.0 b7dfb000-b7dfc000 rw-p 0000d000 08:05 1079335 /usr/lib/libberylsettings.so.0.0.0 b7dfc000-b7dfd000 rw-p b7dfc000 00:00 0 b7dfd000-b7e21000 r-xp 00000000 08:05 1040889 /lib/tls/i686/cmov/libm-2.4.so b7e21000-b7e23000 rw-p 00023000 08:05 1040889 /lib/tls/i686/cmov/libm-2.4.so b7e23000-b7e9b000 r-xp 00000000 08:05 1073056 /usr/lib/libGL.so.1.0.9755 b7e9b000-b7eb6000 rwxp 00077000 08:05 1073056 /usr/lib/libGL.so.1.0.9755 b7eb6000-b7eb7000 rwxp b7eb6000 00:00 0 b7eb7000-b7f48000 r-xp 00000000 08:05 1073799 /usr/lib/libglib-2.0.so.0.1200.4 b7f48000-b7f49000 rw-p 00091000 08:05 1073799 /usr/lib/libglib-2.0.so.0.1200.4 b7f49000-b7f4a000 rw-p b7f49000 00:00 0 b7f4a000-b7f51000 r-xp 00000000 08:05 1075007 /usr/lib/libstartup-notification-1.so.0.0.0 b7f51000-b7f52000 rw-p 00006000 08:05 1075007 /usr/lib/libstartup-notification-1.so.0.0.0 b7f52000-b7f54000 r-xp 00000000 08:05 1078035 /usr/lib/libXinerama.so.1.0.0 b7f54000-b7f55000 rw-p 00001000 08:05 1078035 /usr/lib/libXinerama.so.1.0.0 b7f55000-b7f6a000 r-xp 00000000 08:05 1077037 /usr/lib/libICE.so.6.3.0 b7f6a000-b7f6b000 rw-p 00014000 08:05 1077037 /usr/lib/libICE.so.6.3.0 b7f6b000-b7f6d000 rw-p b7f6b000 00:00 0 b7f6d000-b7f75000 r-xp 00000000 08:05 1077041 /usr/lib/libSM.so.6.0.0 b7f75000-b7f76000 rw-p 00007000 08:05 1077041 /usr/lib/libSM.so.6.0.0 b7f76000-b7f78000 r-xp 00000000 08:05 1078540 /usr/lib/libXrandr.so.2.0.0 b7f78000-b7f79000 rw-p 00002000 08:05 1078540 /usr/lib/libXrandr.so.2.0.0 b7f79000-b7f7d000 r-xp 00000000 08:05 1078530 /usr/lib/libXfixes.so.3.1.0 b7f7d000-b7f7e000 rw-p 00003000 08:05 1078530 /usr/lib/libXfixes.so.3.1.0 b7f7e000-b7f7f000 rw-p b7f7e000 00:00 0 b7f7f000-b7f81000 r-xp 00000000 08:05 1075630 /usr/lib/libXdamage.so.1.0.0 b7f81000-b7f82000 rw-p 00001000 08:05 1075630 /usr/lib/libXdamage.so.1.0.0 b7f82000-b7f84000 r-xp 00000000 08:05 1073064 /usr/lib/libXcomposite.so.1.0.0 b7f84000-b7f85000 rw-p 00001000 08:05 1073064 /usr/lib/libXcomposite.so.1.0.0 b7f85000-b7fa8000 r-xp 00000000 08:05 1073082 /usr/lib/libpng12.so.0.1.2.8 b7fa8000-b7fa9000 rw-p 00023000 08:05 1073082 /usr/lib/libpng12.so.0.1.2.8 b7fa9000-b7faa000 rw-s d5001000 00:0d 10165 /dev/nvidia0 b7faa000-b7fae000 r-xp 00000000 08:05 65801 /usr/lib/beryl/backends/libini.so b7fae000-b7faf000 rw-p 00004000 08:05 65801 /usr/lib/beryl/backends/libini.so b7faf000-b7fb7000 r-xp 00000000 08:05 1040896 /lib/tls/i686/cmov/libnss_nis-2.4.so b7fb7000-b7fb9000 rw-p 00007000 08:05 1040896 /lib/tls/i686/cmov/libnss_nis-2.4.so b7fb9000-b7fba000 rw-p b7fb9000 00:00 0 b7fba000-b7fbc000 rwxp 00000000 00:0d 1539 /dev/zero b7fbc000-b7fbe000 rw-p b7fbc000 00:00 0 b7fbe000-b7fd7000 r-xp 00000000 08:05 1040490 /lib/ld-2.4.so b7fd7000-b7fd9000 rw-p 00018000 08:05 1040490 /lib/ld-2.4.so bfc7b000-bfc99000 rwxp bfc7b000 00:00 0 [stack] bfc99000-bfc9c000 rw-p bfc99000 00:00 0 ffffe000-fffff000 ---p 00000000 00:00 0 [vdso]

(beryl-manager:5904): WARNING : Beryl caught deadly signal 6

This is my screen portion in my xorg file:

Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 Option "NoLogo" Option "RenderAccel" "True" Option "AllowGLXWidthComposite" "True" Option "AddARGBGLXVisuals" "True" Option "DisableGLXRootClipping" "True" SubSection "Display" Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection

Prior to installing the drivers everything was working fine and I had beryl running beautifully. Using the wall, etc. It is too unfortunate.

Let me know if you have any ideas!

Roberto

#1823

bg1256 said:

Is there anyway to do this from startup in KDE?

I got help, and I thought I would post it here.

I have KDE configured to restore my previous session, and this successfully launches Beryl, but beryl-manager was not starting.

So, to solve that, I ran:

ln /usr/bin/beryl-manager ~/.kde/Autostart

NOT AS ROOT!

Now beryl and beryl-manager boot up perfectly at start up in KDE!

#1824

edit: How can I get the latest beryl version? Although I followed exactly the way (1st page) it seems I don't have all the plugins etc...

#1825
sudo apt-get install beryl-plugins-unsupported
#1826

Hi, thanks for this! It took me about 10 minutes to get everything working. :)

#1827

Hi, I'm new to ubuntu, but not so new to linux. I can usually navigate myself around most problems, but installing beryl has been an exercise in futility so far. I have ubuntu edgy that was upgraded from 5.10. When i try to install beryl, i get the message:

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: beryl: Depends: beryl-core but it is not going to be installed Depends: libberylsettings0 but it is not going to be installed Depends: libberyldecoration0 but it is not going to be installed Depends: beryl-plugins but it is not going to be installed Depends: beryl-settings but it is not going to be installed Depends: emerald but it is not going to be installed or aquamarine but it is not going to be installed or heliodor but it is not going to be installed or yawd but it is not installable or compiz-gnome but it is not going to be installed Depends: beryl-manager but it is not going to be installed emerald-themes: Depends: emerald (>= 0.1) but it is not going to be installed

That's from following this thread's instructions. I've also tried other ways with similar results. I tried the instructions on ubuntu's wiki page to install compiz/beryland i get a similar missing dependencies error.

beryl-core: Depends: libberylsettings0 but it is not going to be installed Depends: libc6 (>=2.4-1) but 2.3.6-0ubuntu20.4 is to be installed Depends: libglib2.0-0 (>=2.12.0) but 2.10.3-0ubuntu1 is to be installed

I've looked online for those packages but can't seem to find them. Any help would be appreciated.

#1828

BlacHamlet please post your /etc/apt/sources.list

#1829

Hi, I got stuck on step two:

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<-------here
sudo sh NVIDIA-Linux-x86-1.0-9629-pkg1.run
sudo nvidia-xconfig --add-argb-glx-visuals
sudo /etc/init.d/gdm start

I was pasting line per line and since (to my understanding) I had uninstalled the drivers the GUI doesn't load and I can only use the console. I tried entering the following commands on the console, but sh says it cannot install. Is there some sort of way to restore the system to its previous config? (I am using Feisty) Thanks!!

#1830

There is a guide for feisty in the development section.

sudo dpkg-reconfigure xserver-xorg -phigh

Please don't use Feisty :)

#1831

Thank you for the prompt reply! I did as you suggested and after selecting my drivers (NV) and resolution I can now get to the login screen, however, after that I just get a blank screen where I can only move the cursor around. :confused: Thanks again!

#1832

Help? Please?

#1833

Hi everybody, I'm just a rookie on Linux and especially Beryl. When i tried to install it properly, i got an error as you can see in screenshot: http://img145.imageshack.us/img145/4217/screenshotjs7.png My window themes are not displayed. When i'm looking around, i found it may be because of Emerald Manager. What am i have to do solve this problem? Thanks in advance...

#1834

Gibran said: Help? Please?I'm guessing because beryl is still trying to start.```

sudo apt-get remove beryl


> **chocoboyz said:**
> Hi everybody,
I'm just a rookie on Linux and especially Beryl. When i tried to install it properly, i got an error as you can see in screenshot: [http://img145.imageshack.us/img145/4217/screenshotjs7.png](http://img145.imageshack.us/img145/4217/screenshotjs7.png)
My window themes are not displayed. When i'm looking around, i found it may be because of Emerald Manager. What am i have to do solve this problem? Thanks in advance...Please post your xorg.conf

I'm guessing the nvidia-xconfig parser didn't work properly.
#1835

PriceChild said: I'm guessing because beryl is still trying to start.```

sudo apt-get remove beryl


I'm guessing the nvidia-xconfig parser didn't work properly.

Of course, here is my xorg.conf:

nvidia-xconfig: X configuration file generated by nvidia-xconfig

nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Feb 26 23:38:46 PST 2007

/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" InputDevice "Synaptics Touchpad" 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 "i2c" 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" "tr" 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" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" 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 "Generic Monitor" HorizSync 28.0 - 64.0 VertRefresh 43.0 - 60.0 Option "DPMS" EndSection

Section "Device" Identifier "NVIDIA Corporation NVIDIA Default Card" Driver "nvidia" EndSection

Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NVIDIA Default Card" Monitor "Generic Monitor" DefaultDepth 16 SubSection "Display" Depth 1 Modes "1280x800" EndSubSection SubSection "Display" Depth 4 Modes "1280x800" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" EndSubSection SubSection "Display" Depth 15 Modes "1280x800" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection

Section "Extensions" Option "Composite" "Enable" EndSection

#1836

Please add ``` Option "AddARGBGLXVisuals" "True"

#1837

I did, but nothing changed. :( Now my xorg.conf:


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Feb 26 23:38:46 PST 2007

# /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"
    InputDevice    "Synaptics Touchpad"
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           "i2c"
    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" "tr"
    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"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0"
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     "Generic Monitor"
    HorizSync       28.0 - 64.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "Generic Monitor"
    DefaultDepth    16
    SubSection     "Display"
        Depth       1
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x800"
    Option         "AddARGBGLXVisuals" "True"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
#1838

Restart your X server :)

#1839

Of course i did :) Just capture my .conf before restart. :) My .conf file is OK now? But anyway, still got the same prb... :(

Edit: Fix it! Prob was on Color Depth. Thanks PriceChild for your helps...

#1840

How are you starting beryl?

Perhaps you have wrongly used "beryl" instead of "beryl-manager" which won't start emerald/heliodor/aquamarine.

Or maybe for some reason window decorations aren't enabled in beryl-settings

#1841

I have a small problem, It worked perfectly but when i typ beryl-manager, then i get no window manager.. its so funny, how can i solve that problem?

#1842

PriceChild said: I'm guessing because beryl is still trying to start.```

sudo apt-get remove beryl




Done it is, but I still have the same problem. I also removed Compiz (comes with Feisty) just in case this was causing the issue but it seems it's not the case. I even tried entering on failsafe GNOME and couldn't get in.
#1843

Hey,

I just installed beryl, and it seemed to work fine, but after I restarted my computer it booted into TTY1. If i type

sudo /etc/init.d/kdm start

it says that its already running, but when I press CTRL + ALT + F7, all I get is a blank screen with an underscore blinking in the upper right corner. Anybody get that before, or did I do something wrong (most likely)?

#1844

Well i like the smooth look of beryl But im scard of my computer crashing and or just problems.

Should I be or has it become more stable.

#1845

Beryl is not for beginners Give_Peace_A_Chance

Although many say it is stable and rock solid (like me) some people find out that it depends on your specific hardware the hard way.

#1846

Give_Peace_A_Chance said: Well i like the smooth look of beryl

But im scared of my computer crashing and or just problems. Should I be or has it become more stable.

For anyone who is unsure if their hardware will work OK with Beryl there is always the option of trying the Uberyl beta distro - it comes with with Envy to get latest graphics drivers, and Beryl... and will show up any problems before you actually install anything.

#1847

So...this HOWTO was for Edgy, and there was a different procedure for those running the Feisty beta.

For those who have Beryl working properly under Edgy...how should they plan their upgrade to Feisty? Is the update process capable of recognizing the presence of Beryl and implementing it....or should Beryl be uninstalled prior to the upgrade and then start again with the Feisty procedures?

#1848

Upgrades "should" work fine.

#1849

I've just done a fresh install of Kubuntu Feisty.

Here's how I installed the Nvidia Drivers:

sudo apt-get install nvidia-glx-new
sudo nvidia-glx-config enable

I'm posting here only because I'm wondering if I will be able to install Beryl by following this method on a clean Feisty install.

#1850

Does any one know how to Setup Beryl to only manage 1 x screen? My system has 2 separate x screens. 0 is the main monitor screen and 1 is the tv out. Before I did a dist upgrade to Feisty, Beryl was managing screen 0 with no problems. When I needed to use screen 1, I simply switched back to the kwin manager as Beryl would not manage that screen. Now that I have done a dist upgrade to Feisty, I've had to reinsall Beryl and now it throws up a warning about separate x screens. It now does not manage screen 0 properly. No window borders.

I am wondering if there is a way to add something into the settings file to force Beryl to only manage screen 0?

:confused:

UPDATE: It appears that for some reason, the Beryl manager for the tray had somehow been removed when I upgraded to Feisty. Once I reinstalled this, Beryl now manages the windows fine...

#1851

PriceChild said: Upgrades "should" work fine.

Not necessarily - many people have been complaining about beryl breaking after a feisty upgrade. i 've seen it myself, with loss of window decos (fixed here), choppy movement of wobbly windows and flickering during visual effects (for me, during fade for opening windows).

It looks like these problems appear only for people using nvidia cards, and the 9631 driver from nvidia that is now available under the "restricted drivers" set is messing things up. Appears the nvidia has 9755 driver on their website (which is not in the repos yet) and will have to see if that fixes some of these problems.

Bottomline - beryl working fine under edgy+nvidia and you want to upgrade to feisty, be warned.

K

#1852

The 9755 driver is available in the nvidia-glx-new package.

#1853

i followed this official guide to install beryl on a FRESH install of Ubuntu 7.04: http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Feisty_with_nVidia

but the outcome was just a white screen (computer wasn't frozen)

could this have to do with me installing Ubuntu with the "safe graphics" option? (couldn't install with the normal option because ubuntu was operating at 800x600 and the damn installation page was bigger than that)

basic specs: AthlonXP 2400+ nVidia nForce2 IGP (integrated GeForce4 MX) 2x512MB DDR400

i had beryl working with 6.10 and i followed the official guide for that too

UPDATE: (yes i didn't give up) so after learning i can install ubuntu in default livecd mode (using Alt+F7 to move the installation window so i can see the buttons at the bottom) it finished successfully, then updated, enabled the nVidia restricted drivers (nice touch developers!), went to synaptic package manager and searched for "beryl" and installed it (automatically installs all the other crap! great!), then finally enabled all the desktop effects under system>preferences>desktop effects

i assume beryl is running (even though the beryl icon isn't at the top right anymore.. used to have an icon there in 6.10) because all the windows jiggle when moved and the cube thing works... not to mention a host of other crap i haven't explored

UPDATE 2: ok apparently that wasn't beryl i was running... i realized that because i was changing options in the "beryl settings manager" and they weren't doing jack... went back to the synaptic package manager and downloaded the beryl manager.... now i'm sure i'm running beryl... i see the freaking icon now!

#1854

Super Quick Question, I promise.

Is this Video Card good enough to run Beryl? I've got a GeForce 2000 series, and Beryl won't work. I think I'd like to update.

http://www.buy.com/prod/evga-geforce-6200-le-256mb-gddr2-agp-8x-video-card-dvi-vga-tv-out/q/loc/101/202902694.html

Any thoughts? And if I posted this in the wrong section, I do appologize.

THANK YOU!!:)

#1855

perfect :)

#1856

Hi, Im fairly new to Beryl and when i use it (using Beryl Window manager) my top window task plane disappears. I heard some people fixed it using color depth, and i have tried most ways I could find. I am using Fesity Fawn 7.04. Here is my what is inside my xorg.conf in X11 folder.

nvidia-settings: X configuration file generated by nvidia-settings

nvidia-settings: version 1.0 (buildmeister@builder3) Mon Feb 26 23:39:38 PST 2007

Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection

Section "Files" RgbPath "/usr/lib/X11/rgb" EndSection

Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection

Section "ServerFlags" Option "Xinerama" "0" EndSection

Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection

Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection

Section "Monitor" # HorizSync source: edid, VertRefresh source: edid Identifier "Monitor0" VendorName "Unknown" ModelName "ACI ASUS VW192S??" HorizSync 30.0 - 82.0 VertRefresh 50.0 - 75.0 Option "DPMS" EndSection

Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 7900 GT/GTO" EndSection

Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 Option "metamodes" "1440x900_75 +0+0; 1152x864 +0+0; 1024x768 +0+0; 832x624 +0+0; 800x600 +0+0; 640x480 +0+0" SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection

#1857

After 6 formats with the problem of the top windows disapeareance problem, i sorted a way to keep out of problems.

a) install ubunbtu b) Go to system -desktop efects. This will detect that exist a proprietary driver for the board c) Set the required resolution using nvida-settings WARNING do not use the button save to xorg,config. Doing so will ruin everything d) Install beryl and emerald.

I tryed also with the nvidia-glx-new driver but it didnt work on the 7600gt

I was comparing the xorg files and the one generated by nvidias totaly wipes a series of things including wacom settings

#1858

Will i be able to use Envy for step C? Since this is how i got Nvidia Settings.

#1859

dvieira said: After 6 formats with the problem of the top windows disapeareance problem, i sorted a way to keep out of problems.

a) install ubunbtu b) Go to system -desktop efects. This will detect that exist a proprietary driver for the board c) Set the required resolution using nvida-settings WARNING do not use the button save to xorg,config. Doing so will ruin everything d) Install beryl and emerald.

I tryed also with the nvidia-glx-new driver but it didnt work on the 7600gt

I was comparing the xorg files and the one generated by nvidias totaly wipes a series of things including wacom settings

I just made a fresh reinstallation of Ubuntu feisty, and before I ruin things (again), I'd like to know in more detail what exactly I need to do to get beryl running on my dell with nVidia 7900gs. I also had the topic bar disapearing problem. Also, what do I need to edit in the X11 lib?

#1860

The post you are quoting Balistic is from a user running Feisty, not Edgy.

The instructions at the start of this guide should be fine.

#1861

PriceChild said: The post you are quoting Balistic is from a user running Feisty, not Edgy.

The instructions at the start of this guide should be fine.

Dude, I'm running feisty as well... I'm sorry if that's the wrong place to ask, but if someone has a good guide for feisty@nVidia 7900 I'll be happy to have it.

#1862
#1863

[COLOR=DarkOrange][B]Does anyone know if theres been increased support for beryl running on an integrated graphics card, specifically radeon xpress 200.

I tried to get it installed running on edgy, but failed miserably. [/B][/COLOR]

#1864

You can if you are using XGL instead of AIGLX. You will need to use the fglrx driver too. It's not worth it currently if you ask me. I have the same card in my laptop.

#1865

during step 1, after i wrote "sudo apt-get upgrade" i get this:

The following packages have been kept back: libwnck18 xserver-xgl 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

and after the "sudo apt-get install beryl emerald-themes" i get this

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: beryl: Depends: beryl-core but it is not going to be installed Depends: libberylsettings0 but it is not going to be installed Depends: libberyldecoration0 but it is not going to be installed Depends: beryl-plugins but it is not going to be installed Depends: beryl-settings but it is not going to be installed Depends: beryl-manager but it is not going to be installed emerald-themes: Depends: emerald (>= 0.1) but it is not going to be installed E: Broken packages

im assuming the last step failed because of the two "kept back" packages. how do i stop them from being held back?

#1866

Before you get to that... you have xgl installed.

From the first post: > As far as i understand, you MUST remove all existing xgl/aiglx from your system for this method.

#1867

This is how I fixed my beryl, I was having lots of the same errors everyone else was. Mainly, the title bars are missing and A blank white glitchy box pops up, where Terminal should be. I couldn't install emerald no matter what I tried, I got an error similar to this. Depends: emerald (>= 0.1) but it is not going to be installed E: Broken packages So I said forget emerald, and used heliodor instead... same difference. :)

I used envy to install video card drivers. Once thats done type this in a terminal sudo nvidia-xconfig --add-argb-glx-visuals --composite

check your xorg.conf to be sure your running in 24 bit mode xorg.conf is located in /etc/X11/ the 24 bit color option is under the screen section

Add this repository in "system>admin>software sources" or /etc/apt/sources.list deb http://ubuntu.beryl-project.org edgy main

once thats finished start synaptic click update do a search for beryl install or update the following packages beryl beryl-core beryl-manager beryl-plugins beryl-plugins-data beryl-settings beryl-settings-bindings heliodor libberyldecoration0 (MAKE SURE THIS IS MOST RECENT VERSION) libberylsettings0 python-compizconfig

if it give you any warings, just click ok... like usual :) keep clicking ok until your done and back at desktop.

Now press Crtl+Alt+Bkspace to restart X

once all that is done click applications \ system tools \ beryl manager now right click the red diamond on your taskbar select window decorator choose Beryl GTK Decorator (Heliodor) right click diamond again select window manager choose Beryl

If your lucky, your beryl should be running now with no issues. To edit cool 3d settings goto applications \ system tools \ beryl settings manager

#1868

I'm using Beryl, and every time I start up, the desktop is black. The taskbars on the top and bottom are normal, but the desktop is just black.

I can fix it by clicking the beryl icon and then clicking Reload Window Manager. Does anyone know if there's a way I can just have ubuntu do this for me? Specifically, I'm looking for the terminal command that will reload window manager so that I can enter that in System > Preferences > Sessions > Startup Programs.

#1869

Right click on Beryl Manager>Advanced Beryl Options>Rendering Path>Copy. That's a little workaround for the black window bug which can also make your desktop black.

#1870

Hi,

I once had the same problem where the desktop was black. Some of my windows were black also. Here is what i did to correct this problem(its kind of similar to the post above): 1.Right-click the beryl icon 2.In advance beryl options change rendering path to:Texture from Pixmap 3.Again in advance beryl options change rendering platform to: Force AIGLX

That should be it. One thing to note tho', im using kubuntu, so im not sure if this will have the same affect in ubuntu

#1871

all is good, indeed, but problem is after u will start some progs, like console, firefox, and other programms, beryl FREEZING. And u cant doing anything, cant switch to console, cant look to the logs what happened. any ideas ?

i have latest nv drivers, ubuntu 7.04, amd64

regards

#1872

So when I tried to follow the instructions I got the following message....

Reading package lists... Done W: GPG error: http://ubuntu.beryl-project.org edgy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3FF0DB166A7476EA

Uhh..as me very VERY new at this.... what should I do?

#1873

--Ok I fallowed all the steps (used the Envy to install my Ge-Force 7600GT Nvidia Card) and everything went fine untill the Install Beryl Step - I get this error :::

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help resolve the situation:

The following packages have unmet dependencies: beryl: Depends: beryl-settings but it is not going to be installed E: Broken packages

- I got Ubuntu Edgy - 3.4GHz AMD FX57 - 2GB Ram -

So is the Software source broken, or missing something? I can install Beryl for Feisty just fine, and everything works exept for the Windows decorations , so I get no freaking window borders or Buttons - I know this is my guide but it just doesn't work!

#1874

i don't know but i have no problems on my Ge-Force 7600GT Nvidia Card

WOW Beryl has so good design and effects!!!

#1875

[COLOR="DarkRed"][B]Is Ubuntu 7.10 already equipped with "Edgy Main"? Or would I need to install it to make that repo work for me?

The repo I'm referring to:[/B][/COLOR]

Add this repo in "system>admin>software sources" or /etc/apt/sources.list

deb http://ubuntu.beryl-project.org edgy main

[COLOR="Red"]After I followed those instructions I got an error-message (seen below). What should I do after I get the following error-message? Should I install "edgy main" (or is it built in to Ubuntu 7.10-Gusty)?: [/COLOR]

[img]http://img229.imageshack.us/img229/4536/screenshotsourceslistusrs5.png[/img]

#1876

You don't need or want Beryl; it is old and outdated. Edgy is also. Just install Compiz. Search the Ubuntu Wiki for instructions.