[opensuse-kde] Screen corruption Leap 42.2, plasma 5.8
Hi All, Need some help try to solve some screen corruption issue with Leap 42.2 and plasmashell --version = plasmashell 5.8.3 NVidia - 375.26-19.1 In my account the clock with starts to lose digits after a day or two. Also I have a weather widget installed. On that the temperature display will go away. In my wife's account (or any account I switch to) the clock disappears entirely, again after a day or two. I have tried brand new accounts with the same results. I can get the missing digits back by resizing the taskbar, but after awhile, the digits go away again. I have tried multiple versions of the NVidia driver. I can't really use the Nouveau driver as it deadlocks on me every couple of days. I've different kinds of compositor settings, turning compositor off. I've tried different themes, nothing seems to make a difference. I don't see anything in Xorg logs or xsession-errors. https://paste.opensuse.org/56212379 Tips, pointers, suggestions are all welcome! Thanks, Mike -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
Michael Harnden composed on 2017-02-08 18:54 (UTC-0500):
I have tried multiple versions of the NVidia driver. I can't really use the Nouveau driver as it deadlocks on me every couple of days.
There's another driver you can try. Easiest way to use it is to uninstall xf86-video-nouveau, and eradicate the proprietary driver and all its remnants. The result should be automatic use of the modesetting driver integral to the server. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
On mercredi, 8 février 2017 19.07:34 h CET Felix Miata wrote:
Michael Harnden composed on 2017-02-08 18:54 (UTC-0500):
I have tried multiple versions of the NVidia driver. I can't really use the Nouveau driver as it deadlocks on me every couple of days.
There's another driver you can try. Easiest way to use it is to uninstall xf86-video-nouveau, and eradicate the proprietary driver and all its remnants. The result should be automatic use of the modesetting driver integral to the server.
That doesn't help when nouveau crash the kernel module :-) -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch Bareos Partner, openSUSE Member, fsfe fellowship GPG KEY : D5C9B751C4653227 irc: tigerfoot -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
Bruno Friedmann composed on 2017-02-09 22:02 (UTC+0100):
Felix Miata wrote:
There's another driver you can try. Easiest way to use it is to uninstall xf86-video-nouveau, and eradicate the proprietary driver and all its remnants. The result should be automatic use of the modesetting driver integral to the server.
That doesn't help when nouveau crash the kernel module :-)
What does "nouveau crash the kernel module" mean? Modesetting only works if the Xorg nouveau driver is blocked or uninstalled or your gfxcard's driver is controlled via /etc/X11/xorg_pci_ids/. Did you find or file an openSUSE or upstream bug about it? -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
On 02/09/2017 04:23 PM, Felix Miata wrote:
Bruno Friedmann composed on 2017-02-09 22:02 (UTC+0100):
Felix Miata wrote:
There's another driver you can try. Easiest way to use it is to uninstall xf86-video-nouveau, and eradicate the proprietary driver and all its remnants. The result should be automatic use of the modesetting driver integral to the server.
That doesn't help when nouveau crash the kernel module :-)
What does "nouveau crash the kernel module" mean? Modesetting only works if the Xorg nouveau driver is blocked or uninstalled or your gfxcard's driver is controlled via /etc/X11/xorg_pci_ids/.
Did you find or file an openSUSE or upstream bug about it? I have found a bug report on the issues with the NVidia driver - https://bugs.kde.org/show_bug.cgi?id=356290
Never found anything useful in my logs when the nouveau locked up. Just got "nouveau gpu lockup switching to software fbcon" and couldn't do anything. -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
On jeudi, 9 février 2017 16.23:49 h CET Felix Miata wrote:
Bruno Friedmann composed on 2017-02-09 22:02 (UTC+0100):
Felix Miata wrote:
There's another driver you can try. Easiest way to use it is to uninstall xf86-video-nouveau, and eradicate the proprietary driver and all its remnants. The result should be automatic use of the modesetting driver integral to the server.
That doesn't help when nouveau crash the kernel module :-)
What does "nouveau crash the kernel module" mean? Modesetting only works if the Xorg nouveau driver is blocked or uninstalled or your gfxcard's driver is controlled via /etc/X11/xorg_pci_ids/.
lsmod | grep nouveau give you nouveau and zypper ll give you all the xf86- video
Did you find or file an openSUSE or upstream bug about it?
Upstream are aware that they still don't support my chipset correctly yet. -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch Bareos Partner, openSUSE Member, fsfe fellowship GPG KEY : D5C9B751C4653227 irc: tigerfoot -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
Would be nice that people asking for help with video trouble would for the record provide more basic information about their hardware than simply saying ATI, Intel, Nouveau or NVidia, e.g.: # lspci -nnk | grep -A5 VGA # inxi -c0 -G -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
On 2017-02-10 02:36, Felix Miata wrote:
Would be nice that people asking for help with video trouble would for the record provide more basic information about their hardware than simply saying ATI, Intel, Nouveau or NVidia, e.g.:
# lspci -nnk | grep -A5 VGA
# inxi -c0 -G -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
Knowledge gained, response provided below . . . lspci -nnk | grep -A5 VGA 05:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [GeForce GT 730] [10de:0f02] (rev a1) Subsystem: NVIDIA Corporation Device [10de:1117] Kernel driver in use: nvidia Kernel modules: nouveau, nvidia_drm, nvidia 05:00.1 Audio device [0403]: NVIDIA Corporation GF108 High Definition Audio Controller [10de:0bea] (rev a1) Subsystem: NVIDIA Corporation Device [10de:1117] inxi -c0 -G Graphics: Card: NVIDIA GF108 [GeForce GT 730] Display Server: X.org 1.18.3 drivers: nvidia (unloaded: modesetting,fbdev,nv,vesa,nouveau) tty size: 175x40 Advanced Data: N/A for root out of X -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
participants (3)
-
Bruno Friedmann
-
Felix Miata
-
Michael Harnden