LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   slackware64-current, xorg-1.14, kernel 3.10.11, bumblebee not working (https://www.linuxquestions.org/questions/slackware-14/slackware64-current-xorg-1-14-kernel-3-10-11-bumblebee-not-working-4175476842/)

Clementine Jam 09-12-2013 05:23 AM

slackware64-current, xorg-1.14, kernel 3.10.11, bumblebee not working
 
Slackware64-current, xorg-1.14. kernel 3.10.11 from repos, bumble build according to howtos:hardware:nvidia_optimus
Code:

neko@ASUS-N56VZ-SlackBooK:~$ primusrun glxspheres
primus: fatal: Bumblebee daemon reported: error: [XORG] (EE) Failed to load module "qxl" (module does not exist, 0)

neko@ASUS-N56VZ-SlackBooK:~$ optirun glxspheres
[  834.602296] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "qxl" (module does not exist, 0)

[  834.602360] [ERROR]Aborting because fallback start is disabled.
neko@ASUS-N56VZ-SlackBooK:~$

how to fix it?

ponce 09-12-2013 06:36 AM

I can be wrong (I don't use bumblebee), but it seems to me that for some reason you have installed the xf86-video-qxl package (the qxl driver for qemu virtual machine displays using spice) and you still have a file /usr/share/X11/xorg.conf.d/05-qxl.conf (or something similar) that looks for the qxl driver laying around in your filesystem.

WhiteWolf1776 09-12-2013 07:12 AM

Couple of things:
1. -current mesa doesn't include glxspheres... hasn't for a while (maybe another update for your box?)
2. I keep a repo updated for -current herehttps://github.com/WhiteWolf1776/Bumblebee-SlackBuilds . The How-To is more to support released versions than -current I believe.

Give that repo a quick look and see if there is any diff with your install.

The most common mistakes for this are forgetting to install the xf86-video-nouveau-blacklist-noarch-1 from /extra and forgetting (or not knowing) to blacklist xf86-video-nouveau in /etc/slackpkg/blacklist (so it just gets re-installed next time you slackpkg upgrade-all)

Clementine Jam 09-12-2013 07:30 AM

explaining:
i did not install qxl, it is even not compiling in current.
i blacklisted nouveau in modprobe.d
i have both primus and virtualgl installed, so glxspheres is also installed.
/usr/share/X11/xorg.conf.d/ is empty

> https://github.com/WhiteWolf1776/Bumblebee-SlackBuilds
ok, thnx, i'll check

WhiteWolf1776 09-12-2013 07:37 AM

Since you are running bumblebee, the config files for your secondary GPU are in /etc/bumblebee. You shouldn't need to modify them, but if you are hunting down your xorg conf files, they are there.

Clementine Jam 09-13-2013 09:32 AM

Quote:

Originally Posted by WhiteWolf1776 (Post 5026433)
Since you are running bumblebee, the config files for your secondary GPU are in /etc/bumblebee. You shouldn't need to modify them, but if you are hunting down your xorg conf files, they are there.

thanks nor help. removing all the bbsb pkgs, purging /etc/bumblebee and recompiling bbsb again solved the problem.

WhiteWolf1776 09-13-2013 10:14 AM

cool :)

It seems there is something with order.. or sometimes forgetting that COMPAT32=yes on one package.. is the issue 90%.

Mark as solved please.


All times are GMT -5. The time now is 10:26 PM.