The time now is Tue 26 Jan 2021, 11:03
All times are UTC - 4 |
Page 6 of 23 [345 Posts] |
Goto page: Previous 1, 2, 3, 4, 5, 6, 7, 8, ..., 21, 22, 23 Next |
Author |
Message |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Tue 21 Nov 2017, 17:26 Post subject:
|
|
trister wrote: | So far I;'ve managed to "migrate" all my stuff from the older stretchdog64 to the new StretchDog64 2017-10-10.
Some minor issues still exists.
eg
Full screen on gnomeplayer is not working . It fills screen but the actual movie size is small. In the previous Sd64 it was working ok
(edit)It seems that full screen works if I set from preferences>player>video output-->x11 (/edit)
Also, mpv player requires libgnutls-deb0.so.28
|
Another option (without changing to x11) is to add "-zoom" to the extra options for mplayer in Preferences, see pic
Quote: | Also, mpv player requires libgnutls-deb0.so.28 |
Probably for the 0.9 version, you installed 0.9.4-ddjessie ?, libgnutls-deb0.so.28 should be in /usr/local/lib, not ?
There's also latest mpv version 0.27 in custom repos, btw.
EDIT: @all Newest firefox deb packages (v57.0), see here:
http://murga-linux.com/puppy/viewtopic.php?p=974875#974875
Fred
Description |
Gnome-mplayer fix for full screen |
Filesize |
56.5 KB |
Viewed |
1664 Time(s) |

|
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
trister
Joined: 01 Mar 2015 Posts: 137
|
Posted: Wed 22 Nov 2017, 03:07 Post subject:
|
|
fredx181 wrote: |
...
Quote: | Also, mpv player requires libgnutls-deb0.so.28 |
Probably for the 0.9 version, you installed 0.9.4-ddjessie ?, libgnutls-deb0.so.28 should be in /usr/local/lib, not ?
There's also latest mpv version 0.27 in custom repos, btw.
...
Fred |
ok thanks for the -zoom command. Didn't know it.
I'm not using mpv. I;'m using mostly gnome player.
I just posted it because the default mpv that is in the 01-filesystem is missing a dependency (and since the default media player is mpv -at least for .MKV files- double clicking a video file does nothing).
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 13129 Location: Stratford, Ontario
|
Posted: Wed 22 Nov 2017, 07:42 Post subject:
|
|
FWIW, the preferred video setting is xv over x11 if your hardware supports it. This is the default in Peasy DVD Player.
You may need libgl1-mesa-dri to get xv working.
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Wed 22 Nov 2017, 12:12 Post subject:
|
|
trister wrote: | I'm not using mpv. I;'m using mostly gnome player.
I just posted it because the default mpv that is in the 01-filesystem is missing a dependency (and since the default media player is mpv -at least for .MKV files- double clicking a video file does nothing). |
Ok, I see, just reporting, but it's strange because for me mpv works fine on a clean install of 64bit 2017-10-10 version.
So there may be something wrong at your end, e.g. perhaps not having /usr/local/lib in library path ?, you can check with:
Code: | echo $LD_LIBRARY_PATH |
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
trister
Joined: 01 Mar 2015 Posts: 137
|
Posted: Wed 22 Nov 2017, 16:02 Post subject:
|
|
fredx181 wrote: | trister wrote: | I'm not using mpv. I;'m using mostly gnome player.
I just posted it because the default mpv that is in the 01-filesystem is missing a dependency (and since the default media player is mpv -at least for .MKV files- double clicking a video file does nothing). |
Ok, I see, just reporting, but it's strange because for me mpv works fine on a clean install of 64bit 2017-10-10 version.
So there may be something wrong at your end, e.g. perhaps not having /usr/local/lib in library path ?, you can check with:
Code: | echo $LD_LIBRARY_PATH |
Fred |
echo $LD_LIBRARY_PATH
is empty so it might be it...
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Wed 22 Nov 2017, 16:51 Post subject:
|
|
Hi trister,
Then it may be that /etc/environment has been overwritten for you somehow (additional library path is set in there).
Assuming you use porteus-boot (as I think you do):
Output for me from contents of /etc/environment (mountpoint) in main 01-filesystem.squashfs:
Code: | root@live:~# cat /mnt/live/memory/images/01-filesystem.squashfs/etc/environment
#PATH=/opt/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
GDK_NATIVE_WINDOWS=true
LD_LIBRARY_PATH="/usr/local/lib:/opt/lib"
root@live:~# |
So it should be that also in /etc/environment (from /)
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
trister
Joined: 01 Mar 2015 Posts: 137
|
Posted: Fri 24 Nov 2017, 06:33 Post subject:
|
|
fredx181 wrote: | Hi trister,
Then it may be that /etc/environment has been overwritten for you somehow (additional library path is set in there).
Assuming you use porteus-boot (as I think you do):
Output for me from contents of /etc/environment (mountpoint) in main 01-filesystem.squashfs:
Code: | root@live:~# cat /mnt/live/memory/images/01-filesystem.squashfs/etc/environment
#PATH=/opt/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
GDK_NATIVE_WINDOWS=true
LD_LIBRARY_PATH="/usr/local/lib:/opt/lib"
root@live:~# |
So it should be that also in /etc/environment (from /)
Fred |
Thanks for the info.
I'll check it when I return home.
|
Back to top
|
|
 |
