Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 18th January 2013, 05:31 AM
Erunur Offline
Registered User
 
Join Date: Mar 2012
Location: New Mexico
Posts: 29
linuxchrome
Fedora 18 & Bumblebee from NCSU won't run

So I had Fedora 17 on my Lenovo y570 with bumblebee-nvidia installed from the NCSU repo but I upgraded to Fedora 18 this week and I installed the correct repo from NCSU for my system but when I use optirun I get this error.

[ 837.128244] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

[ 837.128267] [ERROR]Aborting because fallback start is disabled.

Somehow I remember getting this error before when I first got into bumblebee but I do not remeber how to fix it. Does anyone know what causes this error?
Reply With Quote
  #2  
Old 25th January 2013, 10:06 AM
bastani Offline
Registered User
 
Join Date: Jan 2012
Location: Lausanne
Posts: 31
linuxfirefox
Re: Fedora 18 & Bumblebee from NCSU won't run

Hello

I have almost the same problem. I installed Fedora 18 but I use the nouveau drivers instead of nvidia drivers.

To install bumblebee I enabled the fedora-updates-testing repository and installed the VirtualGL using yum (instead of compiling the source) and then installed bumblebee as explained in https://fedoraproject.org/wiki/Bumblebee.

Now when I try to run optriun I get the same error. More precisely:
Code:
/opt/bumblebee/bin/optirun -vv glxgears
[ 1005.163331] [DEBUG]Reading file: /opt/bumblebee/etc/bumblebee/bumblebee.conf
[ 1005.293195] [DEBUG]optirun version 3.0.1 starting...
[ 1005.293249] [DEBUG]Active configuration:
[ 1005.293263] [DEBUG] bumblebeed config file: /opt/bumblebee/etc/bumblebee/bumblebee.conf
[ 1005.293275] [DEBUG] X display: :8
[ 1005.293285] [DEBUG] LD_LIBRARY_PATH: 
[ 1005.293295] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 1005.293305] [DEBUG] VGL Compression: proxy
[ 1005.521482] [INFO]Response: No - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

[ 1005.521528] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

[ 1005.521543] [DEBUG]Socket closed.
[ 1005.521571] [ERROR]Aborting because fallback start is disabled.
[ 1005.521583] [DEBUG]Killing all remaining processes.
I even doubt if the nvidia card is properly turned off by bbswitch or not because the power consumption (reported by powertop) didn't change significantly after installing bumblebee.

I would very appreciate if anyone can help.

Cheers,
Reply With Quote
  #3  
Old 25th January 2013, 04:15 PM
Erunur Offline
Registered User
 
Join Date: Mar 2012
Location: New Mexico
Posts: 29
windows_7chrome
Re: Fedora 18 & Bumblebee from NCSU won't run

I've been talking to the bumblebee maitainer and it seems that its a problem with acpi-handle-hack and the 3.7 kernel so I just made teh decision to go back to fc 17 and just follow where things go from here.
You can see more about it here https://github.com/Bumblebee-Project/bbswitch/issues/2
Reply With Quote
  #4  
Old 28th January 2013, 08:24 PM
bastani Offline
Registered User
 
Join Date: Jan 2012
Location: Lausanne
Posts: 31
linuxfirefox
Re: Fedora 18 & Bumblebee from NCSU won't run

Thank you very much for your reply.

So this basically means with the current settings on my machine the nVidia card is NOT switched off. Isn't it?
Reply With Quote
  #5  
Old 29th January 2013, 06:04 AM
masterbm Offline
Registered User
 
Join Date: Apr 2011
Posts: 18
linuxfirefox
Re: Fedora 18 & Bumblebee from NCSU won't run

I have not upgraded my laptop to 18 yet. Mine has lite if it is intel blue. Nvidia white.Or bumblebee not installed white. If my nvidia card has power it is white.
Reply With Quote
  #6  
Old 29th January 2013, 08:07 AM
bastani Offline
Registered User
 
Join Date: Jan 2012
Location: Lausanne
Posts: 31
linuxfirefox
Re: Fedora 18 & Bumblebee from NCSU won't run

Unfortunately mine does not have such an indicator. I am really curious to learn how may I check whether the nVidia card is switched off or not?

Apparently that card is not used since for example glxgears reports low FPS rates.
Reply With Quote
  #7  
Old 17th February 2013, 01:07 PM
bastani Offline
Registered User
 
Join Date: Jan 2012
Location: Lausanne
Posts: 31
linuxfirefox
Re: Fedora 18 & Bumblebee from NCSU won't run

I found some time to investigate the issue in more details. It turns out that on Fedora 18 (at least on my machine) bumblebee does not turn off the nVidia card:
Code:
$ cat /proc/acpi/bbswitch 
0000:01:00.0 ON
However, running
Code:
 echo OFF > /proc/acpi/bbswitch
apparently turns off the card. The logs show:
Code:
$ dmesg | grep bbswitch
[   29.301150] bbswitch: version 0.5
[   29.301856] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.VID_
[   29.302526] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG_.VID_
[   29.303398] bbswitch: detected an Optimus _DSM function
[   29.304063] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[ 8432.644990] bbswitch: disabling discrete graphics
Now, if I try to run an application by optirun, I get the same errors as before, and afterwards the nVidia card is turned on again. This time, surprisingly, bbswitch refuses OFF command:
Code:
$ echo OFF > /proc/acpi/bbswitch 
$ dmesg | grep bbswitch
[   29.301150] bbswitch: version 0.5
[   29.301856] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.VID_
[   29.302526] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG_.VID_
[   29.303398] bbswitch: detected an Optimus _DSM function
[   29.304063] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[ 8432.644990] bbswitch: disabling discrete graphics
[ 8692.688552] bbswitch: enabling discrete graphics
[ 8713.287185] bbswitch: device 0000:01:00.0 is in use by driver 'nouveau', refusing OFF
[ 8754.525836] bbswitch: device 0000:01:00.0 is in use by driver 'nouveau', refusing OFF
[ 8866.211991] bbswitch: device 0000:01:00.0 is in use by driver 'nouveau', refusing OFF
I also found this : https://github.com/Bumblebee-Project/bbswitch/issues/39 ; suggesting the optimus technology is being officially supported by Fedora 18. But I couldn't understand how to enable PRIME (and use it instead of bumblebee).
Reply With Quote
Reply

Tags
bumblebee, fedora, ncsu, run

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
Bumblebee christaylor Hardware & Laptops 10 13th May 2013 04:55 PM
Why should I use bumblebee? hadrons123 Hardware & Laptops 9 5th February 2013 09:11 AM
Bumblebee fedora y570 uptikool Hardware & Laptops 1 26th July 2012 12:47 PM
F16 - Bumblebee thibdb Hardware & Laptops 37 7th March 2012 11:46 AM
Is linux00ss.linux.ncsu.edu a legit update site JeffZZZ Using Fedora 3 7th August 2007 12:01 PM


Current GMT-time: 08:03 (Saturday, 25-05-2013)

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 Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat