You are not logged in.

#1 2013-06-19 05:56:54

eve_ouyang
Member
Registered: 2013-06-10
Posts: 36

bumblebee is not work on Arch x86_64

when i install bumblebee on arch_i686 ,it works,
but i install it on x86_64 isn't work .

# pacman -S xf86-video-nouveau nouveau-dri mesa

# pacman -S  lib32-virtualgl bumblebee bbswitch

# usermod -a -G bumblebee eveblue

# systemctl enable bumblebeed.service

# reboot

eveblue@Arch:~$ lspci |grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce GT 520M] (rev a1)

how to solved it ?

Last edited by eve_ouyang (2013-06-25 04:06:14)

Offline

#2 2013-06-19 06:21:28

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: bumblebee is not work on Arch x86_64

You need to explain what doesn't work.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2013-06-19 06:31:37

eve_ouyang
Member
Registered: 2013-06-10
Posts: 36

Re: bumblebee is not work on Arch x86_64

ngoonee wrote:

You need to explain what doesn't work.

I want to turn the Nvidia off on boot,but it doesn't work

Offline

#4 2013-06-19 09:17:36

nourathar
Member
From: Bxl
Registered: 2013-04-26
Posts: 109

Re: bumblebee is not work on Arch x86_64

Hi,
if you only followed the steps you quoted above, I'm more suprised by your suggestion that your nvidia is off on boot when you are on arch_i368.

'Default behaviour of bbswitch is to leave card power state unchanged', as is explained here:

https://wiki.archlinux.org/index.php/Bu … g_bbswitch

Did you configure bbswitch according to the steps outlined there ?

ciao,

J.

(sorry, misread the docs i realize now, and can't delete this post..:()
I use bumblebee and bbswitch and I did configure it in a bbswitch.conf as outlined in the link above, even when now I see it says that is not necessary when using bumblebee. Did you try that ?

Last edited by nourathar (2013-06-19 09:23:16)

Offline

#5 2013-06-19 09:40:47

eve_ouyang
Member
Registered: 2013-06-10
Posts: 36

Re: bumblebee is not work on Arch x86_64

nourathar wrote:

Hi,
if you only followed the steps you quoted above, I'm more suprised by your suggestion that your nvidia is off on boot when you are on arch_i368.

'Default behaviour of bbswitch is to leave card power state unchanged', as is explained here:

https://wiki.archlinux.org/index.php/Bu … g_bbswitch

Did you configure bbswitch according to the steps outlined there ?

ciao,

J.

(sorry, misread the docs i realize now, and can't delete this post..:()
I use bumblebee and bbswitch and I did configure it in a bbswitch.conf as outlined in the link above, even when now I see it says that is not necessary when using bumblebee. Did you try that ?

thx,nourathar
but the bumblebee install will turn the Nvidia off,and I had read the wiki before and try myself to configure the bumblebee ,but it doesn't work.
I think ,are there some lib32* not install.
And sorry for my poor english.

Last edited by eve_ouyang (2013-06-19 09:43:22)

Offline

#6 2013-06-20 20:28:10

Gryaniy
Member
From: USA,UKRAINE,MEXICO
Registered: 2013-02-15
Posts: 46

Re: bumblebee is not work on Arch x86_64

- Are you sure you are on x86_64?  whats the output of: uname -a

- Have you considered trying nvidia drivers rather than nouveau?
Give it a try, I wasn't able to get bumblebee running in my current laptop with nouveau.


-When you reboot - what is the status of bumblebeed.service?

Offline

#7 2013-06-20 21:45:30

donniezazen
Member
From: Salt Lake City
Registered: 2011-06-24
Posts: 671
Website

Re: bumblebee is not work on Arch x86_64

You don't need graphic drivers to disable graphic card AFAIK. You only need bumblebee and bbswith and following.

/etc/modprobe.d/bbswitch.conf
options bbswitch load_state=0 unload_state=1

Add your user and enable bumblebeed.

You should be able to check your cards status using following.

cat /proc/acpi/bbswitch

Last edited by donniezazen (2013-06-20 21:46:28)

Offline

#8 2013-06-21 00:41:40

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: bumblebee is not work on Arch x86_64

donniezazen wrote:

You should be able to check your cards status using following.

cat /proc/acpi/bbswitch

You should not need to configure bbswitch.conf to have it turn off when not in used anymore (if you use bumblebeed). I think the OP is just confused that the 'off' nvidia card turns up in lspci.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#9 2013-06-22 01:48:11

eve_ouyang
Member
Registered: 2013-06-10
Posts: 36

Re: bumblebee is not work on Arch x86_64

Gryaniy wrote:

- Are you sure you are on x86_64?  whats the output of: uname -a

- Have you considered trying nvidia drivers rather than nouveau?
Give it a try, I wasn't able to get bumblebee running in my current laptop with nouveau.


-When you reboot - what is the status of bumblebeed.service?

yes,that's x86_64

Linux Arch 3.9.6-1-ARCH #1 SMP PREEMPT Fri Jun 14 08:12:55 CEST 2013 x86_64 GNU/Linux

if I install the nvidia driver the cpu fan turn very fast...so...Idon't want to install the nvidia

Offline

#10 2013-06-22 01:51:19

eve_ouyang
Member
Registered: 2013-06-10
Posts: 36

Re: bumblebee is not work on Arch x86_64

donniezazen wrote:

You don't need graphic drivers to disable graphic card AFAIK. You only need bumblebee and bbswith and following.

/etc/modprobe.d/bbswitch.conf
options bbswitch load_state=0 unload_state=1

Add your user and enable bumblebeed.

You should be able to check your cards status using following.

cat /proc/acpi/bbswitch

yes,I had add my user in bumblebee and enable the bumblebeed.service,but it didn't work..

eveblue@Arch:~$ cat /proc/acpi/bbswitch
0000:01:00.0 ON

Offline

#11 2013-06-22 01:56:32

eve_ouyang
Member
Registered: 2013-06-10
Posts: 36

Re: bumblebee is not work on Arch x86_64

ngoonee wrote:
donniezazen wrote:

You should be able to check your cards status using following.

cat /proc/acpi/bbswitch

You should not need to configure bbswitch.conf to have it turn off when not in used anymore (if you use bumblebeed). I think the OP is just confused that the 'off' nvidia card turns up in lspci.


err.. I feel confuse too...
Are there some one install the bumblebee on Arch x86_64 kernel 3.9.6-1 success?

Offline

#12 2013-06-24 05:31:26

eve_ouyang
Member
Registered: 2013-06-10
Posts: 36

Re: bumblebee is not work on Arch x86_64

the prober had solved
I use pacman -Syu
upgrade the bbswitch,xf86-video-nouveau,nouveau-dri mesa, lib32* and kernel then reboot
bbswitch had work ~~
nvidia card had shutdown on boot now.

Offline

#13 2013-06-24 05:39:53

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: bumblebee is not work on Arch x86_64

eve_ouyang wrote:

I use pacman -Syu

Sigh.....

https://wiki.archlinux.org/index.php/Pa … nsupported


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#14 2013-06-24 08:25:44

eve_ouyang
Member
Registered: 2013-06-10
Posts: 36

Re: bumblebee is not work on Arch x86_64

ngoonee wrote:
eve_ouyang wrote:

I use pacman -Syu

Sigh.....

https://wiki.archlinux.org/index.php/Pa … nsupported

tongue
before Sat. I had pacman -Syu everyday
but no update on pacman,Sigh.....
but now it works,thx everybody~

Offline

#15 2013-06-25 00:01:11

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: bumblebee is not work on Arch x86_64

eve_ouyang wrote:
ngoonee wrote:
eve_ouyang wrote:

I use pacman -Syu

Sigh.....

https://wiki.archlinux.org/index.php/Pa … nsupported

tongue
before Sat. I had pacman -Syu everyday
but no update on pacman,Sigh.....
but now it works,thx everybody~

Your mirror may have half-synced then, at that point in time.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#16 2013-06-25 03:42:52

eve_ouyang
Member
Registered: 2013-06-10
Posts: 36

Re: bumblebee is not work on Arch x86_64

ngoonee wrote:
eve_ouyang wrote:

tongue
before Sat. I had pacman -Syu everyday
but no update on pacman,Sigh.....
but now it works,thx everybody~

Your mirror may have half-synced then, at that point in time.

What ever it solved,thx ngoonee.

Offline

#17 2013-06-25 04:03:23

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: bumblebee is not work on Arch x86_64

eve_ouyang wrote:

What ever it solved,thx ngoonee.

The thing is that (as you have found), partial updates can cause breakage.  Sometimes this breakage can be quite serious.  So if you are using a mirror that sometimes does not fully sync, you are endangering the stability of your system.  If that is the case it would be a very good idea to find a better mirror.

Offline

#18 2013-06-25 04:15:55

eve_ouyang
Member
Registered: 2013-06-10
Posts: 36

Re: bumblebee is not work on Arch x86_64

So bad !!the problem go back now,My laptop are very hot,so I  open konsole and type

 lspci |grep VGA

the Nvidia Card was on now ......
I have no idea now

Last edited by eve_ouyang (2013-06-25 04:58:47)

Offline

#19 2013-06-25 04:20:52

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: bumblebee is not work on Arch x86_64

Hasn't it already been explained to you earlier in this thread that the output of lspci is hardware detection and not the state of your card. 

Oh yes, I scrolled up a bit:

ngoonee wrote:

I think the OP is just confused that the 'off' nvidia card turns up in lspci.

followed by you even doing :

eve_ouyang wrote:
eveblue@Arch:~$ cat /proc/acpi/bbswitch
0000:01:00.0 ON

Offline

#20 2013-06-25 05:13:27

eve_ouyang
Member
Registered: 2013-06-10
Posts: 36

Re: bumblebee is not work on Arch x86_64

WonderWoofy wrote:

Hasn't it already been explained to you earlier in this thread that the output of lspci is hardware detection and not the state of your card. 

Oh yes, I scrolled up a bit:

ngoonee wrote:

I think the OP is just confused that the 'off' nvidia card turns up in lspci.

followed by you even doing :

eve_ouyang wrote:
eveblue@Arch:~$ cat /proc/acpi/bbswitch
0000:01:00.0 ON

If the nvidia card turn off on boot ,the lspci state will like that

eveblue@Arch:~$ lspci |grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce GT 520M] (rev ff)

and my laptop will be cool,but I haven't check bbswitch state...

Offline

#21 2013-06-25 05:38:48

eve_ouyang
Member
Registered: 2013-06-10
Posts: 36

Re: bumblebee is not work on Arch x86_64

I really really have no idea now................
I have set nothing  and just reboot,the Nvidia Card sometime will turn off on boot ,sometime are not ..............

eveblue@Arch:~$ lspci |grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce GT 520M] (rev ff)
eveblue@Arch:~$ cat /proc/acpi/bbswitch 
0000:01:00.0 OFF
eveblue@Arch:~$ 

Offline

#22 2013-06-27 01:16:03

Gryaniy
Member
From: USA,UKRAINE,MEXICO
Registered: 2013-02-15
Posts: 46

Re: bumblebee is not work on Arch x86_64

I would try Nvidia drivers rather than nouveau, I had some similar issues with nouveau, also make sure to clean all the dust on your card and review your laptop.
I used to have an HP laptop with a fail on design, very popular failure due to how it was built, overheating the entire system..

Offline

Board footer

Powered by FluxBB