74
ODROID-XU4 USER MANUAL
Hardkernel also offers an infrared remote control that can be
configured to work the Cloudshell using the following commands:
$ wget https://raw.githubusercontent.com/mdrjr/\
cloudshell_ir/master/install_ir.sh
$ chmod +x install_ir.sh && sudo ./install_ir.sh
The Xorg settings (etc/X11/xorg.conf) to enable the LCD and disable
HDMI are shown below:
Section “Device”
Identifier “ODROID”
Driver “fbdev”
Option “fbdev” “/dev/fb0”
Option “Debug” “false”
Option “DPMS” “false”
EndSection
Section “Screen”
Identifier “Default Screen”
Device “ODROID”
EndSection
Section “ServerLayout”
Identifier “Default Layout”
Option “BlankTime” “0”
Option “StandbyTime” “0”
Option “SuspendTime” “0”
Option “OffTime” “0”
EndSection
Section “DRI”
Mode 0666
EndSection
Because of the small size of the the LCD display, it can be dif-
ficult to access the icon for shutting down the system. However, you
can add a new panel with the shutdown icon on it, as shown below.
Cloudshell with Linux desktop
Chapter 4
Содержание ODROID-XU4
Страница 1: ...rev 20170310 ODROID XU4 USER MANUAL ...