![]() |
2014-06-07
, 05:28
|
Posts: 34 |
Thanked: 66 times |
Joined on Jul 2010
|
#62
|
Do we have gles-driver which work with new kernel?
What is the way (in the meantime) use software openGL? E.g. I tested glxgears from mesa-utils, I have installed libgl1-mesa-glx and glx-alternative-mesa, but no success:
The Following 5 Users Say Thank You to radiochickenwax For This Useful Post: | ||
![]() |
2014-06-07
, 14:25
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#63
|
direct rendering: Yes server glx version string: 1.4 Mesa 10.1.4
226 frames in 5.0 seconds = 45.104 FPS 153 frames in 5.0 seconds = 30.489 FPS
All maemo-compliant applications must use Libosso to respond coherently to system changes and signals, such as the battery low, pre-shutdown and state saving signals.
The Following 10 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2014-06-07
, 15:52
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#64
|
The Following 4 Users Say Thank You to Android_808 For This Useful Post: | ||
![]() |
2014-06-08
, 11:30
|
Posts: 7 |
Thanked: 38 times |
Joined on Jun 2014
|
#65
|
Has anyone managed to get usb hostmode working?
I tried pausing udev and then
as mentioned inCode:echo host > /sys/devices/platform/musb_omap2340/musb-hdrc.0.auto/mode
http://http://wiki.maemo.org/USB_host_mode and it doesnt work.
I understand that musb_omap2340 is another driver but hostmode is implemented in it.
The Following 3 Users Say Thank You to sakrabojski For This Useful Post: | ||
![]() |
2014-06-08
, 21:24
|
Posts: 15 |
Thanked: 11 times |
Joined on Dec 2013
@ Crete,Greece
|
#66
|
![]() |
2014-06-09
, 17:18
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#67
|
![]() |
2014-06-09
, 18:35
|
Posts: 191 |
Thanked: 415 times |
Joined on Jan 2012
|
#68
|
Trying to xzcat the file takes me an hour, with weird thing in the terminal, but does nothing to the card.
lsblk
cat /proc/partitions
The Following User Says Thank You to caveman For This Useful Post: | ||
![]() |
2014-06-09
, 18:44
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#69
|
lsblk
![]() |
2014-06-09
, 19:21
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#70
|
xzcat jessie.dd.xz /dev/mmcblk0
xzcat jessie.dd.xz > /dev/mmcblk0
boemien@boemien-VPCEL23FD:~$ xzcat jessie.dd.xz > /dev/mmcblk0 bash: /dev/mmcblk0: Permission non accordée boemien@boemien-VPCEL23FD:~$ sudo xzcat jessie.dd.xz > /dev/mmcblk0 bash: /dev/mmcblk0: Permission non accordée boemien@boemien-VPCEL23FD:~$
boemien@boemien-VPCEL23FD:~$ xzcat /home/boemien/Téléchargements/jessie.dd.xz > /dev/mmcblk0 bash: /dev/mmcblk0: Permission non accordée boemien@boemien-VPCEL23FD:~$
I tried pausing udev and then
http://http://wiki.maemo.org/USB_host_mode and it doesnt work.
I understand that musb_omap2340 is another driver but hostmode is implemented in it.