LinuxQuestions.org
Review your favorite Linux distribution.
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 02-17-2013, 11:45 AM   #256
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,223

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320

Quote:
Originally Posted by kingbeowulf View Post
  1. run "nvidia-switch"
  2. upgrade mesa
  3. reinstall nvidia-driver ("nvidia-switch --install" should work...)
  4. reboot
B. 64-bit with multilib and compat32 packages
  1. run "nvidia-switch"
  2. removepkg nvidia-driver
  3. check for "dangling" symlinks in /usr/lib (/usr/lib64 'should' be fine)
  4. upgrade mesa and mesa-compat32
  5. install nvidia-driver
  6. reboot
There's a step missing. 10-nvidia.conf is in the nvidia-kernel, not nvidia-driver. Therefore, after an nvidia-switch, both nvidia-kernel and nvidia-driver need to be reinstalled.
 
Old 02-17-2013, 12:28 PM   #257
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
I've decided to install Steam on Slackware. I'm following Eric's tutorial/build. I started reading on the topic a few days ago and I would swear I saw -compat32 packages for:
- flac
- libogg
- libvorbis
- oxygen-gtk2

somewhere in Eric's steamclient/deps directory. They seem to have vanished. Eric, are you doing any upgrades at the moment or is it just me hallucinating/getting blind?

Thanks a lot.
 
Old 02-17-2013, 12:50 PM   #258
Buumi
Member
 
Registered: Dec 2010
Location: Finland
Distribution: Slackware 14.1
Posts: 61

Rep: Reputation: 10
Quote:
Originally Posted by sycamorex View Post
I've decided to install Steam on Slackware. I'm following Eric's tutorial/build. I started reading on the topic a few days ago and I would swear I saw -compat32 packages for:
- flac
- libogg
- libvorbis
- oxygen-gtk2

somewhere in Eric's steamclient/deps directory. They seem to have vanished. Eric, are you doing any upgrades at the moment or is it just me hallucinating/getting blind?

Thanks a lot.
Those packages are now part of Eric's basic multilib setup (except for oxygen-gtk2). So they're already there if you have packages from http://taper.alienbase.nl/mirrors/pe...re64-compat32/
Also, Steam doesn't need those packages there used to be in deps folder as it now includes "steam-runtime" which includes them already.
Only package there is left is Eric's updated mesa package which is if I understood correctly needed to run some games.
See Eric's posts #248 and #251

Last edited by Buumi; 02-17-2013 at 12:52 PM.
 
1 members found this post helpful.
Old 02-17-2013, 12:52 PM   #259
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by Buumi View Post
Those packages are now part of Eric's basic multilib setup (except for oxygen-gtk2). So they're already there if you have packages from http://taper.alienbase.nl/mirrors/pe...re64-compat32/
Also, Steam doesn't need those packages there used to be in deps folder as it now includes "steam-runtime" which includes them already.
Only package there is left is Eric's updated mesa package which is if I understood correctly needed to run some games.
Thank you. I must have skipped that lecture
 
Old 02-17-2013, 01:21 PM   #260
Bazzaah
Member
 
Registered: Mar 2007
Distribution: Slackware64-current, Slackware64 14
Posts: 331

Rep: Reputation: 50
runs great - thanks Eric. Now all I need is a game to play....
 
Old 02-17-2013, 02:33 PM   #261
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,223

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by Bazzaah View Post
runs great - thanks Eric. Now all I need is a game to play....
While I'm sure you're aware that every Linux game is on sale until the 21st (I bought them all), I recommend Aquaria in particular.

Steam is the only store that currently offers the Linux version. Aquaria is also open source, so after you buy it you can make a 64-bit build that doesn't even need Steam to run:

http://www.linuxquestions.org/questi...po-4175443914/

I've completed it. It's one of the best game I've ever played.

Last edited by dugan; 02-17-2013 at 02:43 PM.
 
Old 02-17-2013, 03:35 PM   #262
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Thanks Eric for the Slackware steam SlackBuild. It runs fine. Initially, I kept having a few segfaults but NVIDIA binary blob reinstall has fixed the problem.

I've installed Dungeons of Dredmor. Just played for a few minutes and it seems to be working fine. It is rather slow/semi responsive especially when drawing new windows (GeForce GTX 550 Ti + NVIDIA-Linux-x86_64-310.32.run) but perfectly playable. I haven't experienced any crashes.

Thanks again.
 
