<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5915&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Daedalus Nvidia-Xorg logout black screen]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5915</link>
		<description><![CDATA[The most recent posts in [SOLVED] Daedalus Nvidia-Xorg logout black screen.]]></description>
		<lastBuildDate>Thu, 31 Aug 2023 10:45:02 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus Nvidia-Xorg logout black screen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43982#p43982</link>
			<description><![CDATA[<p>@ralph.ronnquist<br />I reproduced same issue on another MSI laptop with Nvidia rtx 3050.<br />Finally I have correct sequence how to install nvidia-driver on Deadalus for nvidia laptops.<br />Run: </p><div class="codebox"><pre><code>sudo apt-get install nvidia-persistenced nvidia-driver firmware-misc-nonfree seatd</code></pre></div><p>If you have install errors from apt:</p><div class="codebox"><pre><code>sudo rc-update add nvidia-persistenced
sudo rc-update add seatd</code></pre></div><p>Reason why I was getting black screen was that runlevel for nvidia-persistenced and seatd was set to &#039;none&#039;<br />I was getting errors in lightdm.log</p><div class="codebox"><pre><code>** Message: 13:15:40.498: Starting lightdm-gtk-greeter 2.0.8 (Aug 16 2021, 03:07:33)
** Message: 13:15:40.503: [Configuration] Reading file: /usr/share/lightdm/lightdm-gtk-greeter.conf.d/01_debian.conf
** Message: 13:15:40.503: [Configuration] Reading file: /etc/lightdm/lightdm-gtk-greeter.conf
** (lightdm-gtk-greeter:6285): WARNING **: 13:15:40.702: [PIDs] Failed to execute command: systemd

(lightdm-gtk-greeter:6285): Gtk-WARNING **: 13:15:40.997: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner G&gt;

(lightdm-gtk-greeter:6285): Gtk-WARNING **: 13:15:45.000: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner G&gt;

(lightdm-gtk-greeter:6285): Gtk-WARNING **: 13:15:45.017: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner G&gt;

(lightdm-gtk-greeter:6285): Gtk-WARNING **: 13:15:45.036: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner G&gt;

** (lightdm-gtk-greeter:6285): WARNING **: 13:15:45.094: [PIDs] Failed to terminate process #6307: No such Process</code></pre></div><p>So I removed </p><div class="codebox"><pre><code>export SEATD_VTBOUND=0</code></pre></div><p> and now I always get to logout screen.</p>]]></description>
			<author><![CDATA[dummy@example.com (simon_a)]]></author>
			<pubDate>Thu, 31 Aug 2023 10:45:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43982#p43982</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus Nvidia-Xorg logout black screen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43869#p43869</link>
			<description><![CDATA[<p>Regarding bumblebee.<br />If you install it, it breaks configuration for X server. BBswitch switches to intel card after loading nvidia-drm module and system will not load, it gets stuck.<br />Probably many config files have to be filled but I do not have time to do so so I rolled back. Laptop-mode is enough to use computer.</p>]]></description>
			<author><![CDATA[dummy@example.com (simon_a)]]></author>
			<pubDate>Sun, 27 Aug 2023 07:04:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43869#p43869</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus Nvidia-Xorg logout black screen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43812#p43812</link>
			<description><![CDATA[<p>Thanks, I will dedicate some time to gather more technical details from my laptop.<br />I have seen threads on Debian forum where people complaining on same thing using sddm + KDE plasma.<br />Soon I will have to install Debian 12 to a newer 3050 laptop and I will see if it will fail there as well.</p>]]></description>
			<author><![CDATA[dummy@example.com (simon_a)]]></author>
			<pubDate>Sat, 26 Aug 2023 07:50:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43812#p43812</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus Nvidia-Xorg logout black screen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43810#p43810</link>
			<description><![CDATA[<p>Great. I don&#039;t really know what that optional VTBOUND-edness of seatd means, but maybe my intuitive understanding has some foundation.</p><p>If you would find it within your comfort zone, you could submit a &quot;bug report&quot; to the Debian packager(s) and&#160; make a case that the setting should be the default for the system-wide seatd service. (it&#039;s package <span class="bbc">seatd</span>, version <span class="bbc">0.7.0-6</span>). They may well be able to explain the current default, although I wouldn&#039;t be surprised if they haven&#039;t delved into it at all.</p><p>The technical underpinning is that <span class="bbc">seatd</span> and <span class="bbc">Xorg</span> come into conflict about the VT management, and in particular that <span class="bbc">Xorg</span> fails to react properly to VT switching events. Instead it locks up the display. With setting of 0, <span class="bbc">seatd</span> skips the VT management, which makes <span class="bbc">Xorg</span> a happy camper.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 26 Aug 2023 06:56:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43810#p43810</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus Nvidia-Xorg logout black screen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43809#p43809</link>
			<description><![CDATA[<p>@deepforest I might try it some day, but previous experience with Devuan 4.0 showed I might get total freeze on login.</p><p>@ralph.ronnquist Thank you, it was exactly what I needed. Now every time I hit logout I get to lightdm login screen immediately within 1 second. Is there any logs I could post here that could indicate others might need this one too?</p><p>Overall very smooth Daedalus experience.</p>]]></description>
			<author><![CDATA[dummy@example.com (simon_a)]]></author>
			<pubDate>Sat, 26 Aug 2023 06:20:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43809#p43809</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus Nvidia-Xorg logout black screen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43806#p43806</link>
			<description><![CDATA[<p>@simon_a, try with adding the following to <span class="bbc">/etc/default/seatd</span></p><div class="codebox"><pre><code>export SEATD_VTBOUND=0</code></pre></div><p>and then restart the service, which may well upset Xorg, but any goodness it might possibly bring doesn&#039;t take effect until its next start. A full reboot would also work.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 26 Aug 2023 02:18:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43806#p43806</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus Nvidia-Xorg logout black screen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43804#p43804</link>
			<description><![CDATA[<p>i can be wrong, but may be you need that?<br /><a href="https://wiki.debian.org/Bumblebee" rel="nofollow">https://wiki.debian.org/Bumblebee</a></p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sat, 26 Aug 2023 02:00:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43804#p43804</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus Nvidia-Xorg logout black screen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43799#p43799</link>
			<description><![CDATA[<p>Yes, I have added those to sources on first login to a system I tried to play video and I had choppy video playback.</p><div class="codebox"><pre><code>#deb cdrom:[Devuan GNU/Linux 5.0.0 daedalus amd64 - desktop 20230814]/ daedalus contrib main non-free non-free-firmware

deb http://deb.devuan.org/merged daedalus main non-free-firmware non-free contrib
deb-src http://deb.devuan.org/merged daedalus main non-free-firmware non-free contrib

deb http://deb.devuan.org/merged daedalus-security main non-free-firmware
deb-src http://deb.devuan.org/merged daedalus-security main non-free-firmware

# daedalus-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.devuan.org/merged daedalus-updates main non-free-firmware non-free contrib
deb-src http://deb.devuan.org/merged daedalus-updates main non-free-firmware non-free contrib</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (simon_a)]]></author>
			<pubDate>Fri, 25 Aug 2023 21:39:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43799#p43799</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus Nvidia-Xorg logout black screen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43798#p43798</link>
			<description><![CDATA[<p>I don&#039;t remember seeing <span class="bbc">firmware-misc-nonfree</span> before.</p><p>According to <span class="bbu"><a href="https://www.devuan.org/os/packages" rel="nofollow">https://www.devuan.org/os/packages</a></span> you should have these in your <span class="bbc">sources.list</span>:<br /><span class="bbc">non-free-firmware</span>, <span class="bbc">non-free</span> and <span class="bbc">contrib</span></p><p>I&#039;m probably missing something . . . sorry for the noise.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Fri, 25 Aug 2023 21:26:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43798#p43798</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Daedalus Nvidia-Xorg logout black screen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43797#p43797</link>
			<description><![CDATA[<p>Hi.<br />Hardware: Laptop MSI GE62-6QF-Apache-Pro<br />GPU: nvidia 970m/intel 530<br />Installed: nvidia-driver, firmware-misc-nonfree, seatd.<br />WM/DE: LightDM/Mate<br />Init: OpenRC</p><p><strong>Problem</strong> : Logout does not work, I get black screen, can&#039;t switch to any tty, non responsive to sysrq button.<br />I tried other DM, sddm, slim, DE: cinnamon, openbox, no luck.<br /><strong>Workaround:</strong> Press powerbutton, laptop will sleep/hibernate. Press power again, get to screenlocker, press switch user.<br /><strong>Reproducible:</strong> Always.<br />Everything else works as expected.</p><p>Boot log looks clean:</p><div class="codebox"><pre class="vscroll"><code>❯ sudo cat /var/log/boot
Fri Aug 25 21:48:46 2023: Setting up keyboard layout...done.
Fri Aug 25 21:48:46 2023: Activating swap...done.
Fri Aug 25 21:48:46 2023: Checking file systems.../dev/sdb5: clean, 11/60399616 files, 4073552/241568768 blocks
Fri Aug 25 21:48:47 2023: done.
Fri Aug 25 21:48:47 2023: Cleaning up temporary files... /tmp.
Fri Aug 25 21:48:47 2023: Mounting local filesystems...done.
Fri Aug 25 21:48:47 2023: Activating swapfile swap, if any...done.
Fri Aug 25 21:48:47 2023: Cleaning up temporary files....
Fri Aug 25 21:48:47 2023: Starting Setting kernel variables: sysctl.
Fri Aug 25 21:48:47 2023: Configuring network interfaces...done.
Fri Aug 25 21:48:47 2023: Cleaning up temporary files....
Fri Aug 25 21:48:47 2023: Setting up ALSA...warning: &#039;alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore&#039; failed with error message &#039;Found hardware: &quot;HDA-Intel&quot; &quot;Realtek ALC898&quot; &quot;HDA:10ec0899,1462116d,00100003 HDA:80862809,80860101,00100000&quot; &quot;0x1462&quot; &quot;0x116d&quot;
Fri Aug 25 21:48:47 2023: Hardware is initialized using a generic method&#039;...done.
Fri Aug 25 21:48:47 2023: Starting: AppArmorLoading AppArmor profiles...Skipping profile in /etc/apparmor.d/disable: usr.bin.thunderbird
Fri Aug 25 21:48:47 2023: done.
Fri Aug 25 21:48:47 2023: .
Fri Aug 25 21:48:47 2023:  * Mounting cgroup filesystem ...                                                                                                   [ ok ]g 25 21:48:47 2023: 
Fri Aug 25 21:48:48 2023: Loading kernel module lp.
Fri Aug 25 21:48:48 2023: Loading kernel module ppdev.
Fri Aug 25 21:48:48 2023: Loading kernel module parport_pc.
Fri Aug 25 21:48:48 2023: Loading kernel module nvidia-drm.
Fri Aug 25 21:48:50 2023: Loading kernel module msr.
Fri Aug 25 21:48:50 2023: Setting sensors limits...done.
Fri Aug 25 21:48:50 2023: Setting up X socket directories... /tmp/.X11-unix /tmp/.ICE-unix.
INIT: Entering runlevel: 2
Fri Aug 25 21:48:50 2023: Starting enhanced syslogd: rsyslogd.
Fri Aug 25 21:48:50 2023: Starting anac(h)ronistic cron: anacron.
Fri Aug 25 21:48:50 2023: Starting system message bus: dbus.
Fri Aug 25 21:48:51 2023: Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Fri Aug 25 21:48:51 2023: Starting bluetooth: bluetoothd.
Fri Aug 25 21:48:51 2023: Starting network connection manager: NetworkManager.
Fri Aug 25 21:48:51 2023: Setting up console font and keymap...done.
Fri Aug 25 21:48:51 2023: Starting periodic command scheduler: cron.
Fri Aug 25 21:48:51 2023: Starting Common Unix Printing System: cupsd.
Fri Aug 25 21:48:51 2023: Starting CUPS Bonjour daemon: cups-browsed.
Fri Aug 25 21:48:51 2023: Starting session management daemon: elogind.
Fri Aug 25 21:48:51 2023: Starting MTA: exim4.
Fri Aug 25 21:48:52 2023: Laptop mode
Fri Aug 25 21:48:52 2023: enabled, not active.
Fri Aug 25 21:48:52 2023: Starting Light Display Manager: lightdm.
Fri Aug 25 21:48:52 2023: Starting NVIDIA Persistence Daemon
Fri Aug 25 21:48:52 2023: Starting SANE network scanner server: saned.
Fri Aug 25 21:48:53 2023: Starting seatd: seatd.
Fri Aug 25 21:48:53 2023: Starting S.M.A.R.T. daemon: smartd.
Fri Aug 25 21:48:56 2023: Starting OpenBSD Secure Shell server: sshd.
Fri Aug 25 21:48:56 2023: Starting tor daemon...Aug 25 21:48:56.169 [warn] Tor was compiled with zstd 1.5.2, but is running with zstd 1.5.4. For safety, we&#039;ll avoid using advanced zstd functionality.
Fri Aug 25 21:48:56 2023: done</code></pre></div><p>Dmesg for 6 hours of use:</p><div class="codebox"><pre><code>❯ sudo dmesg --level=emerg,alert,crit,err
[ 8141.014477] pcieport 0000:00:1c.0: AER:   Error of this Agent is reported first
~ ❯  </code></pre></div><p>rc-status</p><div class="codebox"><pre class="vscroll"><code>Runlevel: default
 rsyslog                                                           [  started  ]
 smartmontools                                                     [  started  ]
 dbus                                                              [  started  ]
 avahi-daemon                                                      [  started  ]
 cups                                                              [  started  ]
 sudo                                                              [  started  ]
 anacron                                                           [  started  ]
 console-setup.sh                                                  [  started  ]
 pulseaudio-enable-autospawn                                       [  started  ]
 rmnologin                                                         [  started  ]
 exim4                                                             [  started  ]
 laptop-mode                                                       [  started  ]
 tor                                                               [  started  ]
 lightdm                                                           [  started  ]
 cups-browsed                                                      [  started  ]
 saned                                                             [  started  ]
 rsync                                                             [  started  ]
 elogind                                                           [  started  ]
 seatd                                                             [  started  ]
 bluetooth                                                         [  started  ]
 bootlogs                                                          [  started  ]
 cron                                                              [  started  ]
 network-manager                                                   [  started  ]
 nvidia-persistenced                                               [  started  ]
 ssh                                                               [  started  ]
 rc.local                                                          [  started  ]
 stop-bootlogd                                                     [  started  ]
Dynamic Runlevel: hotplugged
Dynamic Runlevel: needed/wanted
 umountroot                                                        [  started  ]
 umountfs                                                          [  started  ]
 umountnfs.sh                                                      [  started  ]
Dynamic Runlevel: manual</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (simon_a)]]></author>
			<pubDate>Fri, 25 Aug 2023 21:01:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43797#p43797</guid>
		</item>
	</channel>
</rss>
