Hi
I hope my journey will help others. When my Creative laptop arrived (the new one with NVIDIA RTX 5070) and completing the last setup steps of user creation, the display would not want to come up. At that point, it was the older distro r126 of Slimbook OS. Rather soon I found out that switching the bios parameters for the graphics card from MSHybrid to dGPU mitigated some problems, but then the screen would not want to turn on after sleep or hibernate.
The solution for me was finally:
- fresh install of Slimbook OS 24 r127 (only 5 days old at this post), erasing the initial installation
- update the system:
$ sudo apt update
$ sudo apt upgrade
- check the recommended drivers
$ sudo ubuntu-drivers devices
=> the recommended nvidia driver was listed among many others and turned out to be nvidia-driver-595-open:
$
sudo apt install nvidia-driver-595-open
=> reboot
All is working fine now, MSHybrid can be active (only kicks in the nvidia card when its needed) and the display neatly comes back after sleep or hibernate
Happy Slimbook Creative user now!
Kind regards
Paul