Page 9 of 17

Porteus-v4.0 bug reports

Posted: 19 Jun 2018, 09:50
by donald
@ fulalas
Why I'm not surprised to get that kind of reply..

However, you do already know what you had to add or change
to make the module nearly as good as the one shipped with 3.2.2.
And even more has to be done / changed in the module.
(hint: Thunar (root) .desktop file / custom actions)

It's not important if the final module will reach 20..30..or 40 MB in size at the end,
all what counts is if it works flawlessly, at least as good as in 3.2.2

Anyway, let's stop this fruitless, off topic conversation - let's get some work done...

Porteus-v4.0 bug reports

Posted: 23 Jun 2018, 23:16
by Rava
● System: Porteus XFCE 4.0 x86-64 with, of course, added mpv-0.27.2-x86_64-2_SBo.xzm

Since due to moving I have no encrypted DVD at hand, so I tried the only DVD I had, a non encrypted one on a DVD+RW disc, but one with its original DVD menu intact.

Code: Select all

guest@porteus:/$ mpv dvd://0
Playing: dvd://0
libdvdnav: Using dvdnav version 6.0.0
libdvdnav: DVD Title: XYZ_STAFFEL_1
libdvdnav: DVD Serial Number: 00C09917DVDSHRNK
libdvdnav: DVD Title (Alternative): 
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x0000012d
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00005366
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x000053a3
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x000053f0
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x0019367e
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x001938d2
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x00227393
libdvdread: Elapsed time 0
libdvdread: Found 4 VTS's
libdvdread: Elapsed time 0
libdvdnav: Language 'en' not found, using 'de' instead
libdvdnav: Menu Languages available: de 
[dvdnav] DVDNAV, switched to title: 1
 (+) Video --vid=1 (mpeg2video 720x576)
File tags:
 Title: XYZ_STAFFEL_1
[vo/opengl] retrieving framebuffer depth: OpenGL error INVALID_ENUM.
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
libdvdnav: Language 'en' not found, using 'de' instead
libdvdnav: Menu Languages available: de 
[dvdnav] DVDNAV, switched to title: 2
libdvdnav: Language 'en' not found, using 'de' instead
libdvdnav: Menu Languages available: de 
VO: [opengl] 720x576 => 1024x576 yuv420p
 (+) Video --vid=1 (mpeg2video 720x576)
     Audio --aid=1 (ac3 2ch 48000Hz)
V: 00:00:08 / 00:00:03 (100%)
 (+) Video --vid=1 (mpeg2video 720x576)
     Audio --aid=1 (ac3 2ch 48000Hz)
     Subs  --sid=1 (dvd_subtitle)
V: 00:00:50 / 00:00:03 (100%)
[disc] PTS discontinuity: 51.327267->0.247267
V: 00:01:05 / 00:00:03 (100%)


Exiting... (Quit)
It looks like it is playing, and it does indeed loop the main menu, but alas, I am unable to access any of the DVD menu, it is not clickable by the mouse (as it should be), nor can I use the TAB key to move to an menu entry, I then get this error:

Code: Select all

V: 00:00:19 / 00:00:03 (100%)
[input] No key binding found for key 'TAB'.
, nor is any sound played. mpv does report a sound available:

Code: Select all

VO: [opengl] 720x576 => 1024x576 yuv420p
 (+) Video --vid=1 (mpeg2video 720x576)
     Audio --aid=1 (ac3 2ch 48000Hz)
● How do I get it to play sounds?
● How can I access the DVD menu? Is this an issue with "dvdnav version 6.0.0". Is "dvdnav version 6.0.0" some stand alone thingy or is it compiled into mpv?

manual/mplayer-changes.rst: says when grep'ing it for "-i dvd":

Code: Select all

``dvdnav://``               Removed.
Still, mpv.SlackBuild gives this:

Code: Select all

 --enable-dvdnav \
 --enable-dvdread \
Could that be the issue why the DVD menu not works?

Porteus-v4.0 bug reports

