Am 31.03.2018 um 10:50 schrieb Andrei Borzenkov:
31.03.2018 11:41, Daniel Bauer пишет:
Am 31.03.2018 um 09:56 schrieb Andrei Borzenkov:
31.03.2018 10:34, Daniel Bauer пишет:
Am 31.03.2018 um 06:57 schrieb Andrei Borzenkov:
In prime-select.sh:
gpu_info=`nvidia-xconfig --query-gpu-info` nvidia_busid=`echo "$gpu_info" |grep -i "PCI BusID"|sed 's/PCI BusID ://'|sed 's/ //g'`
Just comment out both lines and put literal
nvidia_busid="PCI:1:0:0"
instead.
Thank you. Unfortunately it doesn't work :-(
Whether I put
nvidia_busid="PCI:1:0:0" or nvidia_busid='01:00.0'
after running the script I cannot logout anymore (message something like: KSM-LOGOUT-GREETER aborted), and after a reboot the screen flickers.
I then reboot into init 3 and switch back to intel..
Any more things I can try?
Well, showing Xorg.log would be a start I guess.
Here it is: https://www.daniel-bauer.com/test/Xorg.0.log
It does not show any trace of nVidia drivers being loaded at all. It also is using modesetting driver while suse-prime should configure Xorg to use Intel. It does not look like this log was collected after switch to nVidia.
That's what I thought. Problem is that when I try to switch to nvidia (run the script), this does not trigger any new lines in the xorg log. But after running the script to switch to nvidia I cannot boot anymore. The screen flickers before any login is possible. So I tried the following: - run the script to change to nvidia - shutdown, tried to boot and waited for the flickering screen - reset, booted into level 3 - copied Xorg.0.log, so that it does not get overwritten the next boot This log yes talks about nvidia: https://www.daniel-bauer.com/test/Xorg.save It says I should look at system's kernel log for additional error messages, but I don't know how... Maybe this log helps a bit further? -- Daniel Bauer photographer Basel Barcelona https://www.patreon.com/danielbauer http://www.daniel-bauer.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org