On 05/04/2020 05:01, oszko@chem.u-szeged.hu wrote:
Both Nouveau and Xf86-video-intel drivers are installed. But which one is used, I do not know. I thought I would delete the nouveau drivers. In the meantime there was an update yesterday evenening with a new kernel. Hoped it would solve the things, but it did not .
CAREFUL! The drivers are dynamic kernel modules and can be loaded and unloaded individually without being deleted from the system. See man modprobe to start with. https://en.wikipedia.org/wiki/Modprobe https://linux.101hacks.com/unix/modprobe/ You can check what's actually loaded (and by implication, dependencies) with man lsmod I'd be very suspicious if BOTH the Nouveau and the Xf86-video-intel drivers are loaded. How will the system determine which to use? I'd suggest 'lsmod' to see it they both are, then 'modprobe -r' to remove one or other and try starting X again. -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org