Open main menu

Wiki-Orange Pi β

Changes

Orange Pi Zero 3

88 bytes added, 11:21, 11 July 2023
Framebuffer Cursor Setting
</li>
<li><p>If you need to hide the cursor, you can add '''vt.global_cursor_default=0''' in the '''extraargs''' variable of '''/boot/orangepiEnv.txt''' (the value of extraargs will be assigned to the '''bootargs''' environment variable and finally passed to the kernel) (if '''vt.global_cursor_default=1''', the cursor will be displayed) , and then restart the system to see that the cursor has disappeared</p>
{| class="wikitable" style="width:800px;"
|-
|
<p>orangepi@orangepi:~$ '''sudo vim /boot/orangepiEnv.txt'''</p>
<p>verbosity=1</p>
<p>fb0_width=1920</p>
<p>fb0_height=1080</p>
<p>'''<span style="color:#FF0000">extraargs=vt.global_cursor_default=0</span>'''</p>|}</li></ol>
<span id="how-to-use-bluetooth"></span>