hello
from my desktop when i logout and stop the screen freeze and dis’nt stop
i am obliged to open another windows (CTRL+ALT-FX ) and from this i can stop with line command ( shutdown -h now)
any idea ?
hello
from my desktop when i logout and stop the screen freeze and dis’nt stop
i am obliged to open another windows (CTRL+ALT-FX ) and from this i can stop with line command ( shutdown -h now)
any idea ?
hi
i found solution here :
https://linux-blog.anracom.com/2020/11/05/opensuse-kde-plasma-x11-nvidia-stop-video-and-screen-tearing/
That solution is from Autumn 2020 – and, even then, with Leap 15.1, /etc/X11/xorg.conf was deprecated.
<https://doc.opensuse.org/documentation/leap/reference/html/book-reference/cha-gui-desktop.html>
The X Window System needs no configuration in most cases. The hardware is dynamically detected during X start-up. The use of
xorg.conf
is therefore deprecated. If you still need to specify custom options to change the way X behaves, you can still do so by modifying configuration files under/etc/X11/xorg.conf.d/
.
Also here: <https://wiki.archlinux.org/title/Xorg>
And, here, on a Leap 15.5 system:
> l /etc/X11/xorg.conf.d/
insgesamt 24
drwxr-xr-x 2 root root 4096 28. Apr 17:08 ./
drwxr-xr-x 8 root root 4096 15. Mär 2022 ../
-rw-r--r-- 1 root root 448 9. Okt 2022 00-keyboard.conf
-rw-r--r-- 1 root root 566 23. Feb 2021 50-device.conf
-rw-r--r-- 1 root root 978 13. Okt 2021 50-monitor.conf
-rw-r--r-- 1 root root 511 23. Feb 2021 50-screen.conf
>
> rpm --query --whatprovides /etc/X11/xorg.conf.d/*
systemd-249.16-150400.8.28.3.x86_64
xorg-x11-driver-video-7.6_1-9.10.x86_64
xorg-x11-driver-video-7.6_1-9.10.x86_64
xorg-x11-driver-video-7.6_1-9.10.x86_64
>
# find /etc/ -iname '*xorg.conf*'
/etc/X11/xorg.conf.d
#
For probably well over a decade by now, virtually 100% of /etc/X11/xorg.conf files found on any recent Gnu/Linux distro release installation seem to have been begun with the following line (or equivalent), as found in the xorg.conf example on OP’s #2 post URL:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
Oh. Sorry – I avoid NVIDIA and am therefore not aware of what’s “normal” for NVIDIA users.