You are not logged in.
I'm using laptop with RTX 2060, nvidia-open drivers ver. 560.35.03-6 and optimus-manager. Till today my second display was working just fine but when I started my computer this morning it just isn't detected. The problem is present in both X11 and Wayland KDE sessions. I'm not sure what outputs do you need to diagnose the issue, so I'll put here some I think might be helpful.
glxinfo | grep server
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
lsmod | grep nvidia
nvidia_modeset 1957888 4
nvidia_uvm 6868992 0
nvidia 11169792 60 nvidia_uvm,nvidia_modeset
i2c_nvidia_gpu 12288 0
video 81920 2 i915,nvidia_modeset
sudo systemctl status optimus-manager
● optimus-manager.service - Optimus Manager Commands Daemon
Loaded: loaded (/usr/lib/systemd/system/optimus-manager.service; enabled; preset: disabled)
Active: active (running) since Sun 2024-09-22 12:47:56 MSK; 24min ago
Invocation: 984d3e290f8a44839fd4eb48a40a6932
Process: 652 ExecStartPre=/usr/bin/python3 -u -m optimus_manager.hooks.pre_daemon_start (code=exited, status=1/FAILURE)
Process: 678 ExecStartPre=/usr/bin/python3 -u -m optimus_manager.hooks.pre_xorg_start (code=exited, status=0/SUCCESS)
Main PID: 685 (python3)
Tasks: 1 (limit: 38159)
Memory: 20M (peak: 21.4M)
CPU: 181ms
CGroup: /system.slice/optimus-manager.service
└─685 /usr/bin/python3 -u -m optimus_manager.daemonсен 22 12:47:56 mikhail2012 python3[652]: File "/usr/lib/python3.12/site-packages/optimus_manager/config.py", line 28, in _load_config
сен 22 12:47:56 mikhail2012 python3[652]: _validate_config(base_config)
сен 22 12:47:56 mikhail2012 python3[652]: File "/usr/lib/python3.12/site-packages/optimus_manager/config.py", line 114, in _validate_config
сен 22 12:47:56 mikhail2012 python3[652]: raise ConfigError("Cannot find header for section [%s]" % section)
сен 22 12:47:56 mikhail2012 python3[652]: optimus_manager.config.ConfigError: Cannot find header for section [optimus]
сен 22 12:47:56 mikhail2012 python3[652]: [39] INFO: Writing state {'type': 'startup_failed', 'startup_mode': None, 'daemon_run_id': '20240922T124756'}
сен 22 12:47:56 mikhail2012 systemd[1]: Started Optimus Manager Commands Daemon.
сен 22 12:47:56 mikhail2012 python3[685]: [1] INFO: # Commands daemon
сен 22 12:47:56 mikhail2012 python3[685]: [1] INFO: Opening UNIX socket
сен 22 12:47:56 mikhail2012 python3[685]: [1] INFO: Awaiting commands
Last edited by Mk2012 (2024-09-22 10:22:43)
Offline
It seems, that just when I was righting this post an update came for optimus-manager. Now all is working fine.
Offline
Generally a RTX 2060 does not require optimus-manager and you could remove it and simply opt for https://wiki.archlinux.org/title/PRIME# … er_offload
Offline