Stefan Dirsch changed bug 983934
What Removed Added
Flags needinfo?(trenn@suse.com)  

Comment # 10 on bug 983934 from
Ok. The issue was homebrewn. This change fixed it for me.

-------------------------------------------------------------------
Fri Jun 10 08:59:47 UTC 2016 - sndirsch@suse.com

- Xwrapper: unload new nvidia_drm module first, i.e. definitely
  before nvidia_modeset (bnc#983934)

Index: Xwrapper
===================================================================
--- Xwrapper    (revision 46)
+++ Xwrapper    (working copy)
@@ -7,6 +7,8 @@
   # rmmod nvidia_uvm first
   mods=$(lsmod | grep -v -E "nvidia_agp|nvidiafb" | grep -o -E
"^(nvidia_uvm|nvidia|nvidia_modeset|fglrx)" | sort -u | tac)
   if [ $? -eq 0 ]; then
+    # new since release 367; sitting on top of nvidia_modeset; needs to be
unloaded first
+    /sbin/rmmod -v nvidia_drm || true
     for m in ${mods}; do
       # bail out, if an existing module cannot be unloaded
       # this can happen if a second Xsession starts


--> /usr/bin/X.x11-video-nvidiaG04 on the system

Can anyone confirm this? Well, probably not. The repo has been rolled back to
361.42, which unfortunately currently is in a broken state. :-( (bnc#984111)

So I will push this to NVIDIA and hope that things are then fixed for everyone.


You are receiving this mail because: