<?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=3667&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] After upgrade to Beowulf: Issues with graphics, keyboard and mouse.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3667</link>
		<description><![CDATA[The most recent posts in [SOLVED] After upgrade to Beowulf: Issues with graphics, keyboard and mouse..]]></description>
		<lastBuildDate>Sun, 17 Jan 2021 17:28:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] After upgrade to Beowulf: Issues with graphics, keyboard and mouse.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26869#p26869</link>
			<description><![CDATA[<p>Now, here&#039;s an update.</p><p>After running <em>ASCII</em> again for a few months, I started getting into trouble because some of the software had become too old for some things I wanted to do. Also, as it turned out, I wasn&#039;t able to get a stable wifi connection on that system anymore. And I knew that was solely a software issue because I had tested wifi on the Desktop Live version of <em>Beowulf</em>, where it worked flawlessly.</p><p>So, I upgraded to <em>Beowulf</em> the same way I had downgraded to <em>ASCII</em>, i.e., by doing a fresh installation, only keeping my <span class="bbc">/home</span> partition. (I did have a full system backup, though, which I later used to quickly copy over my wifi configuration as well as the superuser&#039;s shell setup and a few other things.)</p><p>This solved all the problems mentioned above, except font rendering in X.</p><p>After poking around for a few days, someone told me that the font rendering issue might simply be caused by a newer version of FreeType and that I could easily switch back to the older version by exporting the following setting into my shell environment:</p><div class="codebox"><pre><code>FREETYPE_PROPERTIES=&#039;truetype:interpreter-version=35&#039;</code></pre></div><p>This worked. So, I put</p><div class="codebox"><pre><code>export FREETYPE_PROPERTIES=&#039;truetype:interpreter-version=35&#039;</code></pre></div><p>into my <span class="bbc">~/.profile</span>. Problem solved. (People using <span class="bbc">~/.bash_profile</span> instead would need to put it in there, of course.)</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Sun, 17 Jan 2021 17:28:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26869#p26869</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] After upgrade to Beowulf: Issues with graphics, keyboard and mouse.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23380#p23380</link>
			<description><![CDATA[<p>I have finally given up on trying to fix these issues and reverted my system to an almost fully functional state by re-installing <em>ASCII</em> but leaving my /home partition untouched in the process.</p><p>This also gave me the opportunity to convert my root partition to ext4 and get rid of some old cruft that had probably been left over from pre-<em>ASCII</em> days, maybe even Debian days.</p><p>So, everything is back to normal, only better, with just a few little hiccups to take care of.</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Sat, 11 Jul 2020 19:33:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23380#p23380</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] After upgrade to Beowulf: Issues with graphics, keyboard and mouse.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23360#p23360</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>msi wrote:</cite><blockquote><div><div class="codebox"><pre><code>[    40.077] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31</code></pre></div></div></blockquote></div><p>Well that&#039;s not right. Try installing elogind instead.</p></div></blockquote></div><p>I thought <em>systemd-logind</em> meant <em>elogind</em> in Devuan&#039;s case.</p><p>Also, <em>elogind</em> is already installed on my system:</p><div class="codebox"><pre><code>$ dpkg -l | grep elogind
ii  elogind                               241.4-2                             i386         user, seat and session management daemon
ii  libelogind0:i386                      241.4-2                             i386         user, seat and session management library
ii  libpam-elogind:i386                   241.4-2                             i386         elogind PAM module
ii  libpolkit-backend-elogind-1-0:i386    0.105-25+devuan8                    i386         PolicyKit backend API
ii  libpolkit-gobject-elogind-1-0:i386    0.105-25+devuan8                    i386         PolicyKit Authorization API</code></pre></div><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>msi wrote:</cite><blockquote><div><p>The upper screenshot is from ASCII and the lower one from Beowulf, in both cases. I much prefer the visual appearance in the screenshots from ASCII because the fonts don&#039;t show any blur there.</p></div></blockquote></div><p>How strange. Try disabling hinting then.</p></div></blockquote></div><p>This only made things worse, unfortunately.</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Fri, 10 Jul 2020 15:40:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23360#p23360</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] After upgrade to Beowulf: Issues with graphics, keyboard and mouse.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23353#p23353</link>
			<description><![CDATA[<div class="quotebox"><cite>msi wrote:</cite><blockquote><div><div class="codebox"><pre><code>[    40.077] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31</code></pre></div></div></blockquote></div><p>Well that&#039;s not right. Try installing elogind instead.</p><div class="quotebox"><cite>msi wrote:</cite><blockquote><div><p>The upper screenshot is from ASCII and the lower one from Beowulf, in both cases. I much prefer the visual appearance in the screenshots from ASCII because the fonts don&#039;t show any blur there.</p></div></blockquote></div><p>How strange. Try disabling hinting then.</p><div class="quotebox"><cite>msi wrote:</cite><blockquote><div><p>Beautiful, isn&#039;t it?</p></div></blockquote></div><p>Erm, no. Just no. <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 09 Jul 2020 18:31:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23353#p23353</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] After upgrade to Beowulf: Issues with graphics, keyboard and mouse.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23344#p23344</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>msi wrote:</cite><blockquote><div><p>Running</p><div class="codebox"><pre><code># dpkg-reconfigure eudev</code></pre></div><p>did not change anything here, unfortunately.</p></div></blockquote></div><p>We should probably check the X.Org log file then.</p></div></blockquote></div><p>Okay, here we go:</p><div class="codebox"><pre class="vscroll"><code>[    39.961] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[    39.961] Build Operating System: Linux 4.9.0-8-amd64 i686 Debian
[    39.961] Current Operating System: Linux moon 4.19.0-9-686-pae #1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07) i686
[    39.961] Kernel command line: BOOT_IMAGE=/vmlinuz-4.19.0-9-686-pae root=UUID=810cd705-55b6-4ce2-a414-76e16ce125f4 ro quiet
[    39.961] Build Date: 05 March 2019  08:11:12PM
[    39.962] xorg-server 2:1.20.4-1 (https://www.debian.org/support) 
[    39.962] Current version of pixman: 0.36.0
[    39.962] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    39.962] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    39.963] (==) Log file: &quot;/home/msi/.local/share/xorg/Xorg.0.log&quot;, Time: Wed Jul  8 23:08:29 2020
[    40.004] (==) Using system config directory &quot;/usr/share/X11/xorg.conf.d&quot;
[    40.032] (==) No Layout section.  Using the first Screen section.
[    40.032] (==) No screen section available. Using defaults.
[    40.032] (**) |--&gt;Screen &quot;Default Screen Section&quot; (0)
[    40.032] (**) |   |--&gt;Monitor &quot;&lt;default monitor&gt;&quot;
[    40.033] (==) No monitor specified for screen &quot;Default Screen Section&quot;.
	Using a default monitor configuration.
[    40.033] (==) Automatically adding devices
[    40.033] (==) Automatically enabling devices
[    40.033] (==) Automatically adding GPU devices
[    40.033] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    40.058] (WW) The directory &quot;/usr/share/fonts/X11/cyrillic&quot; does not exist.
[    40.058] 	Entry deleted from font path.
[    40.074] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    40.074] (==) ModulePath set to &quot;/usr/lib/xorg/modules&quot;
[    40.074] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    40.074] (II) Loader magic: 0x76c740
[    40.074] (II) Module ABI versions:
[    40.074] 	X.Org ANSI C Emulation: 0.4
[    40.074] 	X.Org Video Driver: 24.0
[    40.074] 	X.Org XInput driver : 24.1
[    40.074] 	X.Org Server Extension : 10.0
[    40.075] (++) using VT number 1

[    40.077] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    40.077] (II) xfree86: Adding drm device (/dev/dri/card0)
[    40.077] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    40.080] (--) PCI:*(0@0:2:0) 8086:29c2:1043:82b0 rev 16, Mem @ 0xfea80000/524288, 0xe0000000/268435456, 0xfe900000/1048576, I/O @ 0x0000dc00/8, BIOS @ 0x????????/131072
[    40.088] (II) LoadModule: &quot;glx&quot;
[    40.105] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    40.312] (II) Module glx: vendor=&quot;X.Org Foundation&quot;
[    40.313] 	compiled for 1.20.4, module version = 1.0.0
[    40.313] 	ABI class: X.Org Server Extension, version 10.0
[    40.313] (==) Matched intel as autoconfigured driver 0
[    40.313] (==) Matched modesetting as autoconfigured driver 1
[    40.313] (==) Matched fbdev as autoconfigured driver 2
[    40.313] (==) Matched vesa as autoconfigured driver 3
[    40.313] (==) Assigned the driver to the xf86ConfigLayout
[    40.313] (II) LoadModule: &quot;intel&quot;
[    40.313] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    40.391] (II) Module intel: vendor=&quot;X.Org Foundation&quot;
[    40.391] 	compiled for 1.20.1, module version = 2.99.917
[    40.391] 	Module class: X.Org Video Driver
[    40.391] 	ABI class: X.Org Video Driver, version 24.0
[    40.391] (II) LoadModule: &quot;modesetting&quot;
[    40.391] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    40.412] (II) Module modesetting: vendor=&quot;X.Org Foundation&quot;
[    40.412] 	compiled for 1.20.4, module version = 1.20.4
[    40.412] 	Module class: X.Org Video Driver
[    40.412] 	ABI class: X.Org Video Driver, version 24.0
[    40.412] (II) LoadModule: &quot;fbdev&quot;
[    40.413] (WW) Warning, couldn&#039;t open module fbdev
[    40.413] (EE) Failed to load module &quot;fbdev&quot; (module does not exist, 0)
[    40.413] (II) LoadModule: &quot;vesa&quot;
[    40.413] (WW) Warning, couldn&#039;t open module vesa
[    40.413] (EE) Failed to load module &quot;vesa&quot; (module does not exist, 0)
[    40.413] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    40.413] (II) intel: Driver for Intel(R) HD Graphics
[    40.413] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    40.413] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    40.413] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    40.413] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    40.414] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20180719
[    40.414] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20180925-2 (Andreas Boll &lt;aboll@debian.org&gt;)
[    40.414] (II) intel(0): SNA compiled for use with valgrind
[    40.438] (WW) Falling back to old probe method for modesetting
[    40.438] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    40.439] (--) intel(0): Integrated Graphics Chipset: Intel(R) G33
[    40.439] (--) intel(0): CPU: x86, sse2, sse3, ssse3, sse4.1; using a maximum of 2 threads
[    40.439] (II) intel(0): Creating default Display subsection in Screen section
	&quot;Default Screen Section&quot; for depth/fbbpp 24/32
