Yes, you're right. I was hoping someone already knew the right way to do it. I'm following the instructions for Leap from the article in the openSUSE wiki since the Tumbleweed instructions use the X11:Bumblebee repository. Installation: 1. Added this repository: https://download.nvidia.com/opensuse/tumbleweed 2. Installed: nvidia-glG04, x11-video-nvidiaG04, nvidia-computeG04, nvidia-gfxG04-kmp-default Removed: nvidia-bumblebee, nvidia-bumblebee-32bit, libOpenCL1 Preparation & Install Bumblebee: 1. bumblebee and bbswitch are already installed 2. My user is already in the bumblebee group 3. bumblebeed is already enabled and started, so I do: $ sudo systemctl restart bumblebeed 4. nouveau is already blacklisted: $ cat /etc/modprobe.d/99-local.conf # # please add local extensions to this file # blacklist nouveau 5. I already have these packages: Mesa-libGL1-32bit, libX11-6-32bit, primus-32bit OPTIONAL: Install NVIDIA driver - Leap releases: 1. /etc/ld.so.conf.d does not have any files starting with "nvidia-gfxG" $ ls /etc/ld.so.conf.d graphviz.conf kid3.conf wxWidgets.conf There is no /usr/X11R6/ folder anyway. 2. Doing this did not change anything: $ sudo ldconfig 3. Blacklisted nvidia $ cat /etc/modprobe.d/99-local.conf # # please add local extensions to this file # blacklist nouveau blacklist nvidia 4. /usr/lib64/nvidia/xorg/modules/extensions already existed Created a symlink from /usr/lib64/xorg/modules/extensions/nvidia/nvidia-libglx.so to /usr/lib64/nvidia/xorg/modules/extensions/libglx.so 5. /etc/bumblebee/bumblebee.conf is already configured how the article says, except for this: LibraryPath=/usr/X11R6/lib64:/usr/X11R6/lib because /usr/X11R6/ does not exist 6. If I try to run `optirun glxgears` or `optirun glxspheres`, I get this: X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 154 (GLX) Minor opcode of failed request: 24 (X_GLXCreateNewContext) Value in failed request: 0x0 Serial number of failed request: 22 Current serial number in output stream: 23 I did not get these errors with nvidia-bumblebee `primusrun` did did not use the Nvidia GPU at all with either driver. On Sun, Sep 17, 2017 at 12:50 AM, Andrei Borzenkov <arvidjaar@gmail.com> wrote:
17.09.2017 01:22, Noah Davis пишет:
I've been using the nvidia-bumblebee package from the X11:Bumblebee repository for a while now and it's still on version 375.66.
Is any of the info in <https://en.opensuse.org/SDB:NVIDIA_Bumblebee> out of date? I installed the driver from the official nvidia repository and tried to set it up with Bumblebee like that article suggested I do with Leap on Tumbleweed and I also tried to do it based on <https://wiki.archlinux.org/index.php/Bumblebee>, but I had no luck.
"No luck" is rather poor problem description which does not leave much to start with. Tell what packages you actually installed, what additional steps you did after installation and what does not work (as you expected).
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org