Yes i understand the issues that could possibly happen
I did some research...
xinit supports passing a config file, great.
I think, I hope lxinit does too.
Code:
lxinit -- /usr/bin/X -config /mnt/us/xorg.conf
Yet, it doesn't fix this because lxinit won't do anything since X is already running.
So when I do:
Code:
killall lxinit && lxinit -- /usr/bin/X -config /mnt/us/xorg.conf
it is too late, because lxinit has already started.
I am not sure what process restarts lxinit...
Any advice there?
--
Also with regards to how the oasis goes upside down:
Code:
lipc-set-prop/lipc-get-prop
com.lab126.winmgr
r Str accelerometer [U]
rw Str setAccOrientation [0]
r Str orientation [U]
rw Str orientationLock [U]
The values in the [] brackets are the values that were read on my device.
You can see the seemingly important one (
orientation) is r, read only...
Any information on how to FORCE a value?
We have root after all...
Thanks