Fedora Linux Support Community & Resources Center

Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Software

Software Help on software problems.

Reply
 
Thread Tools Search this Thread Display Modes
  #46  
Old 2007-02-11, 01:12 AM CST
dmbrown00 Offline
Registered User
 
Join Date: Jan 2007
Posts: 65
Smile Fixed!

I added this to my /etc/X11/xorg.conf:
Code:
Section "Extensions"
   Option "Composite" "Enable"
   Option "RenderAccel" "Enable
EndSection
And made this simple script:
Code:
#!/bin/bash
LD_PRELOAD=/usr/lib64/nvidia/libGL.so.1 beryl-manager
I added that script to my startup programs, restarted X, and now Beryl works!
Reply With Quote
  #47  
Old 2007-02-11, 01:38 AM CST
jdeslip's Avatar
jdeslip Offline
Registered User
 
Join Date: May 2006
Location: Berkeley, CA
Posts: 621
What version of driver are you using?? When I try that command I still get: beryl: symbol lookup error: /usr/lib64/nvidia/libGL.so.1.0.9746: undefined symbol: _nv001274gl
Reply With Quote
  #48  
Old 2007-02-11, 08:57 AM CST
weitjong's Avatar
weitjong Online
Registered User
 
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 221
Thanks icydog. It works for me as well. I am using the latest 64-bit nvidia driver from livna.
Reply With Quote
  #49  
Old 2007-02-11, 09:34 AM CST
bseltzer Offline
Registered User
 
Join Date: Oct 2006
Location: E. San Francisco Bay Area
Posts: 188
I think ya'll know my point of view where this "beryl" thingie is concerned, and although I can get it running on my P4 3.06 GHz, 1 GB RAM, NVIDIA GeForce4 MX 420 system, "works" is definitely not the term I'd use to describe the process.

For starters, if LD_PRELOAD needs to be set, why doesn't the beryl-manager do it by itself without the need for a command-line kludge? Secondly, why doesn't this particular version make the beryl-manager available in the System-->Preferences-->More Preferences menu anymore? And finally, when I do run beryl-manager, it kills off metacity but doesn't replace it with anything until I force it to reload the window manager.

Bottom line... If you're into dicking around with your computer, this is all just fine, but if instead, you're into using the box, beryl is still lame-ware. I'll probably continue to give it a spin whenever a new version comes out, but it'll have to become a whole lot more robust before I'll make it part of my standard setup.

I'm sure it will eventually become a fine desktop environment, assuming it's developers take a bit more responsibility for their code and develop a more rigorous testing program, but for now, it remains most appropriate for hobbyists and developers. Just my $0.02 worth...

Regards,
Bert
__________________
Those who dance are often mistaken for insane
By those who cannot hear the music...
Reply With Quote
  #50  
Old 2007-02-11, 10:31 AM CST
weitjong's Avatar
weitjong Online
Registered User
 
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 221
I totally agree. It used to work out of box for me. All I needed to do then was to add "beryl-manager" into gnome session manager so that it starts whenever I login into gnome. However, I cannot just wait until the fixed version comes out. Believe it or not, I have got so used to the transparent backgrond in gnome Terminal now and since I have dual monitor setup, only beryl handles maximized windows to my liking. It only takes me a one time effort to write a startup script with the LD_PRELOAD and add it into the session manager, and temporarily disabling the old "beryl-manager", and forget about it. When the fix is out, I can easily switch back without a sweat.

By confirming the work around solution posted by icydog in my earlier post, I hope it helps others like me who want to have beryl back as quick as possible.
Reply With Quote
  #51  
Old 2007-02-11, 12:50 PM CST
icydog Offline
Registered User
 
Join Date: Nov 2005
Posts: 436
jdeslip, I think this only works on nvidia 9746 drivers. Try updating.
Reply With Quote
  #52  
Old 2007-02-11, 01:21 PM CST
jdeslip's Avatar
jdeslip Offline
Registered User
 
Join Date: May 2006
Location: Berkeley, CA
Posts: 621
Hi Icydog,

I am using 9746. I got it working though by doing two things. One erasing some left over 9625 and 9631 files that were in my /usr/lib64 directory. Then it would work but would complain it did not have access to /dev/nvidia0 and /dev/nvidiactl. So, it was doing indirect rendering instead of direct. I did chmod a+rw on those files and now it doesn't complain about that. Is this safe?
Reply With Quote
  #53  
Old 2007-02-11, 02:00 PM CST
icydog Offline
Registered User
 
Join Date: Nov 2005
Posts: 436
Are you using Livna drivers? When you yum update those, the old ones should automatically get erased.
Reply With Quote
  #54  
