Beagleboard Xm Screen Resolution
François Vanzeveren (2221) 241 posts |
Hi all ! I just received my BeagleBoard-Xm. I successfully created the SD Card from my OpenPandora running Risc Os. I have a full hd monitor. I know that the bbmx can display only 1400×1050. Nevertheless, I expect to be able to display 1366×768. But currently, in the screen configuration dialog, when selecting “Generic” ’ this resolution 1366 × 768 is not en the list. so, my question is how can I access this resolution ? Secondly, at each reboot, the BBMX returns to the lowest resolution. How can I make my choice persistent ? Thank you for your help. François |
Steve Pampling (1551) 8170 posts |
I think the answer there is Either pick an MDF that contains that resolution or add that resolution to the Generic MDF
Ah, now that appears to be the old chestnut of a vertical bar character being entered to comment out the resloution line in !Boot.Choices.Predesk.Configure.Monitor Change it so that the line reads WimpMode X1024 Y768 C256 F50 and you get a 1024 × 768 256 colours 50Hz frame rate AND THEN lock the file as read only. Save all settings and reboot. Somebody somewhere thinks its a good idea to have the system reset to minimal defaults at the most minimal prompting. |
Holger Palmroth (487) 115 posts |
Also, you have settle to either 1360 or 1368 × 768 as, if I remember correctly, the horizontal resolution is required to be a multiple of 8. |
patric aristide (434) 418 posts |
Try these:
Not sure if they work with the Beagleboard though. You can get higher resolutions btw. I run my BB-xM’s monitor at 1920×1080 but it’s a TV/Monitor suitable for lower frequencies. ISTR running my previous one at 1400×900 or something like that. Depends on the model of course. |
François Vanzeveren (2221) 241 posts |
Hello Thank you for your answers. For the peristence, unfortunately, this does not work. Actually, nothing was commented in this Monitor file and yet the resolution come back to the lowest at each reboot. I look at the documentation of my screen and have found the following: Resolution;Horiz Freq;Vert Freq;Clock;H/V Thank you for your help. |
patric aristide (434) 418 posts |
I’m assuming you’re using !configure and not the iconbar icon to set your resolution. Did you remember to menu click and save cmos after setting your resolution? |
François Vanzeveren (2221) 241 posts |
Hello Patric Even after saving the CMOS, my choice for screen resolution is not persistent. Regards |
François Vanzeveren (2221) 241 posts |
Hello Patric I just find out that the CMOS file was not written on the SDCard direcly, but in Thanks a lot for your help. Regards |
Raik (463) 2061 posts |
Hi François, If you look at the Pandora-MDF-Folder you will find my Acer HQ MDF. One for all… xM, Panda, a9home ;-) |
Michael Emerton (483) 136 posts |
I found that although the monitor was 1366 × 768 neither my PC nor RISC OS would drive at that mode, I found that 1360 * 768 worked though on my beagleboard. I suggest you try dropping the extra 6 pixels |
Rick Murray (539) 13841 posts |
1366×768 is the logical widescreen (16:9) version of 1024×768; however as you noticed, some video hardware has “specific requirements” such as the pixel dimensions being divisible by eight. As such, 1360×768 is the best you’ll be able to do. This does, incidentally, raise an interesting question → why do we seem happy to display HD content (generally 1280×720) on displays with 1366×768 pixels? The real reason is probably to do with TV manufacturers recycling tech for computer monitors, but it does make you wonder how the rescaling effects the quality of the picture. I guess this is the cue for Jim Lesurf and Dave Higton to enter the conversation, because I have a funny feeling that the stuff they’re discussing regarding audio is exactly the same here, only in a visual sense; and I just can’t seem to imagine that 1280×720 will upscale to 1366×768 nicely. |
François Vanzeveren (2221) 241 posts |
Hello Raik Could you post your MDF for resolution 1440×900? Thanks for your help. Regards François |
Dave Higton (1515) 3526 posts |
I don’t consider myself competent in video. A lot of what we are interested in, in audio, is in the frequency domain. Video isn’t. |
Raik (463) 2061 posts |
Hi François, Yes ;-)
I hope that helps |
Rick Murray (539) 13841 posts |
Hi, Does anybody have a definition for 1280×1024 that ought not cause compatibility issues with a HDMI→VGA adaptor? [in other words, preferably equivalent to a DMT mode, 60Hz or 75Hz1 if possible] Thanks. 1 1280×1024@75Hz is what the Pi outputs. Everything is happy with that. I’m not sure if the OMAP3/xM is up to that sort of pixel clocking though… |
Raik (463) 2061 posts |
I have this one
But not sure if this 60Hz or near 60Hz. I can try this tomorrow morning. |
François Vanzeveren (2221) 241 posts |
Hi Raik Thank you for your help. I will finally stick with 1360×768 as the mode 1440×900 is twinkling too much and is very uncomfortable (and unusable for me!)… It is so far away of the excellent output I have with the Pi. Cheers François |
Raik (463) 2061 posts |
The problem is that not all monitors working fine under 60Hz. The my Acer HQ does not flicker. |
François Vanzeveren (2221) 241 posts |
Hello Could someone help me to define the right MDF, considering the following screen details: Resolution;Horiz Freq;Vert Freq;Clock;H/V I am particularly interested in he 1440×900 resolution as it is for running on a BeagleBoard-xM, which I guess cannot reach 1680×1050 and above. Thank you for your help. François |
Grahame Parish (436) 481 posts |
I used to run my BB-Xm @ 1680×1050 on a Samsung monitor. “WimpMode X1680 Y1050 C16M F50” using an MDF from RComp’s ARMini support scheme. |
Clive Semmens (2335) 3276 posts |
Most will work okay down to 50 Hz. Much below that is less certain, although the one I’m using here is happy at 24Hz (fortunately, since the Pi can only just manage that at 4K resolution). |
François Vanzeveren (2221) 241 posts |
Hi, I recover the Armini MDF and indeed, now it works on 1440×900@60Hz. Thank you for the help. |
Steffen Huber (91) 1953 posts |
For future reference: Chris Gransden has ported and extended CVT http://www.riscosports.co.uk/downloads.html which allows to create VESA-compatible MDF entries. I used it successfully to produce various 4K modes for the ARMX6 and RPi. If you can read German (or understand translations via Google Translate), I have blogged about it here: http://riscosblog.huber-net.de/2018/03/raspberry-pi-3-b-4k-und-risc-os/ |