<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jayarcanum</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jayarcanum"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Jayarcanum"/>
	<updated>2026-04-30T10:56:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=17316</id>
		<title>GNOME</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=17316"/>
		<updated>2020-05-03T11:20:12Z</updated>

		<summary type="html">&lt;p&gt;Jayarcanum: Formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Initial setup =&lt;br /&gt;
Start by booting up Alpine (see [[Installation|these]] instructions on how to do that)&amp;lt;BR&amp;gt;&lt;br /&gt;
When you Alpine is up and running, do the initial setup.&lt;br /&gt;
{{Cmd|# setup-alpine}}&lt;br /&gt;
{{Cmd|# setup-xorg-base}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Enable Community Repository =&lt;br /&gt;
[[Enable Community Repository|How to Enable the Community Repository]]&lt;br /&gt;
&lt;br /&gt;
= Installing packages =&lt;br /&gt;
Install basic desktop system and gnome packages. As of right now, these are in the testing repo.&amp;lt;BR&amp;gt;&lt;br /&gt;
This might take a few minutes depending on your network speed. &lt;br /&gt;
{{Cmd|# apk add gnome}}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to you can also install additional GNOME apps for a more complete GNOME experience with:&amp;lt;BR&amp;gt;&lt;br /&gt;
{{Cmd|# apk add gnome-apps}}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Setting up udev ==&lt;br /&gt;
You&#039;ll have to enable udev in order for GNOME to function properly.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add udev&lt;br /&gt;
# /etc/init.d/udev start &amp;amp;&amp;amp; /etc/init.d/udev-trigger start &amp;amp;&amp;amp; /etc/init.d/udev-settle start&lt;br /&gt;
# rc-update add udev sysinit&lt;br /&gt;
# rc-update add udev-trigger sysinit&lt;br /&gt;
# rc-update add udev-settle sysinit&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Setting up Xorg ==&lt;br /&gt;
Even when using GNOME Wayland you&#039;ll still need a setup Xorg for XWayland.&lt;br /&gt;
&lt;br /&gt;
=== Video packages ===&lt;br /&gt;
&lt;br /&gt;
{{cmd|$ apk search xf86-video}}&lt;br /&gt;
&lt;br /&gt;
Then install the driver matching to your card, e.g. if you have an Intel iGPU:&lt;br /&gt;
&lt;br /&gt;
{{cmd|# apk add xf86-video-intel}}&lt;br /&gt;
&lt;br /&gt;
=== Input packages ===&lt;br /&gt;
&lt;br /&gt;
Usually libinput is the best choice, as it&#039;s integrated best with GNOME and offers advanced functionality (e.g. palm rejection for touchpads).&lt;br /&gt;
&lt;br /&gt;
{{cmd|# apk add xf86-input-libinput}}&lt;br /&gt;
&lt;br /&gt;
= Starting your desktop =&lt;br /&gt;
Start GDM and login with your user. You need a user other than root for this to succeed, since GDM will refuse starting if no user accounts (meaning accounts with a UID &amp;gt;= 1000) are available.&lt;br /&gt;
{{Cmd|rc-service gdm start}}&lt;br /&gt;
&lt;br /&gt;
Once you have verified that it actually works you can make gdm start up at boot:&lt;br /&gt;
{{Cmd|rc-update add gdm}}&lt;br /&gt;
&lt;br /&gt;
= Enabling terminal apps =&lt;br /&gt;
If you want to use the gnome-terminal/other terminal applications you will need to install bash. If you want a typical bash setup also enable bash completion:&lt;br /&gt;
{{cmd|# apk add bash}}&lt;br /&gt;
{{cmd|# apk add bash-completion}}&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
If you are unable to login, check /var/log/gdm/greeter.log, there may be output there from X to indicate failed modules, etc.&lt;br /&gt;
&lt;br /&gt;
If logging in from GDM returns to logging screen, try {{cmd|# apk add bash}} (bug report: #10953 sorry cannot link yet)&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Jayarcanum</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=17315</id>
		<title>GNOME</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=17315"/>
		<updated>2020-05-03T11:18:32Z</updated>

		<summary type="html">&lt;p&gt;Jayarcanum: Added steps for adding community repo and bash so users can get a terminal to work.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Initial setup =&lt;br /&gt;
Start by booting up Alpine (see [[Installation|these]] instructions on how to do that)&amp;lt;BR&amp;gt;&lt;br /&gt;
When you Alpine is up and running, do the initial setup.&lt;br /&gt;
{{Cmd|# setup-alpine}}&lt;br /&gt;
{{Cmd|# setup-xorg-base}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Enable Community Repository =&lt;br /&gt;
[[Enable Community Repository|How to Enable the Community Repository]]&lt;br /&gt;
&lt;br /&gt;
= Installing packages =&lt;br /&gt;
Install basic desktop system and gnome packages. As of right now, these are in the testing repo.&amp;lt;BR&amp;gt;&lt;br /&gt;
This might take a few minutes depending on your network speed. &lt;br /&gt;
{{Cmd|# apk add gnome}}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to you can also install additional GNOME apps for a more complete GNOME experience with:&amp;lt;BR&amp;gt;&lt;br /&gt;
{{Cmd|# apk add gnome-apps}}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Setting up udev ==&lt;br /&gt;
You&#039;ll have to enable udev in order for GNOME to function properly.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add udev&lt;br /&gt;
# /etc/init.d/udev start &amp;amp;&amp;amp; /etc/init.d/udev-trigger start &amp;amp;&amp;amp; /etc/init.d/udev-settle start&lt;br /&gt;
# rc-update add udev sysinit&lt;br /&gt;
# rc-update add udev-trigger sysinit&lt;br /&gt;
# rc-update add udev-settle sysinit&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Setting up Xorg ==&lt;br /&gt;
Even when using GNOME Wayland you&#039;ll still need a setup Xorg for XWayland.&lt;br /&gt;
&lt;br /&gt;
=== Video packages ===&lt;br /&gt;
&lt;br /&gt;
{{cmd|$ apk search xf86-video}}&lt;br /&gt;
&lt;br /&gt;
Then install the driver matching to your card, e.g. if you have an Intel iGPU:&lt;br /&gt;
&lt;br /&gt;
{{cmd|# apk add xf86-video-intel}}&lt;br /&gt;
&lt;br /&gt;
=== Input packages ===&lt;br /&gt;
&lt;br /&gt;
Usually libinput is the best choice, as it&#039;s integrated best with GNOME and offers advanced functionality (e.g. palm rejection for touchpads).&lt;br /&gt;
&lt;br /&gt;
{{cmd|# apk add xf86-input-libinput}}&lt;br /&gt;
&lt;br /&gt;
= Starting your desktop =&lt;br /&gt;
Start GDM and login with your user. You need a user other than root for this to succeed, since GDM will refuse starting if no user accounts (meaning accounts with a UID &amp;gt;= 1000) are available.&lt;br /&gt;
{{Cmd|rc-service gdm start}}&lt;br /&gt;
&lt;br /&gt;
Once you have verified that it actually works you can make gdm start up at boot:&lt;br /&gt;
{{Cmd|rc-update add gdm}}&lt;br /&gt;
&lt;br /&gt;
If you want to use the gnome-terminal/other terminal applications you will need to install bash. If you want a typical bash setup also enable bash completion:&lt;br /&gt;
{{cmd|# apk add bash}}&lt;br /&gt;
{{cmd|# apk add bash-completion}}&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
If you are unable to login, check /var/log/gdm/greeter.log, there may be output there from X to indicate failed modules, etc.&lt;br /&gt;
&lt;br /&gt;
If logging in from GDM returns to logging screen, try {{cmd|# apk add bash}} (bug report: #10953 sorry cannot link yet)&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Jayarcanum</name></author>
	</entry>
</feed>