I'm trying to run Android x86 in 256 colors mode. Is there any setting like in Windows OS that I can change and make the all Android OS system run in 8bit colors mode? Or should I suppose to recompile the Android x86 with some kernel modifications?
Asked
Active
Viewed 861 times
1
-
1enable `vga=ask` in boot options, then select required mode. http://stackoverflow.com/a/12509879/1531054 – S.D. Dec 27 '12 at 11:03
-
It's generally an embedded Linux (modified though; e.g. no */etc/passwd*). Research Linux methods of setting these properties. – Powerslave Apr 16 '13 at 15:18