BBC BASIC
« Raspbian Stretch released »

Welcome Guest. Please Login or Register.
Mar 31st, 2018, 11:01pm



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
We apologize Conforums does not have any export functions to migrate data.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

Thank you Conforums members.
Cross-platform BBC BASIC (Windows, Linux x86, Mac OS-X, Android, iOS, Raspberry Pi)
BBC BASIC Resources
BBC BASIC Help Documentation
BBC BASIC for Windows Home Page
BBC BASIC Programmers' Reference
BBC BASIC Beginners' Tutorial
BBC BASIC for SDL 2.0 Home Page
BBC BASIC Discussion Group

« Previous Topic | Next Topic »
Pages: 1 2 3  Notify Send Topic Print
 locked  Author  Topic: Raspbian Stretch released  (Read 1846 times)
hitsware
Junior Member
ImageImage


member is offline

Avatar




PM

Gender: Male
Posts: 51
xx Re: Raspbian Stretch released
« Reply #21 on: Aug 28th, 2017, 2:14pm »

I get:

command not found

Stretch has obvious problems.
GL or not I get black flashes when switching
windows and it is not responsive.
User IP Logged

https://www.youtube.com/watch?v=ePhUBBGyVmI
Richard Russell
Administrator
ImageImageImageImageImage


member is offline

Avatar




Homepage PM


Posts: 803
xx Re: Raspbian Stretch released
« Reply #22 on: Aug 28th, 2017, 2:34pm »

on Aug 28th, 2017, 2:14pm, hitsware wrote:
I get: command not found

In what context? What 'command' is not found?

Quote:
Stretch has obvious problems.

Indeed. Hopefully now I've raised the issue at the Raspberry Pi forum they will devote some effort to fixing the problems with Stretch, although there seems to be little urgency as yet.

You should be OK with the VC4 GL Driver enabled however. Yes there is the occasional, very brief, screen 'flash' (the same thing happens in Jessie) but otherwise it seems to be stable and it is certainly fast. You really cannot complain about the speed of BBCSDL now I've addressed the specific issues you raised of 'insert line' and 'delete line' which I admit were slow in v0.18a.

This YouTube video, which at the end shows four copies of BBCSDL running simultaneously on a Raspberry Pi, demonstrates beyond doubt that it's not slow!



Richard.
User IP Logged

hitsware
Junior Member
ImageImage


member is offline

Avatar




PM

Gender: Male
Posts: 51
xx Re: Raspbian Stretch released
« Reply #23 on: Aug 28th, 2017, 3:25pm »

pi@raspberrypi:~$ glxgears -info
bash: glxgears: command not found
pi@raspberrypi:~$


The Raspberry people know Stretch is not ironed out.
Their modus operandi is to be on the edge.
It was only about the time of the advent of Pixel,
that Jessie became quite well mannered.
User IP Logged

https://www.youtube.com/watch?v=ePhUBBGyVmI
Richard Russell
Administrator
ImageImageImageImageImage


member is offline

Avatar




Homepage PM


Posts: 803
xx Re: Raspbian Stretch released
« Reply #24 on: Aug 28th, 2017, 3:51pm »

on Aug 28th, 2017, 3:25pm, hitsware wrote:
bash: glxgears: command not found

So maybe you forgot:

Code:
sudo apt-get install mesa-utils 

although it is in the BBC BASIC installation instructions.

Richard.
User IP Logged

hitsware
Junior Member
ImageImage


member is offline

Avatar




PM

Gender: Male
Posts: 51
xx Re: Raspbian Stretch released
« Reply #25 on: Aug 28th, 2017, 3:56pm »

OK Right .....
I don't have BBCSDL on this SD
User IP Logged

https://www.youtube.com/watch?v=ePhUBBGyVmI
Richard Russell
Administrator
ImageImageImageImageImage


member is offline

Avatar




Homepage PM


Posts: 803
xx Re: Raspbian Stretch released
« Reply #26 on: Sep 4th, 2017, 5:03pm »

An 'official' response, of sorts, here but personally I don't think it's very satisfactory because even if "the change of behaviour comes from upstream Debian packages" if it affects only the armhf build and not (x86) Debian stable shouldn't the Raspberry Pi people accept some responsibility?

Richard.
User IP Logged

hitsware
Junior Member
ImageImage


member is offline

Avatar




PM

Gender: Male
Posts: 51
xx Re: Raspbian Stretch released
« Reply #27 on: Sep 6th, 2017, 5:31pm »

Have you tried " vc4 fkms " ( whatever that is ) ?

You may be expecting ' professional ' results
from a ' hobbiest ' platform .
Besides which the essence of Linux is an undoneness,
left up to the user to resolve.
No Bill Gates sheparding our cyber-efforts smiley
User IP Logged

