Search found 4 matches

by walkerl26
Mon Nov 09, 2015 8:03 pm
Forum: Raspberry Pi
Topic: LC 7.0.4 on Raspberry Pi 2
Replies: 18
Views: 45611

Re: LC 7.0.4 on Raspberry Pi 2

...and adding the line:

framebuffer_depth=32

to /boot/config.txt

had no effect (consistent with what I'd believed Fraser had told me via email a week or two ago...)

Larry
by walkerl26
Mon Nov 09, 2015 7:52 pm
Forum: Raspberry Pi
Topic: LC 7.0.4 on Raspberry Pi 2
Replies: 18
Views: 45611

Re: LC 7.0.4 on Raspberry Pi 2

Very weird: I did the current NOOBS download onto a freshly formatted 8Gb (via SDFormatter_4.00B).

Downloaded 7.0.4 and 7.0.3, each to a freshly-installed Raspbian uSD card. I expected exactly what you report as your experience, and am quite puzzled what I might have done differently...

Larry
by walkerl26
Sun Nov 08, 2015 7:01 pm
Forum: Raspberry Pi
Topic: LC 7.0.4 on Raspberry Pi 2
Replies: 18
Views: 45611

Re: LC 7.0.4 on Raspberry Pi 2

After having LC 7.0.4 fail to run on my RPi 2, I found this post and tried 7.0.3 instead. It launches, and lets me run the bouncing balls demo, but crashes if I do anything much else. In particular, clicking on the menubar (trying to do File/New Mainstack) causes an immediate, fully reproducible cra...
by walkerl26
Thu Apr 04, 2013 9:29 pm
Forum: Databases
Topic: DB denormalization and UI lookups
Replies: 4
Views: 4868

Re: DB denormalization and UI lookups

Here's another approach I recently used with great success: Instead of storing an INT and using it as a foreign-key to the actual strings, make the status in the original table an ENUM instead. In your application, you can query the MySQL "information_schema" database and retrieve the list of ENUM v...