Cant get out on this on rpi3??

All the topics related to QLC+ on the Raspberry Pi
Post Reply
User avatar
mcallegari
Posts: 4462
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

They must have changed something with the latest Raspbian updates. Please post:
- kernel version

Code: Select all

uname -a
- the output of the command

Code: Select all

cat /proc/cpuinfo
asm
Posts: 58
Joined: Sun Jul 17, 2016 8:22 am
Location: Denmark
Real Name: Allan Madsen

uname -a

Code: Select all

Linux raspDMX 4.9.24-v7+ #993 SMP Wed Apr 26 18:01:23 BST 2017 armv7l GNU/Linux
cat /proc/cpuinfo

Code: Select all

processor       : 0
model name      : ARMv7 Processor rev 4 (v7l)
BogoMIPS        : 38.40
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

processor       : 1
model name      : ARMv7 Processor rev 4 (v7l)
BogoMIPS        : 38.40
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

processor       : 2
model name      : ARMv7 Processor rev 4 (v7l)
BogoMIPS        : 38.40
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

processor       : 3
model name      : ARMv7 Processor rev 4 (v7l)
BogoMIPS        : 38.40
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

Hardware        : BCM2835
Revision        : a02082
Serial          : 00000000af6723d3
Here it is.
User avatar
mcallegari
Posts: 4462
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

Thanks for the info.
Indeed kernel changed from 4.4 to 4.9 and they changed how cpuinfo is formatted too.
That's why QLC+ is not recognizing that it is running on a Raspberry Pi.
I think for now you need to stick to my image and eventually update all packages except for the Linux kernel.

This will be fixed with my next image.
asm
Posts: 58
Joined: Sun Jul 17, 2016 8:22 am
Location: Denmark
Real Name: Allan Madsen

Thanks, for your answer. :-)
How log to new update?
Is there a way to make a shutdown key, in the console?

And keep up the grate work you are doing :-) Love you program.
Just got a $0.86 usb soundcart to run on it to with mic in :-)
MyGreenhorn
Posts: 11
Joined: Fri Jun 16, 2017 5:04 pm
Real Name: Mayk Peter

Hi,
I have got pretty much the same problem, since I did "sudo apt-get dist-upgrade".
However QLC+ uses only 1/4 of the screen (upper left corner)

Even worse: I cannot get into a terminal session any more, as the button
to exit QL+ has disappeared.

How can I start a terminal session or prevent QLC from starting up?
User avatar
mcallegari
Posts: 4462
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

A new image version will be released soon, please be patient.
In the meantime don't do a package upgrade.
The image is consistent to work with the packages of the date it has been released on.
MyGreenhorn
Posts: 11
Joined: Fri Jun 16, 2017 5:04 pm
Real Name: Mayk Peter

Hi,
thanks for the quick answer.
Actually I found meanwhile that the "resize fullscreen" option does work,
also for the RDP session. The "--nowm" option doesn't work for me yet.
Looking forward to the next image! Thanks!
User avatar
mcallegari
Posts: 4462
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

The "--nowm" option doesn't work for me yet.
That's because it hasn't been released yet ! (you probably found it in a TEST version, right ?)
Anyway, that's the option that will restore QLC+ correct screen resizing in the next RPi image.
Post Reply