https://www.youtube.com/watch?v=ePhUBBGyVmI
Richard Russell
Administrator
ImageImageImageImageImage


member is offline

Avatar




Homepage PM


Posts: 803
xx Re: Raspbian Stretch released
« Reply #28 on: Sep 6th, 2017, 7:50pm »

on Sep 6th, 2017, 5:31pm, hitsware wrote:
Have you tried "vc4 fkms"

The BBCSDL installation instructions for the Raspberry Pi specifically tell you to enable that driver (the 'experimental' GL Driver)! I - and I think most other people - consider the performance of BBC BASIC to be quite acceptable with it enabled. You alone seem to feel it's still too unresponsive (I assume that you've updated your copy to 0.18b in which I have addressed your concerns about the 'delete line' and 'insert line' operations).

Quote:
You may be expecting ' professional ' results from a ' hobbiest ' platform .

All I am "expecting" is that Stretch should give as good results, or nearly so, as Jessie (rather than a fourfold slowdown when using the Mesa software driver). Do you think that is unreasonable?

I'm not sure that you fully grasp the issues surrounding the Raspberry Pi and the Mesa software driver. I would suggest that, if you have not already done so, you read the relevant threads at the SDL forum and at the Raspberry Pi forum to get a better understanding.

Richard.
« Last Edit: Sep 6th, 2017, 8:30pm by Richard Russell » User IP Logged

hitsware
Junior Member
ImageImage


member is offline

Avatar




PM

Gender: Male
Posts: 51
xx Re: Raspbian Stretch released
« Reply #29 on: Sep 6th, 2017, 10:06pm »

> specifically tell you

I am not using Stretch. Nothing to do with Basic or SDL.
( though I'm sure they are affected )
I've gone to Jessie Lite.
Stretch needs alot of work to run as smooth.
My main purpose is music and sound and the Stretch
version of Sonic-Pi (my latest fave) is as messed up
as the rest. (Part of that is a graphics problem so ??)

edit:
I looked at the threads you linked to.
For now perhaps you should reccomend Jessie to BBCSDL users ?
« Last Edit: Sep 6th, 2017, 10:29pm by hitsware » User IP Logged

https://www.youtube.com/watch?v=ePhUBBGyVmI
Richard Russell
Administrator
ImageImageImageImageImage


member is offline

Avatar




Homepage PM


Posts: 803
xx Re: Raspbian Stretch released
« Reply #30 on: Sep 7th, 2017, 07:48am »

on Sep 6th, 2017, 10:06pm, hitsware wrote:
For now perhaps you should reccomend Jessie to BBCSDL users ?

Why would I want to do that? In Stretch, with the VC4 GL driver enabled, BBC BASIC works perfectly, as far as I have been able to ascertain: it is fast, there are no problems with the sound and it uses an up-to-date version of SDL (2.0.5). However in Jessie (again with that driver enabled) sound from some BBC BASIC programs (notably Dropperz) doesn't work at all, sound from other programs is highly distorted when played through the HDMI output, and the version of SDL is out-of-date (2.0.2).

So by my assessment it is far better for a BBC BASIC user to use Stretch rather than Jessie, so long as they can enable the GL Driver. If for some reason they cannot enable that driver then the situation is different, but hopefully that will be rare.

When you thought that enabling the GL Driver broke the MIDI output it turned out to be your own mistake. Are you certain that the sound problems you think you've seen in Stretch aren't from a similar cause?

Richard.
User IP Logged

hitsware
Junior Member
ImageImage


member is offline

Avatar




PM

Gender: Male
Posts: 51
xx Re: Raspbian Stretch released
« Reply #31 on: Sep 7th, 2017, 3:17pm »

> Are you certain that the sound problems
> you think you've seen in Stretch aren't
> from a similar cause?

Not being as 100% cock sure of myself as yourself,
I cannot be sure, but probably.
1) The ' midi ' function added (with Stretch) does
not connect to Timidity. I was sure it would by
default. (as would the Microsoft synth in the
Windows version) But no. In fact Dr. Aaron
(developer) wasn't even aware of Timidity.
2) If I install FluidSynth (an alternative midisynth)
the Sonic Pi screen swells vertically to the point
of quasi-unusable.
Fun, fun ,fun, till my Daddy takes the keyboard away smiley

In a sense it is a similar cause. When I run into a certain
degree of complicaction, I drop it. Otherwise (cyber-
challenged as I am) I would spend forever trying to
fix my computer and have no time left for music.

« Last Edit: Sep 7th, 2017, 3:23pm by hitsware » User IP Logged

https://www.youtube.com/watch?v=ePhUBBGyVmI
Pages: 1 2 3  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls