Search found 9 matches

by Bertsz
18 Mar 2016, 16:11
Forum: Error reports
Topic: [Solved] 0.3.4 RPi2 Issues using tslib calibrated touchscreen
Replies: 1
Views: 8258

Re: 0.3.4 RPi2 Issues using tslib calibrated touchscreen

And here I am again besically replying to my own thread just in case someone has the same issue. I don't know if this applies to all kinds of qt5 applications compiled with tslib, but how I fixed my problem was fairly simple. Digging through the documentation , I found out that there's a environment...
by Bertsz
11 Mar 2016, 08:08
Forum: Error reports
Topic: [Solved] 0.3.4 RPi2 Issues using tslib calibrated touchscreen
Replies: 1
Views: 8258

[Solved] 0.3.4 RPi2 Issues using tslib calibrated touchscreen

So here I am again after getting the software to run on raspbian (RPi2). My current problem is a eGalax touchscreen which by default is inverted on the x-axis. While it isn't too difficult to calibrate the touchscreen when x11 is running, these changes will not affect how the screen works in qDslrda...
by Bertsz
28 Jan 2016, 21:06
Forum: Error reports
Topic: [Solved] 0.3.4 Unable to start on Raspbian
Replies: 29
Views: 42961

Re: [Solved] 0.3.4 Unable to start on Raspbian

That's some fancy gear :D
Anyways, it's nice I could help you, and maybe if I find the time, I'll write a nice step by steo guide to make this thing work, without knowing too much about linux.
by Bertsz
27 Jan 2016, 21:31
Forum: Error reports
Topic: [Solved] 0.3.4 Unable to start on Raspbian
Replies: 29
Views: 42961

Re: [Solved] 0.3.4 Unable to start on Raspbian

Apparantly there are some more packages on arm than there are on amd64. Since that's where I ran the package search, because I was too lazy to boot up my pi. But now I did, and there appears to be a libts-bin package, which I already installed because I'm using a touch-screen (and this is a touchscr...
by Bertsz
27 Jan 2016, 20:50
Forum: Error reports
Topic: [Solved] 0.3.4 Unable to start on Raspbian
Replies: 29
Views: 42961

Re: [Solved] 0.3.4 Unable to start on Raspbian

The thing is, I installed a lot of other suff through apt-get. And it seems like the two are not part of the bundled libraries. I just ran a quick apt-cache search libinput and it looks like you will have to install this package: apt-get install libinput5 As for libts-0.0.so.0, I have no idea where ...
by Bertsz
27 Jan 2016, 16:38
Forum: Error reports
Topic: [Solved] 0.3.4 Unable to start on Raspbian
Replies: 29
Views: 42961

Re: [Solved] 0.3.4 Unable to start on Raspbian

This is the exact same error I got, and as I said before this is caused by the missing shared libraries. Now they're not really missing, but the application is looking in the /usr/lib/arm-linux-gnueabihf/ folder, while the reqiered files are actually in the Qt_Libraries folder, which is where you un...
by Bertsz
25 Jan 2016, 13:00
Forum: Error reports
Topic: [Solved] 0.3.4 Unable to start on Raspbian
Replies: 29
Views: 42961

Re: [Solved] 0.3.4 Unable to start on Raspbian

Now I don't exactly understand which command gives you the "no such directory" error, but I assume it's cd. So make sure you are actually in the right folder. In your case cd /home/pi/Downloads/qDslrDashboard_V0.3.4_RPI2/ should get you into the folder of the application. Now the "ldd...
by Bertsz
20 Jan 2016, 17:56
Forum: Error reports
Topic: [Solved] 0.3.4 Unable to start on Raspbian
Replies: 29
Views: 42961

Re: 0.3.4 Unable to start on Raspbian

Eventhough it seems like I'm alone with this error, I'll still share my solution to this. Maybe this can save someone from the trouble I had to get this going :D. So the main problem was the outdated version glibc (it even says so in the error message), but this isn't easy to fix by yourself. I trie...
by Bertsz
16 Jan 2016, 20:20
Forum: Error reports
Topic: [Solved] 0.3.4 Unable to start on Raspbian
Replies: 29
Views: 42961

[Solved] 0.3.4 Unable to start on Raspbian

I really wanted to avoid making a forum post about this, since most of the problems resolve after a bit of google-research But that didn't really do the job, so I'm hoping for some help here. As the title already implies, I can't run qDslrDashboard on my RPi 2b. This is the error I'm getting when tr...