config.txt for Raspberry Pi
Pages: 1 2
Steve Revill (20) 1361 posts |
Hi all. We’re working on a new release of RISC OS Pi (RC12) – little more than a maintenance release, to be fair – and would like to know if anyone has some compelling arguments for changing the default config.txt contents such as we shipped in RC11. All views welcome. As a footnote, the changes we discuss here might actually miss the RC12 update (because we’re going to roll it out to the Raspberry Pi guys tonight!) but it will be useful feedback for a more comprehensive update that’s planned in the next couple of months. |
Steve Pampling (1551) 8170 posts |
I think perhaps creating a “stable” download rather than two betas of different age might be handy. |
Steve Revill (20) 1361 posts |
I just typed all this only to end up at our login page and lose it all. So….. We are aiming for a stable download but it will take iterative betas to arrive there. And there’s no correct beta release on our site; they are just snapshots of the head of the development tree. Our releases through Raspberry Pi are slightly different; they are a half-way house between beta and stable in that we’re selective about what goes in and what doesn’t, and give them a degree of testing. However, a true ‘stable’ (5.22) release for Raspberry Pi is still a few months away. |
Steve Pampling (1551) 8170 posts |
We’ve all been there. |
Chris Hall (132) 3554 posts |
For the Raspberry Pi 5.22 release I suggest some more free bundled software. I’m just not sure exactly which bits of software (that are not already included in RC11) are (i) really useful and (ii) something the author is willing to allow to be released/distributed in this way. |
Richard Walker (2090) 431 posts |
Anyone got the config.txt content to hand, and can paste it in here? Also, should we not consider which version of the Pi firmware to include? |
Steve Revill (20) 1361 posts |
We’d be happy to include more as long as: a) it’s free |
GavinWraith (26) 1563 posts |
How about RiscLua? |
Steve Revill (20) 1361 posts |
The current CONFIG.TXT file looks like this:
|
Kevin (224) 322 posts |
We’d be happy to include more as long as: You have my permission to include any of my software if you want: |
WPB (1391) 352 posts |
I second that – I think it would be a great addition. Also, it would be great to have AppBasic included, if at all possible. |
GavinWraith (26) 1563 posts |
I have just spoken to Joe Taylor on the telephone. He is rather ill and could not speak long, but he did give his permission for AppBasic to be bundled with the RISC OS distribution, if ROOL were happy to do so. It would not be maintained, of course. I have version 3.02 (29-Nov-2007). Does anyone have a later version? |
Chris Hall (132) 3554 posts |
We’d be happy to include more as long as: You have permission to include any of mine, it’s all on !Store. It is for someone else to say whether item d) is satisfied! |
Bryan Hogan (339) 592 posts |
Try to ensure that common filetypes are associated with sensible applications and have icons defined. E.g. IIRC DigitalCD does not claim MP3 by default, and JPEGs should go to SwiftJPEG (fast) not ChangeFSI (slow!). |
Steve Revill (20) 1361 posts |
DigitalCD isn’t in the distribution so I’ll add it to the list as a potential candidate. AppBasic looks like it could be a little more time-consuming given it includes some third-party components for which licences/source/permissions will also be required. |
Steve Revill (20) 1361 posts |
I’ve been trying to update our RISC OS Pi distro to include a newer NetSurf but keep getting warning pop-ups about being unable to verify SSL certificates (for the ROOL site, for example, and for https://www.google.com) – anyone know what causes this and what the work-around is. I was told it might be due to a bug where it’ll do this if there’s no choices file present, but that didn’t fix it. I don’t see the same issue on my Iyonix. Anyway, this is just FYI – I’m talking to one of the developers about it and may try the mailing list, too. |
Bryan Hogan (339) 592 posts |
Obvious question – is the time set correctly on the Pi? |
Richard Walker (2090) 431 posts |
OK, so given: fake_vsync_isr=1 According to http://elinux.org/RPiconfig a) the fake_vsync_isr option doesn’t exist (maybe it used to?) Should some of the common HDMI/overscan settings be included, even if commented out, just to make things a bit easier for people who need those common tweaks? |
Jon Abbott (1421) 2651 posts |
Is it worth including commented out parameters, such as HDMI audio and possibly common resolutions and frequencies to override EDID? For example: #Send sound over HDMI if supported #Disable HDMI overscan #Ignore EDID and force 1920 × 1080 @ 50 Hz |
Jeffrey Lee (213) 6048 posts |
AFAIK the option still exists, it’s just not documented on the wiki for some reason. We use it to get a VSync interrupt from the GPU (there isn’t one provided by default). gpu_mem=64 is supposedly a default setting as well, so that’s another one to potentially drop.
Including a link to the config wiki page would be a good idea too. |
Chris Hall (132) 3554 posts |
Adding lines of this form might be useful: |
Martin Bazley (331) 379 posts |
This is one of NetSurf’s most frequently asked questions. Here’s the last time I answered it: http://vlists.pepperfish.net/pipermail/netsurf-users-netsurf-browser.org/2012-September/010912.html As for software, you’re welcome to any of mine (maybe Cogs might be an interesting diversion?). I’m rather tempted to suggest MBBack, since that’ll do icon bar cropping for you, but that has a convoluted installation and uninstallation procedure, will slow down bootup and will (in normal use) give you a different backdrop every time. It’s more intended to be an optional addition than a core part of the OS. |
Ben Avison (25) 445 posts |
fake_vsync_isr looks to have been added on 2012-09-16: No mention in git of it ever having been withdrawn. A quick test removing init_emmc_clock seems to suggest that the default set up by the firmware is still 80 MHz, so that wiki page is wrong. You can verify for yourself using *SDIOSlots (the SD stack measures the clock speed at startup – also note there’s a divide-by-two before the clock frequency quoted by *SDIOSlots). RISC OS doesn’t use the GPU’s more memory-hungry features, so there’s no point in allocating it more memory than that. Also worth noting is the fact that NOOBS overrides a number of settings by appending them to the end of config.txt, so as OS maintainers, we have no control over them. On an example card here, NOOBS has added the following: # NOOBS Auto-generated Settings: hdmi_force_hotplug=1 config_hdmi_boost=4 overscan_left=24 overscan_right=24 overscan_top=16 overscan_bottom=16 disable_overscan=0 |
Rick Murray (539) 13840 posts |
Do we need that much? That’s a quarter of the memory of the original model Bs. I run mine with 32MB and I’d use less if I could.
Marvellous. That’s just stuffed1 everybody who is using a composite video connection. 1 The word I wanted here is not suitable for a PG audience. Nor a Tetley one. |
Steve Revill (20) 1361 posts |
Sadly, that both isn’t the error I’m getting nor is it the solution. I’ve tried the latest dev build and the 3.0 stable build and still cannot shift this message… and before anyone blames the ROOL certificates or server setup… |
Pages: 1 2