<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.radxa.com/mw/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.radxa.com/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mpps</id>
		<title>Radxa Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.radxa.com/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mpps"/>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Special:Contributions/Mpps"/>
		<updated>2026-06-13T08:58:05Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://wiki.radxa.com/Rock/display</id>
		<title>Rock/display</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rock/display"/>
				<updated>2014-03-26T12:39:49Z</updated>
		
		<summary type="html">&lt;p&gt;Mpps: /* Set HDMI console font */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|rock/display}}&lt;br /&gt;
&lt;br /&gt;
The cpu of Radxa Rock - RK3188 has two LCD controllers, LCD0 and LCD1. On RR, LCD1 is connected to HDMI and LCD0 is connect to AV out and the LCD0 signal are also exported on the extension header.&lt;br /&gt;
&lt;br /&gt;
There is some sysfs interface exported to control the display related stuff. '''The following should work on both Android and Linux.'''&lt;br /&gt;
&lt;br /&gt;
    &lt;br /&gt;
=== set display scale ===&lt;br /&gt;
    &lt;br /&gt;
    root@radxa:# cat /sys/devices/platform/rk-fb/graphics/fb0/scale&lt;br /&gt;
    xscale=95 yscale=95&lt;br /&gt;
    root@radxa:# echo xscale=100 &amp;gt;  /sys/devices/platform/rk-fb/graphics/fb0/scale&lt;br /&gt;
    root@radxa:# echo yscale=100 &amp;gt;  /sys/devices/platform/rk-fb/graphics/fb0/scale     &lt;br /&gt;
    root@radxa:# cat /sys/devices/platform/rk-fb/graphics/fb0/scale&lt;br /&gt;
    xscale=100 yscale=100&lt;br /&gt;
&lt;br /&gt;
=== set HDMI output mode ===&lt;br /&gt;
you can see supported output modes by the following commands:&lt;br /&gt;
    root@radxa:# cat /sys/class/display/display0.HDMI/modes &lt;br /&gt;
    1920x1080p-60&lt;br /&gt;
    1920x1080p-50&lt;br /&gt;
    1280x720p-60&lt;br /&gt;
    1280x720p-50&lt;br /&gt;
    720x576p-50&lt;br /&gt;
    720x480p-60&lt;br /&gt;
check out the current display mode&lt;br /&gt;
    root@radxa:# cat /sys/class/display/display0.HDMI/mode&lt;br /&gt;
    1280x720p-60&lt;br /&gt;
It's 720p@60hz&lt;br /&gt;
&lt;br /&gt;
change the mode to 1080p@60hz&lt;br /&gt;
    root@radxa:# echo 1920x1080p-60 &amp;gt; /sys/class/display/display0.HDMI/mode&lt;br /&gt;
&lt;br /&gt;
=== Set font size of X and console ===&lt;br /&gt;
Change DPI to increase the font size in X&lt;br /&gt;
 rock@radxa:~$ sudo nano ~/.Xresources&lt;br /&gt;
&lt;br /&gt;
add the following lines:&lt;br /&gt;
 ! Xft settings &lt;br /&gt;
 Xft.dpi: 120&lt;br /&gt;
 Xft.antialias: true&lt;br /&gt;
 Xft.rgba: rgb&lt;br /&gt;
 Xft.hinting: true&lt;br /&gt;
 Xft.hintstyle: hintslight&lt;br /&gt;
&lt;br /&gt;
Change the console settings:&lt;br /&gt;
 rock@radxa:~$ sudo dpkg-reconfigure console-setup&lt;br /&gt;
Go through the setup: hit enter, hit enter, choose the font and hit enter, hit enter, choose size and hit enter&lt;br /&gt;
&lt;br /&gt;
Switch to console via ctrl+alt+f1 and verify your settings:&lt;br /&gt;
 root@radxa:~# setupcon&lt;br /&gt;
Find the best solution by repeating the console-setup...&lt;/div&gt;</summary>
		<author><name>Mpps</name></author>	</entry>

	</feed>