|
2015-05-27
, 09:06
|
Posts: 210 |
Thanked: 841 times |
Joined on Feb 2013
|
#72
|
|
2015-05-27
, 09:42
|
Posts: 1,196 |
Thanked: 1,413 times |
Joined on Aug 2011
|
#73
|
|
2015-05-29
, 12:07
|
Posts: 1,196 |
Thanked: 1,413 times |
Joined on Aug 2011
|
#74
|
|
2015-05-29
, 12:57
|
Posts: 1,293 |
Thanked: 4,319 times |
Joined on Oct 2014
|
#75
|
sixaxisd run now.
But we have another problems.
On harmattan i run these command before.
killall bluetoothd
/usr/sbin/hciconfig hci0 up
/usr/sbin/hciconfig hci0 lm master
/usr/sbin/hciconfig hci0 piscan
On Sailfish terminal this command make an error:
/usr/sbin/hciconfig hci0 up
Error is: can t init device hci0: operation not possible due to RF-kill (132)
How can i pass this command for exemple?
Thanks in advance.
|
2015-06-30
, 22:47
|
Posts: 37 |
Thanked: 68 times |
Joined on Jun 2015
@ Munich, Germany
|
#76
|
i've been able to turn on more optimation flags (-flto) for some of the mupen64plus modules on the jolla phone, i will release this sometime this weekend
maybe this yields (slight) speed improvements
CFLAGS="-flto -fuse-linker-plugin" CXXFLAGS="-flto -fuse-linker-plugin" LDFLAGS="-Wl,-O1 -Wl,--as-needed -flto -fuse-linker-plugin"
CFLAGS="-march=native -O2 -pipe -fno-ident -flto=3 -fuse-linker-plugin -ggdb" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--as-needed ${CFLAGS}"
CFLAGS="-march=native -O3 -pipe -fno-ident -flto=3 -fuse-linker-plugin -funroll-loops -ftree-vectorize -ffast-math" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--as-needed ${CFLAGS}"
<?xml version="1.0" encoding="UTF-8"?> <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> <mime-type type="application/x-n64-rom"> <comment>Nintendo 64 ROM</comment> <magic priority="50"> <match type="string" value="\x37\x80\x40\x12" offset="0" /> <match type="string" value="\x80\x37\x12\x40" offset="0" /> </magic> </mime-type> </mime-info>
update-mime-database /usr/share/mime
|
2015-07-01
, 10:48
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#77
|
|
2015-07-01
, 12:38
|
Posts: 1,293 |
Thanked: 4,319 times |
Joined on Oct 2014
|
#78
|
Rather, just use -fno-fat-lto-objects to ensure that you're really using the results of LTO at link time. But LTO is almost useless on any gcc pre 4.9.1, and Jolla is on 4.7... most probably not even worth the effort.
[nemo@Jolla ~]$ gcc --version gcc (Linaro GCC 4.8-2014.01) 4.8.3 20140106 (Mer 4.8.3-1) Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
2015-07-03
, 15:31
|
Posts: 380 |
Thanked: 459 times |
Joined on Dec 2009
@ Slovenia
|
#79
|
|
2015-07-06
, 17:14
|
Posts: 210 |
Thanked: 841 times |
Joined on Feb 2013
|
#80
|
like on harmattan terminal.