UI crash and black screen issues with 9.0 RC1

726 views
Skip to first unread message

BrokenE39

unread,
Dec 29, 2019, 10:11:40 PM12/29/19
to Android-x86
I finally got around to compile a custom 9.0 RC1 image and install it on my tablet. I notice the following issues, not sure if they are known already:
  1. Screen turns off and back on when you rotate the device
  2. Single press of power button would temporary lock up the device and it will display "Tablet is starting" message on the screen just like when you power on the device
  3. Waking up the device from sleep (long press and select Sleep from the menu), would also lock up the device temporarily and show the "Tablet is starting" message
  4. Whenever it crash and recovers, the network is knocked offline
  5. Attempt to cycle the Wifi would also lock up the device like #3
I checked dmesg and couldn't find anything obviously wrong. I'll try to attached a copy of it tomorrow.

youling 257

unread,
Dec 29, 2019, 10:40:48 PM12/29/19
to Android-x86
seem screenshot and sleep only work under vulkan mode.

Daniel Cheung

unread,
Dec 29, 2019, 10:46:25 PM12/29/19
to andro...@googlegroups.com
Forgot to mention, my device is a X8300 Intel Cherrytrail so it's using the i915 driver.

On Sun, Dec 29, 2019 at 7:40 PM youling 257 <youli...@gmail.com> wrote:
seem screenshot and sleep only work under vulkan mode.

--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/7592fddd-6379-4349-810a-e6d918393240%40googlegroups.com.

Daniel Cheung

unread,
Dec 31, 2019, 4:36:39 PM12/31/19
to andro...@googlegroups.com
DMESG log attached. Please look at timestamp [ 9885.292410], that's when the device went to sleep. 
resume_log.txt

youling 257

unread,
Dec 31, 2019, 11:12:17 PM12/31/19
to Android-x86
Sleep states might not be working right by default on non Vulkan & IA-Hardware-Composer builds (Still working on it). Some can cause SystemUI to restart (lockscreens won't be of any use due to this)
You will need to select Vulkan from advanced grub menu, or manually add "VULKAN=1" to Grub command line

在 2020年1月1日星期三 UTC+8上午5:36:39,BrokenE39写道:
DMESG log attached. Please look at timestamp [ 9885.292410], that's when the device went to sleep. 



On Sun, Dec 29, 2019 at 7:46 PM Daniel Cheung <dwt....@gmail.com> wrote:
Forgot to mention, my device is a X8300 Intel Cherrytrail so it's using the i915 driver.

On Sun, Dec 29, 2019 at 7:40 PM youling 257 <youli...@gmail.com> wrote:
seem screenshot and sleep only work under vulkan mode.

--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to andro...@googlegroups.com.

Daniel Cheung

unread,
Dec 31, 2019, 11:24:39 PM12/31/19
to andro...@googlegroups.com
I understand it's a RC release so not expecting everything to work, just reporting what I found so far. I didn't expect Vulkan to support Intel GPU but apparently I'm wrong since Wiki say it does support HD Graphics. I'll give the GRUB command a try and report back. Thanks & Happy New Year!

To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/d0e178b1-345a-4e78-a775-aa01d028711b%40googlegroups.com.

Faheem Ahmad

unread,
Jan 1, 2020, 12:32:28 PM1/1/20
to andro...@googlegroups.com
dear, please ask for a simpler UI based remix os like installer for androidx86 so more people could use it

Daniel Cheung

unread,
Jan 1, 2020, 8:19:32 PM1/1/20
to andro...@googlegroups.com
A quick report back using Vulkan=1 option in GRUB.
  • Screen rotation still gave me a black screen first before showing the screen in the right orientation. The duration of the black screen is shorter compare to not using VULKAN=1.
  • Wake from sleep behavior was worst then before.
    • Short press power button and the screen turns on
    • Screen turns off again and doesn't seem to turn back on
    • Short press power button again and "Tablet is starting" message is displayed
  • Previous wake from sleep behavior
    • Short press power button and screen turns on
    • Screen dims and UI locks up
    • Screen then turns off and back on again with "Tablet is starting" message
So for now, I would say VULKAN=1 doesn't work for my specific device. I'm going to stick with 9.0 RC1 since it got better sleep behavior than 8.0 R3 (see my other thread about black screen on wake). At least I'm guarantee that the screen will turn back on with 9.0 compare to 8.x. Also, it seem to have better GPU performance (less lag in apps). Look forward to the next RC release and hope we get kernel 5.x since there is some kind of driver regression with RTL8723BS in between kernel 4.9 and 4.19.

ouija

unread,
Oct 29, 2020, 8:16:21 PM10/29/20
to Android-x86
I have similar issues running Android 9.0r2 on a Toshiba WT8-B:

  • Single press of power button would temporary lock up the device and it will display "Tablet is starting" message on the screen just like when you power on the device
  • Resume from sleep wasn't working, but adding setprop power.nonboot-cpu-off 0 to the init.sh for my device seems to have helped.   I also came across this post which indicates that setting GRALLOC=gbm  boot argument in GRUB might help as well.
  • The display "flashes" before the orientation changes when the device is rotated (like Android is taking a screenshot), which isn't a huge deal but kind of annoying (wasn't happening prior to 9.0r2)
Otherwise this device seems to be running okay for the most part, but I've only managed to get 9.0r2 running today, so time will tell!


Daniel Cheung

unread,
Nov 1, 2020, 2:17:33 PM11/1/20
to andro...@googlegroups.com
Hey ouija, thanks for the GRALLOC setting, that fixed my wake then crash issue. However, have you figured out why the clock won't network sync after waking up? The time is messed up after waking up.

--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.

ouija

unread,
Nov 4, 2020, 1:26:17 PM11/4/20
to Android-x86
I'm still testing issues with this on my device.   What I've discovered is that this  0001-ISurfaceComposer-Workaround-for-screenshots-on-intel.patch only seems to resolve the crash if choosing the engineering build (eng) vs the userdebug build, but eng breaks developer options.

With userdebug, the device doesn't crash/restart the xserver or whatever but puts the device into a non-recoverable black screen.

Very odd.

Daniel Cheung

unread,
Nov 8, 2020, 8:10:31 PM11/8/20
to andro...@googlegroups.com
Well I think I solved the wrong time on wake issue by adding intel_idle.max_cstate=4 in grub. Not sure if it will work for AMD CPU but it seem to fixed it on my Atom tablet. This doesn't fix the non-recoverable black screen issue. If I recall, it doesn't really matter if you are using non boot CPU power off 0 or 1 in init.sh. I remember reading something on this forum that it's only affecting 9.0 and nothing wrong with 10. But I also heard there's no native bridge for 10.

--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.

crw

unread,
Nov 9, 2020, 8:50:56 AM11/9/20
to Android-x86
Try kernel 5.8 from bliss os, kernel 5.8 is used in bliss os android 10
Reply all
Reply to author
Forward
0 new messages