trister
Joined: 01 Mar 2015 Posts: 137
|
Posted: Thu 30 Nov 2017, 14:37 Post subject:
StertchDog64 v171010 sfs-squashfs |
|
I Haven't tried this yet but I have some more squashfs files ..
As usual if you want to try them, just put them in your live folder. If you don't like them ,just delete them
3 terminals I tried :
lilyterm_0.9.9.4+git20150208.f600c0-5_amd64_deb.squashfs https://1fichier.com/?qtb28edpbx
roxterm_2.9.5-1_gtk2_v02_.squashfs https://1fichier.com/?mstl6eu2g6
lxterminal_0.3.0-2_amd64.deb_ok.squashfs https://1fichier.com/?fqya0ysguw
All 3 are nice but for now I prefer roxterm.
And another dual panel manager like Norton,Total,Double commander (Double Commander is better I think but this is a nice alternative)
mucommander_0.9.2_all.deb_v02_.squashfs (need java) https://1fichier.com/?dsoyyo2jft
Also, newest palemoon :
palemoon-27.6.2.en-US.linux-x86_64.tar.bz2_v01.squashfs https://1fichier.com/?5ptg3wtnp4
These should also run in UbuntuDogs
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Sat 02 Dec 2017, 10:48 Post subject:
Upgrade-kernel Subject description: The included in Stretchdog kernel 4.9.0-3 can be upgraded now to 4.9.0-4 |
|
New version of "upgrade-kernel" (v1.0.3)
The included in Stretchdog kernel 4.9.0-3 can be upgraded now to 4.9.0-4 (previously wasn't possible).
I'm not sure what the Debian policy is, do they keep 4.9.0-4 (and only upgrade that to newer version number) or will the next upgrades be 4.9.0-5, 4.9.0-6 etc...
In case of the latter, probably upgrade-kernel needs an update again, to support that (then the script needs different aufs and squashfs kernel modules downloaded from github)
Install from Synaptic or with apt-get from terminal:
Code: | apt-get update
apt-get install upgrade-kernel # installs v1.0.3 |
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
trister
Joined: 01 Mar 2015 Posts: 137
|
Posted: Mon 04 Dec 2017, 03:37 Post subject:
Re: Upgrade-kernel Subject description: The included in Stretchdog kernel 4.9.0-3 can be upgraded now to 4.9.0-4 |
|
fredx181 wrote: | New version of "upgrade-kernel" (v1.0.3)
The included in Stretchdog kernel 4.9.0-3 can be upgraded now to 4.9.0-4 (previously wasn't possible).
I'm not sure what the Debian policy is, do they keep 4.9.0-4 (and only upgrade that to newer version number) or will the next upgrades be 4.9.0-5, 4.9.0-6 etc...
In case of the latter, probably upgrade-kernel needs an update again, to support that (then the script needs different aufs and squashfs kernel modules downloaded from github)
Install from Synaptic or with apt-get from terminal:
Code: | apt-get update
apt-get install upgrade-kernel # installs v1.0.3 |
Fred |
Thanks again Fred for your work.
Could this kernel update be applied with just changing initrd, vmlinuz and maybe adding another file eg 02-filesystem.squashfs to the "old" StretchDog64?
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Mon 04 Dec 2017, 06:08 Post subject:
|
|
trister wrote: | Could this kernel update be applied with just changing initrd, vmlinuz and maybe adding another file eg 02-filesystem.squashfs to the "old" StretchDog64? |
Not exactly sure what you mean.
Yes, if you mean running latest upgrade-kernel in newer Stretchdog and use new created initrd, vmlinuz and 02-filesystem.squashfs made from /lib/modules/4.9.0-4-amd64/ on older Stretchdog
Indeed that should work.
But why not install and run latest upgrade-kernel in older Stretchdog ? (that works, just tested, and I'd recommend that to have the linux-image package registered by dpkg)
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
trister
Joined: 01 Mar 2015 Posts: 137
|
Posted: Mon 04 Dec 2017, 17:34 Post subject:
|
|
fredx181 wrote: |
Yes, if you mean running latest upgrade-kernel in newer Stretchdog and use new created initrd, vmlinuz and 02-filesystem.squashfs made from /lib/modules/4.9.0-4-amd64/ on older Stretchdog
Indeed that should work.
|
Yes , thats whats I mean. I want to get the files mentioned from Frugal Installation A of StretchDog64 v2017-10-10 and put them in frugal installations B,C and D of the same StretchDog64 v2017-10-10 in other PCs.
fredx181 wrote: |
But why not install and run latest upgrade-kernel in older Stretchdog ? (that works, just tested, and I'd recommend that to have the linux-image package registered by dpkg)
Fred |
I'm not using package manager much. Most of the programs I use in debian repositories are old versions anyway.
I don't know what other advantages I would have if I run manually in all of my installations a kernel update.
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Mon 04 Dec 2017, 19:41 Post subject:
|
|
trister wrote: | fredx181 wrote: |
Yes, if you mean running latest upgrade-kernel in newer Stretchdog and use new created initrd, vmlinuz and 02-filesystem.squashfs made from /lib/modules/4.9.0-4-amd64/ on older Stretchdog
Indeed that should work.
|
Yes , thats whats I mean. I want to get the files mentioned from Frugal Installation A of StretchDog64 v2017-10-10 and put them in frugal installations B,C and D of the same StretchDog64 v2017-10-10 in other PCs.
fredx181 wrote: |
But why not install and run latest upgrade-kernel in older Stretchdog ? (that works, just tested, and I'd recommend that to have the linux-image package registered by dpkg)
Fred |
I'm not using package manager much. Most of the programs I use in debian repositories are old versions anyway.
I don't know what other advantages I would have if I run manually in all of my installations a kernel update. |
OK, but still I advice for such essential package as linux-image* to have it registered by dpkg (to properly use possible future upgrades by running upgrade-kernel)
@all, added to repos: dropboxgui, see here:
http://murga-linux.com/puppy/viewtopic.php?p=976124#976124
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
jangelelcangry
Joined: 28 May 2013 Posts: 52
|
Posted: Tue 12 Dec 2017, 10:07 Post subject:
|
|
I Can't launch 3d applications.
not even glxgears
I suspect that it has something to do with AMD Polaris drivers.
The GPU is an RX-560 (reported as an RX-460 on hardinfo).
Description |
|
Filesize |
5.35 KB |
Viewed |
912 Time(s) |

|
Description |
|

Download |
Filename |
2017-12-12-095726_819x392_scrot.png |
Filesize |
33.95 KB |
Downloaded |
373 Time(s) |
Description |
|

Download |
Filename |
2017-12-12-095757_819x392_scrot.png |
Filesize |
18.77 KB |
Downloaded |
289 Time(s) |
|
Back to top
|
|
 |
dancytron
Joined: 18 Jul 2012 Posts: 1555
|
Posted: Tue 12 Dec 2017, 11:46 Post subject:
|
|
jangelelcangry wrote: | I Can't launch 3d applications.
not even glxgears
I suspect that it has something to do with AMD Polaris drivers.
The GPU is an RX-560 (reported as an RX-460 on hardinfo). |
Have you installed mesa dri yet?
see http://murga-linux.com/puppy/viewtopic.php?p=965414#965414
This https://linuxconfig.org/how-to-install-amdgpu-drivers-on-debian-9-stretch-linux seems to say that there are a few other things to install too.
|
Back to top
|
|
 |
|
Page 6 of 23 [345 Posts] |
Goto page: Previous 1, 2, 3, 4, 5, 6, 7, 8, ..., 21, 22, 23 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|