Old 02-18-2013, 12:29 AM   #263
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,266
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
Quote:
Originally Posted by dugan View Post
There's a step missing. 10-nvidia.conf is in the nvidia-kernel, not nvidia-driver. Therefore, after an nvidia-switch, both nvidia-kernel and nvidia-driver need to be reinstalled.
Technically, perhaps. But if you are a gamer and therefore power user, you shouldn't be using 10-nvidia.conf at all but rather a properly tweaked entry in /etc/X11/xorg.conf. Even once you remove it, you do not need to reinstall nvidia-kernel to get it back. Just copy it from the nvidia-kernel archive to /usr/share/X11/xorg.conf.d and you are golden. nvidia.ko "should" be picked up even without it if you blacklisted nv and nouveau.

I'll get arround to "properly" dealing with it in nvidia-switch when I fix the multilib stuff.
 
Old 02-23-2013, 03:02 PM   #264
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,223

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by Ook View Post
When I install with the slackbuilds package, steam actually starts up and runs. Then it tells me that this version is for the closed beta, and exits. Am I missing something, or is the slackbuilds the closed beta version?
That just happened to me with the latest update. I solved it be deleting my .local/share/Steam directory and then restarting Steam.
 
Old 02-28-2013, 09:20 AM   #265
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 699

Rep: Reputation: 131Reputation: 131
Quote:
Originally Posted by Ook View Post
I have a valid account - I was in the steam beta, and my steam account is one of the oldest out there. But it tells me my account is not in the closed beta, so maybe that is keep it from updating? I would think not because steam usually does all of its updating *before* it asks you to login. I think I'll clean out all of the steam files and start over.

Perhaps I can contribute to the setting up a dedicated server blog? I've run half-life servers for over ten years, and some of the stuff on the Steam site is ... well, I won't say incorrect, just unnecessary. They make it a bit more difficult than it has to be. Setting up a dedicated server is not that difficult.
For those interested - I had to manually delete the steam files from /usr/bin. Apparently using installpkg on the package I build with the slackbuilds script did not over write these, even when doing it as root. I manually deleted steam and steamdeps from /usr/bin, ran the package again, and now it works fine.
 
Old 02-28-2013, 09:34 AM   #266
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,223

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
I just wanted to tell you all that (Bit Trip) Runner 2 is a fantastic game, works perfectly on Slackware64, and actually auto-detects your graphics settings instead of making you set them.
 
Old 02-28-2013, 12:23 PM   #267
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Ook View Post
For those interested - I had to manually delete the steam files from /usr/bin. Apparently using installpkg on the package I build with the slackbuilds script did not over write these, even when doing it as root. I manually deleted steam and steamdeps from /usr/bin, ran the package again, and now it works fine.
Strange, I never had that problem.

Eric
 
Old 03-01-2013, 09:55 AM   #268
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 699

Rep: Reputation: 131Reputation: 131
Quote:
Originally Posted by Alien Bob View Post
Strange, I never had that problem.

Eric
Wish I had an answer for that. I'd played around with this for a while, and don't remember where the current /usr/bin/steam came from - will the package installer not overwrite newer files? I did this as root, so there shouldn't have been any permission problems. Alas, I didn't take a close look at /usr/bin/steam, and now it's gone, so I can't say what date/time/size or permissions it might have had.
 
Old 03-01-2013, 03:08 PM   #269
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
The script /usr/bin/steam is part of the steamclient package. If you run the steamclient.SlackBuild and it produces a different content than my own package, then something is not right on your computer.

I provide packages, not jus tthe build script, for a reason: they are compiled on a clean system and they work.

Eric
 
Old 03-01-2013, 06:04 PM   #270
em21701
Member
 
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265

Rep: Reputation: 40
I just loaded Steam on my multilib setup and it keeps telling me that I need a specific version of flash. After clicking the flash link it tells me I need the newest version which I already have. Is anyone else having this trouble?
 
  


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
LXer: Steam Linux Beta Build Surfaces In Steam’s Database LXer Syndicated Linux News 0 09-06-2012 04:00 PM
Steam jrduffis Ubuntu 6 08-08-2012 07:01 PM
Steam on Wine, cannot login,"Steam is having trouble connecting to the Steam servers" cantab Linux - Games 1 06-19-2010 06:32 AM
Steam. meisbob Linux - Games 8 08-19-2006 08:28 PM
Slackware 10 and WineX/Cedega + Steam php Linux - Games 4 07-24-2004 05:23 PM

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

All times are GMT -5. The time now is 12:19 AM.

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