Bumblebee for CentOS5/RHEL5

 
Thread Tools Search this Thread
Special Forums Hardware Bumblebee for CentOS5/RHEL5
# 1  
Old 12-05-2013
Bumblebee for CentOS5/RHEL5

I have a laptop running CentOS 5.9 with switchable/hybrid graphics (Intel integrated and Nvidia). For now, have managed to successfully install Nvidia driver using NVIDIA-Linux-x86_64-331.20.run file from Nvidia website, but failed to start xserver.

To use both adapters I need to install Bumblebee, but there is no package available for x64_64 CentOS5 or RHEL5 and need to install Bumblebee manually from source following instruction:
github.com/Bumblebee-Project/Bumblebee/wiki/Install-and-usage
but don't know how to set the following paths
Code:
./configure CONF_DRIVER=nvidia CONF_DRIVER_MODULE_NVIDIA=nvidia-current \
CONF_LDPATH_NVIDIA=/usr/lib/nvidia-current:/usr/lib32/nvidia-current \
CONF_MODPATH_NVIDIA=/usr/lib/nvidia-current/xorg,/usr/lib/xorg/modules

The nvidia directories/files located on the machine are:
Code:
# locate nvidia
/lib/modules/2.6.18-348.el5/kernel/drivers/video/nvidia
/lib/modules/2.6.18-348.el5/kernel/drivers/video/nvidia/nvidiafb.ko
/usr/share/hal/fdi/information/10freedesktop/21-video-quirk-pm-el5-nvidia.fdi
/usr/src/kernels/2.6.18-348.el5-x86_64/drivers/video/nvidia
/usr/src/kernels/2.6.18-348.el5-x86_64/drivers/video/nvidia/Makefile
/usr/src/kernels/2.6.18-348.el5-x86_64/include/config/fb/nvidia
/usr/src/kernels/2.6.18-348.el5-x86_64/include/config/fb/nvidia.h
/usr/src/kernels/2.6.18-348.el5-x86_64/include/config/fb/nvidia/i2c.h

Can anyone please help?

Last edited by Franklin52; 12-05-2013 at 03:14 AM.. Reason: Please use code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

Mounting NFS (CentOS5.6 x64bit) issue on CentOS6.4 x64bit

Hello, We have NFS server setup on CentOS5.6 x64bit with nfs 3 version. Now we have setup a another server CentOS6.4 x64 bit and going to mount nfs location (Which setup on CentOS5.6 x64bit). Now when i am mounting this location on CentOS6.4 x63 bit, below error is displaying. # mount -o... (2 Replies)
Discussion started by: sunnysthakur
2 Replies

2. Red Hat

RHEL5.4 Upgrade

Hello, WE currently have a RedHat5.4 server which we need to upgrade with latest patches. This runs database Oracle 11gR2. If anyone can suggest if it is better to perform patches update or just migrate to a higher supported RHEL5.x version.. From what I know Oracle 11gR2 is supported by... (2 Replies)
Discussion started by: ikn3
2 Replies

3. Shell Programming and Scripting

Remove lines if some data is the same: Centos5 / bash

Ok what i have is 8 separate files based on how many IP's are associated with the domain. I want to limit duplication of ip's within the individual files (ie. i don't care if the same ip is in 1 IP file and 4 IP file). Can someone help me with how to go through the files and remove lines that have... (3 Replies)
Discussion started by: oly_r
3 Replies

4. Hardware

Problem Nvidia Optimus Technology linux Support (bumblebee apps)

Hi, I had a asus u30jc laptop with dual video NVIDIA OPTIMUS features (Built-in Intel and Nvidia geforce 310M), I just wondering if someone already figure out how the official nvidia driver works, or any tweaks inorder to use the nvidia card, Ive been using this laptop for more than a year now,... (0 Replies)
Discussion started by: jao_madn
0 Replies

5. Red Hat

Adding EML to CentOS5.5

Hi! I've just installed CentOS 5.5 on HP Proliant DL380G5 with two FC HBA and now I'm struggling with adding HP EML103e connected through two Brocade SAN switches. Tape library has two tape drives, each in different fabric. Robotics connected to both fabrics. Zoning is ok - OS sees drives'... (0 Replies)
Discussion started by: Sapfeer
0 Replies

6. Red Hat

Best Book For RHEL5

Hey friends Anyone tell me the best book for learning RHEL5 from basic to master including everything that we can do with microsoft windows and server. Does anyone know any good institute for red hat linux server in delhi,india (1 Reply)
Discussion started by: neerajrawat1
1 Replies

7. Programming

pthread_mutex_trylock() overwrites global variable on CentOS5

Hi all, I am new to linux and got problem with pthread_mutex_trylock(). I have used mutex in my code. When I try to call pthread_mutex_trylock() on RECURSIVE type of mutex it overwrites adjacent memory location (that is global variable of type structure say x, memory allocated using malloc()). ... (5 Replies)
Discussion started by: liveshell
5 Replies

8. Red Hat

Squirrelmail Rhel5

Hi , I am trying for squirrelmail In Rhel 5 I have the Image of the DVD .But in that I can't Find the squirrelmail-1.4.2-1.noarch.rpm And i downloaded the same but it is not working . can anyone can give any link to download the same for Rhel5.?? Thanks (1 Reply)
Discussion started by: saurabh84g
1 Replies
Login or Register to Ask a Question