LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-28-2021, 12:35 PM   #9346
EdGr
Member
 
Registered: Dec 2010
Location: California, USA
Distribution: I run my own OS
Posts: 998

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470

Quote:
Originally Posted by LuckyCyborg View Post
Your point is what? That you do not need it on your stripped down partial Slackware installation? So, what?
My point was to beware of creeping feature-isms. That is all.
Ed
 
Old 12-28-2021, 12:43 PM   #9347
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,505

Rep: Reputation: 3320Reputation: 3320Reputation: 3320Reputation: 3320Reputation: 3320Reputation: 3320Reputation: 3320Reputation: 3320Reputation: 3320Reputation: 3320Reputation: 3320
Quote:
Originally Posted by EdGr View Post
My point was to beware of creeping feature-isms. That is all.
Ed
The xdg-desktop-portal has a precise purpose, which people (including me) appreciates well. That's why it was also added on Slackware, for Wayland support.

If your purpose is not to request to remove it (to which I disagree) then your posts on this thread are, well... not that on topic.

Last edited by LuckyCyborg; 12-28-2021 at 12:59 PM.
 
3 members found this post helpful.
Old 12-28-2021, 04:53 PM   #9348
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,367

Rep: Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082
Seamonkey 2.53.10.2

https://archive.mozilla.org/pub/seam....source.tar.xz

https://www.seamonkey-project.org/re...nkey2.53.10.2/

Code:
Additional important security fixes up to Current Firefox 91.4.1 ESR and a few enhancements have been backported.
 
Old 12-28-2021, 06:48 PM   #9349
denydias
Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 297

Rep: Reputation: Disabled
Quote:
Originally Posted by denydias View Post
Is there any particular reason for imagemagick.SlackBuild carry the flag --disable-opencl?
Just installed imagemagick-7.1.0_19-x86_64. --disable-opencl is still there. Can it become --enable-opencl?

ImageMagick and OpenCL support

tl;dr there's no harm enabling OpenCL support in ImageMagick for the ones not having OpenCL capable hardware or its drivers not installed. It can also be disabled at runtime (for the ones having OpenCL capable hardware and drivers in place) by using `MAGICK_OCL_DEVICE=OFF convert`.
 
Old 12-28-2021, 10:05 PM   #9350
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,508

Rep: Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472
Quote:
Originally Posted by denydias View Post
Just installed imagemagick-7.1.0_19-x86_64. --disable-opencl is still there. Can it become --enable-opencl?

ImageMagick and OpenCL support

tl;dr there's no harm enabling OpenCL support in ImageMagick for the ones not having OpenCL capable hardware or its drivers not installed. It can also be disabled at runtime (for the ones having OpenCL capable hardware and drivers in place) by using `MAGICK_OCL_DEVICE=OFF convert`.
It used to be enabled but was leading to hangs. Some drivers are of better quality than others.

I could possibly see enabling it in the future with a default of MAGICK_OCL_DEVICE=OFF set in a /etc/profile.d/ script, but not now.
 
6 members found this post helpful.
Old 12-29-2021, 12:05 AM   #9351
denydias
Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 297

Rep: Reputation: Disabled
Quote:
Originally Posted by volkerdi View Post
It used to be enabled but was leading to hangs. Some drivers are of better quality than others.

I could possibly see enabling it in the future with a default of MAGICK_OCL_DEVICE=OFF set in a /etc/profile.d/ script, but not now.
Thanks for taking the time to reply, @volkerdi.

That's a perfectly valid reasoning and a totally acceptable approach to handle it in the future. I'll just grab the source and compile it myself meanwhile.
 
2 members found this post helpful.
Old 12-29-2021, 02:31 AM   #9352
emidevices
Member
 
Registered: May 2016
Location: In a village of La Mancha
Distribution: Slackware, Devuan, NetBSD
Posts: 62

Rep: Reputation: Disabled
Quote:
Originally Posted by allend View Post
If you can live with this only working for the installer option 5 "Install from FTP/HTTP server" running in 'full' or 'terse' mode (i.e. no tagfiles), and inaccurate package sizes being displayed for newer packages, then you could try this technique.

- Copy the two attached patch files to a device that can be mounted from the installer before running 'setup'.
- Boot the installer and create a directory with 'mkdir /mnt/hd'.
- Mount the device with 'mount <device> /mnt/hd'.
- Patch INSURL with 'patch /usr/lib/setup/INSURL /mnt/hd/<path>/<to>/INSURL.patch'.
- Patch slackinstall with 'patch /usr/lib/setup/slackinstall /mnt/hd/<path>/<to>/slackinstall.patch'.
- Unmount the device with 'umount /mnt/hd'.
- To be clean, remove the directory with 'rmdir /mnt/hd'.
- Run 'setup' as normal.
.
.
.

