Releases: openSUSE/SUSEPrime
Releases · openSUSE/SUSEPrime
SUSEPrime-0.6.10
Allow to work without service
- work without bbswitch if prime-select.service is not installed (for
suse-prime package) - cleaned up script usage, only displays relevant commands
- service, boot and next-boot commands are not available if running without
service - handle the case when booting with nvidia config but no nvidia card is available
(disabled in BIOS) by forcing intel. Only works if service is running - replaced shell commands using backquotes with more modern $() for consistency
- when appropriate, changed nvidia => NVIDIA for consistency
- reindented script with emacs for consistency
- minor updates to README
SUSEPrime-0.6.9
-Resolved issue with plymouth (it hangs during boot)
-Updated readme
SUSEPrime-0.6.8
Big Update (changes in systemd services)
- prime-boot-selector service deprecated, all features are now handled with one only service.
- used journalctl to check if system is booting or if "logout-switch" is needed
- no more multiple service enable/disable needed during switch, prime-select service is enabled everytime
- removed all "prime-boot-selector" references in logging and help command
- boot_status file has now only two states (S > wait for switching, N > not waiting)
- changed systemd call from "prime-select apply_current" to "prime-select systemd_call"
- updated README
SUSEPrime-0.6.7
Corrected DPI value in xorg-nvidia.conf
SUSEPrime-0.6.6
- Add logging to journal as well
SUSEPrime-0.6.5
- augmented README
- do not mention "intel" driver issue with kwin since it is obsolete
- improved "intel" xorg config to work properly with compositors
SUSEPrime-0.6.4
- added support for xdm and kdm
- removed useless "sudo" in journalctl calls
SUSEPrime-0.6.3
Best DM support (lightdm added)
SUSEPrime-0.6.2
- fixes all known issues with GDM, runlevel 3 and manually-started x sessions
- Xorg logfile comparision no longer necessary, let's use journalctl to check user logout
- other DM(s) than sddm/gdm will be implemented in the future
SUSEPrime-0.6.1
Mainly bugfixes