<?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=3798&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Devuan-Beowulf Resolution, 4k-monitor, 10-bit.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3798</link>
		<description><![CDATA[The most recent posts in Devuan-Beowulf Resolution, 4k-monitor, 10-bit..]]></description>
		<lastBuildDate>Thu, 28 Jan 2021 13:47:28 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Devuan-Beowulf Resolution, 4k-monitor, 10-bit.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27060#p27060</link>
			<description><![CDATA[<p>Thanks @jay00,</p><p>The problem is not only the resolution, I ask also about the resolution in order to get at least a reasonable resolution in the VM.<br />The biggest problem is that the DE not start at all on real machine and apparently is not of interest to communicate a step-by-step procedure to investigate and solve the issue.</p><p>Other OS like Cento (or Gento, I don&#039;t remember exactly) also not using &#039;systemd&#039; have big graphical problems too. On most notebooks are not usable if the user is not cooder or geek.</p><p>Maybe Beowulf will start on my hardware if I install XFCE (standard) and add KDE later-on but this is the same as to install Ubuntu with encrypted ZFS-ROOT and install on the top KDE with the result of a kind of Kubuntu (but with all advertisement of Ubuntu on it) with ZFS-encrypted-ROOT. I don&#039;t want it!</p><p>The other biggest problem is GTK (now announced GTK-4). If someone want an homogeneous DE-UI than is CSD (client-side-decoration) worse and very similar to Windows, Qt use SSD (server-side-decoration). Of course, also under Qt are some apps with hard-cooded appearances.</p><p>Lastly I tested Manjaro-KDE that was perfect, all EDID information recognized by default and inserted/reported perfectly in &#039;xorg&#039;, &#039;xrandir&#039; with the right dimensions, quantity of pixels, etc.. BTW easy installation, rock-solid and all additional software (e.g. motherboard, mouse, keyboard-lighting, printers, etc., etc.) is in the AUR and all in 64-bit. Long story short, all notebooks became this OS, the two big-ones became Arch-KDE.</p>]]></description>
			<author><![CDATA[dummy@example.com (Terence)]]></author>
			<pubDate>Thu, 28 Jan 2021 13:47:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27060#p27060</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan-Beowulf Resolution, 4k-monitor, 10-bit.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24703#p24703</link>
			<description><![CDATA[<p>You can change your resolution quickly with the &quot;arandr&quot; application. Check it out.<br />Arandr works really well for resizing VirtualBox screens too.</p><p>If you are trying to adjust your HiDPI settings keep in mind that you are probably trying to scale 3 different GUI toolkits: GTK2, GTK3, and Qt5.</p><p>GTK2 does not have any builtin HiDPI settings. There are a some pretty good HiDPI hacks that work ok for GTK2 though.<br />GTK3 applications do NOT scale very well (my opinion). As you have already noted GTK3 will only scale with an integer value. (Correction: GTK3 can scale fonts using a non-integer relative to the currenly set &#039;GDK SCALE&#039; value.)<br />QT5 has the best scaling. It will scale to integer or non-integer values. </p><p>Here is how I have manually set up the scaling for Qt5 and GTK3 Apps for my 4K Screen.<br />All of the settings are in my &#039;$HOME/.xsessionrc&#039; since I am currenly using an either JWM or Openbox.</p><p># GTK-3 Scaling<br />GDK_SCALE=2 export GDK_SCALE&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; <br />GDK_DPI_SCALE=0.5 export GDK_DPI_SCALE&#160; </p><p>$ Qt5 Scaling<br />export QT_AUTO_SCREEN_SCALE_FACTOR=0 <br />export QT_SCREEN_SCALE_FACTOR=2.0 <br />export QT_SCALE_FACTOR=1.9 <br />#</p><p>Those settings achive pretty good results.</p><p>Here is a good reference: <a href="https://wiki.archlinux.org/index.php/HiDPI" rel="nofollow">https://wiki.archlinux.org/index.php/HiDPI</a></p><p>Hopefully that addresses some of your concerns.</p>]]></description>
			<author><![CDATA[dummy@example.com (jay00)]]></author>
			<pubDate>Wed, 16 Sep 2020 19:40:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24703#p24703</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan-Beowulf Resolution, 4k-monitor, 10-bit.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24506#p24506</link>
			<description><![CDATA[<p>Yes Sir, I did.<br />Here the instruction I collect, this is <strong>.md</strong> (Markdown) syntax... that in case could be useful for other users.<br />The (kernel) version I got is the 5.7. automatically choosen from <span class="bbc">beowulf-backports</span> as well <span class="bbc">firmware-amd-graphics</span> in the version &#039;20200721&#039; like all debian-dased-distros like MX-Linux, etc.</p><div class="codebox"><pre class="vscroll"><code># Devuan &#039;backports&#039;, &#039;kernel-&#039; and &#039;firmware-upgrade&#039; [Link 1:](https://unix.stackexchange.com/questions/545601/how-to-upgrade-the-debian-10-kernel-from-backports-without-recompiling-it-from-s) [Link 2:](https://www.taste-of-it.de/debian-buster-kernel-5-2-aus-backports-installieren/).

**Note-s:**
1. This guide is for people want to get primarily newer drivers for graphic-cards, wifi, etc.
2. The new kernel will be installed alongside the already present-one. In case of problems you can start the &quot;old-one&quot; at boot time.

### Step 1. Detect actual kernel
* For this use `terminal` opening with (CTRL + ALT + T), Code:
```
uname -r
```
### Step 2. Enable &#039;backports&#039; Code:
* Methode 1.:
```
sudo su

nano /etc/apt/sources.list
```
* Text to insert (leave one empty line at end) Code:
```
# Beowulf-Backports
deb http://packmaster.devuan.org/merged beowulf-backports main contrib non-free
deb-src http://packmaster.devuan.org/merged beowulf-backports main contrib non-free

```
* Save and close file:
 - Save with (CTRL + O), hit (Enter) to confirm
 - Close with (CTRL + X)

* Check results with code:
```
cat /etc/apt/sources.list
```
* Methode 2.:
 - Open Dolphin
 - Navigate to `/etc/apt/`
 - Open `sources.list` with `kate`
 - Copy and paste the 2-3 lines and leave one empty line at end.
 - Save (CTRL + S), insert password and (ENTER).
 - Close with (CTRL + W).

### Step 3. Update and Upgrade
** Note:** You are still `root`!
* read the new sources, Code:
```
apt update

apt -t beowulf-backports upgrade

 &gt; or

apt-get update

apt-get -t beowulf-backports upgrade

apt-get install -f
```
* install `firmware-amd-graphics` (if not yet done), Code:
```
apt install -t beowulf-backports firmware-amd-graphics
```
* install new kernel, Code:
```
apt install -t boewulf-backports linux-image-amd64
```
* search for installed `linux-image`, Code:
```
apt list --installed linux-image*
```
 - output example (note newest installed):
```
Listing... Done
linux-image-4.19.0-10-amd64/stable,now 4.19.132-1 [installed, automatic]
linux-image-5.7.0-0.bpo.2-amd64/stable-backports,now 5.7.10-1~bpo10+1 amd64 [inistalled,automatic]
linux-image-amd64/stable-backports,now 5.7.10-1~bpo10+1 amd64 [installed]
```
* search for correlated `linux-headers`
```
apt search linux-headers-5.7.0*
```
 - output example:
```
Sorting... Done
Full Text Search... Done
linux-headers-5.7.0-0.bpo.2-amd64/stable-backports 5.7.10-1~bpo10+1 amd64
    Header files for Linux 5.7.0-0.bpo.2-amd64

linux-headers-5.7.0-0.bpo.2-cloud-amd64/stable-backports 5.7.10-1~bpo10+1 amd64
    Header files for Linux 5.7.0-0.bpo.2-cloud-amd64

linux-headers-5.7.0-0.bpo.2-commom-amd64/stable-backports 5.7.10-1~bpo10+1 all
    Header files for Linux 5.7.0-0.bpo.2    
```
* install `linux-headers`, Code:
```
apt install -t beowulf-backports linux-headers-5.7.0-0.bpo.2-amd64
```
* install the firmware, Code:
```
sudo apt install -t beowulf-backports firmware-linux firmware-linux-nonfree
```
### Step 4. Assure everything is installed correctly, Code:
```
apt-get update &amp;&amp; apt-get upgrade &amp;&amp; apt-get install -f &amp;&amp; apt-get dist-upgrade &amp;&amp; update-grub
```
* in case of error message..., Code:
```
dpkg --configure -a
```
 - alternatively, open `synaptic`-package-manager, click `Edit`, click `Fix Broken Packages`. Repeat the fix until no error-messages appear anymore.

* clean the system (optional), Code:
```
apt autoremove --purge
```
### Step 5. Reboot, Code:
```
reboot

 &gt; or

shutdown -r now
```
* alternatively, use the GUI 
* switch-off command, Code:
```
shutdown -h now
```</code></pre></div><p>The <span class="bbc">edid</span> on real machine (Kubuntu) is perfect as well on VMs (without &#039;guest-iso-addition&#039;) using <span class="bbc">systemd</span>, like MX-Linux-KDE and others. <br />By the way, I install also <span class="bbc">edid-decode</span> and <span class="bbc">read-edid</span>, but those apps read the edid-part of <span class="bbc">/var/log/Xorg.0.log</span>. They <strong>don&#039;t</strong> read the edid from hardware.</p><p>I don&#039;t know which application read the hardware-edid and pass it to &#039;Xorg&#039;, &#039;xorg&#039; same?<br /><span class="bbc">xrandr</span> work ok, I can set there other resolution&#039;s but after a while of running the resolution fall back to &#039;xorg&#039;-value.</p><p>Issuing the command <span class="bbc">sudo -i systemsettings5</span> (under all OS) and try to change resolution and scaling belong display-menu I get following out:</p><div class="codebox"><pre><code>kscreen: Requesting missing EDID for outputs (71)</code></pre></div><p>searching for &#039;71&#039; in file-manager I discover <span class="bbc">/lib/udev/rules.d/71-seat-rules</span>, that&#039;s no good.</p><p>Reading many threads (for all Gentoo-threads, using and care-taking of &#039;openrc&#039;) about &#039;kscreen&#039;-errors it appear to be a common error for OSs not using &#039;systemd&#039; and maybe this is the reason, also for Gento, to issue latest stable without &#039;openrc&#039;.</p><p>I look also for &#039;EDID&#039; in the real installation (Kubuntu), the file-search don&#039;t bring any results but in a gentoo-thread I found where to be, this is <span class="bbc">/sys/class/drm/</span>, in my case (using display-port-2) <span class="bbc">/sys/class/drm/card0-DP-2</span> but there only empty folders and files.</p><p>I install also beowulf with &#039;sysvinit&#039;, reading <span class="bbc">/var/log/Xorg.0.log</span> no changes. This should be also the reason to get black screen with cursor like in a server under real conditions.</p><p>A &#039;step-by-step&#039; instructions how to remedy or how to setup a proper &#039;xorg&#039; is still missing on my side.</p><p>Consideration-s:<br />1. All OSs using &#039;systemd&#039; blacklist: &#039;amd&#039;, &#039;intel&#039; and &#039;nvidia&#039; modules. How they get all EDID inside &#039;xorg&#039; is a mistery for me.<br />2. Mouse, keyboards and thouch-phad are obsolete in &#039;xorg&#039; (see xorg-wiki).<br />3. For a 30-40 years old &#039;xorg&#039; that should be replaced (Wayland and/or + Systemd, maybe) are too few information about and each distribution make own things and place in different folders the config.files. That&#039;s not freedom, tha&#039;s confusion.</p><p>Fact-s:<br />1. EDID-informations are given by hardware correctly because other ditros recognize them also perfectly even in VM/VB without &#039;guest-iso&#039;.<br />2. All firmware (linux and amd) and kernel are up to date from &#039;beowulf-backports&#039; (see instructions).<br />3. No seldom hardware, all amd and samsung, see list above.<br />4. We cannot blame &#039;openrc&#039;, &#039;syvinit&#039; bring exact the same results= missing resolution-information in the <span class="bbc">/var/log/Xorg.0.log</span>.<br />5. Other distro&#039;s (e.g. MX-Linux-KDE) recognize available resolution and let modify/change it latest by installing &#039;kde-full&#039; and use &#039;sddm&#039; as choosen, devuan don&#039;t. This (Devuan) stick with <span class="bbc">slim</span> at start, does that make a difference? Former installation where the choice was between <span class="bbc">lightdm</span> and <span class="bbc">sddm</span> present the same slick <span class="bbc">slim</span> or <span class="bbc">lightdm</span> screen.</p>]]></description>
			<author><![CDATA[dummy@example.com (Terence)]]></author>
			<pubDate>Mon, 07 Sep 2020 08:28:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24506#p24506</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan-Beowulf Resolution, 4k-monitor, 10-bit.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24450#p24450</link>
			<description><![CDATA[<p>Hi</p><p>Have you tried with a more recent kernel from backports &quot;apt -t beowulf-backports linux-image-amd64&quot;. And maybe do the same with firmware-amd-graphics. This support much more recent hardware than the default 4.19 kernel (late 2018 if i remember).</p><p>Have an nice day<br />Lars H</p>]]></description>
			<author><![CDATA[dummy@example.com (larsH)]]></author>
			<pubDate>Fri, 04 Sep 2020 19:03:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24450#p24450</guid>
		</item>
		<item>
			<title><![CDATA[Devuan-Beowulf Resolution, 4k-monitor, 10-bit.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24449#p24449</link>
			<description><![CDATA[<p>Hardware:<br />- X399 motherboard, socket TR4<br />- Threadripper 1900, 8 CPUs 16 threads<br />- 64-GB RAM, 3.000 MHz<br />- Samsung 970 pro NVMe, 512-GB<br />- AMD Vega 64, 8-GB GPU-RAM<br />- Samsung 10-Bit deep display, native resolution 3.840x2.048<br />All the rest is also new, PSU, mouse, keyboard, case, even table and chair ;-)</p><p>History:<br />- Installed Beowulf&#160; alone (I use only Linux since 10 years) and from scratch on NVMe. At first reboot I got only <strong>black screen with cursor</strong>.<br />- Start the machine with a live system, check &#039;repository&#039;, chroot, make all updates, restart... same as above.<br />- Chroot it again enable &#039;backports&#039;, install &#039;firmware-amd-graphics&#039;, &#039;dpkg&#039;, update, upgrade, restart... nothing changes.<br />- <strong>&#039;startx&#039; or &#039;startkde&#039;</strong> don&#039;t help either.<br />- I can use the &#039;black screen&#039; as &#039;konsole/terminal&#039; to make update and all other things possible on normal terminal but can&#039;t start the UI.</p><p>I want definitely leave Kubuntu, Neon is too unstable, Xfce is not for us (200% scaling + flickering to reduce to 150%), MX-Linux is Xfce with sysvinit additionally can be installed kde but scale remain to 200%.</p><p>Making experiments with different OSs in the VB see <a href="http://dev1galaxy.org/viewtopic.php?pid=24440#p24440" rel="nofollow">amdgpu-pro drivers</a> all OS recognize the right resolution, Beowulf don&#039;t.</p><p>Reading <span class="bbc">file:///var/log/Xorg.0.log</span>&#160; of all machine (real &amp; virtual) something going wrong and need help.</p><p>Could someone tell me what and in which order I have to install in order to get the full 3840x2160 resolution?</p>]]></description>
			<author><![CDATA[dummy@example.com (Terence)]]></author>
			<pubDate>Fri, 04 Sep 2020 18:54:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24449#p24449</guid>
		</item>
	</channel>
</rss>