Old 2007-02-11, 02:05 PM CST
dmbrown00 Offline
Registered User
 
Join Date: Jan 2007
Posts: 65
I think udev is supposed to make the permissions on /dev/nvidia* to allow the current X user to write them. When I am logged in, they are owned by me, with permissions 600. Do you have livna-config-display (http://www.diffingo.com/downloads/li...4-1.noarch.rpm) installed? Just run it and choose AIGLX. I had to do that to get the old version to work; it might work for the new one, too.
Reply With Quote
  #55  
Old 2007-02-11, 02:17 PM CST
jdeslip's Avatar
jdeslip Offline
Registered User
 
Join Date: May 2006
Location: Berkeley, CA
Posts: 621
Ah, thanks dmbrown, I see that they are now owned by jdeslip - not sure why yesterday they were owned by root.

icydog - I now use livna-drivers. But some time in the past I used the script from nvidia, I think that was my problem - there were some leftovers.

Anyway, seems to work now! Thanks.

Now onto a superficial issue!! Why can't I make the caps transparent in this version?
Reply With Quote
  #56  
Old 2007-02-17, 10:27 AM CST
billythekid Offline
Registered User
 
Join Date: Dec 2006
Posts: 49
Quote:
Originally Posted by icydog
AH HA!

Do this:

LD_PRELOAD=/usr/lib64/nvidia/libGL.so.1 beryl-manager

(Of course, if you have 32-bit machine then remove the 64)
thanks icydog. I've been trying different drivers and xorg.conf settings for a few hours. This command immedietely got Beryl up and running (x64, fedora core 6, nvidia 7600). Should livna or Fedora be notified to include this in future beryl packages?

you the man
Reply With Quote
  #57  
Old 2007-02-17, 01:02 PM CST
StephenH's Avatar
StephenH Offline
Registered User
 
Join Date: Jul 2004
Location: Wake Forest, NC
Age: 56
Posts: 545
Quote:
Originally Posted by dmbrown00
I added this to my /etc/X11/xorg.conf:
Code:
Section "Extensions"
   Option "Composite" "Enable"
   Option "RenderAccel" "Enable
EndSection
And made this simple script:
Code:
#!/bin/bash
LD_PRELOAD=/usr/lib64/nvidia/libGL.so.1 beryl-manager
I added that script to my startup programs, restarted X, and now Beryl works!
Okay, I am going to display my ignorance here, but where are startup programs located? (I am using Gnome)

Stephen
Reply With Quote
  #58  
Old 2007-02-17, 01:42 PM CST
dmbrown00 Offline
Registered User
 
Join Date: Jan 2007
Posts: 65
System > Preferences > More Preferences > Sessions, Start Up Programs tab.
Reply With Quote
  #59  
Old 2007-02-17, 02:05 PM CST
StephenH's Avatar
StephenH Offline
Registered User
 
Join Date: Jul 2004
Location: Wake Forest, NC
Age: 56
Posts: 545
Quote:
Originally Posted by dmbrown00
System > Preferences > More Preferences > Sessions, Start Up Programs tab.
Thanks. I knew it was probably something simple. I don't think I had ever looked at that particular utility before.

Stephen
Reply With Quote
  #60  
Old 2007-02-17, 04:04 PM CST
TylerDurdened Offline
Registered User
 
Join Date: Feb 2007
Posts: 18
Quote:
Originally Posted by cvbrowne
Someone in the beryl forums compiled the SVN version and added a repo for it... I installed it and it works flawlessly.... well for a beta.... 0.1.4 was much more stable.

as root... type the command

vi /etc/yum.repos.d/beryl.repo

then paste the following into it.

Code:
[beryl]
name=Beryl svn for Fedora Core $releasever - $basearch
baseurl=http://www.saafinternational.com/beryl/repo/RPMS/$basearch/
enabled=1
gpgcheck=0


then run:

yum upgrade
I tried running this but it says a bunch of packages are set to be updated but it fails to update because I need beryl-plugins that is greater than 2.0
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
After making update I have a white screen. bizar Software 7 2009-09-17 10:23 PM CDT
Nvidia + White Screen + kernel update Dors Hardware 7 2008-10-27 10:17 PM CDT
White screen after update. Anomadeus General Support 6 2008-09-16 12:52 PM CDT
n00b - white screen after fc6 install and update nektoinphx Installation Help 6 2007-01-04 06:11 PM CST
Beryl White Cube White Screen XGL whats up? DMD General Support 5 2006-11-28 08:57 PM CST

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 12:49 PM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
Translated to other languages thanks to NLP-er 2.3.8