Skip to content
Snippets Groups Projects
Commit 7092afd8 authored by Rahmanshaber's avatar Rahmanshaber
Browse files

*Empty MediaWiki Message*

parent 85cf36be
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ EndSection
Reboot ,Then open the display app and set the correct resolution.
=== Rotate the touchscreen ===
In order to also rotate the touchscreen you need to change the udev rule: <code>/etc/udev/rules.d/90-device-samsung-i9070.rules</code>
And add one of the following line:
<pre>
......@@ -45,6 +46,7 @@ ENV{ID_INPUT}="1", ENV{ID_INPUT_TOUCHSCREEN}="1", \
</pre>
== Display Power Management ==
To control display from a terminal, first set DISPLAY environment variable:
<source lang="shell">
export DISPLAY=:0.0
......@@ -58,4 +60,9 @@ xset q # Prints current display status info
</source>
== Troubleshooting ==
Check the logs with <code>logread -f | grep x11</code>
[[Category:Guide]]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment