NI Linux Real-Time Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Local HMI Screen Orientation

Solved!
Go to solution

I have a project that will require the local HMI on a 9030 to be in protrait instead of landscape. The resolution of the touch screen monitor will be 600x800, but I don't have yet to try it out with. Has anyone done this before? How would I change this setting?

0 Kudos
Message 1 of 2
(3,013 Views)
Solution
Accepted by topic author cvi51

There are multiple ways to do this:

  • from the 'Display' settings dialog on 9030
  • from a terminal on the target or via System Exec vi  with the following command 'xrandr -o right' or 'xrandr -o left' ('xrandr -o normal' returns it to landscape)

I believe there is also a way to do this with an X .conf file.

0 Kudos
Message 2 of 2
(2,613 Views)