On Wed, Apr 25, 2012 at 8:59 AM, Kai Hendry <hen...@webconverger.com> wrote: > On 25 April 2012 20:49, Alex Deucher <alexdeuc...@gmail.com> wrote: >> Then perhaps provide instructions to walk them through the process? > > Well, atm I tell the to go into debug mode and launch a terminal. > Which is obviously too difficult for many. > >> Is all the hw the same or does it vary from kiosk to kiosk? Maybe you > > Varies. We are installed in places where the machines can be donated/recycled. > >> could create a GUI that's only available in configuration mode in >> order to aid your local admins? Or don't allow the local admin to > > Sounds like a PITA for me to implement. Once they know, then they have > to write out the config of the form: > xrandr=--output%20HDMI1%20--rotate%20left > http://webconverger.org/boot > > It's a bit of a disaster really.
If all they are doing is rotating the screen, you could just include an xorg.conf with several monitor sections whose identifiers match the connector names and then specify the rotation there. Then they will be rotated automatically when X starts. E.g., Section "Monitor" Identifier "HDMI1" Option "Rotate" "left" EndSection Section "Monitor" Identifier "LVDS1" Option "Rotate" "left" EndSection etc. See the xorg.conf man page or this page: http://wiki.debian.org/XStrikeForce/HowToRandR12 Alex > >> change the displays and just rely on the the modes that come up by >> default? > > Don't quite understand you. The problem here is that sometimes the > mode doesn't come up by default. i.e. the screen aren't quite > configured as the deployers want them to be. e.g. > https://groups.google.com/d/topic/webc-users/m_zikqFD2b0/discussion > > Kind regards, _______________________________________________ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com