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. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org