LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 10-03-2014, 04:47 PM   #16
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,733

Rep: Reputation: 990Reputation: 990Reputation: 990Reputation: 990Reputation: 990Reputation: 990Reputation: 990Reputation: 990

Hang on, for the sake of clarity, how are you installing your video card drivers? Are you using the Nvidia installer, or the slackbuild? If you're using the Nvidia installer, you want the 64-bit driver. It'll prompt you at the end of building if you want the 32-bit utilities (YES!)
 
Old 10-07-2014, 09:38 AM   #17
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660
If I understand your question correctly, then your assumption is incorrect. There are 32 bit libs required for the graphics card on a multi-lib system. That is why you need to (re)install the video driver after you make your system multi-lib. The installer is able to build just the 64bit version or a 64bit and 32bit version. Because the installer does this, there is no 32bit package you need to convert by running compat32.

Last edited by bassmadrigal; 10-07-2014 at 09:39 AM.
 
Old 10-07-2014, 11:38 AM   #18
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
Originally Posted by bassmadrigal View Post
If I understand your question correctly, then your assumption is incorrect. There are 32 bit libs required for the graphics card on a multi-lib system. That is why you need to (re)install the video driver after you make your system multi-lib. The installer is able to build just the 64bit version or a 64bit and 32bit version. Because the installer does this, there is no 32bit package you need to convert by running compat32.
here we go again if slackware users would just pull the nvidia driver and build it in runlevel 3 they would see . If slackware users of nvidia cards read the readme on the Slackbuilds nvidia build this would be simple.

Last edited by Drakeo; 10-07-2014 at 11:39 AM.
 
Old 10-07-2014, 12:51 PM   #19
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660
Quote:
Originally Posted by Drakeo View Post
here we go again if slackware users would just pull the nvidia driver and build it in runlevel 3 they would see . If slackware users of nvidia cards read the readme on the Slackbuilds nvidia build this would be simple.
Why is this directed at me? I always do video driver installs in runlevel 3...
 
Old 10-07-2014, 01:34 PM   #20
maciuszek
Member
 
Registered: Nov 2010
Location: Toronto, Ontario
Distribution: Slackware + FreeBSD
Posts: 165

Rep: Reputation: 40
I didn't assume any of that.

I assumed the conversion script did something extra, and I was asking if this is an isolated case where such an extra may be ignored.

Thank you nevertheless for trying help, apologies I didn't word my question clearly.
 
Old 10-07-2014, 02:28 PM   #21
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660Reputation: 6660
Quote:
Originally Posted by maciuszek View Post
I didn't assume any of that.

I assumed the conversion script did something extra, and I was asking if this is an isolated case where such an extra may be ignored.

Thank you nevertheless for trying help, apologies I didn't word my question clearly.
The conversion script is used to take any 32bit program/library from Slackware and make it into a multi-lib capable program/library that works along side the 64bit program (this allows you to have a 32bit and 64bit package installed without overwriting each other). These converted 32bit packages are needed by 32bit programs you may run (like Steam), although, most software for Linux is available in 64bit. The majority of programs/libraries that you may need converted is already provided by Eric (alien_bob) through his multi-lib repository that you should've downloaded and installed when you installed multi-lib. Occasionally, you may need to convert other 32bit dependencies, like OpenAL, but, in my use, it is not common.
 
Old 10-07-2014, 04:09 PM   #22
maciuszek
Member
 
Registered: Nov 2010
Location: Toronto, Ontario
Distribution: Slackware + FreeBSD
Posts: 165

Rep: Reputation: 40
I hate how I caused such an offtopic tangent. I asked initially since it seemed the op was confused with how multilib packages work. I still haven't embarked on the journey with any of my slackware installations myself, although the last piece of confusion was clarified after rereading aliens multilib readme and your last post basmadrigal.

I guess the first time I read it i just skimmed through it overlooking the details of:
Quote:
/usr/sbin/convertpkg-compat32
This script takes a 32-bit Slackware package and converts it to a
'-compat32' package that you can install (using "installpkg") on
Slackware64, alongside a 64-bit version of the same software.
I think it would be nice to have that hashed in this segment, underlining the alongside, since I accepted this as a need to use it all the time.

Quote:
(2) If you want to install this 32-bit package on Slackware64-multilib,
you will have to convert it to a 'compat32' package:

# convertpkg-compat32 -i /path/to/your/fresh/foo-VERSION-i486-BUILD.tgz
# upgradepkg --install-new /tmp/foo-compat32-VERSION-x86_64-BUILDcompat32.txz
 
Old 10-09-2014, 03:57 AM   #23
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
Originally Posted by bassmadrigal View Post
Why is this directed at me? I always do video driver installs in runlevel 3...
No was not directed at you forgive me.
I was just lazy and quoted. Sorry. The Readme file is the most over looked text. It should be Do_Not_Readme.
one this thread came to a point were it was asking should they convert the Nvidia package and that is what I was replying to
this

Quote:
@AlienBob
As in the reason of edit I do apologize for this typo, I've never assumed it not to mean compatibility and have no idea why I would have wrote it in such away.

Everything is perfectly clear and complimenting what I was accepting "blindly" no research, although I'm still unclear on why the 32 bit libraries for the graphics card _do not_ need to be converted to compat32, whereas you stated openal must be.
and again I really do not think at this point they understand what convert compat32 is. that is when you take a 32 bit package and use the convert32 script to repackage it so it is compatible with the 64 bit system.
again the script is open source and pretty much explains what it is doing.

Last edited by Drakeo; 10-09-2014 at 04:06 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Steam with Slackware 14.1 64 bit? Ook Slackware 10 06-22-2015 05:08 PM
installling steam on slackware 14 32 bit xfce4 Linux - Newbie 2 08-28-2013 01:36 AM
installling steam on slackware 14 32 bit xfce4 Slackware 12 08-28-2013 01:36 AM
[SOLVED] Wicd won't install correctly/run correctly (64-bit Slackware 13) bgraybr Slackware 3 04-01-2010 06:57 PM

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

All times are GMT -5. The time now is 08:08 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