maxnet / berryboot

Berryboot -- Boot menu / OS installer
http://www.berryboot.com/
Other
806 stars 133 forks source link

Display Touch Screen issue kinda resolved, but other issues still around #689

Open mop999x opened 3 years ago

mop999x commented 3 years ago

i have a display similar to this but it is a touch display

https://chalk-elec.com/?page_id=1283&unapproved=5576&moderation-hash=db4cd5bd8474b92f2d1517de003bcf97#!/15-6-HDMI-interface-LCD-Non-Touchscreen/p/88115679/category=0

i could not get BarryBoot OS to show so i messed around with the config.txt and custom display size

hdmi_group=2 hdmi_mode=87 hdmi_cvt=1360 768 60 3 0 0 0

and got it to display but it was displaying really bad every other pixel vertical line was missing i tried too mess with interlaced values in hdmi_timings and dpi_timings (https://www.raspberrypi.org/documentation/configuration/config-txt/video.md) No success, also tried the values the manufacture suggest on there site above no success....

so Noobs was working with my display i just took the 2 files in the config txt it was using and made changes to the config file in berryboot and it worked perfectly everything looks perfect i installed Ubuntu and kali and other OS but only Ubuntu seems to display once the Linux distro boots after the berryboot screen...

1) so i was wondering if its possible to implement what ever the 2 files are doing in noobs into berryboot or add the options to insert the files?

2) on the SD i can only see the boot partition not where the Linux distro are installed, is there a way to access them? so i can modifiy the config.txt specific to those distros assuming they have there own config.txt and dont just get them from Barryboot?