<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									MetalMapper - Geometrics Forum				            </title>
            <link>https://www.geometrics.com/community/metalmapper/</link>
            <description>Geometrics Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 18 Jul 2026 03:20:11 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Setting the time on a MetalMapperII tablet</title>
                        <link>https://www.geometrics.com/community/metalmapper/setting-the-time-on-a-metalmapperii-tablet/</link>
                        <pubDate>Fri, 12 Apr 2024 23:08:54 +0000</pubDate>
                        <description><![CDATA[To set the time on a MetalMapperII Panasonic Toughpad tablet:
1) Using the Applications menu, open a terminal window
2) Set the date and time you want, using the following example as a gui...]]></description>
                        <content:encoded><![CDATA[<p>To set the time on a MetalMapperII Panasonic Toughpad tablet:</p>
<p>1) Using the Applications menu, open a terminal window</p>
<p>2) Set the date and time you want, using the following example as a guide:</p>
<pre contenteditable="false">sudo date -s "2024-02-20 03:25:55 PM PDT"</pre>
<p>  You may need to enter the sudo password (which is the same as the password for the standard "geometrics" user.</p>
<p>3) To change the timezone, use the terminal window to get a list of timezones:</p>
<pre contenteditable="false">ls /usr/share/zoneinfo

// To drill into a region, expand the command as follows:

ls /usr/share/zoneinfo/Pacific</pre>
<p>Set the local timezone using this command:</p>
<pre contenteditable="false">// Open the timezone file to edit it.  You may need to enter your user password
sudo mousepad /etc/timezone

// Type in the timezone name, of the timezone you want to use, on a single line in the file, for example like this:
Pacific/Guam</pre>
<p> If you want to see your time in UTC, set the timezone to "Etc/UTC".  If you want to set the time in UTC, then when you set the time using the "date" command, use UTC as follows:</p>
<pre contenteditable="false">sudo date -s "2024-02-20 03:25:55 PM UTC"</pre>]]></content:encoded>
						                            <category domain="https://www.geometrics.com/community/metalmapper/">MetalMapper</category>                        <dc:creator>Magnetics SW</dc:creator>
                        <guid isPermaLink="true">https://www.geometrics.com/community/metalmapper/setting-the-time-on-a-metalmapperii-tablet/</guid>
                    </item>
				                    <item>
                        <title>How to change screen brightness on Panasonic Toughpads</title>
                        <link>https://www.geometrics.com/community/metalmapper/how-to-change-screen-brightness-on-panasonic-toughpads/</link>
                        <pubDate>Fri, 12 Apr 2024 21:26:54 +0000</pubDate>
                        <description><![CDATA[To change the screen brightness on a MetalMapperII Panasonic Toughpad:
1) If you want to type easily, plug a keyboard into the USB socket in the side of the toughpad.  Otherwise, use the sc...]]></description>
                        <content:encoded><![CDATA[<p>To change the screen brightness on a MetalMapperII Panasonic Toughpad:</p>
<p>1) If you want to type easily, plug a keyboard into the USB socket in the side of the toughpad.  Otherwise, use the screen keypad.</p>
<p>2) Open a terminal window (using the Applications menu).</p>
3) Type the following command:<br />
<pre contenteditable="false">sudo bash -c "echo 892 &gt; /sys/class/backlight/intel_backlight/brightness"</pre>
<p>You will need to enter a password, which is the default password for the standard user. To set different levels, replace the number 892 with other numbers.  892 is the maximum number allowed; lower numbers will result in a dimmer screen.</p>
<p>The change should take place immediately.</p>
<p><br />Then close the terminal window and return to normal use.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.geometrics.com/community/metalmapper/">MetalMapper</category>                        <dc:creator>Magnetics SW</dc:creator>
                        <guid isPermaLink="true">https://www.geometrics.com/community/metalmapper/how-to-change-screen-brightness-on-panasonic-toughpads/</guid>
                    </item>
							        </channel>
        </rss>
		