|
Horizontally flipping the IPC-M10R800-A3399C screen
Posted at 1/31/2019 16:34:17
View:3158
|
Replies:2
Print
Only Author
[Copy Link]
1#
Hello to everyone
I bought it from 1 IPC-M10R800-A3399C. Linux sdk and I use it with lubuntu. The main board is AIO-3399C and the display uses HSX101H40C. Turns on vertically when the device is switched on. On the Linux side, I can turn the device horizontally with the following commands.
xrandr --output LVDS1 --rotate right
xinput set-prop 'gslX680' 'Coordinate Transformation Matrix' 0 1 0 -1 0 1 0 0 1
But I want to open this way directly without the need to run the script when the device is turned on. How can I do that?
Is there a change in the file arch / arm64 / boot / dts / rockchip / rk3399-firefly-aioc-lvds.dts? Or is it necessary to change the rootfs? |
|