Hi,
here’s the outuput:
● optimus-manager.service - Optimus Manager Commands Daemon
Loaded: loaded (/usr/lib/systemd/system/optimus-manager.service; enabled; vendor preset: disabled)
Active: active (running) since Mon 2021-06-21 15:42:15 CEST; 3h 16min ago
Process: 528 ExecStartPre=/usr/bin/python3 -u -m optimus_manager.hooks.pre_daemon_start (code=exited, status=0/SUCCESS)
Process: 607 ExecStartPre=/usr/bin/python3 -u -m optimus_manager.hooks.pre_xorg_start (code=exited, status=0/SUCCESS)
Main PID: 1082 (python3)
Tasks: 1 (limit: 18884)
Memory: 42.1M
CPU: 1.939s
CGroup: /system.slice/optimus-manager.service
└─1082 /usr/bin/python3 -u -m optimus_manager.daemon
Jun 21 15:42:12 xps19-9700 python3[607]: [486] INFO: Writing "auto" to /sys/bus/pci/devices/0000:01:00.0/power/control
Jun 21 15:42:12 xps19-9700 python3[607]: [493] INFO: Loading module nvidia
Jun 21 15:42:14 xps19-9700 python3[607]: [2197] INFO: Loading module nvidia_drm
Jun 21 15:42:15 xps19-9700 python3[607]: [3268] INFO: Writing to /etc/X11/xorg.conf.d/10-optimus-manager.conf
Jun 21 15:42:15 xps19-9700 python3[607]: [3268] INFO: Writing state {'type': 'pending_post_xorg_start', 'switch_id': '20210621T154212', 'requested_mode': 'hybrid'}
Jun 21 15:42:15 xps19-9700 python3[607]: [3268] INFO: Xorg pre-start hook completed successfully.
Jun 21 15:42:15 xps19-9700 systemd[1]: Started Optimus Manager Commands Daemon.
Jun 21 15:42:15 xps19-9700 python3[1082]: [2] INFO: # Commands daemon
Jun 21 15:42:15 xps19-9700 python3[1082]: [2] INFO: Opening UNIX socket
Jun 21 15:42:15 xps19-9700 python3[1082]: [2] INFO: Awaiting commands
Strangely the service is running after a restart (I didn’t install it just recently but a while back). optimus-manager --switch nvidia
works also.
If I switch to nvidia everything runs almost smoothly (although I think input are a little bit delayed. e.g. typing start half a second delayed, the mouse cursors starts moving a bit delaxed, etc. ).
optimus-manager starts in hybrid mode. If I switch from nvidia back to integrated/hybrid the systems becomes as laggy as before. So, I’m guessing the main problem is the integrated intel graphic chip which doesn’t deliver its full performance(?) Is that possible?
In a best case scenario I’d like to boot to hybrid and save battery because nvidia just renders the performance heavy things. Is that achievable?
Regards