<?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=5822&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] No Keyboard or Mouse in Xfce4]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5822</link>
		<description><![CDATA[The most recent posts in [SOLVED] No Keyboard or Mouse in Xfce4.]]></description>
		<lastBuildDate>Thu, 17 Aug 2023 06:56:49 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] No Keyboard or Mouse in Xfce4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43444#p43444</link>
			<description><![CDATA[<p>thanks mknoop!<br />After update to ceres l can verify that LIBUDEV_247 is support is now in libgudev-1.0-0</p><div class="codebox"><pre><code>$ mcview -b /lib/x86_64-linux-gnu/libudev.so.1 
/lib/x86_64-linux-gnu/libudev.so.1: symbolic link to libudev.so.1.6.3
0000000000000000 A LIBUDEV_183
0000000000000000 A LIBUDEV_189
0000000000000000 A LIBUDEV_196
0000000000000000 A LIBUDEV_199
0000000000000000 A LIBUDEV_215
0000000000000000 A LIBUDEV_247</code></pre></div><p>logged out and restarted slim, all good!</p><p>- r</p>]]></description>
			<author><![CDATA[dummy@example.com (rdav)]]></author>
			<pubDate>Thu, 17 Aug 2023 06:56:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43444#p43444</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No Keyboard or Mouse in Xfce4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43423#p43423</link>
			<description><![CDATA[<p>There was an upgrade to eudev posted today that looked like it might address the issue with libgudev-1.0-0.<br />I removed the hold on libgudev-1.0-0 and did update and upgrade.&#160; Everything seems to be fine now.<br />I did a reboot and there was no problem with processing mouse or keyboard events.</p>]]></description>
			<author><![CDATA[dummy@example.com (mknoop)]]></author>
			<pubDate>Wed, 16 Aug 2023 21:33:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43423#p43423</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No Keyboard or Mouse in Xfce4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43108#p43108</link>
			<description><![CDATA[<p>Hi xinomillo,<br />Thanks for the very helpful instructions, now I have a working machine!</p><p>The steps I did:<br />Get to a cli screen: <br />reboot to &quot;recovery mode&quot;, enter root password and log in as root.<br />or via ssh in from another machine.</p><p>Assess using &quot;less&quot; /var/log/Xorg.0.log.<br />Using &quot;/&quot; to search for &quot;EE&quot; and find this error:</p><div class="codebox"><pre><code>$ less /var//log/Xorg.0.log
.
[   458.417] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   458.418] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /lib/x86_64-linux-gnu/libudev.so.1: version `LIBUDEV_247&#039; not found (required by /usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0)
[   458.418] (EE) Failed to load module &quot;libinput&quot; (loader failed, 0)
[   458.418] (EE) No input driver matching `libinput&#039;</code></pre></div><p>check apt policy for libgudev-1.0-0:</p><div class="codebox"><pre><code> $ sudo apt policy libgudev-1.0-0
libgudev-1.0-0:
  Installed: 238-2
  Candidate: 238-2
  Version table:
 *** 238-2 100
        100 http://deb.devuan.org/merged ceres/main amd64 Packages
        100 /var/lib/dpkg/status</code></pre></div><p>Add testing repo to /etc/apt/sources.list</p><div class="codebox"><pre><code> deb http://deb.devuan.org/merged/ testing contrib non-free main non-free-firmware 
 deb http://deb.devuan.org/merged/ testing-updates contrib non-free main non-free-firmware
 deb http://deb.devuan.org/merged/ testing-security contrib non-free main non-free-firmware</code></pre></div><p>updated apt:</p><div class="codebox"><pre><code># apt update</code></pre></div><p>checked apt policy for libgudev-1.0-0 and now 237-2 has been added</p><div class="codebox"><pre><code># apt policy libgudev-1.0-0
libgudev-1.0-0:
  Installed: 238-2
  Candidate: 238-2
  Version table:
 *** 238-2 100
        100 http://deb.devuan.org/merged ceres/main amd64 Packages
        100 /var/lib/dpkg/status
     237-2 500
        500 http://deb.devuan.org/merged testing/main amd64 Packages</code></pre></div><p>Install libgudev-1.0-0 from testing:</p><div class="codebox"><pre><code>$ sudo apt install libgudev-1.0-0/testing
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Selected version &#039;237-2&#039; (Devuan:5.0/testing [amd64]) for &#039;libgudev-1.0-0&#039;
The following packages were automatically installed and are no longer required:
  libavdevice59 libavfilter8 libpostproc56
Use &#039;sudo apt autoremove&#039; to remove them.
The following packages will be DOWNGRADED:
  libgudev-1.0-0
0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 40 not upgraded.
Need to get 0 B/15.1 kB of archives.
After this operation, 1,024 B of additional disk space will be used.
Do you want to continue? [Y/n] 
dpkg: warning: downgrading libgudev-1.0-0:amd64 from 238-2 to 237-2
(Reading database ... 371412 files and directories currently installed.)
Preparing to unpack .../libgudev-1.0-0_237-2_amd64.deb ...
Unpacking libgudev-1.0-0:amd64 (237-2) over (238-2) ...
Setting up libgudev-1.0-0:amd64 (237-2) ...
Processing triggers for libc-bin (2.37-6) ...</code></pre></div><p>Restart display-manager slim:</p><div class="codebox"><pre><code>$ sudo service slim restart
Stopping X display manager: slim.
Starting slim: slim.</code></pre></div><p>log in and enjoy the systemd freedom!</p>]]></description>
			<author><![CDATA[dummy@example.com (rdav)]]></author>
			<pubDate>Fri, 28 Jul 2023 23:35:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43108#p43108</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No Keyboard or Mouse in Xfce4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43091#p43091</link>
			<description><![CDATA[<p>add testing repo along with ceres.<br />then :<br />apt policy libgudev-1.0-0 <br />should show both version, and :<br />apt install libgudev-1.0-0/testing<br />to rollback to a working version.</p>]]></description>
			<author><![CDATA[dummy@example.com (xinomilo)]]></author>
			<pubDate>Fri, 28 Jul 2023 10:02:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43091#p43091</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No Keyboard or Mouse in Xfce4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43090#p43090</link>
			<description><![CDATA[<p>thanks for the speedy replies!</p><p>alexkemp:<br />startxfce4 has the same result, as in no keyboard or mouse.<br />Due to the underlying gui framework been broken.</p><p>xonomilo:<br />Rolling libgudev-1.0-0 to 237-2 isn&#039;t as easy as sounds<br />libgudev isn&#039;t going quietly.<br />checking on libgudev-1.0-0 that is installed</p><div class="codebox"><pre><code>rd@beanz:~$ dpkg -l | grep libgudev
ii  libgudev-1.0-0:amd64                           238-2                                  amd64        GObject-based wrapper library for libudev</code></pre></div><p>attempting to downgrade to 237-2</p><div class="codebox"><pre><code>rd@beanz:~$ sudo apt install libgudev-1.0-0=237-2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libgudev-1.0-0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Version &#039;237-2&#039; for &#039;libgudev-1.0-0&#039; was not found</code></pre></div><p>Attempting to remove libgudev-1.0-0 </p><div class="codebox"><pre><code>rd@beanz:~$ sudo apt remove libgudev-1.0-0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libinput10 : Depends: libwacom9 (&gt;= 2.0.0) but it is not going to be installed
              Depends: libinput-bin (&gt;= 1.23.0-2) but it is not going to be installed
 libqt5svg5 : Depends: libqt5widgets5 (&gt;= 5.15.10+dfsg~) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.</code></pre></div><p>Asking atp to remove libinput10, this would remove 230 packages and free 930MB!</p><p>I am unsure what to do next, other than getting a list of manually installed packages and rolling back to Daedalus or Chimaera.<br />Reading closer on the link you posted, looking like systemd is moving to stop non-systemd distros via udev.<br />Thanks again for your help.</p>]]></description>
			<author><![CDATA[dummy@example.com (rdav)]]></author>
			<pubDate>Fri, 28 Jul 2023 09:59:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43090#p43090</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No Keyboard or Mouse in Xfce4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43088#p43088</link>
			<description><![CDATA[<p>if you&#039;re using ceres, rollback libgudev-1.0-0 to testing version. (237-2). latest debian version causes this for all systems using eudev (like devuan, antiX, etc).<br /><a href="https://dev1galaxy.org/viewtopic.php?id=5807" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=5807</a></p>]]></description>
			<author><![CDATA[dummy@example.com (xinomilo)]]></author>
			<pubDate>Fri, 28 Jul 2023 08:52:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43088#p43088</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No Keyboard or Mouse in Xfce4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43087#p43087</link>
			<description><![CDATA[<p>xfce4 has it&#039;s own &#039;startx&#039;: <span class="bbc">/usr/bin/startxfce4</span>. Here is the head (options at bottom):</p><div class="codebox"><pre class="vscroll"><code>$ head -50 /usr/bin/startxfce4
#!/bin/sh
#
#  xfce4
#
#  Copyright (C) 1996-2003 Olivier Fourdan (fourdan@xfce.org)
#
#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2 of the License, or
#  (at your option) any later version.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with this program; if not, write to the Free Software
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#

if test &quot;x$*&quot; != &quot;x&quot;
then
  OPTS=&quot;&quot;
  for OPT in $*
  do
    if test &quot;x$OPT&quot; = &quot;x--help&quot;
    then
      # print help and exit
      echo &quot;Usage:&quot;
      echo &quot;  startxfce4 [OPTIONS...]&quot;
      echo
      echo &quot;Options:&quot;
      echo &quot;  --help                   Show help options&quot;
      echo &quot;  --with-ck-launch         Start xfce4-session inside a&quot;
      echo &quot;                           ConsoleKit session&quot;
      echo

      exit 0
    elif test &quot;x$OPT&quot; = &quot;x--with-ck-launch&quot;
    then
      # try to launch xfce4-session with ck-launch-session in xinitrc
      XFCE4_SESSION_WITH_CK=&quot;1&quot;
      export XFCE4_SESSION_WITH_CK
    else
      # append
      OPTS=&quot;$OPTS $OPT&quot;
    fi
  done</code></pre></div><p>Perhaps try that?</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Fri, 28 Jul 2023 08:50:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43087#p43087</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] No Keyboard or Mouse in Xfce4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43085#p43085</link>
			<description><![CDATA[<p>Hi All,</p><p>No keyboard or mouse at the display manager gui display.&#160; <br />However, can ssh into the box and disable the display manager and boot into cli.<br />Its then possible to then run startx into xfce4.<br />However,&#160; still no keyboard and the mouse cursor is stuck in middle of the screen.</p><p>After following instructions from <a href="https://forums.debian.net/viewtopic.php?p=718218#p718218" rel="nofollow">https://forums.debian.net/viewtopic.php … 18#p718218</a><br />as in reinstalling xserver-xorg-input-libinput and reconfiguring udev, the keyboard and mouse are still unresponsive in gui.</p><p>here is apt policy file:&#160; <a href="http://ix.io/4BGj" rel="nofollow">http://ix.io/4BGj</a><br />here is Xorg.0.log file:&#160; <a href="http://ix.io/4BGl" rel="nofollow">http://ix.io/4BGl</a></p><p>thanks in advance for help to get this sorted!</p><p>- r</p>]]></description>
			<author><![CDATA[dummy@example.com (rdav)]]></author>
			<pubDate>Fri, 28 Jul 2023 08:32:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43085#p43085</guid>
		</item>
	</channel>
</rss>