Hey allend! That seems like a big thing. I appreciate your effort. I run multiple virtual machines with 14.2, so next time I create one, I will use this method.
Thanks a lot!!
 
Old 12-30-2021, 03:43 AM   #9353
denydias
Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 297

Rep: Reputation: Disabled
Quote:
Originally Posted by volkerdi View Post
It used to be enabled but was leading to hangs. Some drivers are of better quality than others.

I could possibly see enabling it in the future with a default of MAGICK_OCL_DEVICE=OFF set in a /etc/profile.d/ script, but not now.
@volkerdi, I've downloaded imagemagick source SlackBuild and changed the following:

Code:
--- imagemagick.SlackBuild      2021-05-31 16:19:59.532025603 -0300
+++ imagemagick-opencl.SlackBuild       2021-12-30 05:56:45.456301573 -0300
@@ -23,7 +23,7 @@
 cd $(dirname $0) ; CWD=$(pwd)
 
 PKGNAM=imagemagick
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2deny}
 
 # NOTE:  This is to cope with ImageMagick version numbers such as 5.4.7-4,
 # which occur fairly often (but not always).  If these numbers are all the same,
@@ -114,7 +114,7 @@
   --with-x \
   --with-frozenpaths=no \
   --with-modules \
-  --disable-opencl \
+  --enable-opencl \
   --enable-hdri \
   --enable-static=no \
   --enable-shared \
The binary shows OpenCL support:

Code:
$ magick -version
Version: ImageMagick 7.1.0-19 Q16-HDRI x86_64 2021-12-18
Features: Cipher DPC HDRI Modules OpenCL OpenMP(4.5)
However, when I run:

Code:
$ convert logo: -despeckle null:
$HOME/.cache/ImageMagick is not created. Not even MAGICK_OCL_DEVICE=ON have an effect on it.

I've searched in Slackware's source but it only shows imagemagick.SlackBuild with already --disable-opencl.

Do you have a clue on when you've made that change or its diff?

PS: I'm sure my OpenCL hardware is working as both Gimp and LibreOffice are actually using it.
 
Old 12-30-2021, 11:12 AM   #9354
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,367

Rep: Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082
e2fsprogs 1.46.5

http://e2fsprogs.sourceforge.net/e2f...se.html#1.46.5
 
Old 12-30-2021, 01:24 PM   #9355
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
gtk-4.6.0
https://download.gnome.org/sources/g...k-4.6.0.tar.xz
 
Old 12-30-2021, 02:12 PM   #9356
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,367

Rep: Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082
Quote:
Originally Posted by saxa View Post
Just a reminder :
We will probably stay on the stable 4.4.x branch

Last edited by marav; 12-30-2021 at 02:13 PM.
 
Old 12-30-2021, 06:26 PM   #9357
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
Quote:
Originally Posted by marav View Post
Just a reminder :
We will probably stay on the stable 4.4.x branch
Rather, on the stable GTK+3.2.x branch. GTK-4 will be for a further Slackware version after 15.0, me think.

Last edited by Didier Spaier; 12-30-2021 at 06:28 PM.
 
Old 12-30-2021, 06:38 PM   #9358
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,367

Rep: Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082Reputation: 4082
Quote:
Originally Posted by Didier Spaier View Post
Rather, on the stable GTK+3.2.x branch. GTK-4 will be for a further Slackware version after 15.0, me think.
gtk4 is already a part of slackware
http://ftp.slackware.com/pub/slackwa...source/l/gtk4/
 
1 members found this post helpful.
Old 12-30-2021, 11:41 PM   #9359
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,508

Rep: Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472Reputation: 8472
Quote:
Originally Posted by denydias View Post
I've searched in Slackware's source but it only shows imagemagick.SlackBuild with already --disable-opencl.

Do you have a clue on when you've made that change or its diff?
The first diff was to remove the previously existing --enable-opencl, but the compile still enabled the option automatically. The second diff was to add --disable-opencl as currently exists in the SlackBuild.

Probably not helpful, sorry. Not sure what else you'd need to do if disable -> enable isn't enough to make it work.
 
Old 12-31-2021, 01:06 AM   #9360
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
Quote:
Originally Posted by marav View Post
gtk4 is already a part of slackware
http://ftp.slackware.com/pub/slackwa...source/l/gtk4/
I see now that it has been added as recorded on Mon Aug 16 05:28:16 UTC 2021. I missed that at first, thanks for the heads-up.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration