View Single Post
Old 09-27-2016, 11:16 AM   #15
zxczxc
Addict
zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.
 
Posts: 229
Karma: 136002
Join Date: Apr 2013
Device: PW
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

Last edited by zxczxc; 09-29-2016 at 01:19 PM.
zxczxc is offline   Reply With Quote