[opensuse-factory] suse-prime-alt package now available for Optimus cards
Hi all, Thanks to Bo Simonsen, a great stable substitute for Bumblebee is now available for Leap and Tumbleweed. It used to be only available on Ubuntu. suse-prime-alt nvidia-prime like package for OpenSUSE Assumptions: * You are running OpenSUSE LEAP 42.1 / Tumbleweed * You don't have bumblebee installed * You have installed the nvidia driver using: https://build.opensuse.org/project/subprojects/home:Bumblebee-Project:nVidia Leap repo: http://download.opensuse.org/repositories/home:/bosim:/suse-prime/openSUSE_L... TW repo: http://download.opensuse.org/repositories/home:/bosim:/suse-prime/openSUSE_T... After install please do: 1. Add the following lines if [ -f /etc/X11/xinit/xinitrc.d/prime-offload.sh ]; then . /etc/X11/xinit/xinitrc.d/prime-offload.sh fi To /etc/X11/xdm/Xsetup after the line ". /etc/sysconfig/displaymanager" 2. Run "prime-select nvidia" log out and login again, hopefully you are using nvidia GPU. To switch back to intel GPU run "prime-select intel" Remember to run as root. Enjoy! Roman -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi Roman Torsdag den 18. februar 2016 17:49:41 skrev Roman Bysh:
Hi all,
Thanks to Bo Simonsen, a great stable substitute for Bumblebee is now available for Leap and Tumbleweed. It used to be only available on Ubuntu.
Thanks for bringing this up (and the credit). I assume you had success with the package. Hope NVIDIA comes up with something better for wayland.
After install please do:
1. Add the following lines
if [ -f /etc/X11/xinit/xinitrc.d/prime-offload.sh ]; then . /etc/X11/xinit/xinitrc.d/prime-offload.sh fi
To /etc/X11/xdm/Xsetup after the line ". /etc/sysconfig/displaymanager"
Speaking of the manual work, would it be possible to get e.g. Xsetup.d, allowing packagers to put in custom code to be run? -- Med venlig hilsen / Best regards Bo Simonsen http://bo.geekworld.dk bo@geekworld.dk / bosim@opensuse.org -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Op vrijdag 19 februari 2016 08:15:22 CET schreef Bo Simonsen:
Hi Roman
Torsdag den 18. februar 2016 17:49:41 skrev Roman Bysh:
Hi all,
Thanks to Bo Simonsen, a great stable substitute for Bumblebee is now available for Leap and Tumbleweed. It used to be only available on Ubuntu.
Thanks for bringing this up (and the credit). I assume you had success with the package. Hope NVIDIA comes up with something better for wayland.
After install please do:
1. Add the following lines
if [ -f /etc/X11/xinit/xinitrc.d/prime-offload.sh ]; then
. /etc/X11/xinit/xinitrc.d/prime-offload.sh
fi
To /etc/X11/xdm/Xsetup after the line ". /etc/sysconfig/displaymanager"
Speaking of the manual work, would it be possible to get e.g. Xsetup.d, allowing packagers to put in custom code to be run?
That's probably the best solution, but you could add these lines to the Xsetup file through the rpm spec file. -- Gertjan Lettink, a.k.a. Knurpht openSUSE Board Member openSUSE Forums Team -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Le vendredi 19 février 2016 à 13:53 +0100, Knurpht - Gertjan Lettink a écrit :
Op vrijdag 19 februari 2016 08:15:22 CET schreef Bo Simonsen:
Hi Roman
Torsdag den 18. februar 2016 17:49:41 skrev Roman Bysh:
Hi all,
Thanks to Bo Simonsen, a great stable substitute for Bumblebee is now available for Leap and Tumbleweed. It used to be only available on Ubuntu.
Thanks for bringing this up (and the credit). I assume you had success with the package. Hope NVIDIA comes up with something better for wayland.
After install please do:
1. Add the following lines
if [ -f /etc/X11/xinit/xinitrc.d/prime-offload.sh ]; then
. /etc/X11/xinit/xinitrc.d/prime-offload.sh
fi
To /etc/X11/xdm/Xsetup after the line ". /etc/sysconfig/displaymanager"
Speaking of the manual work, would it be possible to get e.g. Xsetup.d, allowing packagers to put in custom code to be run?
That's probably the best solution, but you could add these lines to the Xsetup file through the rpm spec file.
Please, don't (if you are implying to cat the snippet to /etc/X11/xdm/Xsetup file in %post). A package should never touch another package file. It is probably better to just do a submit request on xdm package to have this change included in Xsetup. -- Frederic Crozat Enterprise Desktop Release Manager SUSE -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
Bo Simonsen
-
Frederic Crozat
-
Knurpht - Gertjan Lettink
-
Roman Bysh