Posted: 24 Jun 2018, 03:08
by ncmprhnsbl
Rava wrote:
23 Jun 2018, 23:16
I am unable to access any of the DVD menu,
Porteus-v4.0 bug reports (Post by ncmprhnsbl #65191)
yeah, the --enable-dvdnav configure option is probably pointless..
Rava wrote:
23 Jun 2018, 23:16
, nor is any sound played. mpv does report a sound available:
this should show available audio tracks, clicking on it cycles through themImage

Porteus-v4.0 bug reports

Posted: 24 Jun 2018, 06:43
by Blaze
donald wrote:
18 Jun 2018, 00:52
Exec=/opt/porteus-scripts/xorg/psu "dbus-launch --exit-with-session thunar %F"
to
Exec=gksu -l "dbus-launch --exit-with-session thunar %F"
and also in Thunar's custom actions.
Done. uca-xfce-actions-by-blaze-2018-06-24.xzm

Porteus-v4.0 bug reports

Posted: 24 Jun 2018, 21:30
by Rava
ncmprhnsbl wrote:
24 Jun 2018, 03:08
Rava wrote:
23 Jun 2018, 23:16
I am unable to access any of the DVD menu,
Porteus-v4.0 bug reports (Post by ncmprhnsbl #65191)
yeah, the --enable-dvdnav configure option is probably pointless..
Hmm would gnome-mpv be able to play DVDs? But AFAIK thats only a wrapper starting mpv or is it a standalone binary?

About the sound. ... thought I tried all available sounds. Have to check that once more.

Update
gtk-porteus-timeconfig lookes messed up when running in Port 4.0 x86-64 XFCE with NVidia driver nvidia-304.137-k.4.16.3-x86_64-don

The "Cancel" button is half overlaying the other buttons, like in the main window:
Image

ALso, in the Set Time/Date Sub-Window, the edit/select days, months et cetera is messed up, like so:
Image
______________________________

And I still got no reply as how do I optain a module for the original man pages (the ones in English) for my 4.0 x86-64 XFCE system.
Also, no updates if the messed up locales with manpages as described above is now fixed, especially the issue with the missing manpages (e.g. mpg123, mpv) and the man pages that are in this module, but are not existant as programs anymore. Have the man1 folder for example:

Code: Select all

guest@porteus:/mnt/live/memory/images$ ls de-xfce4_locales.xzm/usr/man/de/man1/
apropos.1  chsh.1     login.1     mplayer.1  sg.1      xfce4-terminal.1
chage.1    expiry.1   man.1       newgrp.1   su.1
chfn.1     gpasswd.1  mencoder.1  passwd.1   whatis.1
Example mpv, it exists as LC_MESSAGES/gnome-mpv.mo but not as man page:

Code: Select all

guest@porteus:/mnt/live/memory/images/de-xfce4_locales.xzm/usr$ find .|grep mpv
./share/locale/de_DE/LC_MESSAGES/gnome-mpv.mo
When activating the de-xfce4_locales.xzm, the man pages still not get displayed, running man mencoder results in this:

Code: Select all

guest@porteus:/mnt/live/memory/images$ man mencoder
No manual entry for mencoder
checking network resources...

Looking up man.cx
Unable to locate remote host man.cx.
Alert!: Unable to connect to remote host.

lynx: Can't access startfile http://man.cx/mencoder
Only running it like so:

Code: Select all

man /usr/man/de/man1/mencoder.1 
succeeds.

If that is an issue that e.g. the de-xfce4_locales.xzm must be loaded together with the boot up, then we need some large red signs for users to know about such issue, and that it won't work as module loaded after the systemn is already up.
But it also seems, there is no info which locales and such the system should use, these should be in /etc/, or not?
Cause there are only files and folders in /usr/man and /usr/share and below in the de-xfce4_locales.xzm module.

Porteus-v4.0 bug reports

Posted: 26 Jun 2018, 17:31
by donald
Rava wrote:
24 Jun 2018, 21:30
gtk-porteus-timeconfig lookes messed up when running in Port 4.0 x86-64 XFCE with NVidia driver nvidia-304.137-k.4.16.3-x86_64-don
Can you please check if this happens in the "always fresh" mode (+ nvidia driver)
( place the driver module into the base folder and add a (e.g.) 009 prefix
to make it load in AF mode at boot up)

I've tried to reproduce this problem, even with the adwaita-dark theme, but it looks ok here.

Porteus-v4.0 bug reports

Posted: 30 Jun 2018, 09:49
by bour59
Hello!
I can't view the content of my webmail under firefox
-processor Intel(R) Pentium(R) D CPU 2.80GHz
-memory 1GiB System Memory
-porteus v4.0 xfce i586 ---( same issue porteus v3.2.2 )
-firefox 61.0 from server

all's ok on the same configuration with slackware-live-xfce instead porteus

all's ok on another hardware
-processor Pentium(R) Dual-Core CPU E5200 @ 2.50GHz
-memory 4GiB System Memory
-porteus v4.0 xfce i586
-firefox 61.0 from server

I am a little confused by this

Porteus-v4.0 bug reports

Posted: 30 Jun 2018, 14:53
by tome
bour59 wrote:
30 Jun 2018, 09:49
the same configuration
means the same firefox profile also? Try fresh, not preconfigured one

Code: Select all

firefox -no-remote -p

Porteus-v4.0 bug reports

Posted: 01 Jul 2018, 13:46
by bour59
@tome
to avoid any pollution, I do this
-download xfce iso from dl.porteus.org/i586
in X -System -> Create an usb bootable
2partitions vfat:1536Megs and ext4 with the rest
-boot the usb in refresh mode 3
login root
update-firefox and choose the server version (61.0)
activate the xzm downloaded
nmtui-connect to wifi
in X launch firefox and connect to my FAI
access my webmail
but nothing is displayed
sorry hadn't see firefox -no-remote -p will try it
nothing changes except the creation of a profile

Porteus-v4.0 bug reports

Posted: 03 Jul 2018, 07:49
by bour59
on fresh porteus I copy the folder downloaded from firefox, untar the bz2 and copy the firefox folder
to /usr/lib and create a link to firefox
the same problem persist
on this machine Ihave tried slackware-currentt and slackwrelive
on these os all's ok.so I suspect a problem porteus <--> hardware

Porteus-v4.0 bug reports

Posted: 03 Jul 2018, 08:43
by tome
So maybe http://dl.porteus.org/x86_64/ would be solution.

Porteus-v4.0 bug reports

Posted: 03 Jul 2018, 09:24
by bour59
sorry tome but -processor Intel(R) Pentium(R) D CPU 2.80GHz is an i586 and cannot run porteus x86-64

Porteus-v4.0 bug reports

Posted: 03 Jul 2018, 10:59
by tome
I would try:

Code: Select all

firefox "http://your webmail"
to see output. Another thing to try may be older kernel(+vmlinuz) from porteus v3.1, if it worked.

Porteus-v4.0 bug reports

Posted: 03 Jul 2018, 14:39
by bour59
I build an usb from Porteus-XFCE-v3.1-i486.iso dated 9 mar 2016
and have seen again the content of my webmail
@ tome many thanks to you
now how to explain the error since porteus3.2
and how to correct porteus4.0

Porteus-v4.0 bug reports

Posted: 03 Jul 2018, 21:12
by tome
I think next try should be:
Find, move and overwrite vmlinuz and 000-kernel.xzm from porteus v3.1 to porteus v4.0 and reboot to porteus v4.0.