<?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=2700&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] ISO Installer - Installed on Canaimita MG101A3 [SOLVED]]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2700</link>
		<description><![CDATA[The most recent posts in [SOLVED] ISO Installer - Installed on Canaimita MG101A3 [SOLVED].]]></description>
		<lastBuildDate>Fri, 01 Mar 2019 05:52:42 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] ISO Installer - Installed on Canaimita MG101A3 [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14597#p14597</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>@inukaze . . . I&#039;m curious how you got auto.mirror repos on an ascii install.&#160; &#160;deb.devuan.org is the default repo in ascii which mirrors pkgmaster.devuan.org</p><p>Please have a look at <span class="bbu"><a href="https://devuan.org/os/etc/apt/sources.list" rel="nofollow">https://devuan.org/os/etc/apt/sources.list</a></span></p></div></blockquote></div><p>The default file just had 1 working line specifying the &quot;cdrom&quot; because during the installation cannot detect the eth0 or wlan0 correctly, i had write manually the file of source.list</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Fri, 01 Mar 2019 05:52:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14597#p14597</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] ISO Installer - Installed on Canaimita MG101A3 [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14596#p14596</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><div class="codebox"><pre><code>nameserver 1.1.1.1</code></pre></div><p>and not just the IP address on its own. In some cases it has a line starting with <span class="bbc">domain</span> and sometimes a line starting with <span class="bbc">search</span>, and more ... see </p><div class="codebox"><pre><code>$ man resolv.conf</code></pre></div><p>for details.</p></div></blockquote></div><p>i had a little mistake start with &quot;nameserver&quot; but i forgot wrote it xD</p><p>The original content was</p><div class="codebox"><pre><code>nameserver 208.67.222.222
nameserver 207.67.220.220</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Fri, 01 Mar 2019 05:49:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14596#p14596</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] ISO Installer - Installed on Canaimita MG101A3 [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14595#p14595</link>
			<description><![CDATA[<div class="quotebox"><cite>inukaze wrote:</cite><blockquote><div><p>Save the changes and exit</p><div class="codebox"><pre><code>echo &quot;Edit the file resolv.conf&quot;  #NOTE : you can ignore this line
nano /etc/resolv.conf</code></pre></div><p>Content :</p><div class="codebox"><pre><code>1.1.1.1</code></pre></div></div></blockquote></div><p>That file would normally have a line like (or up to 3 of these):</p><div class="codebox"><pre><code>nameserver 1.1.1.1</code></pre></div><p>and not just the IP address on its own. In some cases it has a line starting with <span class="bbc">domain</span> and sometimes a line starting with <span class="bbc">search</span>, and more ... see </p><div class="codebox"><pre><code>$ man resolv.conf</code></pre></div><p>for details.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 01 Mar 2019 05:06:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14595#p14595</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] ISO Installer - Installed on Canaimita MG101A3 [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14594#p14594</link>
			<description><![CDATA[<p>@inukaze . . . I&#039;m curious how you got auto.mirror repos on an ascii install.&#160; &#160;deb.devuan.org is the default repo in ascii which mirrors pkgmaster.devuan.org</p><p>Please have a look at <span class="bbu"><a href="https://devuan.org/os/etc/apt/sources.list" rel="nofollow">https://devuan.org/os/etc/apt/sources.list</a></span></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Fri, 01 Mar 2019 04:26:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14594#p14594</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] ISO Installer - Installed on Canaimita MG101A3 [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14593#p14593</link>
			<description><![CDATA[<p><strong>Solving :</strong></p><p>======================================================================</p><p>3) start the system and enter in the user account. after use su to access root account</p><div class="codebox"><pre><code>echo &quot;First edit the interfaces&quot; file #NOTE : you can ignore this line
nano /etc/network/interfaces</code></pre></div><p>Content :</p><div class="codebox"><pre><code># This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5)

source /etc/network/interfaces.d/*

# The loopback network interfaces
auto lo
iface lo inter loopback

# The primary network interface
auto eth0    # Manully added line by me
allow-hotplug eth0
iface eth0 inet dhcp</code></pre></div><p>Save the changes and exit</p><div class="codebox"><pre><code>echo &quot;Edit the file resolv.conf&quot;  #NOTE : you can ignore this line
nano /etc/resolv.conf</code></pre></div><p>Content :</p><div class="codebox"><pre><code>nameserver 1.1.1.1</code></pre></div><div class="codebox"><pre><code>echo &quot;Edit the file sources.list&quot; #NOTE : you can ignore this line
nano /etc/apt/sources.list</code></pre></div><p>Content :</p><div class="codebox"><pre><code># Inukaze, Version of Sources.list main file for Devuan ASCII :
# Binary Precompile Packages :
deb http://auto.mirror.devuan.org/merged/	ascii		        main contrib non-free	# Applications
deb http://auto.mirror.devuan.org/merged/	ascii-security	main contrib non-free	# Security
deb http://auto.mirror.devuan.org/merged/	ascii-updates	main contrib non-free	# Updates

# Source Code Repository, in the case you want to use &quot;apt-build&quot;
deb-src http://auto.mirror.devuan.org/merged/	ascii		        main contrib non-free	# Applications
deb-src http://auto.mirror.devuan.org/merged/	ascii-security	main contrib non-free	# Security
deb-src http://auto.mirror.devuan.org/merged/	ascii-updates	main contrib non-free	# Updates</code></pre></div><div class="codebox"><pre><code>echo &quot;Restart the networking service&quot; #NOTE : you can ignore this line
service networking restart</code></pre></div><div class="codebox"><pre><code>echo &quot;Update &amp; Upgrade the package of system&quot; #NOTE : you can ignore this line
apt-get update ; apt-get -y upgrade</code></pre></div><div class="codebox"><pre><code>echo &quot;Well i install the package i considere most essential for CLI distro&quot; #NOTE : you can ignore this line
apt-get install -y \
mc \
joe \
gpm \
gksu \
sudo \
medit \
links2 \
libvte9 \
aptitude \
synaptic \
viewnior \
qpdfview \
automake \
galculator \
unrar-free \
libgksu2-dev \
intltool-debian \
build-essential \
xfce4-terminal \
libvte-common \
un{zip,ar,ace,shield} \
network-manager-gnome</code></pre></div><p>======================================================================</p><p>2) Basically the distro don&#039;t install the package : xserver-xorg-video-intel (Really don&#039;t install any of this packages i don&#039;t understand why). after i install the packages of xserver-xorg-video (all basically) </p><p>i use </p><div class="codebox"><pre><code>su -c &quot;cd /etc/X11 ; links2 -g&quot; root</code></pre></div><p>i press &quot;<strong>g</strong>&quot; and enter in the address box : <a href="http://www.google.com" rel="nofollow">www.google.com</a>, i click on the text area [you need gpm for enable mouse on tty] and search &quot;Inukaze Github&quot; and i download this file -&gt; <a href="https://raw.githubusercontent.com/inukaze/maestro/master/Canaima_MG101A3_Xorg.conf" rel="nofollow">https://raw.githubusercontent.com/inuka … _Xorg.conf</a> . saving as [Press F10 to open links2 menu] <strong>xorg.conf</strong>&#160; and after i restart the system, now i can reach the graphical system.</p><p>some component i installed show me the follow message :</p><div class="codebox"><pre><code>W: Possible missing firmware /lib/firmware/rtl_nic/rt18107e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18107e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168h-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168h-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168g-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168g-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18106e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18106e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18411-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18411-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18402-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168f-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168f-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168e-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168d-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18107d-1.fw for module r8169</code></pre></div><p>======================================================================</p><p>1) Warning for the firmware -&gt; rtlwifi/rtl8192cfw.bin</p><p>You Really need fix that packages for make a more complete installation than debian</p><p>Firmware solutions : </p><div class="codebox"><pre><code>sudo apt-get install -y firmware-realtek</code></pre></div><p>i don&#039;t understand why is not a dependency of the another packages show me the message &quot;Possible missing firmware&quot; if dont am wrong is &quot;firmware-iwlwifi&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Fri, 01 Mar 2019 04:16:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14593#p14593</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] ISO Installer - Installed on Canaimita MG101A3 [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14591#p14591</link>
			<description><![CDATA[<p>Hi there, right now i had try to install 2 times the &quot;ISO Installer&quot; via USB, of Devuan ASCII 64 Bit [Xfce Desktop]<br />Well the thing is</p><p>1) Warning for the firmware -&gt; rtlwifi/rtl8192cfw.bin</p><p>2) When the installation is finished, distro don&#039;t startx.</p><p>Content of /var/log/Xorg.log.0 :</p><div class="codebox"><pre class="vscroll"><code>[  3690.537] 
X.Org X Server 1.19.2
Release Date: 2017-03-02
[  3690.537] X Protocol Version 11, Revision 0
[  3690.537] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[  3690.537] Current Operating System: Linux nicolas 4.9.0-6-amd64 #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) x86_64
[  3690.537] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-6-amd64 root=UUID=87276b9a-3fdd-42af-a971-d43ccbc1ff69 ro quiet
[  3690.537] Build Date: 16 October 2017  08:19:45AM
[  3690.537] xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support) 
[  3690.537] Current version of pixman: 0.34.0
[  3690.538] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  3690.538] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  3690.538] (==) Log file: &quot;/var/log/Xorg.0.log&quot;, Time: Fri Mar  1 01:44:56 2019
[  3690.539] (==) Using system config directory &quot;/usr/share/X11/xorg.conf.d&quot;
[  3690.539] (==) No Layout section.  Using the first Screen section.
[  3690.539] (==) No screen section available. Using defaults.
[  3690.539] (**) |--&gt;Screen &quot;Default Screen Section&quot; (0)
[  3690.539] (**) |   |--&gt;Monitor &quot;&lt;default monitor&gt;&quot;
[  3690.541] (==) No monitor specified for screen &quot;Default Screen Section&quot;.
	Using a default monitor configuration.
[  3690.541] (==) Automatically adding devices
[  3690.541] (==) Automatically enabling devices
[  3690.541] (==) Automatically adding GPU devices
[  3690.541] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  3690.541] (WW) The directory &quot;/usr/share/fonts/X11/cyrillic&quot; does not exist.
[  3690.541] 	Entry deleted from font path.
[  3690.541] (==) 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
[  3690.541] (==) ModulePath set to &quot;/usr/lib/xorg/modules&quot;
[  3690.541] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  3690.541] (II) Loader magic: 0x55694a632e00
[  3690.542] (II) Module ABI versions:
[  3690.542] 	X.Org ANSI C Emulation: 0.4
[  3690.542] 	X.Org Video Driver: 23.0
[  3690.542] 	X.Org XInput driver : 24.1
[  3690.542] 	X.Org Server Extension : 10.0
[  3690.546] (++) using VT number 7

[  3690.546] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  3690.547] (II) xfree86: Adding drm device (/dev/dri/card0)
[  3690.560] (--) PCI:*(0:0:2:0) 8086:a011:1019:997a rev 0, Mem @ 0xf0200000/524288, 0xd0000000/268435456, 0xf0000000/1048576, I/O @ 0x000018d0/8, BIOS @ 0x????????/131072
[  3690.560] (--) PCI: (0:0:2:1) 8086:a012:1019:997a rev 0, Mem @ 0xf0280000/524288
[  3690.560] (II) LoadModule: &quot;glx&quot;
[  3690.561] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  3690.567] (II) Module glx: vendor=&quot;X.Org Foundation&quot;
[  3690.567] 	compiled for 1.19.2, module version = 1.0.0
[  3690.567] 	ABI class: X.Org Server Extension, version 10.0
[  3690.567] (==) Matched intel as autoconfigured driver 0
[  3690.567] (==) Matched intel as autoconfigured driver 1
[  3690.567] (==) Matched modesetting as autoconfigured driver 2
[  3690.567] (==) Matched fbdev as autoconfigured driver 3
[  3690.567] (==) Matched vesa as autoconfigured driver 4
[  3690.567] (==) Assigned the driver to the xf86ConfigLayout
[  3690.567] (II) LoadModule: &quot;intel&quot;
[  3690.568] (WW) Warning, couldn&#039;t open module intel
[  3690.568] (II) UnloadModule: &quot;intel&quot;
[  3690.568] (II) Unloading intel
[  3690.568] (EE) Failed to load module &quot;intel&quot; (module does not exist, 0)
[  3690.568] (II) LoadModule: &quot;modesetting&quot;
[  3690.569] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  3690.569] (II) Module modesetting: vendor=&quot;X.Org Foundation&quot;
[  3690.569] 	compiled for 1.19.2, module version = 1.19.2
[  3690.569] 	Module class: X.Org Video Driver
[  3690.569] 	ABI class: X.Org Video Driver, version 23.0
[  3690.570] (II) LoadModule: &quot;fbdev&quot;
[  3690.570] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  3690.570] (II) Module fbdev: vendor=&quot;X.Org Foundation&quot;
[  3690.570] 	compiled for 1.19.0, module version = 0.4.4
[  3690.570] 	Module class: X.Org Video Driver
[  3690.570] 	ABI class: X.Org Video Driver, version 23.0
[  3690.570] (II) LoadModule: &quot;vesa&quot;
[  3690.571] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  3690.571] (II) Module vesa: vendor=&quot;X.Org Foundation&quot;
[  3690.571] 	compiled for 1.19.0, module version = 2.3.4
[  3690.571] 	Module class: X.Org Video Driver
[  3690.571] 	ABI class: X.Org Video Driver, version 23.0
[  3690.571] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  3690.572] (II) FBDEV: driver for framebuffer: fbdev
[  3690.572] (II) VESA: driver for VESA chipsets: vesa
[  3690.590] (II) modeset(0): using drv /dev/dri/card0
[  3690.590] (WW) Falling back to old probe method for fbdev
[  3690.590] (II) Loading sub module &quot;fbdevhw&quot;
[  3690.590] (II) LoadModule: &quot;fbdevhw&quot;
[  3690.591] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  3690.591] (II) Module fbdevhw: vendor=&quot;X.Org Foundation&quot;
[  3690.591] 	compiled for 1.19.2, module version = 0.0.2
[  3690.592] 	ABI class: X.Org Video Driver, version 23.0
[  3690.592] (WW) Falling back to old probe method for vesa
[  3690.592] (II) modeset(0): Creating default Display subsection in Screen section
	&quot;Default Screen Section&quot; for depth/fbbpp 24/32
[  3690.592] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  3690.593] (==) modeset(0): RGB weight 888
[  3690.593] (==) modeset(0): Default visual is TrueColor
[  3690.593] (II) Loading sub module &quot;glamoregl&quot;
[  3690.593] (II) LoadModule: &quot;glamoregl&quot;
[  3690.593] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  3690.627] (II) Module glamoregl: vendor=&quot;X.Org Foundation&quot;
[  3690.627] 	compiled for 1.19.2, module version = 1.0.0
[  3690.627] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3690.627] (II) glamor: OpenGL accelerated X.org driver based.
[  3690.665] (II) glamor: EGL version 1.4 (DRI2):
[  3690.676] (II) modeset(0): glamor initialized
[  3690.676] (II) modeset(0): Output LVDS-1 has no monitor section
[  3690.695] (II) modeset(0): Output VGA-1 has no monitor section
[  3690.696] (II) modeset(0): EDID for output LVDS-1
[  3690.696] (II) modeset(0): Manufacturer: SEC  Model: 3030  Serial#: 0
[  3690.696] (II) modeset(0): Year: 2011  Week: 0
[  3690.696] (II) modeset(0): EDID Version: 1.3
[  3690.696] (II) modeset(0): Digital Display Input
[  3690.696] (II) modeset(0): Max Image Size [cm]: horiz.: 22  vert.: 13
[  3690.696] (II) modeset(0): Gamma: 2.20
[  3690.697] (II) modeset(0): No DPMS capabilities specified
[  3690.697] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  3690.697] (II) modeset(0): First detailed timing is preferred mode
[  3690.697] (II) modeset(0): redX: 0.579 redY: 0.355   greenX: 0.338 greenY: 0.561
[  3690.697] (II) modeset(0): blueX: 0.161 blueY: 0.129   whiteX: 0.313 whiteY: 0.329
[  3690.697] (II) modeset(0): Manufacturer&#039;s mask: 0
[  3690.697] (II) modeset(0): Supported detailed timing:
[  3690.697] (II) modeset(0): clock: 54.2 MHz   Image Size:  223 x 125 mm
[  3690.697] (II) modeset(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
[  3690.697] (II) modeset(0): v_active: 600  v_sync: 603  v_sync_end 609 v_blanking: 670 v_border: 0
[  3690.697] (II) modeset(0): Unknown vendor-specific block f
[  3690.697] (II) modeset(0):  SAMSUNG
[  3690.697] (II) modeset(0):  LTN101NT07901
[  3690.697] (II) modeset(0): EDID (in hex):
[  3690.698] (II) modeset(0): 	00ffffffffffff004ca3303000000000
[  3690.698] (II) modeset(0): 	0015010380160d780a4a45945b568f29
[  3690.698] (II) modeset(0): 	21505400000001010101010101010101
[  3690.698] (II) modeset(0): 	0101010101012c150040415846201888
[  3690.698] (II) modeset(0): 	3600df7d000000190000000f00000000
[  3690.698] (II) modeset(0): 	00000000002387026400000000fe0053
[  3690.698] (II) modeset(0): 	414d53554e470a2020202020000000fe
[  3690.698] (II) modeset(0): 	004c544e3130314e5430373930310047
[  3690.699] (II) modeset(0): Printing probed modes for output LVDS-1
[  3690.699] (II) modeset(0): Modeline &quot;1024x600&quot;x60.2   54.20  1024 1048 1184 1344  600 603 609 670 -hsync -vsync (40.3 kHz eP)
[  3690.699] (II) modeset(0): Modeline &quot;960x600&quot;x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  3690.699] (II) modeset(0): Modeline &quot;960x540&quot;x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  3690.699] (II) modeset(0): Modeline &quot;800x600&quot;x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  3690.700] (II) modeset(0): Modeline &quot;800x600&quot;x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  3690.700] (II) modeset(0): Modeline &quot;800x600&quot;x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  3690.700] (II) modeset(0): Modeline &quot;840x525&quot;x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  3690.700] (II) modeset(0): Modeline &quot;840x525&quot;x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  3690.700] (II) modeset(0): Modeline &quot;800x512&quot;x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[  3690.700] (II) modeset(0): Modeline &quot;700x525&quot;x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  3690.700] (II) modeset(0): Modeline &quot;640x512&quot;x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  3690.700] (II) modeset(0): Modeline &quot;720x450&quot;x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[  3690.700] (II) modeset(0): Modeline &quot;640x480&quot;x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  3690.700] (II) modeset(0): Modeline &quot;640x480&quot;x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  3690.700] (II) modeset(0): Modeline &quot;680x384&quot;x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[  3690.701] (II) modeset(0): Modeline &quot;680x384&quot;x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[  3690.701] (II) modeset(0): Modeline &quot;576x432&quot;x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[  3690.701] (II) modeset(0): Modeline &quot;512x384&quot;x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  3690.701] (II) modeset(0): Modeline &quot;400x300&quot;x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  3690.701] (II) modeset(0): Modeline &quot;400x300&quot;x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  3690.701] (II) modeset(0): Modeline &quot;320x240&quot;x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  3690.720] (II) modeset(0): EDID for output VGA-1
[  3690.720] (II) modeset(0): Output LVDS-1 connected
[  3690.720] (II) modeset(0): Output VGA-1 disconnected
[  3690.720] (II) modeset(0): Using exact sizes for initial modes
[  3690.720] (II) modeset(0): Output LVDS-1 using initial mode 1024x600 +0+0
[  3690.721] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  3690.721] (==) modeset(0): DPI set to (96, 96)
[  3690.721] (II) Loading sub module &quot;fb&quot;
[  3690.721] (II) LoadModule: &quot;fb&quot;
[  3690.721] (II) Loading /usr/lib/xorg/modules/libfb.so
[  3690.722] (II) Module fb: vendor=&quot;X.Org Foundation&quot;
[  3690.722] 	compiled for 1.19.2, module version = 1.0.0
[  3690.722] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3690.722] (II) UnloadModule: &quot;fbdev&quot;
[  3690.723] (II) Unloading fbdev
[  3690.723] (II) UnloadSubModule: &quot;fbdevhw&quot;
[  3690.723] (II) Unloading fbdevhw
[  3690.723] (II) UnloadModule: &quot;vesa&quot;
[  3690.723] (II) Unloading vesa
[  3690.723] (==) Depth 24 pixmap format is 32 bpp
[  3690.725] (WW) glamor requires at least 128 instructions (64 reported)
[  3690.725] (EE) modeset(0): Failed to initialize glamor at ScreenInit() time.
[  3690.725] (EE) 
Fatal server error:
[  3690.725] (EE) AddScreen/ScreenInit failed for driver 0
[  3690.725] (EE) 
[  3690.725] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  3690.725] (EE) Please also check the log file at &quot;/var/log/Xorg.0.log&quot; for additional information.
[  3690.725] (EE) 
[  3690.758] (EE) Server terminated with error (1). Closing log file.</code></pre></div><p>3) I got my local ip 192.168.1.4 on the machine but i can&#039;t connect to internet i can&#039;t do &quot;apt-get update&quot; because evers fails.</p><p>[i notice this from Devuan Jessie installation, right now i notice my sugesttions for solve this erros, just was be ignored]</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Fri, 01 Mar 2019 02:00:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14591#p14591</guid>
		</item>
	</channel>
</rss>
