Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
05-18-2012, 10:09 PM
|
#1
|
|
Member
Registered: May 2003
Location: The Left coast, USA
Distribution: Slackware_64 13.37
Posts: 183
Rep:
|
BumbleBee
I'm looking to install BumbleBee 3.0 on slackware_64 13.37.
There are, as expected, some requirements...
Code:
a C compiler
pkg-config
glib-2.0 and development headers
libX11 and development headers
libbsd and development headers
help2man (optional, but recommended)
If you're building from git, you'll also need:
autotools (2.68+ recommended)
I did a full install except for KDE , never did like it, I'm using xfce.
The only one of the requirements at Slackbuilds is libssd, with no mention of development headers.
How does one check if any of these requirements are already installed?
I also have no idea what git is, so I'm not sure if I would need the autotools or not...
|
|
|
|
05-18-2012, 11:52 PM
|
#2
|
|
Member
Registered: Feb 2010
Location: Chicago, IL
Distribution: Slackware64 14.0
Posts: 742
Rep:
|
as root, run
Code:
slackpkg search libssd
That will tell you if a package for libssd is installed.
|
|
|
|
05-19-2012, 07:17 AM
|
#3
|
|
LQ Veteran
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,756
|
I just installed bumblebee on my laptop using these slackbuilds and the only missing dependency on a full Slackware64 13.37 install was libjpeg-turbo. You can get a slackbuild for that on Slackbuilds.org, but you need a newer version so just grab the newest source and alter the version number in the slackbuild.
|
|
|
|
05-20-2012, 06:16 PM
|
#4
|
|
Member
Registered: May 2003
Location: The Left coast, USA
Distribution: Slackware_64 13.37
Posts: 183
Original Poster
Rep:
|
Quote:
Originally Posted by Hangdog42
I just installed bumblebee on my laptop using these slackbuilds and the only missing dependency on a full Slackware64 13.37 install was libjpeg-turbo. You can get a slackbuild for that on Slackbuilds.org, but you need a newer version so just grab the newest source and alter the version number in the slackbuild.
|
Thanks for the links...
I'm not sure about the source code for nvidia-bumblebee and nvidia-kernel...
Should I be using the nvidia 295.40 drivers for these two slackbuilds?
Or, are these different? If they're different, where can they be downloaded?
|
|
|
|
05-20-2012, 08:52 PM
|
#5
|
|
Member
Registered: May 2003
Location: The Left coast, USA
Distribution: Slackware_64 13.37
Posts: 183
Original Poster
Rep:
|
Ok, I don't understand this....
AS ROOT, I try to install VirtualGL and get "permission denied"
I have no clue as to how to get around this one....
EDIT*** Fixed it....It wasn't executable...
Last edited by ceh383; 05-20-2012 at 09:06 PM.
Reason: oops
|
|
|
|
05-21-2012, 07:47 AM
|
#6
|
|
LQ Veteran
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,756
|
Quote:
Originally Posted by ceh383
Thanks for the links...
I'm not sure about the source code for nvidia-bumblebee and nvidia-kernel...
Should I be using the nvidia 295.40 drivers for these two slackbuilds?
Or, are these different? If they're different, where can they be downloaded?
|
I just used the nvdia 295.40 drivers in both. If I understand correctly, these two packages are replacements for the "normal" nvidia-driver and nvidia-kernel slackbuilds. I had previously installed nvidia with the normal slackbuilds, and when I installed bumblebee, I uninstalled the normal ones first. Then I installed the bumblebee packages and restarted X. The optirun command seems to be doing the right thing as I can hear the fan kick on when I use it, and my battery life doubled, so I'm guessing that bumblebee is doing its job.
|
|
|
|
05-21-2012, 09:12 PM
|
#7
|
|
Member
Registered: May 2003
Location: The Left coast, USA
Distribution: Slackware_64 13.37
Posts: 183
Original Poster
Rep:
|
*Edit*
I removed all packages, removed the nouveau drivers, then rebuilt and reinstalled everything.
Now I get this error...
Code:
[ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ERROR]Aborting because fallback start is disabled.
At this rate, I'm going to wear Google out...LOL
Last edited by ceh383; 05-21-2012 at 10:20 PM.
|
|
|
|
05-21-2012, 11:12 PM
|
#8
|
|
Member
Registered: May 2003
Location: The Left coast, USA
Distribution: Slackware_64 13.37
Posts: 183
Original Poster
Rep:
|
Ok, I blacklisted the nouveau drivers and it seems to be working...
Now I need to figure out how to run it at system startup....More Google time....
|
|
|
|
05-22-2012, 07:17 AM
|
#9
|
|
LQ Veteran
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,756
|
Quote:
|
Now I need to figure out how to run it at system startup....More Google time....
|
If I remember correctly, the slackbuilds I linked to earlier put rc.bumblebeed in /etc/rc.d. I just start that up from rc.local and it works well.
|
|
|
1 members found this post helpful.
|
05-22-2012, 10:17 PM
|
#10
|
|
Member
Registered: May 2003
Location: The Left coast, USA
Distribution: Slackware_64 13.37
Posts: 183
Original Poster
Rep:
|
It seems I can only start bumblebee as su, I did create the group and add myself to it...but no joy...
Quote:
|
If I remember correctly, the slackbuilds I linked to earlier put rc.bumblebeed in /etc/rc.d. I just start that up from rc.local and it works well.
|
This my be stupid, but, I don't see rc.local anywhere...where is it?
|
|
|
|
05-23-2012, 07:17 AM
|
#11
|
|
LQ Veteran
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,756
|
Quote:
|
It seems I can only start bumblebee as su
|
I think the bumblebee daemon has to start as root since it interacts with hardware. I haven't done any digging so this is probably irresponsible speculation, but it could be that it works like a lot of other daemons in that it starts as root and then drops to a non-privileged user after it gets going.
Quote:
|
This my be stupid, but, I don't see rc.local anywhere...where is it?
|
If you did a full install, it should be in /etc/rc.d along with all of the other startup scripts. If it isn't there, you can just create it, it is nothing more than a basic shell script. If you make it executable, it should be run as the last thing at startup.
|
|
|
|
05-23-2012, 10:00 PM
|
#12
|
|
Member
Registered: May 2003
Location: The Left coast, USA
Distribution: Slackware_64 13.37
Posts: 183
Original Poster
Rep:
|
That did the trick and battery life is very much improved...Hangdog42, thank you for all your help.
Chuck
Last edited by ceh383; 05-23-2012 at 10:06 PM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:52 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|