Display not detected. No hardware specifics
-
Yeah I'd definitely be interested in the links. Usually I don't remove people's links unless it's obvious the person is spamming or plugging their own stuff without asking, or if the website tells me I'm a winner immediately if i open it. The more detail you provide in this thread, the more you help out the whole of posterity.
-
Ok, Phil.
Here is a copy of my boot.ini after repair.setenv initrd_high "0xffffffff" setenv fdt_high "0xffffffff" setenv macaddr "00:1e:06:61:7a:39" setenv bootrootfs "console=tty1 console=ttySAC2,115200n8 root=/dev/mmcblk0p2 ro$ setenv bootcmd "fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1 0x42000000 u$ setenv videoconfig "drm_kms_helper.edid_firmware=edid/E2211_21_16-9.bin" setenv bootargs "${bootrootfs} ${videoconfig} smsc95xx.macaddr=${macaddr}" boot
EDID Database https://gitlab.com/corossig/edid-database
Download and install in "/usr/lib/firmware/edid/"
$ cd /usr/lib/firmware/edid/ ~/usr/lib/firmware/edid/$ wget "https://gitlab.com/corossig/edid-database/blob/master/E2211_21_16-9.bin" ~/usr/lib/firmware/edid/$ cd /media/boot/ ~/media/boot/$ ls boot.ini boot.scrbak exynos5422-odroidxu3.dtb uInitrd boot.scr boot.txt System Volume Information zImage //**backup boot.ini and boot.scr**// ~/media/boot/$ sudo cp boot.ini boot.inibak ~/media/boot/$ sudo cp boot.scr boot.scrbak //**edit boot.ini using E2211-21_16-9.bin**// ~/media/boot/$ mkimage -A arm -O linux -T script -C none -a 0 -e 0 -d boot.ini boot.scr
Reboot
-
Great reference for customizing the boot.ini to accomodate various resolutions
refresh, etc..Monitor config parameters in the boot.ini
http://odroid.com/dokuwiki/doku.php?id=en:xu4_hdmiphy_configurationVery current minimal odroid img
http://odroid.com/dokuwiki/doku.php?id=en:xu4_ubuntu_minimal
***I have only rescue booted from SD with this img... and then returned my mangoES to factory settings by restoring the eMMC. -
Also, I have been testing GUI performance using the Iceweasel(MozFirefox for arm7) browser... no limitations so far. I will let you know when the Dashboards are complete.
-
Nice! Thanks for going into such detail!
Iceweasel is what we were testing for the Kiosk ES, and what we found to have issues with the drop down menus in the old UI. Out of curiousity, do you experience that too or might they have updated it with a fix since I was testing?
-
@phildunlap I haven't been far enough into it to publish a dashboard with dropdowns. I am using a simple heads up display for onsite personnel. I am starting on the facility manager's home screen now so I might have some insight later next week. Can you describe the issue?
...menu lists weren't populating? selectively populating? wouldn't populate fully?
....wouldn't trigger on hover/mouseover?mousedown?I will watch for it if you can describe it.
-
All the old pages had the issue with every drop down. So, on /watch_list.shtm you couldn't pull down the list of watchlists. On /data_sources.shtm you couldn't pull down the list of possible data source types to add.
The element would select, so the up and down keys worked, but it wouldn't work as a select type element with the options in a visible list. It would have only affected pages that use Dojo select fields I think, but that's most of the old pages.
-
OK. I understand now. The pages you're referring to are the legacy Mango interface... the dropdowns on those pages. If I understand correctly, these are the pages generated by .jsp and use Dojo as they are pre-AngJS..
No problems at all.. pages respond well, drop downs populate quickly, allow selection and redirect based on selection.
For historical reference, I am using:
ii lightdm 1.10.3-3 ii lightdm-gtk-greeter 1.8.5-2 ii task-desktop 3.31+deb8u1 ii task-xfce-desktop 3.31+deb8u1 ii tasksel 3.31+deb8u1 ii tasksel-data 3.31+deb8u1 ii xfce4 4.10.1 all ii iceweasel 52.2.0esr-1~ all
I omitted a bulk of the output from
dpkg-query -l
but I am happy to send it.
-
Thanks :D
-
I have found two issues with the dashboard designer that are pretty minor. CSS fixes are likely the solution.
-
When assigning the XID to a point source for any html object the dropdown list is too narrow to display usable name data. I have to cut and paste from a second screen.
-
while designing in dashboard the visual port for graphical design window doesn't have a horiz scroll bar.
Which css file assigns these features and I will modify them? is there an overrides folder for it?
-
-
@bwmasterson said in Display not detected. No hardware specifics:
I have found two issues with the dashboard designer that are pretty minor. CSS fixes are likely the solution.
-
When assigning the XID to a point source for any html object the dropdown list is too narrow to display usable name data. I have to cut and paste from a second screen.
-
while designing in dashboard the visual port for graphical design window doesn't have a horiz scroll bar.
Which css file assigns these features and I will modify them? is there an overrides folder for it?
Thanks for reporting these issues. If you post any further issues with the new UI and dashboard designer to https://forum.infiniteautomation.com/category/21/mango-api-and-dashboards I will have a greater chance of seeing them.
I will definitely make the data point XID field wider.
You should see a horizontal scrollbar, which browser are you using?
edit. You can upload/create your own stylesheet on the
UI Settings
page which you can use to override styles on the dashboard designer. -
-
@Jared-Wiltshire My apologies. I thought I was continuing a discussion with Phil concerning the new UI. I will, of course, post in the appropriate place in the future. Thank you.
BTW, the new interface is amazing. I never thought I would be a fan of angularjs but you have sold me.
I also found the scroll bar after adjusting my resolution. My hardware and not the software.
-
Hi...i am a new user here. As per my knowledge by default the MangoES HDMI port should just display the command line.On the IP issue can you tell me how you have tried to set the IP? Did you do this via the MangoES configuration section on the system setting page?
[link to youtube video removed by Phil]
-
Hi CoraDias, welcome to the forum!
It's not ideal to resurrect threads if it's not really related to the thread.
Yes the MangoES will display the command line over the HDMI port. I believe this thread involved a kiosk type display, so he installed other packages on his ES.
What IP issue was in this thread?