add trick to change the windows manager
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 9 Feb 2017 23:49:38 +0000 (00:49 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 9 Feb 2017 23:49:38 +0000 (00:49 +0100)
src/tricks/index.adoc
src/tricks/raspberry_pi3_change_windows_manager.adoc [new file with mode: 0644]
www/psensor/NEWS.html
www/psensor/README.html
www/psensor/faq.html
www/tricks/index.html

index 550eb57..0c1e907 100644 (file)
@@ -8,6 +8,7 @@
 * link:raspberry_pi3_temperature.html[How to get the temperature of the Raspberry PI3]
 * link:raspberry_pi3_configure_timezone.html[How to configure the timezone of the Raspberry PI3]
 * link:raspberry_pi3_overclock.html[Overclocking of the Raspberry PI3]
+* link:raspberry_pi3_change_windows_manager.html[Change the windows manager of the Raspberry PI3]
 
 == https://letsencrypt.org[Let's Encrypt]
 
diff --git a/src/tricks/raspberry_pi3_change_windows_manager.adoc b/src/tricks/raspberry_pi3_change_windows_manager.adoc
new file mode 100644 (file)
index 0000000..9327b90
--- /dev/null
@@ -0,0 +1,6 @@
+= Raspberry PI - Change windows manager
+:docinfo2:
+:icons: font
+
+
+sudo update-alternatives --config x-session-manager
\ No newline at end of file
index dfca733..52bd820 100644 (file)
 </div>
 <div id="content">
 <div class="sect1">
+<h2 id="_v1_2_1">v1.2.1</h2>
+<div class="sectionbody">
+<div class="ulist">
+<ul>
+<li>
+<p>documentation files are generated with asciidoctor instead of
+asciidoc.</p>
+</li>
+<li>
+<p>added support of BCM2835 which is mostly used in the Raspberry PI3.</p>
+</li>
+<li>
+<p>Fresh install of 1.2.0 complains about missing sensor config
+keys. (LP :#1650378)</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
 <h2 id="_v1_2_0">v1.2.0</h2>
 <div class="sectionbody">
 <div class="ulist">
@@ -1971,7 +1991,7 @@ Initial release</pre>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-12-21 21:46:18 CET
+Last updated 2017-02-10 00:47:57 CET
 </div>
 </div>
 </body>
index 35beab6..7ba1961 100644 (file)
@@ -7,6 +7,7 @@
 <meta name="generator" content="Asciidoctor 1.5.4">
 <title>Psensor README</title>
 <link rel="stylesheet" href="./../style.css">
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="nav.js"></script>
 <script src="https://apis.google.com/js/platform.js" async defer>
 <body class="article">
 <div id="header">
 <h1>Psensor README</h1>
+<div id="toc" class="toc">
+<div id="toctitle">Table of Contents</div>
+<ul class="sectlevel1">
+<li><a href="#_introduction">Introduction</a></li>
+<li><a href="#_installation_using_distribution_packages">Installation Using Distribution Packages</a>
+<ul class="sectlevel2">
+<li><a href="#_debian">Debian</a></li>
+<li><a href="#_ubuntu">Ubuntu</a></li>
+</ul>
+</li>
+<li><a href="#_installation_from_source_archive">Installation From Source Archive</a>
+<ul class="sectlevel2">
+<li><a href="#_compilation_prerequisites">Compilation Prerequisites</a></li>
+<li><a href="#_compilation_and_installation_steps">Compilation and Installation Steps</a></li>
+<li><a href="#_ati_amd_gpu_support">ATI/AMD GPU Support</a></li>
+</ul>
+</li>
+<li><a href="#_contact">Contact</a></li>
+</ul>
+</div>
 </div>
 <div id="content">
 <div class="sect1">
@@ -82,7 +103,7 @@ http://hostname:3131.</p>
 <table>
 <tr>
 <td class="icon">
-<div class="title">Warning</div>
+<i class="fa icon-warning" title="Warning"></i>
 </td>
 <td class="content">
 psensor-server does not provide any way to restrict the connection
@@ -211,7 +232,7 @@ modern GNU/Linux distribution.</p>
 <p>help2man (optional, required to produce the manpage)</p>
 </li>
 <li>
-<p>asciidoc (optional, required to produce the html version of the
+<p>asciidoctor (optional, required to produce the html version of the
 faq)</p>
 </li>
 <li>
@@ -322,7 +343,7 @@ have extracted the ATI ADL SDK. Other steps are indentical.</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-12-18 19:12:21 CET
+Last updated 2017-02-10 00:47:57 CET
 </div>
 </div>
 </body>
index c3d3354..aa69bf3 100644 (file)
 <body class="article">
 <div id="header">
 <h1>Psensor Frequently Asked Questions</h1>
+<div id="toc" class="toc">
+<div id="toctitle">Table of Contents</div>
+<ul class="sectlevel1">
+<li><a href="#S_NoSensors">No sensors or only cpu usage is displayed</a></li>
+<li><a href="#S_ATIMonitoring">How to monitor an ATI card using the Catalyst driver?</a></li>
+<li><a href="#S_WrongTemperature">The reported temperature is obviously wrong</a></li>
+<li><a href="#S_WhatIsTheSensor">What is the sensors XXXX?</a></li>
+<li><a href="#S_BugReport">How to report a bug?</a></li>
+<li><a href="#S_SubmitIdea">How to send ideas, questions or comments?</a></li>
+<li><a href="#S_Contribute">How to contribute?</a></li>
+<li><a href="#S_UbuntuInstall">How to install Psensor on Ubuntu?</a></li>
+<li><a href="#S_DebianInstall">How to install Psensor on Debian?</a></li>
+<li><a href="#S_PPA">What is the difference between the 3 Ubuntu PPAs?</a></li>
+<li><a href="#S_ArchLinuxInstall">How to install Psensor on ArchLinux?</a></li>
+<li><a href="#S_OtherInstall">How to install Psensor on my Linux distribution?</a></li>
+<li><a href="#S_LOG">How to log sensors temperatures?</a></li>
+<li><a href="#S_NO_GRAPH_DISPLAYED">No graphs are displayed, but the table of the main window is displaying sensors</a></li>
+<li><a href="#S_autostart">Launch Psensor automaticaly on session startup</a></li>
+<li><a href="#S_disk">How to monitor the temperature of a disk with hddtemp?</a></li>
+<li><a href="#S_SimilarSoft">Is there any other similar softwares?</a></li>
+<li><a href="#S_HideSensor">Is it possible to hide sensors in the main window?</a></li>
+</ul>
+</div>
 </div>
 <div id="content">
 <div id="preamble">
@@ -453,7 +476,7 @@ of sensors.conf(5).</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-12-18 19:12:21 CET
+Last updated 2017-02-04 23:14:51 CET
 </div>
 </div>
 </body>
index a49f8a4..3777e38 100644 (file)
@@ -33,6 +33,9 @@
 <li>
 <p><a href="raspberry_pi3_overclock.html">Overclocking of the Raspberry PI3</a></p>
 </li>
+<li>
+<p><a href="raspberry_pi3_change_windows_manager.html">Change the windows manager of the Raspberry PI3</a></p>
+</li>
 </ul>
 </div>
 </div>
@@ -52,7 +55,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2017-01-28 23:27:39 CET
+Last updated 2017-02-10 00:47:37 CET
 </div>
 </div>
 <footer>