Hello! I port it to lg l65.
After boot phone i get only black screen.
I try dd if=/dev/urandom of=/dev/fb0 an get this
"dd: writing '/dev/fb0': No space left on device
6001+0 records in
6000+0 records out", but screen not change.
i try "cat modes > mode", not work.
in file /proc/fb this
"0 mdssfb_80000"
and after boot weston start automatically.
weston.log on pastebin.com
https://pastebin.com/XXHM5MqG
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
I didn't understand what does not work, which one is it?
a) Weston does work, splash screens during boot do not work
b) Weston and splash screens do not work
Check out the new Troubleshooting:display wiki article (thanks @MartijnBraam for writing it all down!).
If that does not help you: In some cases, it helps to start a working ROM, such as TWRP or Android, and compare the sysfs with the sysfs from postmarketOS. See Tuning sysfs for more information.
Make sure that you join the chat, so we can help you more directly. Let us know if you have further issues and thanks for trying out postmarketOS!
@zhenyolka thanks for the log, it seems your device also uses the mdp3 driver.
I suggest trying with this patch or create a your own patch if the line doesn't match (guide)
I found same interesting. i check brightness of screen with command "cat /sys/devices/i2c.69/i2c-0/0-0039/backlight/qcom,led-flash/actual_brightness" and get output "0".
if i try "echo 125 > /sys/devices/i2c.69/i2c-0/0-0039/backlight/qcom,led-flash/brightness"
command run success, but if i check actual_brightness file it not change
What do?
@ollieparanoid i try sysfs tuning i solve problem on 50%. Screen is on(on boot i run command "echo 1 > /sys/devices/fd900000.qcom,mdss_mdp/qcom,mdss_fb_primary.134/leds/lcd-backlight/brightness"). Weston start success and postmarketos-demos start success, BUT i see this artifact.
screenshot(screenshot not full, my screen is 480x800 screenshot is 350x350, but all screen look like on screenshot):
http://images.vfl.ru/ii/1506154563/38db3bd4/18706158_m.png
@ollieparanoid OK. Problem with artifact solved. Im on finish line to end porting to my device. But i have last 2 not solved problem.
1).Screen in my phone rotated physically upside-down, so all image on my screen rotated on 180 degress.
2).Touchscreen in your os not work. Weston.log in file.
Thanks all for postmarketos!
weston.log
For touchscreen
How select driver for touchscreen in weston. My device not support evdev driver, need select mtev driver, i compile mtev driver, but how select it in weston?