[    40.439] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    40.439] (==) intel(0): RGB weight 888
[    40.439] (==) intel(0): Default visual is TrueColor
[    40.439] (II) intel(0): Output VGA1 has no monitor section
[    40.440] (II) intel(0): Enabled output VGA1
[    40.440] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    40.440] (II) intel(0): Output VIRTUAL1 has no monitor section
[    40.440] (II) intel(0): Enabled output VIRTUAL1
[    40.440] (--) intel(0): Output VGA1 using initial mode 1920x1080 on pipe 0
[    40.440] (==) intel(0): TearFree disabled
[    40.440] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    40.440] (==) intel(0): DPI set to (96, 96)
[    40.440] (II) Loading sub module &quot;dri3&quot;
[    40.440] (II) LoadModule: &quot;dri3&quot;
[    40.440] (II) Module &quot;dri3&quot; already built-in
[    40.440] (II) Loading sub module &quot;dri2&quot;
[    40.440] (II) LoadModule: &quot;dri2&quot;
[    40.440] (II) Module &quot;dri2&quot; already built-in
[    40.440] (II) Loading sub module &quot;present&quot;
[    40.440] (II) LoadModule: &quot;present&quot;
[    40.440] (II) Module &quot;present&quot; already built-in
[    40.440] (II) UnloadModule: &quot;modesetting&quot;
[    40.440] (II) Unloading modesetting
[    40.461] (II) intel(0): SNA initialized with Alviso (gen3) backend
[    40.461] (==) intel(0): Backing store enabled
[    40.461] (==) intel(0): Silken mouse enabled
[    40.461] (II) intel(0): HW Cursor enabled
[    40.462] (==) intel(0): DPMS enabled
[    40.463] (==) intel(0): Display hotplug detection enabled
[    40.472] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[    40.472] (II) intel(0): [DRI2] Setup complete
[    40.472] (II) intel(0): [DRI2]   DRI driver: i915
[    40.472] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    40.472] (II) intel(0): direct rendering: DRI2 enabled
[    40.472] (II) intel(0): hardware support for Present enabled
[    40.472] (II) Initializing extension Generic Event Extension
[    40.472] (II) Initializing extension SHAPE
[    40.473] (II) Initializing extension MIT-SHM
[    40.473] (II) Initializing extension XInputExtension
[    40.474] (II) Initializing extension XTEST
[    40.474] (II) Initializing extension BIG-REQUESTS
[    40.474] (II) Initializing extension SYNC
[    40.474] (II) Initializing extension XKEYBOARD
[    40.475] (II) Initializing extension XC-MISC
[    40.475] (II) Initializing extension SECURITY
[    40.475] (II) Initializing extension XFIXES
[    40.475] (II) Initializing extension RENDER
[    40.476] (II) Initializing extension RANDR
[    40.476] (II) Initializing extension COMPOSITE
[    40.476] (II) Initializing extension DAMAGE
[    40.477] (II) Initializing extension MIT-SCREEN-SAVER
[    40.477] (II) Initializing extension DOUBLE-BUFFER
[    40.477] (II) Initializing extension RECORD
[    40.477] (II) Initializing extension DPMS
[    40.478] (II) Initializing extension Present
[    40.478] (II) Initializing extension DRI3
[    40.478] (II) Initializing extension X-Resource
[    40.478] (II) Initializing extension XVideo
[    40.478] (II) Initializing extension XVideo-MotionCompensation
[    40.479] (II) Initializing extension SELinux
[    40.479] (II) SELinux: Disabled on system
[    40.479] (II) Initializing extension GLX
[    40.715] (II) AIGLX: Loaded and initialized i915
[    40.715] (II) GLX: Initialized DRI2 GL provider for screen 0
[    40.715] (II) Initializing extension XFree86-VidModeExtension
[    40.716] (II) Initializing extension XFree86-DGA
[    40.716] (II) Initializing extension XFree86-DRI
[    40.716] (II) Initializing extension DRI2
[    40.725] (II) intel(0): switch to mode 1920x1080@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[    40.740] (II) intel(0): Setting screen physical size to 507 x 285
[    42.468] (II) intel(0): EDID vendor &quot;PHL&quot;, prod id 49324
[    42.468] (II) intel(0): Using EDID range info for horizontal sync
[    42.468] (II) intel(0): Using EDID range info for vertical refresh
[    42.468] (II) intel(0): Printing DDC gathered Modelines:
[    42.468] (II) intel(0): Modeline &quot;1920x1080&quot;x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    42.468] (II) intel(0): Modeline &quot;800x600&quot;x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    42.468] (II) intel(0): Modeline &quot;640x480&quot;x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    42.468] (II) intel(0): Modeline &quot;640x480&quot;x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    42.468] (II) intel(0): Modeline &quot;640x480&quot;x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    42.469] (II) intel(0): Modeline &quot;640x480&quot;x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    42.469] (II) intel(0): Modeline &quot;720x400&quot;x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    42.469] (II) intel(0): Modeline &quot;1280x1024&quot;x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    42.469] (II) intel(0): Modeline &quot;1024x768&quot;x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    42.469] (II) intel(0): Modeline &quot;1024x768&quot;x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    42.469] (II) intel(0): Modeline &quot;800x600&quot;x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    42.469] (II) intel(0): Modeline &quot;1440x900&quot;x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    42.469] (II) intel(0): Modeline &quot;1440x900&quot;x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    42.469] (II) intel(0): Modeline &quot;1680x1050&quot;x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    42.469] (II) intel(0): Modeline &quot;1280x1024&quot;x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    42.469] (II) intel(0): Modeline &quot;1280x720&quot;x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    57.665] (II) config/udev: Adding input device HID 062a:0000 (/dev/input/mouse0)
[    57.665] (II) No input driver specified, ignoring this device.
[    57.665] (II) This device may have been added with another device file.
[    57.730] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    57.730] (**) AT Translated Set 2 keyboard: Applying InputClass &quot;evdev keyboard catchall&quot;
[    57.731] (**) AT Translated Set 2 keyboard: Applying InputClass &quot;libinput keyboard catchall&quot;
[    57.731] (II) LoadModule: &quot;libinput&quot;
[    57.731] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    57.839] (II) Module libinput: vendor=&quot;X.Org Foundation&quot;
[    57.839] 	compiled for 1.20.4, module version = 0.28.2
[    57.839] 	Module class: X.Org XInput Driver
[    57.839] 	ABI class: X.Org XInput driver, version 24.1
[    57.839] (II) Using input driver &#039;libinput&#039; for &#039;AT Translated Set 2 keyboard&#039;
[    57.840] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 26 paused 0
[    57.840] (**) AT Translated Set 2 keyboard: always reports core events
[    57.840] (**) Option &quot;Device&quot; &quot;/dev/input/event0&quot;
[    57.847] (**) Option &quot;_source&quot; &quot;server/udev&quot;
[    57.869] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    57.869] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    57.870] (II) event0  - AT Translated Set 2 keyboard: device removed
[    57.870] (**) Option &quot;config_info&quot; &quot;udev:/sys/devices/platform/i8042/serio0/input/input0/event0&quot;
[    57.870] (II) XINPUT: Adding extended input device &quot;AT Translated Set 2 keyboard&quot; (type: KEYBOARD, id 6)
[    57.870] (**) Option &quot;xkb_model&quot; &quot;pc105&quot;
[    57.870] (**) Option &quot;xkb_layout&quot; &quot;de&quot;
[    57.929] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    57.929] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    57.929] (II) config/udev: Adding input device HID 062a:0000 (/dev/input/event1)
[    57.929] (**) HID 062a:0000: Applying InputClass &quot;evdev pointer catchall&quot;
[    57.929] (**) HID 062a:0000: Applying InputClass &quot;libinput pointer catchall&quot;
[    57.929] (II) Using input driver &#039;libinput&#039; for &#039;HID 062a:0000&#039;
[    57.990] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[    57.990] (**) HID 062a:0000: always reports core events
[    57.990] (**) Option &quot;Device&quot; &quot;/dev/input/event1&quot;
[    57.990] (**) Option &quot;_source&quot; &quot;server/udev&quot;
[    57.991] (II) event1  - HID 062a:0000: is tagged by udev as: Mouse
[    57.991] (II) event1  - HID 062a:0000: device is a pointer
[    57.991] (II) event1  - HID 062a:0000: device removed
[    57.992] (**) Option &quot;config_info&quot; &quot;udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1:1.0/0003:062A:0000.0002/input/input4/event1&quot;
[    57.992] (II) XINPUT: Adding extended input device &quot;HID 062a:0000&quot; (type: MOUSE, id 7)
[    57.992] (**) Option &quot;AccelerationScheme&quot; &quot;none&quot;
[    57.992] (**) HID 062a:0000: (accel) selected scheme none/0
[    57.992] (**) HID 062a:0000: (accel) acceleration factor: 2.000
[    57.992] (**) HID 062a:0000: (accel) acceleration threshold: 4
[    57.993] (II) event1  - HID 062a:0000: is tagged by udev as: Mouse
[    57.993] (II) event1  - HID 062a:0000: device is a pointer
[    71.395] (**) Option &quot;fd&quot; &quot;26&quot;
[    71.395] (II) event0  - AT Translated Set 2 keyboard: device removed
[    71.395] (**) Option &quot;fd&quot; &quot;29&quot;
[    71.395] (II) event1  - HID 062a:0000: device removed
[    71.396] (II) UnloadModule: &quot;libinput&quot;
[    71.396] (II) systemd-logind: releasing fd for 13:65
[    71.430] (II) UnloadModule: &quot;libinput&quot;
[    71.430] (II) systemd-logind: releasing fd for 13:64
[    71.504] (II) Server terminated successfully (0). Closing log file.</code></pre></div><p>So, there are a few problems with <em>udev</em> trying to initialize the mouse and keyboard here, obviously. Now, what could I do about those?</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>msi wrote:</cite><blockquote><div><p>things are still pretty bad compared to ASCII</p></div></blockquote></div><p>Just for clarity, which of the screenshots is from ASCII? To my eyes the lower shots look *much* better, would you agree?</p></div></blockquote></div><p>The upper screenshot is from ASCII and the lower one from Beowulf, in both cases. I much prefer the visual appearance in the screenshots from ASCII because the fonts don&#039;t show any blur there. Blurry fonts just seem to keep my brain trying to focus things to no avail, which damages usability considerably for me.</p><p>I really hope there&#039;s some way to get back those crisp fonts (and I&#039;m quite confident there is). I have an old NVIDIA card lying around that I could test with <em>nouveau</em> – or even the proprietary driver (if there still is one for that model) – in case <em>i915</em> doesn&#039;t cut it anymore. </p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>EDIT: and are you really using the Raleigh GTK theme? <img src="https://dev1galaxy.org/img/smilies/yikes.png" width="15" height="15" alt="yikes" /></p></div></blockquote></div><p>I most certainly am using Raleigh, apart from where I&#039;m using Clearlooks. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>You see, Raleigh is a no-frills &quot;theme&quot; (It&#039;s not a theme but bare GTK2, actually.) that just works well because it&#039;s clear-cut. The only kind-of serious complaint I have about it is that buttons for drop-down menus look a bit ugly. In fact, when I have fixed all upgrade-related issues on this system, I&#039;ll probably install <a href="https://github.com/vlastavesely/raleigh-reloaded" rel="nofollow">Raleigh Reloaded</a> to force GTK3 applications to look just as &quot;ugly&quot; as the GTK2 default style where I use it.</p><p>That said, the screenshot of the run dialog above is not a GTK2 application. It&#039;s Tcl/Tk, using Tk&#039;s <em>alt</em> theme. Beautiful, isn&#039;t it?</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Wed, 08 Jul 2020 21:54:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23344#p23344</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] After upgrade to Beowulf: Issues with graphics, keyboard and mouse.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23341#p23341</link>
			<description><![CDATA[<div class="quotebox"><cite>msi wrote:</cite><blockquote><div><p>Running</p><div class="codebox"><pre><code># dpkg-reconfigure eudev</code></pre></div><p>did not change anything here, unfortunately.</p></div></blockquote></div><p>We should probably check the X.Org log file then.</p><div class="quotebox"><cite>msi wrote:</cite><blockquote><div><p>things are still pretty bad compared to ASCII</p></div></blockquote></div><p>Just for clarity, which of the screenshots is from ASCII? To my eyes the lower shots look *much* better, would you agree?</p><p>EDIT: and are you really using the Raleigh GTK theme? <img src="https://dev1galaxy.org/img/smilies/yikes.png" width="15" height="15" alt="yikes" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 08 Jul 2020 20:38:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23341#p23341</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] After upgrade to Beowulf: Issues with graphics, keyboard and mouse.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23331#p23331</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Each problem should really have it&#039;s own thread to aid SEO.</p></div></blockquote></div><p>That would probably have been better, yes. I kept them together simply because I wasn&#039;t sure in how far they would possibly be related to one another.</p><p><strong>I. Graphics on the TTY [Solved]</strong></p><p>I put <span class="bbc">i915</span> into <span class="bbc">/etc/modules-load.d/intel-graphics.conf</span> and then updated the initramfs as you suggested. That solved it, thanks.</p><p><strong>II. Keyboard and mouse unresponsive after starting X</strong></p><p>Running</p><div class="codebox"><pre><code># dpkg-reconfigure eudev</code></pre></div><p>did not change anything here, unfortunately.</p><p><strong>III. Fonts in X</strong></p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Hinting issue, perhaps?</p><div class="codebox"><pre><code># dpkg-reconfigure fontconfig-config</code></pre></div><p>Or play around with Xfce&#039;s font settings.</p></div></blockquote></div><p>I don&#039;t use a full-blown desktop environment, just Openbox with applications from here and there. Reconfiguring <span class="bbc">fontconfig-config</span> as you suggested did yield some improvement, but things are still pretty bad compared to ASCII. Maybe that has something to do with the <em>i915</em> driver.</p><p>Anyway, here&#039;s how I reconfigured <span class="bbc">fontconfig-config</span>:</p><ul><li><p>I chose <em>Native</em> as the font tuning method because I use DejaVu fonts.</p></li><li><p>I chose <em>Full</em> as the automatic font hinting style, which was promised to give me back &quot;the pre-2.12 behavior&quot;. (ASCII had 2.11.)</p></li><li><p>I enabled subpixel rendering throughout because I&#039;m not using CRTs.</p></li><li><p>I disabled bitmapped fonts. But that was probably the default anyway.</p></li></ul>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Wed, 08 Jul 2020 14:18:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23331#p23331</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] After upgrade to Beowulf: Issues with graphics, keyboard and mouse.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23324#p23324</link>
			<description><![CDATA[<p>Each problem should really have it&#039;s own thread to aid SEO.</p><p>But anyway...</p><div class="quotebox"><cite>msi wrote:</cite><blockquote><div><p>I was able to load the driver module manually by becoming root and then running <span class="bbc">modprobe i915</span> when using the 4.19 kernel, giving me back the usual view in the TTY.</p><p>Now, how would I ensure it gets loaded during boot?</p></div></blockquote></div><p>Add the i915 driver to <span class="bbc">/etc/modules</span> (or in it&#039;s own file under <span class="bbc">/etc/modules-load.d/</span>) and then rebuild the initramfs:</p><div class="codebox"><pre><code># update-initramfs -u -k all</code></pre></div><div class="quotebox"><cite>msi wrote:</cite><blockquote><div><p>Keyboard and mouse unresponsive after starting X</p></div></blockquote></div><p>Try</p><div class="codebox"><pre><code># dpkg-reconfigure eudev</code></pre></div><div class="quotebox"><cite>msi wrote:</cite><blockquote><div><p>Fonts in X</p></div></blockquote></div><p>Hinting issue, perhaps?</p><div class="codebox"><pre><code># dpkg-reconfigure fontconfig-config</code></pre></div><p>Or play around with Xfce&#039;s font settings.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 07 Jul 2020 19:28:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23324#p23324</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] After upgrade to Beowulf: Issues with graphics, keyboard and mouse.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23323#p23323</link>
			<description><![CDATA[<p>I&#039;ve upgraded from ASCII to Beowulf today, following the <a href="https://devuan.org/os/documentation/dev1fanboy/en/upgrade-to-beowulf" rel="nofollow">official instructions</a>, and am now experiencing some problems.</p><p><strong>I. Graphics on the TTY</strong></p><p>When I boot the upgraded system with the 4.19 kernel, the TTY display is not switched to using the driver it is supposed to use (<em>i915</em>) because the respective kernel module isn&#039;t being loaded:</p><div class="codebox"><pre><code>$ lspci -nnk | grep -i vga -A3
00:02.0 VGA compatible controller [0300]: Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] (rev 10)
	Subsystem: ASUSTeK Computer Inc. P5KPL-VM Motherboard [1043:82b0]
	Kernel modules: i915
00:1b.0 Audio device [0403]: Intel Corporation NM10/ICH7 Family High Definition Audio Controller [8086:27d8] (rev 01)</code></pre></div><p>Running the above <span class="bbc">lspci</span> command after booting with the 4.9 kernel, where TTY graphics work as expected, will show the <em>i915</em> driver &quot;in use&quot; instead:</p><div class="codebox"><pre><code>$ lspci -nnk | grep -i vga -A3
00:02.0 VGA compatible controller [0300]: Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] (rev 10)
	Subsystem: ASUSTeK Computer Inc. P5KPL-VM Motherboard [1043:82b0]
	Kernel driver in use: i915
	Kernel modules: i915</code></pre></div><p>I was able to load the driver module manually by becoming root and then running <span class="bbc">modprobe i915</span> when using the 4.19 kernel, giving me back the usual view in the TTY.</p><p>Now, how would I ensure it gets loaded during boot?</p><p><strong>II. Keyboard and mouse unresponsive after starting X</strong></p><p>The second problem I encountered after the upgrade was that my keyboard and mouse were unresponsive after starting X by running <span class="bbc">startx</span> from the TTY, as I usually do. After fsmithred suggested that unplugging and then re-plugging both devices might fix this, I tried a few things and it ended up working like this for me:</p><p>I have a PS/2 keyboard and a USB mouse connected to the PS/2 mouse port of the computer&#039;s mainboard through a USB-to-PS/2 adapter. Now, any unplugging and then re-plugging of the mouse that involves connection to or disconnection from a USB port will unlock both my mouse and keyboard.</p><p>I would, of course, rather not have to do this every time I start X. So, hints on how to fix it would be very much appreciated.</p><p><strong>III. Fonts in X</strong></p><p>I also noticed that fonts in X now look worse than they used to before the upgrade. This applies to text in terminal emulators (<em>urxvt</em>) and GUI applications alike and happens with both the 4.19 and the 4.9 kernel. I&#039;m unsure what causes this. It seems the system just uses a different font now, for whatever reason.</p><p>Here&#039;s a taste:</p><p><span class="postimg"><img src="https://www.msiism.org/fd/beowulf_fonts_issue/hello_nano.png" alt="Nano in ASCII" /></span></p><p><span class="postimg"><img src="https://www.msiism.org/fd/beowulf_fonts_issue/hello_nano_worse.png" alt="Nano in Beowulf" /></span></p><p><span class="postimg"><img src="https://www.msiism.org/fd/beowulf_fonts_issue/mrun.png" alt="mrun in ASCII" /></span></p><p><span class="postimg"><img src="https://www.msiism.org/fd/beowulf_fonts_issue/mrun_worse.png" alt="mrun in Beowulf" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Tue, 07 Jul 2020 18:54:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23323#p23323</guid>
		</item>
	</channel>
</rss>
