PDA

View Full Version : Steam coming to Linux..?



Pages : [1] 2

portets
April 22nd, 2010, 05:25 AM
sorry if someone posted this already. didn't see anything.

anyway, i just read on phoronix that a script for the mac version of steam mentions linux (original article here (http://www.phoronix.com/scan.php?page=article&item=steam_linux_script&num=1)).

and here's the script:


#!/bin/bash

# figure out the absolute path to the script being run a bit
# non-obvious, the ${0%/*} pulls the path out of $0, cd's into the
# specified directory, then uses $PWD to figure out where that
# directory lives - and all this in a subshell, so we don't affect
# $PWD

STEAMROOT=$(cd "${0%/*}" && echo $PWD)

#determine platform
UNAME=`uname`
if [ "$UNAME" == "Darwin" ]; then
PLATFORM=osx32
# prepend our lib path to LD_LIBRARY_PATH
export DYLD_LIBRARY_PATH="${STEAMROOT}"/${PLATFORM}:$DYLD_LIBRARY_PATH
elif [ "$UNAME" == "Linux" ]; then
PLATFORM=linux32
# prepend our lib path to LD_LIBRARY_PATH
export LD_LIBRARY_PATH="${STEAMROOT}"/${PLATFORM}:$LD_LIBRARY_PATH
fi

if [ -z $STEAMEXE ]; then
STEAMEXE=steam
fi

ulimit -n 2048

# and launch steam
cd "$STEAMROOT"

STATUS=42
while [ $STATUS -eq 42 ]; do
${DEBUGGER} "${STEAMROOT}"/${PLATFORM}/${STEAMEXE} $@
STATUS=$?
# are we running osx?
if [ $STATUS -eq 42 -a ${PLATFORM} == "osx32" -a -f Info.plist ]; then
# are we running from in a bundle?
exec open "${STEAMROOT}"/../..
fi
done
exit $STATUSthe linux section should be in bold.

so, i think this confirms that steam has private linux builds. (someone in the phoronix forums said they had seen a linux build a while back).

what i don't understand is: why don't companies just release linux builds of their products and make it clear that they are unsupported?

AllRadioisDead
April 22nd, 2010, 06:05 AM
what i don't understand is: why don't companies just release linux builds of their products and make it clear that they are unsupported?
Perhaps because they're planning on supporting it...?

Zintha
April 22nd, 2010, 06:43 AM
Perhaps because they're planning on supporting it...?
Thats the impression I was under.

Then again, if it already exists, there are a million and one people who understand Linux enough to support it in the community that already exists for the mean time.

Then again i've heard a million and TWO rumors about Steam coming out on Linux next week/month/year/decade/century/second with 1/2/7/20/400/1213/all/none of the games there.

Tigersmind
April 22nd, 2010, 08:03 AM
If they do it, they get my game money for sure.

mastablasta
April 22nd, 2010, 09:23 AM
It woul dbe much better to see games coming to linux than Steam.

ndefontenay
April 22nd, 2010, 09:29 AM
Having the intention to support it doesn't mean they are going to support it anytime soon.

It's good they are in a frame of work that gives them options to open to the linux world if they feel the need.

Now when is that going to happen is another question really.

ELD
April 22nd, 2010, 01:15 PM
I saw this on slashdot earlier and it provided me a moment of joy that's for sure but...

I don't see it as evidence of anything more than someone was testing it and accidentally left it in (as one example), there are many reasons it could be there, Steam coming to Linux officially may not even be one of them.

Nothing is for sure until Valve announce it, i will not get my hopes up that's for sure.

u235sentinel
April 22nd, 2010, 03:15 PM
I saw this on slashdot earlier and it provided me a moment of joy that's for sure but...

I don't see it as evidence of anything more than someone was testing it and accidentally left it in (as one example), there are many reasons it could be there, Steam coming to Linux officially may not even be one of them.

Nothing is for sure until Valve announce it, i will not get my hopes up that's for sure.

until then it's mostly working in crossover games for me. At least I don't need a windows computer to play it anymore :D

ElSlunko
April 22nd, 2010, 06:58 PM
I'm hopeful, that's for sure. I've never really been against buying video games or one company controlling the means of distribution as long as the infrastructure of the client is well built. Only problem I see here is the obvious -- just because the client is available for Linux doesn't mean the games will be. Nevertheless, it would be a swing in the right direction.

Simian Man
April 22nd, 2010, 07:05 PM
Even if Steam worked on Linux, the vast majority of the games there wouldn't. Why does anybody care about this??

efikkan
April 22nd, 2010, 08:40 PM
Let's take a look at the facts:

* Valve has been looking for an engineer to port Windows games to GNU/Linux (http://www.phoronix.com/scan.php?page=news_item&px=NjA1NQ)
* Source games has servers for GNU/Linux.
* Source games are being ported to Mac OS X, so OpenGL support is added.

Now take a look at the following files from steam:
http://store.steampowered.com/public/client/public_all.zip.42037f1079151a7bfb225ef0ac9bd5b3b38 40ce9
http://store.steampowered.com/public/client/skins_all.zip.6a58428db616736d79a3374ba75abd29e2c1 276f
http://store.steampowered.com/public/client/bins_linux.zip.dc36f31374267ad4a740762a6cf1925ed30 bcab9
http://store.steampowered.com/public/client/steam_linux.zip.52367793a26b83abc84871770277e1b8d7 7608bc

Inspect the files yourself, and you'll se it actually contains binaries and libraries for GNU/Linux (32 bit). It also links to OpenGL, X server and steam's gui, so this is not a game server for GNU/Linux. The steam executable also contains the names redhat, fedora, slackware, debian, mandrake, yellowdog, gentoo, lsb and suse.

Noone seems to get it running yet, and it does not look complete. It looks to me like an early test.

It's not a matter of if Steam is coming to GNU/Linux, but when.

u235sentinel
April 22nd, 2010, 09:04 PM
Even if Steam worked on Linux, the vast majority of the games there wouldn't. Why does anybody care about this??

Fortunately I'm only interested in the Valve games like HL2, TF2, CSS and L4D2 :-)

antenna
April 22nd, 2010, 10:59 PM
Exactly, Valve make some decent games. There would be lots to get excited about for some of us that have been on Linux so long we haven't played all or most of them. ;)

Anyway, I have a lot of doubts this will ever happen.

HHx66
April 22nd, 2010, 11:08 PM
Steam would be awesome on Linux, and would certainly gain Linux some more support as a desktop OS.

Simian Man
April 22nd, 2010, 11:55 PM
Fortunately I'm only interested in the Valve games like HL2, TF2, CSS and L4D2 :-)


Exactly, Valve make some decent games. There would be lots to get excited about for some of us that have been on Linux so long we haven't played all or most of them. ;)

Anyway, I have a lot of doubts this will ever happen.

So does porting steam to Linux imply porting all of Valve's games to Linux? Because then, yes, that would be exciting :).

handy
April 23rd, 2010, 01:02 AM
This is pretty exciting:

There Is No Doubt, Steam Is Coming To Linux!

Posted by Michael Larabel on April 22, 2010

Yesterday we showed proof of Steam's Linux client existence via its Mac OS X launcher that is currently in closed beta, then this morning we showed further signs of Linux support. Since 2008 we have known that Steam and the Source Engine would come to Linux. As an update, we even pointed out the download link for the Steam Linux binary from their store.

For more:

http://www.phoronix.com/scan.php?page=news_item&px=ODE3Mw

Marshalus
April 23rd, 2010, 01:44 AM
Fantastic!

u235sentinel
April 23rd, 2010, 05:22 AM
So does porting steam to Linux imply porting all of Valve's games to Linux? Because then, yes, that would be exciting :).

If they were to announce it then I'd give it a strong probably :-)

They have announced that they are porting it all (Valve games) to Mac... At least that was my understanding.

ELD
April 23rd, 2010, 01:15 PM
After reading the latest article i am now swaying towards the thought of it actually coming to Linux for real, good job i own quite a few Source games since those will work on Linux :D

Noraphalem
April 23rd, 2010, 02:09 PM
I think it is a logical step forward.

If you look at the os market you will see there is a trend to split into different ones. The time of one big system dominating all pcs is slowly going over.

If you think a few years back: Mac and Linux was not really known by the majority of the pc users.

Today: They know it and more often use it.

So it is only a logical step that softwaredeveloper have to develop on different platforms. How many games are ported from/to XBOX (360) or PS 1, 2, 3.

Bölvağur
April 23rd, 2010, 02:31 PM
If you think a few years back: Mac and Linux was not really known by the majority of the pc users.

If you think a few years back further than that: Mac and Unix was really well know by the majority of the pc users while Windows wasn't.

It's an ever changing landscape that has just begun emerging. Don't expect things to be static just because of lack of experience.

Noraphalem
April 23rd, 2010, 02:50 PM
If you think a few years back further than that: Mac and Unix was really well know by the majority of the pc users while Windows wasn't.

Yes thats right. But the last few years Windows was dominating. Most people are brainwash of Microsofts marketing which would like to vanish all other oses from the users mind.


It's an ever changing landscape that has just begun emerging. Don't expect things to be static just because of lack of experience.

Yes I may have a lack of experience but I have sayd "I think" not "it is"! It is changing. Definitely.

u235sentinel
April 23rd, 2010, 03:45 PM
Yes thats right. But the last few years Windows was dominating. Most people are brainwash of Microsofts marketing which would like to vanish all other oses from the users mind.



Yes I may have a lack of experience but I have sayd "I think" not "it is"! It is changing. Definitely.

I remember a day when It was said "nobody ever got fired for buying IBM products". Now I hear the same thing with Microsoft. In the future it will be someone else.

At one point WordPerfect was the standard for word processing. Then we had standards which changed over time to today's standards. Tomorrow will change again.

I used to run only Windows on the desktop. Now I have one windows desktop at home and several Ubuntu desktops and servers. Heck, even my TV runs Linux 2.6 kernel. How cool is that :-)

Things change. always do.

RambJoe
April 23rd, 2010, 05:54 PM
Can't wait for this. Valve is the best company to be mult-OS imo, as they don't just make games, they sell them.

DICE have said they are thinking of porting BC2 to OSX.

Optln
April 24th, 2010, 09:48 PM
Even if Steam worked on Linux, the vast majority of the games there wouldn't. Why does anybody care about this??

Steam is the biggest platform for indie PC games. Currently most releases in Steam are indie games and many developers will probably try to port their games to Linux too. This means, we will at least get decent independent titles for Linux.

By the way Valve ported Source Engine to OpenGL for Mac support. So Half-Life series, CS, TF2, L4D series will be coming to Linux.

Chame_Wizard
April 25th, 2010, 12:47 AM
I damn hope Valve does it,cause I want to play HL1 again(my very first torrent in January 2005).:lolflag:

OpenGL 3.3/4.0 is just too cool to be ignored right now.:guitar:

ELD
April 26th, 2010, 12:04 PM
I damn hope Valve does it,cause I want to play HL1 again(my very first torrent in January 2005).:lolflag:


Not something to shout about. So let me guess you will just fire up the torrents for the Linux version too? Besides it's on about the Source engine, hl1 is not using Source.

Modplanman
April 26th, 2010, 09:54 PM
Not something to shout about. So let me guess you will just fire up the torrents for the Linux version too? Besides it's on about the Source engine, hl1 is not using Source.

Original Half-Life engine already runs OpenGL. Half-Life Source uses the (you guessed it) Source engine.

ELD
April 26th, 2010, 10:15 PM
Original Half-Life engine already runs OpenGL. Half-Life Source uses the (you guessed it) Source engine.

I know that, it is what i was basically pointing out since all the chat is about valve and source.

I'm pretty sure half life 1 has a linux port, but just to point out that using OpenGL != working on Linux.

quadomatic
April 26th, 2010, 11:53 PM
I'm pretty sure half life 1 has a linux port

No it doesn't :(

RastaCalavera
April 27th, 2010, 12:23 AM
I damn hope Valve does it,cause I want to play HL1 again(my very first torrent in January 2005).:lolflag:

OpenGL 3.3/4.0 is just too cool to be ignored right now.:guitar:

Half Life is a great game and Valve does its best to make it avaible to everyone. Last year it was only a penny on the birthday of HL. I find it hard to see someone support value with mention of a torrent. I am not one to judge pirates but to "support" a franchise and not pay for it is just WRONG! So I hope I am just interpreting your post wrong.

murderslastcrow
April 27th, 2010, 01:26 AM
OpenGL- fast, full-featured, and available everywhere but the Game Boy Advance I guess. Woot.

torturednacho
April 28th, 2010, 01:56 PM
What about running steam on wine? My main OS is windows, but I'm not a stranger to nix* systems. I'm thinking about switching completely over to nix on my main system. But I won't if I can't play my L4D2 and TFC.

Anyone installed steam with wine and if so how does it work? Loading problems? Any unexpected lag? I was reading that there is a font that sometimes doesn't get installed thus causing some issues with the in game chat and steam look. :popcorn:

dmn_clown
April 28th, 2010, 02:29 PM
Then again i've heard a million and TWO rumors about Steam coming out on Linux next week/month/year/decade/century/second with 1/2/7/20/400/1213/all/none of the games there.

And how many of those rumors were started by Michael Larabel of Phoronix to drive up his site traffic and increase his ad revenue?

If Valve is going to port a Source client to the platform, they will announce it. The announcement will not come from a blog that has nothing to do with them.

Cavsfan
April 28th, 2010, 02:49 PM
What about running steam on wine? My main OS is windows, but I'm not a stranger to nix* systems. I'm thinking about switching completely over to nix on my main system. But I won't if I can't play my L4D2 and TFC.

Anyone installed steam with wine and if so how does it work? Loading problems? Any unexpected lag? I was reading that there is a font that sometimes doesn't get installed thus causing some issues with the in game chat and steam look. :popcorn:
My son tried loading Steam and running L4D and the system froze. We had to turn it off and back on. He plays L4D, L4D2, COD and GTA4. I would like to see it work though.

torturednacho
April 28th, 2010, 03:34 PM
And how many of those rumors were started by Michael Larabel of Phoronix to drive up his site traffic and increase his ad revenue?

If Valve is going to port a Source client to the platform, they will announce it. The announcement will not come from a blog that has nothing to do with them.

Steam on linux (http://developer.valvesoftware.com/wiki/Steam_under_Linux) <--Valve

torturednacho
April 28th, 2010, 03:38 PM
My son tried loading Steam and running L4D and the system froze. We had to turn it off and back on. He plays L4D, L4D2, COD and GTA4. I would like to see it work though.

I'm all about Steam and how they get the games across. I've been playing valve games since they were on mPlayer.

Although they do have the wiki it looks like valve/steam still say to use wine. I'm alittle
sceptical about using wine for games for loading/lag reasons.

ELD
April 28th, 2010, 06:28 PM
And how many of those rumors were started by Michael Larabel of Phoronix to drive up his site traffic and increase his ad revenue?

If Valve is going to port a Source client to the platform, they will announce it. The announcement will not come from a blog that has nothing to do with them.

Who doesn't post news to drive traffic? That is a given.

Fact is his posts are worth a read and provide us with some nice incite

torturednacho
April 29th, 2010, 08:19 PM
From the archives of the Phoronix chat. Looks like getting the client to work is the hard part at this moment. steamui.so errors

u235sentinel
April 29th, 2010, 09:38 PM
Who doesn't post news to drive traffic? That is a given.

Fact is his posts are worth a read and provide us with some nice incite

If the information he provided was unsubstantiated then I believe he's right about the ad revenue bit. However since it has been substantiated by other independent sources than I'm not worried.

Plus I've been on valves site poking around. It's not hard to see they want to do this. But in the end will they?

It wouldn't be the first time someone started a project and decided it wasn't worth completing for whatever reason.

phoronix
April 29th, 2010, 09:39 PM
And how many of those rumors were started by Michael Larabel of Phoronix to drive up his site traffic and increase his ad revenue?

If Valve is going to port a Source client to the platform, they will announce it. The announcement will not come from a blog that has nothing to do with them.

You'll see soon enough that the Steam client and select games are indeed coming to Linux. If you don't want to believe it now, that's fine, then just wait and see.

-- Michael Larabel

ELD
April 29th, 2010, 09:55 PM
You'll see soon enough that the Steam client and select games are indeed coming to Linux. If you don't want to believe it now, that's fine, then just wait and see.

-- Michael Larabel

I hope you are right mate it would be pretty awesome for a lot of reasons.

Would be giving Linux some well deserved recognition in the gaming community and to be honest i think it will make us more a force to be reckoned with.

antenna
April 29th, 2010, 09:59 PM
Shame it would be their dodgy custom UI just when I get every app on my system in nice GTK. Take what you can get I suppose. :)

naikon89
April 30th, 2010, 07:36 PM
You'll see soon enough that the Steam client and select games are indeed coming to Linux. If you don't want to believe it now, that's fine, then just wait and see.

-- Michael Larabel

Evidence would help your assertion somewhat. How do you KNOW steam is coming to Linux? Valve have said nothing. Sure, the linux libraries in the client look promising, but the libs alone do not point to a confirmed Linux client.

Evidence > Opinion

phoronix
April 30th, 2010, 07:43 PM
Evidence would help your assertion somewhat. How do you KNOW steam is coming to Linux? Valve have said nothing. Sure, the linux libraries in the client look promising, but the libs alone do not point to a confirmed Linux client.

Evidence > Opinion

I have my sources that have certainly proved themselves over the years. There is more than Linux libraries that are already publicly available, there is the Steam client binary itself (not to be confused with the server binary) that continues to be updated [there's a whole discussion about it here (http://www.phoronix.com/forums/showthread.php?t=23328)].

naikon89
April 30th, 2010, 07:48 PM
Fine, you have proved that the client exists. This does not mean the Linux client will be actually released to the public for consumption. WoW are rumored to have had internal Linux builds for years
yet no Linux client exists despite a Mac client. I still don't think it's fair to presume Linux is getting Steam/games just because Valve have worked on a client. It's promising, but we are only speculating
until Valve make their position clear.

phoronix
April 30th, 2010, 07:52 PM
Fine, you have proved that the client exists. This does not mean the Linux client will be actually released to the public for consumption...It's promising, but we are only speculating
until Valve make their position clear.

As I have said, according to my reliable sources it will indeed be publicly released and you can expect an announcement as soon as June.

naikon89
April 30th, 2010, 07:57 PM
We will just have to wait and see then. I owe you an apology if this turns out true. I am still skeptical at this point however.

Modplanman
April 30th, 2010, 08:01 PM
Copied from the Steam thread on the subject:


The timestamp for steam_client_linux changed and the files were updated. Here is where the updated one fails on my machine:
http://paste2.org/p/802750

I won't post instructions on where to get the files and what to do and i hope the link above isn't against the forum rules, and if it is, please remove this post.

http://forums.steampowered.com/forums/showpost.php?p=14705073&postcount=557



There's been one or two updates it seems. It's also been noted that the Steam client attempts to draw a UI but fails.

ELD
April 30th, 2010, 08:42 PM
Well it is exciting i personally cannot wait to see how this unfolds, my Windows 7 partition hasn't been booted for weeks but i do now and then for games i own on Steam. Mostly gaming on the 360 nowadays so my PC is near enough 100% Linux ;)

williamdabastrd
April 30th, 2010, 10:06 PM
This will be the greatest thing for me EVER. Ubuntu has support for my iPod touch AND Steam may be ported over with the only games I really play.

I have already gotten completely rid of my Win7 partition despite paying $100 for it with my new PC build. I figured I just wanted to game and play with my iPod, plus some school work. This just seals the deal for me and many of the people I sell PC's to.

phoronix
May 1st, 2010, 07:10 PM
Here's an independent screenshot of the genuine Linux Steam client: http://www.phoronix.com/scan.php?page=news_item&px=ODIwNQ

ELD
May 1st, 2010, 07:27 PM
Here's an independent screenshot of the genuine Linux Steam client: http://www.phoronix.com/scan.php?page=news_item&px=ODIwNQ

Well it does seem more and more likely a client is coming out, i hope Valve do make an announcement, if it does come in June that would be one heck of an early birthday present for me!

Technophobia
May 1st, 2010, 09:43 PM
I'm starting to believe.

efikkan
May 2nd, 2010, 05:40 PM
We all know Steam is eventually coming to GNU/Linux, Valve has hired engineers to port games and has created the test version of the steam client for GNU/Linux. Both of these are proven facts, and a company like Valve does this for a reason. If you don't take my or any others word for it, examine the binaries yourself. You'll see they do in fact link to OpenGL, X11 and other libraries, and the client clearly contains a GUI library. This proves this is a GUI steam client, and not to be confused with the existing CLI client for steam (server).

I agree that Phoronix has been overdoing this a lot, claiming every phrase containing the word "linux" is worth an article, but they are not the ones hurting the case. Publicity is advertisement for Valve, and does only promote the Steam client for GNU/Linux. The people who hurts this case are the crackers wich are modifying the binaries. Valve does not like this at all, and there is no good reason to do this. It has been proven Valve is working on the Steam client for GNU/Linux, so they are not going to prove something more by modifying the client since they can't bypass the server side authentication. So everyone please stop doing this!

So let's instead spread the good words that Steam is someday coming to GNU/Linux, even though I believe it's going to take a while.

ELD
May 2nd, 2010, 07:16 PM
I have yet to see any member of Valve comment on any of this. I don't agree or disagree with the crackers playing around with it, if they didn't want them to maybe they should have had some form of security for the files. As far as i can tell and I'm sure i read in the article the files they are playing with are just scripts which anyone could look into, so there is no reason to think they would frown upon it?

I don't think Phoronix is overdoing it at all, Steam naturally would be massive recognition from such a big company (Valve) for Linux gamers. It would change the face of Linux gaming and I don't say that lightly.

Not that i am a fan of WoW but i don't want it to end up like that, remember they built a Linux client and later decided to drop it, let us just hope it doesn't end up being like that.

Blacksheep01
May 4th, 2010, 04:38 PM
Being new to Ubuntu, and a lifelong PC gamer, I've been scouring the net looking for official word about Steam on Linux. All of this evidence looks great, even engadget has spotted the code an written about it. However, on the official Steam forums I found this person (http://forums.steampowered.com/forums/showthread.php?t=1252380&highlight=Ubuntu)who received a very disappointing reply from a Valve employee indicating they would not be supporting Linux.

I hope it is just a smoke screen or some kind of required official response, but still breaks my heart a little :(

ELD
May 4th, 2010, 04:57 PM
That email is a standard response, they don't currently support it and will say so until they officially announce otherwise.

Also that thread angers me, to think Windows gamers are so ignorant of what Linux is nowadays i just had to make a reply pointing a few things out.

Blacksheep01
May 4th, 2010, 05:35 PM
That email is a standard response, they don't currently support it and will say so until they officially announce otherwise.

Also that thread angers me, to think Windows gamers are so ignorant of what Linux is nowadays i just had to make a reply pointing a few things out.

Nice reply if that last one (liamdawe) was yours! I read through the whole thing also, the guy indicating "Windows is it for gaming" and that "graphics have only improved because of DirectX" represents the worst of the pretend know-it-alls. My old PC games, which I still run from time to time, were all run in OpenGL, I remember tweaking settings for them and even selecting Direct3D or OpenGL API from options. The advice on several of those old games was to choose OpenGL to improve performance lol, not to mention PS3 is OpenGL!

I'm glad that just appears to be a standard response. I've only been on Linux for over a week now, but I love it. I learned of Virtual Box and may use that for now, but emulators are always a weak solution to me, prone to glitches and errors when the client updates. I'd love to see a native steam client for Linux.

ELD
May 4th, 2010, 05:38 PM
Yes liamdawe is indeed me and thank you :).

Since you are pretty new i might also suggest DosBox i have never personally got it to work properly (i get impatient) but i have heard good things about it.

Blacksheep01
May 4th, 2010, 05:58 PM
Since you are pretty new i might also suggest DosBox i have never personally got it to work properly (i get impatient) but i have heard good things about it.

I actually used that in the past but didn't even think about it for Linux! I used it in Windows to run the CD ROM update of a very old Sierra game called Hero Quest/Quest for Glory. I ran the original game on my Tandy (big laugh for that dinosaur lol) back in 1990, it was my first computer game and first RPG. DOS box actually ran it perfectly within Windows, I will have to check it out.

torturednacho
May 4th, 2010, 06:09 PM
This would be amazing, I do hope we hear something about this in June as Phoronix mentioned.

efikkan
May 4th, 2010, 11:48 PM
I have yet to see any member of Valve comment on any of this. I don't agree or disagree with the crackers playing around with it, if they didn't want them to maybe they should have had some form of security for the files. As far as i can tell and I'm sure i read in the article the files they are playing with are just scripts which anyone could look into, so there is no reason to think they would frown upon it?
I don't think you got my point.
Playing with scripts is one thing, but cracking to create patches for the executables to bypass security is something different. And this is exactly what several people are trying to do, and Valve does not like this. What would they think of GNU/Linux users if they crack their software like this?


I don't think Phoronix is overdoing it at all, Steam naturally would be massive recognition from such a big company (Valve) for Linux gamers. It would change the face of Linux gaming and I don't say that lightly. Again, I think you missed my point.
Phoronix is overdoing it because they publish a new article for every tiny phrase of "linux" they can dig up in the files. One of these articles describes the phrase in the Windows binaries, wich evidently has been present there for years (most likely because the CLI-client), but Phoronix present this as news "proving" the upcoming Steam client for GNU/Linux. Let me tell you the binaries also contains phrases such as the following: "macos", "win311", "win95", "winNT" etc. This has to do with the platform detection (even though steam don't run on win 3.11). So this does not prove anything, and Michael at Phoronix knows this.

The actual GNU/Linux client linking to GNU/Linux libraries and GUI is proof.

But I agree with you, Steam for GNU/Linux would change Linux gaming completely, and would the following years after release bring a lot of more games to GNU/Linux. And many users who dual boot for gaming will stop using windows after a while. So Steam coming to GNU/Linux is really the biggest news in several years, but the case loses credibility when Phoronix creates extra articles about this "faulty evidence". (But they can of course create articles about the real evidence)

handy
May 5th, 2010, 12:32 AM
I think some people with Steam accounts that use both windows & Linux are trying to be able to get the in house Linux Steam client found on the web to work with their accounts.

It is a challenge that I would be attempting if I was in their situation also.

They aren't trying to steal anything, they are testing their skill, learning & getting stimulation out of the attempt which they know has very little chance of success.

The Steam people would have to consider this a normal response from the small section of the Linux community that fit into this profile.

Steam are getting plenty of free publicity on the forums & such, regarding the possibility of an official Linux client, I'm sure that they would also be happy with that.

keljaden
May 5th, 2010, 01:07 AM
I think they are leaking information on purpose to see what kind of response they would get. Perhaps to see how much potential there really is. I for one have been doing my best to boycott PC products. I have only bought one or 2 things in the past two years (perhaps less) (I am given windows and microsoft software for free, yet I still choose to run linux).

I use crossover for now though.

ELD
May 5th, 2010, 01:47 AM
@efikkan (http://ubuntuforums.org/member.php?u=125774) for the first point i may have missed that yes i didn't realise they are bypassing Valve placed security measures by simply trying to get a piece of software to run...i say it again i cannot see anything wrong, point me to somewhere that shows them bypassing security?

As for the second bit, no i didn't miss your point, as i actually said in my post, i DON'T think they are overdoing it, is that hard to understand? I think you missed my point, i welcome the news and i find it interesting as do many other people, so no i again don't think Phoronix is overdoing it.

And yes it would be Huge if Steam did come for Linux, we can hope!

rifter
May 5th, 2010, 02:35 AM
It woul dbe much better to see games coming to linux than Steam.

If Steam came to Linux, doesn't that imply that games delivered via Steam would run on Linux?

ELD
May 5th, 2010, 10:24 AM
If Steam came to Linux, doesn't that imply that games delivered via Steam would run on Linux?

To put it simply No.

The Source Engine games would be a Yes since they will be able to run on Linux as for everything is No.

Why? You should look-up what Steam is, hardly any games on their are made by the Steam developers Valve.

R.A.W.R.
May 6th, 2010, 01:46 AM
If Steam came to Linux, doesn't that imply that games delivered via Steam would run on Linux?

Not all games on Steam would run with Linux. However, if Steam does a Linux native version of their program they will most likely have a game library that would sell linux native games on their steam store.

Not to mention it would give an instant boost to native linux game developers as their public awareness would be increased dramatically. More money to the games that support linux will most likely lead to better game development.

Also, it may very well push Nvidia and AMD/ATI to code better drivers for linux when the demand for it goes up.

Steam and Valve making linux native versions of their software available would be the last step in making linux a rock solid desktop OS being able compete with Microsoft on all fronts.

Linux and Ubuntu has come a long way.....lets not stop now.

Nico0020
May 6th, 2010, 09:27 AM
one thing i always wondered is; if we do get steam and the source games, would source mods be pretty easy to make a linux version of, or would that require a whole bunch of work. Only games I play on Steam are HL1 mods and source mods. Is OSX just getting source games, or will the HL1 games make it also? worst case is I would have to continue using crossover games for HL1 mods.

ELD
May 6th, 2010, 04:10 PM
one thing i always wondered is; if we do get steam and the source games, would source mods be pretty easy to make a linux version of, or would that require a whole bunch of work. Only games I play on Steam are HL1 mods and source mods. Is OSX just getting source games, or will the HL1 games make it also? worst case is I would have to continue using crossover games for HL1 mods.

Well mods as far as i know are just a form of package for a specific engine, mods are usually platform independent as they simply use the engine, so mods should work fine.

efikkan
May 6th, 2010, 05:00 PM
@efikkan (http://ubuntuforums.org/member.php?u=125774)As for the second bit, no i didn't miss your point, as i actually said in my post, i DON'T think they are overdoing it, is that hard to understand? I think you missed my point, i welcome the news and i find it interesting as do many other people, so no i again don't think Phoronix is overdoing it.I'm sorry, you still don't seem to get it. You are of course allowed to have your own opinion. But I'm not talking about the amount of articles Phoronix writes on the subject (I think more is better), but the articles that contains false claims. Michael at Phoronix posts extra articles with claims that he knows isn't true, maybe to just to get attention or to earn money from ads (but I don't care why), but it hurts the credibility of the case.

ELD
May 6th, 2010, 05:06 PM
I'm sorry, you still don't seem to get it. You are of course allowed to have your own opinion. But I'm not talking about the amount of articles Phoronix writes on the subject (I think more is better), but the articles that contains false claims. Michael at Phoronix posts extra articles with claims that he knows isn't true, maybe to just to get attention or to earn money from ads (but I don't care why), but it hurts the credibility of the case.

Really and what has he said that isn't actually true, I'm not even sure if i have read all of them to be honest so i might have missed something, can you point me in the right direction?

If he is indeed giving us false hope then he will have gone down in my good books.

u235sentinel
May 6th, 2010, 05:31 PM
I'm sorry, you still don't seem to get it. You are of course allowed to have your own opinion. But I'm not talking about the amount of articles Phoronix writes on the subject (I think more is better), but the articles that contains false claims. Michael at Phoronix posts extra articles with claims that he knows isn't true, maybe to just to get attention or to earn money from ads (but I don't care why), but it hurts the credibility of the case.

{Citation required}

efikkan
May 6th, 2010, 06:11 PM
Really and what has he said that isn't actually true, I'm not even sure if i have read all of them to be honest so i might have missed something, can you point me in the right direction?

If he is indeed giving us false hope then he will have gone down in my good books.
Take a look:
Yet More Signs Of Valve's Steam On Linux (http://www.phoronix.com/scan.php?page=news_item&px=ODE3MQ)
Notice Linux 2.2 and "X360", Windows 3.11, 9x and NT has been removed from the list because it would be too obvious then. Conclusion: this does not mean anything at all.
Phoronix's follow up article:
Yes, More Steam & Source Engine Linux Details (http://www.phoronix.com/scan.php?page=news_item&px=ODE4Mw)

Even the Steam.exe Windows binary features a string that reads "Bad eCurrentLinuxClientVersion field in CClientConfigRecord"
Check the following replies in the forum:

This string, and some of the others, are also present in the old, non-webkit version. So it isn't really a sign of anything?

There was a linux version of the steam client for ages - cli only however. Wow, you found now strings of it in the Win version, impressive. What do you think is this?
Regarding the "LINUX" phrase:

This string is also present on my system, in a file last updated April 16.
These phrases has been present for quite some time, and does not prove a gui Steam client for GNU/Linux.

The actual client however, is actual proof: http://store.steampowered.com/public/client/steam_client_linux

ELD
May 6th, 2010, 06:26 PM
Hmm interesting thanks for highlighting me to that :KS. I'm not keeping my hopes up over it with all the indie titles available at the moment i'm pretty stuffed full on gaming hehe.

It is a nice thought but as i've said to a few people now from the very begging it means nothing until Valve confirm it.

Also like i said before we don't want this to turn into another WoW where they have a client in testing, massive hype and devotion towards Blizzard and they just drop it.

handy
May 8th, 2010, 01:19 AM
one thing i always wondered is; if we do get steam and the source games, would source mods be pretty easy to make a linux version of, or would that require a whole bunch of work. Only games I play on Steam are HL1 mods and source mods...

I know that with Oblivion & mods, all you really had to do was make sure that all of the files & directories had the same case first letter, as windows is not case sensitive & the distro's are.

There were a few sophisticated mods that handled multiple mods that are (or at least were) not compatible with Linux, from memory I think they were .NET based.

portets
May 8th, 2010, 01:53 AM
Take a look:
Yet More Signs Of Valve's Steam On Linux (http://www.phoronix.com/scan.php?page=news_item&px=ODE3MQ)
Notice Linux 2.2 and "X360", Windows 3.11, 9x and NT has been removed from the list because it would be too obvious then. Conclusion: this does not mean anything at all.
Phoronix's follow up article:
Yes, More Steam & Source Engine Linux Details (http://www.phoronix.com/scan.php?page=news_item&px=ODE4Mw)

Check the following replies in the forum:


Regarding the "LINUX" phrase:

These phrases has been present for quite some time, and does not prove a gui Steam client for GNU/Linux.

The actual client however, is actual proof: http://store.steampowered.com/public/client/steam_client_linux

the only thing i'm getting from your post is that he probably didn't realize that older clients contained linux strings.

but i agree that he seems to get overexcited to bring attention to the site. but personally, i have no problem with that. most people would do the same.

TehWhale
May 8th, 2010, 05:01 PM
I really want a native version just to chat with Steam friends. Right now it's horribly buggy (on wine).

Modplanman
May 8th, 2010, 05:23 PM
Linux client has now been updated again, and with some work, phoronix guys we able to get the main client window going!

http://www.phoronix.net/image.php?id=0x2010&image=steam_2010_almost_med

http://www.phoronix.com/scan.php?page=news_item&px=ODIyOQ

ELD
May 8th, 2010, 06:45 PM
Heh that is pretty awesome to see they have gotten that far.

As time goes on i have mixed feelings towards this, i would love it don't get me wrong, but i do fear all the effort is for nothing as Valve will never announce a Linux version.

efikkan
May 9th, 2010, 01:12 AM
They would not be able to test any of Steam's features without a beta account, and anyone would not get one without signing a NDA. The client does most likely look a bit different once signed in with a valid account. I'm pretty sure Valve is farther in the development process than getting a black empty window when they send their software to beta testers. (the main executable is over 4 MB, excluding all the libraries and GUI, and the sizes of the files are approx. the same as the Mac OS X version, don't tell me that's not experimental features.)

Chame_Wizard
May 9th, 2010, 05:59 PM
Hurry up Steam.:guitar:

efikkan
May 9th, 2010, 06:17 PM
Since there has been no announcement and the GNU/Linux client has to be bug tested on more distributions than the Mac OS X client, I think it would still be a while before we see a final client.


BTW: has anyone been able to figure out if the GNU/Linux steam client uses X for rendering or just for setting up an OpenGL context?

ELD
May 9th, 2010, 06:19 PM
They would not be able to test any of Steam's features without a beta account, and anyone would not get one without signing a NDA. The client does most likely look a bit different once signed in with a valid account. I'm pretty sure Valve is farther in the development process than getting a black empty window when they send their software to beta testers. (the main executable is over 4 MB, excluding all the libraries and GUI, and the sizes of the files are approx. the same as the Mac OS X version, don't tell me that's not experimental features.)

lol wut

You would be able to use any feature built into the client as long as you are signed in.

Why would the client look different? The reason it was recently updated was for it to be cross-platform, they wouldn't change it again just for Linux users.

Your right for one thing, yeah they are more than likely much further than we can see, but we don't have everything they do, we are only going by what people could pinch off their servers remember.

efikkan
May 9th, 2010, 06:21 PM
lol wut

You would be able to use any feature built into the client as long as you are signed in.

Why would the client look different? The reason it was recently updated was for it to be cross-platform, they wouldn't change it again just for Linux users.

Your right for one thing, yeah they are more than likely much further than we can see, but we don't have everything they do, we are only going by what people could pinch off their servers remember. Different than the pictures posted on the phoronix forums, not different than the other clients.

ELD
May 9th, 2010, 06:32 PM
Different than the pictures posted on the phoronix forums, not different than the other clients.

Not how you explained it :P



The client does most likely look a bit different once signed in with a valid account
What your saying by that is a "valid" account whatever that means would look different.

It's painstakingly obvious that it would look more complete than what Phoronix shows us.

Sorry to nitpick but chose how you talk errr type carefully :P

Edit > Just had a thought.

I've seen a few people say none of this matters, the Linux stuff has been there forever etc etc etc.

But if they weren't developing it then it would of an old version, it wouldn't even remotely resemble the new-look, which from Phoronix scans we can see it is using the latest look.

efikkan
May 9th, 2010, 06:44 PM
As you might be aware of, the users who are experimenting with the GNU/Linux client do bypass the login to get to the main window. And it's quite obvious that this window would be rather empty then. And this is exactly what I was talking about. The client does most likely look pretty "complete" for those who got a valid beta account, but those had to sign a NDA. My point is, we can't see the development progress from these pictures. I suggest you read my previous comment one more time.

Yes as you can see in the pictures, or in the attached files in the GNU/Linux client, this is clearly the new 2010 Steam client, not some old client that's been there forever.

ELD
May 9th, 2010, 06:50 PM
My bad didn't realise they are bypassing the login altogether.

Not sure if it has been posted, but found this on the steam forums from someone:
http://www.youtube.com/watch?v=iTgqdlA_jE8

Only a few days away from the Mac release now (3 days), I'm kinda hopeful that we get some more hints after then, i mean bigger hints, or for it to even be confirmed.

Something I wish to know is where exactly Phoronix got that "June" date from. In the articles he mentions June a specific month...why, does he know something we don't or is he just ramping up the hype machine?

efikkan
May 9th, 2010, 07:29 PM
Don't you agree it makes no sense to send a client wich looks like this to beta testers? I'm pretty sure that if I got a beta account and logged in, it would appear more or less complete (except for bugs and some minor features of course). It makes no sense for Valve to send a graphical layout to beta testers when the layout design is complete on other platforms.



If Michael at Phoronix knows something we don't, then he wouldn't be allowed to tell us.

ELD
May 9th, 2010, 07:34 PM
Don't you agree it makes no sense to send a client wich looks like this to beta testers? I'm pretty sure that if I got a beta account and logged in, it would appear more or less complete (except for bugs and some minor features of course). It makes no sense for Valve to send a graphical layout to beta testers when the layout design is complete on other platforms.



If Michael at Phoronix knows something we don't, then he wouldn't be allowed to tell us.

Then the June date he mentioned he fabricated for the hype machine on his site then.

Personally I don't think it will come to life this year.

I do agree that it would make no sense, but then who knows what is really going on, we sure don't :(

efikkan
May 9th, 2010, 07:57 PM
I guess it would take 6 months or more.

Since they has started to send it to testers outside the company, this most likely means a prototype client got the main features working. I think the announcement will come when there is only a handful of minors bugs left to fine tune, when Valve is able to put a release date.

ELD
May 9th, 2010, 08:15 PM
I guess it would take 6 months or more.

Since they has started to send it to testers outside the company, this most likely means a prototype client got the main features working. I think the announcement will come when there is only a handful of minors bugs left to fine tune, when Valve is able to put a release date.

Well we can speculate as much as we like, but in the end i guess they will announce it if/when they are ready to.

The if meaning if they ever do...

rasmus91
May 9th, 2010, 09:55 PM
The if meaning if they ever do...
Well, why wouldn't they?

Just consider how many people would enjoy playing games in Linux. The majority of people i know who are using windows is using it because they can't game on Ubuntu.

Just think about the potential!

say Steam comes out for Linux within this year. That would include: The source engine, and probably every game that valve has released. and with a bit of luck, all games running on the source engine.

Now, with the Unreal 3 engine being open source, theres a possibility that we get those games as well.

Just the fact that valve releases games for Linux would, IMO, be enough for other companies to consider making the games run on Linux as well. just write them for OpenGL instead of Direct 3D. I think this would open a world of gaming on Linux. this would make me switch completely to Linux, as the only reason that i have windows is to game on it.

Hope my optimistic point of view has a influence on you. from here's left to say; Goodnight, sweet dreams. And may the Source be with you.

Rasmus

efikkan
May 9th, 2010, 10:12 PM
Don't forget all the id tech games, world of goo and a bunch of others. Maybe even Torchlight will finally be ported (the graphics engine supports GNU/Linux).

And take a look at the Humble Indie Bundle (http://www.wolfire.com/humble), 76.000 downloads in 5 days.

ELD
May 9th, 2010, 10:31 PM
@rasmus91 (http://ubuntuforums.org/member.php?u=489295) wishfull thinking is great but companies like Valve think about Profit and not Potential, they are a business remember.

I cannot find any articles on UE3 being open source?

"The majority of people i know who are using windows is using it because they can't game on Ubuntu."

A very very common statement made, but it generally means squat to a business.

No amount of optimism will change my views, sorry. I want the Steam client to be on Linux, but i honestly don't think it will happen this year.

@efikkan (http://ubuntuforums.org/member.php?u=125774) some old idtech games have a native port yes, but they are unsupported and new idtech games are not to have a Linux client (Rage comes to mind).

efikkan
May 9th, 2010, 10:52 PM
@rasmus91 (http://ubuntuforums.org/member.php?u=489295) wishfull thinking is great but companies like Valve think about Profit and not Potential, they are a business remember.

I cannot find any articles on UE3 being open source?

"The majority of people i know who are using windows is using it because they can't game on Ubuntu."

A very very common statement made, but it generally means squat to a business.

No amount of optimism will change my views, sorry. I want the Steam client to be on Linux, but i honestly don't think it will happen this year.

@efikkan (http://ubuntuforums.org/member.php?u=125774) some old idtech games have a native port yes, but they are unsupported and new idtech games are not to have a Linux client (Rage comes to mind).

Rage is not released yet.
id tech 4 games such as Quake 4, Doom 3, Prey and Enemy Territory: Quake Wars are available for GNU/Linux. Only Wolfenstein is not ported as I can see.

All of id's games are available on Steam, and most (if not all) has been ported to GNU/Linux, but some of these may be difficult to install in GNU/Linux for some users. That's why I think these games will be even more successful when Steam comes to GNU/Linux.

ELD
May 10th, 2010, 08:51 AM
They already stated Rage is not having a Linux client.

Also for the other idtech games like i mentioned they are unsupported by anyone, i doubt Steam would want the headaches of unsupported games.

darklegion
May 11th, 2010, 11:09 AM
They already stated Rage is not having a Linux client.

Also for the other idtech games like i mentioned they are unsupported by anyone, i doubt Steam would want the headaches of unsupported games.

From Wikipedia: Three weeks later Timothee Besset, the person in charge of porting id's products to Linux, discussed the future of the Linux port in a more positive light, stating on September 13, 2009 that "Fundamentally nothing has changed with our policy regarding Linux games... I'll be damned if we don't find the time to get Linux builds done."

That's not a flat out confirmation, but it's certainly not a flat out no either.

Also Wolfenstein is the only example of an id4 game not coming to Linux, and it wasn't developed by id software. There is the upcoming game, Brink, but even that has a small chance of getting a port (and also isn't developed by id)

ELD
May 11th, 2010, 01:09 PM
@darklegion (http://ubuntuforums.org/member.php?u=490592) Carmack himself said " a Linux port is unlikely" and he is still the top man when it comes to the decisions on it regardless of whatever anyone else says.

As for brink there is nothing what-so-ever to say it will come to Linux.

phoronix
May 12th, 2010, 04:09 PM
http://www.phoronix.com/scan.php?page=article&item=valve_steam_announcement&num=1 :)

Sockerdrickan
May 12th, 2010, 04:29 PM
http://www.phoronix.com/scan.php?page=article&item=valve_steam_announcement&num=1 :)
Finally :)

Naegling23
May 12th, 2010, 05:44 PM
yeah!!!!

Time to dust off my old copy of half-life 2

This means more games of course, but holy crap, it should make installation a breeze!

and of course, we have id, ut3, and source game engines. Nice.

Chame_Wizard
May 12th, 2010, 05:54 PM
Damn good.:guitar:

qualtch
May 12th, 2010, 06:24 PM
This... is... just... terrific!

Valve's official announcement is still missing though but I think we have a good reason to believe this article. I got no reason to use Win7 with dual-boot anymore if this becomes reality sometime :) Sadly though, I already purchased retail Windows 7 this spring... Now that's truely wasted money if this Steam client on Linux will be true :-s darn... But I would still switch completely to Ubuntu!

JMisczak
May 12th, 2010, 07:02 PM
Source (http://www.phoronix.com/scan.php?page=article&item=valve_steam_announcement&num=1)

Valve Corporation has today rolled out their Steam Mac OS X client to the general public and confirmed something we have been reporting for two years: the Steam content delivery platform and Source Engine are coming to Linux.

We have confirmed that Valve's latest and popular titles like Half-Life 2, Counter-Strike: Source, and Team Fortress 2 are among the first of the Steam Linux titles, similar to the Mac OS X support. The released Linux client should be available by the end of summer.

Keep in mind that's "end of summer" Valve time - which could easily mean Halloween. But I suspect we'll be playing some Source games by the end of the year on Linux boxes.

Random_Dude
May 12th, 2010, 07:10 PM
Not my favourite games, but still it's good to see companies slowly starting to get interest in Linux.

Cheers :cool:

zekopeko
May 12th, 2010, 07:17 PM
Valve didn't actually confirm it. There is no official announcement from them.

efikkan
May 12th, 2010, 07:25 PM
Phoronix has used two articles as source for this "official" announcement, but none of the articles has sources, and Valve has still not announced anything (as far as I can see), so how can we know that these two source articles did not get this from Phoronix or one of the hundreds of articles based on the news from Phoronix? Is Phoronix once again jumping to conclusions too fast?

Vakman
May 12th, 2010, 07:31 PM
Read this before. Saw the article on Engadget as well. This is awesome. Finally, this is a very, very good thing.

LowSky
May 12th, 2010, 07:34 PM
Sweet I can play all my 3 year old window's games again.

What I really care about is when is Half Life2: Episode 3 coming out?

Vakman
May 12th, 2010, 07:41 PM
Valve has not confirmed yet but they will.
So happy about this, one of the main reasons for my dual boot.
Team Fortress 2 :D

DeadSuperHero
May 12th, 2010, 08:31 PM
I'd only really be happy if I could get some Portal goodness.

Kafubie
May 12th, 2010, 08:34 PM
Just to want to put it out there.
http://www.phoronix.com/scan.php?page=article&item=valve_steam_announcement&num=1

pwnst*r
May 12th, 2010, 08:35 PM
I'm thinking most of you won't be happy. Ever.

A company like Valve heading in the right direction and people still cry.

DrMelon
May 12th, 2010, 08:38 PM
Portal is free for a short time. If you don't have it, get it now.

RiceMonster
May 12th, 2010, 08:39 PM
This would indeed be cool if it actually gets confirmed by Valve. There's been speculation about this for years, and it's always nice to see more software ported to Linux. I'll probably give it a shot. I'm not much of a gamer though.

Tristam Green
May 12th, 2010, 08:42 PM
I'd only really be happy if I could get some Portal goodness.

I'm down for Day of Defeat, Team Fortress 2, and Counter-strike :O

Those would actually get me back to Linux lol.


I'm thinking most of you won't be happy. Ever.

A company like Valve heading in the right direction and people still cry.

You of all people shouldn't be surprised anymore, dude.


Portal is free for a short time. If you don't have it, get it now.

It is? I gotta get this :|

Method X
May 12th, 2010, 08:44 PM
Oh great.
I have Orange box. Wanna play it in linux :)

dondiego2
May 12th, 2010, 08:46 PM
Source (http://www.phoronix.com/scan.php?page=article&item=valve_steam_announcement&num=1)

Valve Corporation has today rolled out their Steam Mac OS X client to the general public and confirmed something we have been reporting for two years: the Steam content delivery platform and Source Engine are coming to Linux.

We have confirmed that Valve's latest and popular titles like Half-Life 2, Counter-Strike: Source, and Team Fortress 2 are among the first of the Steam Linux titles, similar to the Mac OS X support. The released Linux client should be available by the end of summer.

Keep in mind that's "end of summer" Valve time - which could easily mean Halloween. But I suspect we'll be playing some Source games by the end of the year on Linux boxes.


Being a Chemical Engineer, software and games was not what I first thought of when I saw the words Steam and Valve in the subject line :-)

ubunterooster
May 12th, 2010, 08:48 PM
LOL, I saw thread title and thought "blowing off steam"

Thanks for the info.

snip3r8
May 12th, 2010, 08:55 PM
Steam is great if you dont have internet limits....this basically means that here in darkest Africa it really sucks,right now i cant even get onto google or even click on that dam link

Kafubie
May 12th, 2010, 08:55 PM
There was a other article talking about the mac's version.
At the end it said " Valve confirmed that steam will be on the linux platform too "in the following months."

forrestcupp
May 12th, 2010, 09:35 PM
Steam is the client they use to manage and download games and patches. "Source" is the engine they use to make the games. It doesn't do a lot of good to have a Linux client for a download manager if the things it downloads aren't ported to work with Linux.

Tristam Green
May 12th, 2010, 09:43 PM
Steam is the client they use to manage and download games and patches. "Source" is the engine they use to make the games. It doesn't do a lot of good to have a Linux client for a download manager if the things it downloads aren't ported to work with Linux.

shh. let me dream.

ELD
May 12th, 2010, 09:48 PM
I do hope it is true, noted the article on GamingOnLinux (http://www.gamingonlinux.info)

screaminj3sus
May 12th, 2010, 09:53 PM
This doesnt mention l4d. Articles about OSX said they are porting L4D and L$d2 to OSX, will they port them to linux as well?

Crunchy the Headcrab
May 12th, 2010, 09:59 PM
Steam is the client they use to manage and download games and patches. "Source" is the engine they use to make the games. It doesn't do a lot of good to have a Linux client for a download manager if the things it downloads aren't ported to work with Linux.
We remain confident that Valve is aware of this.

Ylon
May 12th, 2010, 10:15 PM
http://www.telegraph.co.uk/technology/apple/7715209/Steam-for-Mac-goes-live.html

"Valve has also confirmed that it will make Steam available to Linux users in the coming months. "

Objekt
May 12th, 2010, 10:19 PM
I hope this turns out to be true. I bought the Half Life: Game of the Year Edition package in early 2003 and have enjoyed free Counterstrike, Day of Defeat, America's Army etc. through Steam ever since. It would be nice not to have to reboot into Windows XP to play Steam games.


I also hope Valve's sound implementation plays well with PulseAudio. The biggest problem I have with gaming in Ubuntu is that the Linux version of Teamspeak 3 is buggy and worthless. I therefore have to either reboot into Windows, or not talk to my friends when playing games in Ubuntu. I would rather use the voice chat built into Steam games than run a separate app.

Mr. Picklesworth
May 12th, 2010, 10:32 PM
Can Phoronix go one day without posting “definitive proof” that Steam for Linux exists?

Granted, I would be very happy if it was rolled out, because then they would have no choice but to be silent and stop polluting my feed reader with the same story again and again and again…

ELD
May 12th, 2010, 10:36 PM
http://www.telegraph.co.uk/technology/apple/7715209/Steam-for-Mac-goes-live.html

"Valve has also confirmed that it will make Steam available to Linux users in the coming months. "

Yeah but who is their source? Phoronix lol.

I keep saying this and no one seems to listen but a few i can see have some common sense.

Valve has NOT confirmed anything, until they do officially it doesn't exist.

Deal with it :)

Yvan300
May 12th, 2010, 10:48 PM
This would be awsome if only ATI released a driver for my card :(

Ylon
May 12th, 2010, 11:07 PM
http://socialmediaseo.net/2010/05/12/steam-for-mac/

6 hours ago
"Steam for Linus Coming Soon

Runic Games has also confirmed that Stream will be available to Linus users in the coming months.

According to the Steam website, you can instantly access your favorite games with over 1,100 games are available to purchase, download, and play from any computer.

Stream features new releases, indie hits, casual favorites, and everything in between.

There is also a Steam community where you can talk non-stop, 24 hours a day about anything and everything relating to gaming."
Trovalds should be happy <_<

SamD42
May 12th, 2010, 11:10 PM
I hope this turns out to be true. I bought the Half Life: Game of the Year Edition package in early 2003 and have enjoyed free Counterstrike, Day of Defeat, America's Army etc. through Steam ever since. It would be nice not to have to reboot into Windows XP to play Steam games.


I also hope Valve's sound implementation plays well with PulseAudio. The biggest problem I have with gaming in Ubuntu is that the Linux version of Teamspeak 3 is buggy and worthless. I therefore have to either reboot into Windows, or not talk to my friends when playing games in Ubuntu. I would rather use the voice chat built into Steam games than run a separate app.

Ts3 recent builds play fine with pulseaudio for me, no more 100% cpu bug. Regardless, if you disable pulseaudio autospawning then you can just kill pulse before you use it, and start it again afterwards.

As to the prospect of native steam and source games on Linux, I am rather ecstatic!

beastrace91
May 12th, 2010, 11:22 PM
Source (http://www.phoronix.com/scan.php?page=article&item=valve_steam_announcement&num=1)

Valve Corporation has today rolled out their Steam Mac OS X client to the general public and confirmed something we have been reporting for two years: the Steam content delivery platform and Source Engine are coming to Linux.

We have confirmed that Valve's latest and popular titles like Half-Life 2, Counter-Strike: Source, and Team Fortress 2 are among the first of the Steam Linux titles, similar to the Mac OS X support. The released Linux client should be available by the end of summer.

Keep in mind that's "end of summer" Valve time - which could easily mean Halloween. But I suspect we'll be playing some Source games by the end of the year on Linux boxes.

All I have to say is - consider your source. Until I hear it from the horse's mouth I won't believe it.

~Jeff

CharlesA
May 12th, 2010, 11:26 PM
Don't forget to mention that Linux support will be coming soon (http://developer.valvesoftware.com/wiki/Valve_Time).

Xbehave
May 12th, 2010, 11:44 PM
http://store.steampowered.com/public/client/steam_client_linux

and the bash snippet are pretty good proof that it is in the works. TBH i always just wanted the client, then individual games can be/not be available.

ad_267
May 12th, 2010, 11:55 PM
THIS IS NOT OFFICIAL.

Valve hasn't said anything themselves. It's just two random websites that probably got their information from Phoronix, and when they published one sentence saying Source is coming to Linux, Phoronix took that as confirmation.

phoronix
May 12th, 2010, 11:59 PM
Valve hasn't said anything themselves. It's just two random websites that probably got their information from Phoronix, and when they published one sentence saying Source is coming to Linux, Phoronix took that as confirmation.

I have my own sources.

Legendary_Bibo
May 13th, 2010, 12:16 AM
Sweet, I bought several games through steam when I had windows. Here's to hoping those games can run better on linux than Vista :popcorn:!!!

ELD
May 13th, 2010, 12:17 AM
I have my own sources.

As you keep saying.

But as i keep saying until Valve officially announce it on their website it doesn't exist.

I do hope they release it though, would sure make a lot of people happy.

dragos240
May 13th, 2010, 12:20 AM
http://store.steampowered.com/public/client/steam_client_linux

and the bash snippet are pretty good proof that it is in the works. TBH i always just wanted the client, then individual games can be/not be available.

I downloaded the files, and extracted the contents to ~/steam

It updates for about 30 seconds, and then complains that steamui.so isn't there, it is. Well, it IS in development, I didn't expect it to work.

naikon89
May 13th, 2010, 12:22 AM
An official response would be nice. You can't say the client is official when Valve have not said anything in relation to the client. At present, there is no linux client and you damm know it.

Groucho Marxist
May 13th, 2010, 12:22 AM
It blows my mind that I will soon be able to play Sid Meier's Civilization V on my laptop without having to jump through VirtualBox hoops.

naikon89
May 13th, 2010, 12:30 AM
@darklegion (http://ubuntuforums.org/member.php?u=490592) Carmack himself said " a Linux port is unlikely" and he is still the top man when it comes to the decisions on it regardless of whatever anyone else says.

TTimo has stated his intentions. Carmack does not care if it's off company time. Also, considering he is a big OSS advocate, I can't see him blocking Linux ports. Infact, since 2000, id have given their usual response:
"We will consider a port when we ship to windows" Check his old postings in the slashdot archives. Anyway, higher quality control results from this process, so It's a win-win for id and the community at the end of the
day. Carmack was probably pissed because I pestered him more than I should have. The man has enough on his plate with Rage and such. Check out the news comments for RTCW on Linuxgaming.com. Surprising.

themusicalduck
May 13th, 2010, 12:33 AM
I downloaded the files, and extracted the contents to ~/steam

It updates for about 30 seconds, and then complains that steamui.so isn't there, it is. Well, it IS in development, I didn't expect it to work.

How did you manage to download the files from that link exactly?

pizza-is-good
May 13th, 2010, 12:39 AM
nice, now I have something renowned to tell people about when they accuse linux of not playing games.

JDShu
May 13th, 2010, 12:45 AM
We remain confident that Valve is aware of this.

I lol'd.

Sealbhach
May 13th, 2010, 12:47 AM
There was a other article talking about the mac's version.
At the end it said " Valve confirmed that steam will be on the linux platform too "in the following months."

Please be aware of Valve Time (http://developer.valvesoftware.com/wiki/Valve_Time).


.

dragos240
May 13th, 2010, 12:49 AM
How did you manage to download the files from that link exactly?

The file is a text file. Containing valid links to zip files. Extract all of them to a directory, and then chmod +x steam.sh. Run, and it will fail with my error.

themusicalduck
May 13th, 2010, 01:04 AM
The file is a text file. Containing valid links to zip files. Extract all of them to a directory, and then chmod +x steam.sh. Run, and it will fail with my error.

I'm still not quite following you :neutral:

That text file doesn't contain any links but just looks like a script to me. I'm probably missing something obvious here!

dragos240
May 13th, 2010, 01:07 AM
I'm still not quite following you :neutral:

That text file doesn't contain any links but just looks like a script to me. I'm probably missing something obvious here!

1st link (http://store.steampowered.com/public/client/public_all.zip.24b5c965743bf147f8cee0d075259ccdd98 5e948)
2nd (http://store.steampowered.com/public/client/skins_all.zip.6a58428db616736d79a3374ba75abd29e2c1 276f)
3rd (http://store.steampowered.com/public/client/bins_linux.zip.fe49bbc71b714853c42bb28442fff5b0c47 d027c)
Last (http://store.steampowered.com/public/client/steam_linux.zip.9030a2f3cefcbe80f0924426ed4bcf7b5b 03cd5a)

pizza-is-good
May 13th, 2010, 01:19 AM
Please be aware of Valve Time (http://developer.valvesoftware.com/wiki/Valve_Time).


.

Good point!

themusicalduck
May 13th, 2010, 01:24 AM
1st link (http://store.steampowered.com/public/client/public_all.zip.24b5c965743bf147f8cee0d075259ccdd98 5e948)
2nd (http://store.steampowered.com/public/client/skins_all.zip.6a58428db616736d79a3374ba75abd29e2c1 276f)
3rd (http://store.steampowered.com/public/client/bins_linux.zip.fe49bbc71b714853c42bb28442fff5b0c47 d027c)
Last (http://store.steampowered.com/public/client/steam_linux.zip.9030a2f3cefcbe80f0924426ed4bcf7b5b 03cd5a)

Ah, thanks! I thought it would be something like that but didn't quite type it in right.

It downloaded a load of updates and seemed to be installing them, but then go stuck on a loop trying to download a file and failing to.

yester64
May 13th, 2010, 01:26 AM
What is this blog? The reference to the telegraph did not mention linux at all. So i am not sure about this at all.
It seem to me more wishful thinking than actual proof.

Steam on Linux as a server makes absolute sense, but not really on the client site.
How many people game on linux. I think you can count them.
So it would not make any financial sense to develop a steam client for linux.

But i really like to proofen wrong if it hits linux in reality.

What will they use for the windows games. Wine or something different that actually works out of the box?

dragos240
May 13th, 2010, 01:31 AM
What is this blog? The reference to the telegraph did not mention linux at all. So i am not sure about this at all.
It seem to me more wishful thinking than actual proof.

Steam on Linux as a server makes absolute sense, but not really on the client site.
How many people game on linux. I think you can count them.
So it would not make any financial sense to develop a steam client for linux.

But i really like to proofen wrong if it hits linux in reality.

What will they use for the windows games. Wine or something different that actually works out of the box?

Well.... Steam will port their games, I have no clue about other games. But anyway, see the links to the client, on the OFFICIAL VALVE WEBSITE. That is proof.

Merk42
May 13th, 2010, 01:57 AM
Well.... Steam will port their games, I have no clue about other games. But anyway, see the links to the client, on the OFFICIAL VALVE WEBSITE. That is proof.

VALVE would port games.
Also IF Steam comes to Linux that doesn't mean the entire catalog of games suddenly works in Linux

Steam is only the distribution model
The games themselves would need to be ported as well. Given some of Valve's Source games were ported to OS X it wouldn't be as much work to port them to Linux.

cisforcojo
May 13th, 2010, 01:59 AM
ELD, I just read this from the Telegraph:


Valve has also confirmed that it will make Steam available to Linux users in the coming months.


http://www.telegraph.co.uk/technology/apple/7715209/Steam-for-Mac-goes-live.html

This isn't Valve's website, but it's a pretty reputable source.

P1umb3r
May 13th, 2010, 02:09 AM
What is this blog? The reference to the telegraph did not mention linux at all. So i am not sure about this at all.
It seem to me more wishful thinking than actual proof.

Steam on Linux as a server makes absolute sense, but not really on the client site.
How many people game on linux. I think you can count them.
So it would not make any financial sense to develop a steam client for linux.

But i really like to proofen wrong if it hits linux in reality.

What will they use for the windows games. Wine or something different that actually works out of the box?

The number of gamers on Linux is tiny because there are no games for Linux. Once all the source based games are ported, tons of dual booters who have windows just for gaming will almost certainly play their games on Linux.

sandyd
May 13th, 2010, 02:15 AM
What is this blog? The reference to the telegraph did not mention linux at all. So i am not sure about this at all.
It seem to me more wishful thinking than actual proof.

Steam on Linux as a server makes absolute sense, but not really on the client site.
How many people game on linux. I think you can count them.
So it would not make any financial sense to develop a steam client for linux.

But i really like to proofen wrong if it hits linux in reality.

What will they use for the windows games. Wine or something different that actually works out of the box?
heres real proof: https://twitter.com/NixiePixel/status/13883784596
+ you can download the client... and run it... even though it fails to run.

Yes
May 13th, 2010, 02:22 AM
Still not seeing where Valve has officially said they will be porting it to Linux. So far everything just points back to the Phoronix article which presents compelling evidence, but is certainly not an official word.

It'd be very cool if it were true though.

yester64
May 13th, 2010, 03:30 AM
Mm... i am not convinced.
But who am i.
If Valve is really working on a linux client now, then we never will see HL2 Episode 3 for another 3 years.

I did not want to ruin everyones hope. So i am out.

3rdalbum
May 13th, 2010, 04:08 AM
Still not seeing where Valve has officially said they will be porting it to Linux. So far everything just points back to the Phoronix article which presents compelling evidence, but is certainly not an official word.

The Telegraph article that was linked at the start of this thread mentions it. The very last sentence.

doorknob60
May 13th, 2010, 04:37 AM
Why should I believe a Phoronix article just because it says "confirmed." I do believe that it will happen, and sooner rather than later, but it's not confirmed yet, as far as I can see. For example, look at the date on this "confirmed" report: http://www.phoronix.com/scan.php?page=article&item=steam_confirmation&num=1 Still, I thinks it's a close as we can get to being "confirmed" without official announcement, so I can live with that.

ELD
May 13th, 2010, 09:57 AM
ELD, I just read this from the Telegraph:


http://www.telegraph.co.uk/technology/apple/7715209/Steam-for-Mac-goes-live.html

This isn't Valve's website, but it's a pretty reputable source.

They don't provide any evidence either, for all we know they could be using Phoronix articles as their source.

I keep saying it and will say it again, don't believe squat until it is actually CONFIRMED, valve haven't confirmed it, don't get your hopes up over nothing people!

AxelMan0
May 13th, 2010, 10:24 AM
THIS MEANS I CAN FINALLY ELIMINATE WINDOWS FROM MY SYSTEM!!!:guitar:

3rdalbum
May 13th, 2010, 11:05 AM
THIS MEANS I CAN FINALLY ELIMINATE WINDOWS FROM MY SYSTEM!!!:guitar:

Yes, if all the games you play are based around the Source engine.

Steam coming to Linux doesn't mean that all the games available on Steam will come too. It just means that, should a developer make a Linux version of their game, they can use Steam to distribute it.

Steam on Linux is a positive step, and I'm looking forward to playing the planned ports of Source-based games (Half-Life, Postal, Counter Strike etc) but it's only a first step.

Cavsfan
May 13th, 2010, 02:37 PM
Check this out, although there are no dates listed, it is new news!

http://www.geeky-gadgets.com/valves-steam-platform-headed-to-linux-13-05-2010/

Modplanman
May 13th, 2010, 03:02 PM
If Valve don't debunk this by tomorrow, then it's official. If indeed this is all false hope, then Valve are not gonna let this get reported everywhere as if it's fact (which is exactly what's happening) as this can cause harm both in PR and professionally.

The complete and total silence at the moment seems just as telling as the public and partially working version found (and still being updated by the way).

u235sentinel
May 13th, 2010, 03:26 PM
If Valve don't debunk this by tomorrow, then it's official. If indeed this is all false hope, then Valve are not gonna let this get reported everywhere as if it's fact (which is exactly what's happening) as this can cause harm both in PR and professionally.

The complete and total silence at the moment seems just as telling as the public and partially working version found (and still being updated by the way).

Personally I'm not worried either way. The argument is pointless anyway. If we want to play the games either use Wine/Crossover Games or get Windows on a partition.

I've got both worlds. My preference is Linux. I have Valve games running just swell under Crossover Games. I also have a computer running XP and can also play those games which are hard to get working under Linux.

Then I have Linux... for everything else. I've bought a dozen or so games for it. All so far are very nice. If valve brings their games to Linux then I'll be running those natively as well. If they don't then I'm not happy about that however I am still a customer and playing the games just fine.

If the rumors are true then I'm so there. I've made my opinions known to them on several occasions and look forward to the future.

Windows isn't always going to be top dog you know. At one point is was OS/2 (I know that's debatable), Before that various flavors of DOS and so on.

Things change always do...

Objekt
May 13th, 2010, 03:51 PM
Regardless of whether there is or isn't a Linux Steam client on the way, Valve is giving away the game Portal, complete and free, from now until the 24th. Anyone with an existing Steam account is eligible, as is anyone who signs up for one between now and then. I reinstalled Steam on my Windows XP partition & downloaded Portal overnight.

That goes for Mac users as well. In fact, it looks like you will get to play a game on any platform you have, once you buy it. That's pretty cool, and typical of how Valve does business. Electronic Arts or Ubisoft would demand you pay $49.95 all over again for the Mac version of one of their games, if they even made any Mac games.

Those stuck on dialup Internet might want to start downloading Portal now, to beat the deadline. :P

We now return you to our regularly-scheduled speculation.

CharlesA
May 13th, 2010, 03:56 PM
I wouldn't want to think about how long it would take to download the 3.8GB on a 56K modem.

It hurts just to think about it!

efikkan
May 13th, 2010, 04:17 PM
More articles on this subject are appearing all over the web, I can't find any wich contains a reliable source. Until Valve publish something official, it's not official. Claiming anything else is simply not true.

If anyone claims Valve spoke to them about this matter, then how can we know you are not making it up?

Objekt
May 13th, 2010, 04:23 PM
Assuming a best-case, steady 52 kilobyte/s dialup connection, it would "only" take about 24 hours.

Nope, I still don't miss those days at all.

Shakz
May 13th, 2010, 06:28 PM
Well if steam currently has 25million users.....and ubuntu has 12 million users and supposedly fedora has 24 million users along with the other distros following. I can see where the attraction for steam would be.

Considering thier current PC based user count, Linux offers a significant market share.

LeifAndersen
May 13th, 2010, 06:39 PM
Regardless of whether there is or isn't a Linux Steam client on the way, Valve is giving away the game Portal, complete and free, from now until the 24th. Anyone with an existing Steam account is eligible, as is anyone who signs up for one between now and then. I reinstalled Steam on my Windows XP partition & downloaded Portal overnight.

That goes for Mac users as well. In fact, it looks like you will get to play a game on any platform you have, once you buy it. That's pretty cool, and typical of how Valve does business. Electronic Arts or Ubisoft would demand you pay $49.95 all over again for the Mac version of one of their games, if they even made any Mac games.

Those stuck on dialup Internet might want to start downloading Portal now, to beat the deadline. :P

We now return you to our regularly-scheduled speculation.

I think when they say free until May 24, they mean you can play it until the 24th of May, and then the game expires, like a 12 day free trial sort of thing.

Crunchy the Headcrab
May 13th, 2010, 06:49 PM
I think when they say free until May 24, they mean you can play it until the 24th of May, and then the game expires, like a 12 day free trial sort of thing.
I don't think so.

"Capital news! But the excellent puzzle adventure Portal won over 40 Game of the Year awards; Surely it must cost at least five or six hundred dollars."
You'd think that, especially since it actually won over 70 Game of the Year Awards. But, like we keep saying, Portal is free. Free on the Mac. Free on the PC. But only until May 24th. So you only have a few days to decide if your free copy of Portal is worth the price we're currently charging - which is you ever-so-slightly moving your index finger just barely enough to click the big red "download" button right there to the left.
Valve

Objekt
May 13th, 2010, 06:49 PM
No, it's not a trial version. It's the complete Portal game, yours to keep, for as long as you want (barring Valve turning off their DRM servers anyway...).

Here's the page: http://store.steampowered.com/freeportal/

Tristam Green
May 13th, 2010, 07:00 PM
qualifications for an "oh snap!" met.

issuing "oh snap!"







oh snap!

LeifAndersen
May 13th, 2010, 07:01 PM
Oh, really, cool, thanks people. It previously wasn't worth it to me to have to boot into windows, download steam (while figuring out how to create an account, etc. etc.), and then download it...but now it is.

So I would assume that it's tied to your steam account though, right? (Aka, I would be able to blow away my windows partition, and be able to redownload it after May 24, if I already got it).

Tristam Green
May 13th, 2010, 07:02 PM
Oh, really, cool, thanks people. It previously wasn't worth it to me to have to boot into windows, download steam (while figuring out how to create an account, etc. etc.), and then download it...but now it is.

So I would assume that it's tied to your steam account though, right? (Aka, I would be able to blow away my windows partition, and be able to redownload it after May 24, if I already got it).

Yes. I redownload all my Steam games when I rebuild, and I actually do it as well on every computer in the house. I can only be logged in on one computer at a time though.

Objekt
May 13th, 2010, 07:14 PM
Yes, the free Portal install is tied to the Steam account. So yeah, you could re-download it later, as long as you originally installed before May 24th.

I keep Steam on a different partition from Windows itself, so that I don't have to re-download everything after reinstalling Windows.

u235sentinel
May 13th, 2010, 07:48 PM
More articles on this subject are appearing all over the web, I can't find any wich contains a reliable source. Until Valve publish something official, it's not official. Claiming anything else is simply not true.

If anyone claims Valve spoke to them about this matter, then how can we know you are not making it up?

Why would we lie?

;-)

Cavsfan
May 13th, 2010, 08:21 PM
You get to talk to a pretty girl
She's everything you dream about...

But don't fall in love
She's a beauty
She's one in a million girls
She's a beauty
Why would I lie
Why would I lie?

(Couldn't help myself)

EDIT: It's from an 80s song by the Tubes, probably before most of your times.

PurposeOfReason
May 13th, 2010, 08:28 PM
This all means nothing without good graphic drivers and other companies taking notice.

Tristam Green
May 13th, 2010, 08:34 PM
This all means nothing without good graphic drivers and other companies taking notice.

Even if it were only Valve to release their games with a Linux Steam client, that'd be enough for me in the interim.

Objekt
May 13th, 2010, 08:57 PM
Having Linux versions of Valve titles would allow more meaningful testing of Nvidia's and ATI's proprietary driver packages for Linux. We could find out for sure whether, for example, ATI's Linux drivers are actually crippled compared to the Windows version, by running Half-Life 2 on both platforms.

I know there are a few games which are both cross-platform, and able to max out current graphics hardware, but not many. Nexuiz is actually the only example I can think of. You can turn its graphics pretties up until your video card smokes.

Any others? There was a Linux version of Simcity 3000, and Urban Terror 4.1 covers all 3 platforms (Mac, Windows, Linux). But it is based on the Quake 3 engine, so not exactly a great challenge to recent graphics cards.

ghindo
May 13th, 2010, 09:20 PM
Valve didn't actually confirm it. There is no official announcement from them.Exactly. Until there is an official announcement or download available from Valve, I'll remain skeptical.

gemmakaru
May 13th, 2010, 09:21 PM
Well time will tell exactly what will be ported and what the quality will be but I think this is a huge step forward. Finger corssed it works out. I hope Vampire the masquerade Bloodlines gets ported. It runs on the half life two engine so it should work! I am crossing my fingers but not holding my breath if you know what I mean.

Smart Viking
May 13th, 2010, 09:25 PM
This is such good news! I am looking forward to playing TF2 again, since i have not touched my Valve account in some time.

I am 100% this is true, for everyone saying something else, i will brake a window!

ELD
May 13th, 2010, 09:42 PM
You get to talk to a pretty girl
She's everything you dream about...

But don't fall in love
She's a beauty
She's one in a million girls
She's a beauty
Why would I lie
Why would I lie?

(Couldn't help myself)

EDIT: It's from an 80s song by the Tubes, probably before most of your times.

Your a strange man :P

Anyway, Valve has NO WHERE confirmed it, why are all these websites stating it as a fact, it's frustrating.

Cavsfan
May 13th, 2010, 09:58 PM
Your a strange man :P

Anyway, Valve has NO WHERE confirmed it, why are all these websites stating it as a fact, it's frustrating.

True! :P (the "Why would we lie?" comment reminded me of the song. The song was popular probably before any of you were born!)

But, since the Mac version was just released, it can only be a matter of time before they satisfy the only other sector.
I believe we'll hear something from Valve within a couple weeks. But, that's just my guess.

Mr. Picklesworth
May 13th, 2010, 10:02 PM
contact@valvesoftware.com <--- SPAM THIS E-MAIL

Uh, no, don't spam Valve, please. I like them.

pwnst*r
May 13th, 2010, 10:11 PM
This is such good news! I am looking forward to playing TF2 again, since i have not touched my Valve account in some time.

I am 100% this is true, for everyone saying something else, i will brake a window!



contact@valvesoftware.com <--- SPAM THIS E-MAIL

1) I'd love to see you brake a window.
2) Spamming Valve's inbox(es). Really?

Smart Viking
May 13th, 2010, 10:24 PM
1) I'd love to see you brake a window.
2) Spamming Valve's inbox(es). Really?

2) Thats what you do. :P

Bölvağur
May 13th, 2010, 10:28 PM
I will keep my money locked away and will not get the key out until I can see something official about the linux client on their website.

pwnst*r
May 13th, 2010, 10:29 PM
2) Thats what you do. :P

What?

Bölvağur
May 13th, 2010, 10:44 PM
What?
he's trying to get Valve to think if they make a linux client they will be flooded every day with rants from linux users complaining about something... like some windows only games are not playable....

madhi19
May 13th, 2010, 11:04 PM
Correct me if am wrong but every game that Valve will port to Mac will need to support OpenGL so from mac port to a Linux port it only the next logical step!

pwnst*r
May 13th, 2010, 11:08 PM
he's trying to get Valve to think if they make a linux client they will be flooded every day with rants from linux users complaining about something... like some windows only games are not playable....

Oh.

Thanks.

fatality_uk
May 13th, 2010, 11:17 PM
It is happening!!
http://www.valvesoftware.com/job-SenSoftEngineer.html
Valve wouldn't offer jobs if it wasn't on the cards!

mamamia88
May 13th, 2010, 11:24 PM
cool. not that my laptop can really handle games but it's good to know for the future.

Smart Viking
May 13th, 2010, 11:29 PM
It is happening!!
http://www.valvesoftware.com/job-SenSoftEngineer.html
Valve wouldn't offer jobs if it wasn't on the cards!

Thanks for the link, now we definitely know for sure! :D

Brent0
May 13th, 2010, 11:36 PM
This is a MAJOR leap forward in the Linux community. I can't wait!!! :popcorn:

themusicalduck
May 14th, 2010, 02:10 AM
It is happening!!
http://www.valvesoftware.com/job-SenSoftEngineer.html
Valve wouldn't offer jobs if it wasn't on the cards!

I think I've seen that link before. Valve have had a job listing for people with Linux experience for years I believe. Besides, if the job listing is still there, then that just means they have no one employed (or not enough people) to do the porting.

If anything that link just tells us that it's more ways off..

I'm still somewhat hopeful though.

murderslastcrow
May 14th, 2010, 02:45 AM
I look forward to the day that Wine has no purpose, since most programs will be cross-platform, anyway. XD Then again, that's a horrible thing to hope for. Those poor souls slaving away at Wine, all for nothing.

Nah, Wine rocks, and hopefully the games that don't get ported to the Linux Steam client will be made to work in Wine, so that people don't have to pick and choose so much.

Still, this'll make Linux a primary OS for a lot of gamers I know.

dearingj
May 14th, 2010, 03:29 AM
Can't wait to hear an official confirmation of Steam and Source supporting Linux. I do think they are going to sometime.

What I'd also like to know is if/when Steam's stats page (http://store.steampowered.com/stats/) will show the number of users per operating system, as opposed to just the total number as it does now. It'll be interesting to see how many Linux and Mac gamers there really are on Steam, and how much the Windows number goes down as a result of users switching to their preferred non-Windows OS. There's a thread on this subject (http://forums.steampowered.com/forums/showthread.php?t=1266834) on the Steam forums.

3rdalbum
May 14th, 2010, 05:32 AM
Assuming a best-case, steady 52 kilobyte/s dialup connection, it would "only" take about 24 hours.

More like 10 days; dialup modems get up to around 5 kilobytes per second, not 50 kilobytes per second.

murderslastcrow
May 14th, 2010, 05:51 AM
That'd be a very good idea, and would give some statistics that could be useful to businesses considering porting their software to other platforms.

yester64
May 14th, 2010, 06:18 AM
It is happening!!
http://www.valvesoftware.com/job-SenSoftEngineer.html
Valve wouldn't offer jobs if it wasn't on the cards!



Employment opportunities


http://www.valvesoftware.com/img/arrow.gif Senior Software Engineer

Description
Lead engineer and architect on product integration into the highly available digital distribution platform called "Steam". Utilize business/commerce background and engineering skills to drive next generation features for software developed by Valve.

Responsibilities
.....
http://www.valvesoftware.com/img/blacksquare.gif Port Windows-based games to the Linux platform.
http://www.valvesoftware.com/img/blacksquare.gif Test, document, and maintain large scale networking installations and their assorted protocols
http://www.valvesoftware.com/img/blacksquare.gif oversee and implement quality assurance of applications in house and third party games distributed on Steam™
.....


This could be indeed a hint.
At least this is the strongest hunch so far. Still doesn't mean that it will happen eventually. But at least its a hint.

fatality_uk
May 14th, 2010, 07:40 AM
BTW, that's an old link, the position is now closed. Has been for months.

formaldehyde_spoon
May 14th, 2010, 08:21 AM
I haven't bought a game since my Atari ST days, but if this happens I'll get my wallet out...

AxelMan0
May 14th, 2010, 01:13 PM
Yes, if all the games you play are based around the Source engine.

Steam coming to Linux doesn't mean that all the games available on Steam will come too. It just means that, should a developer make a Linux version of their game, they can use Steam to distribute it.

Steam on Linux is a positive step, and I'm looking forward to playing the planned ports of Source-based games (Half-Life, Postal, Counter Strike etc) but it's only a first step.

I'm aware of that, but most of my games are on the source engine, and I'm willing to sacrifice unreal tournament 3 and Crysis to move to an all-linux system. Not to mention Wine for other non-source games.

MrNatewood
May 14th, 2010, 01:51 PM
BTW, that's an old link, the position is now closed. Has been for months.

If it's closed for a few months it means someone is already working on it for a few months ;)

Objekt
May 14th, 2010, 02:04 PM
I'm aware of that, but most of my games are on the source engine, and I'm willing to sacrifice unreal tournament 3 and Crysis to move to an all-linux system. Not to mention Wine for other non-source games.

I'm nearly with you there. Crysis is fun, but it's very, very mean to my graphics card.

Meep3D
May 14th, 2010, 03:02 PM
Assuming a best-case, steady 52 kilobyte/s dialup connection, it would "only" take about 24 hours.

Nope, I still don't miss those days at all.

kilobits != kilobytes. It would in fact take (best case) eight days.

Also why the appeal of this? Isn't Steam closed source DRM, and features just about everything complained about in the Badvista, Windows 7 sins etc campaigns? Surely if you're going to go for a proprietary solution for games such as Steam you might as well go for Windows as well - at least then you can play the whole range rather than just a subset.

Tristam Green
May 14th, 2010, 03:12 PM
Also why the appeal of this? Isn't Steam closed source DRM, and features just about everything complained about in the Badvista, Windows 7 sins etc campaigns? Surely if you're going to go for a proprietary solution for games such as Steam you might as well go for Windows as well - at least then you can play the whole range rather than just a subset.

Not all Linux users buy into the whole Windows 7 Sins mess.

RiceMonster
May 14th, 2010, 03:32 PM
kilobits != kilobytes. It would in fact take (best case) eight days.

Also why the appeal of this? Isn't Steam closed source DRM, and features just about everything complained about in the Badvista, Windows 7 sins etc campaigns? Surely if you're going to go for a proprietary solution for games such as Steam you might as well go for Windows as well - at least then you can play the whole range rather than just a subset.

What if they simply prefer Linux, and only really use Windows for a few games or 1 or 2 apps. Wouldn't you think it would be good for them to get some of those apps they use Windows for on Linux?

It's not all about being anti-proprietary or anti-Microsoft.

Trilby
May 14th, 2010, 05:51 PM
I think it's worth spreading the news:

http://www.itproportal.com/portal/news/article/2010/5/14/valve-rumoured-be-launching-steam-linux/

TheBuzzSaw
May 14th, 2010, 06:01 PM
We've been discussing it. ;)

http://ubuntuforums.org/showthread.php?t=1466438

ELD
May 14th, 2010, 06:06 PM
We've been discussing it. ;)

http://ubuntuforums.org/showthread.php?t=1466438

Was just about to post as well, there are many topics on it. Search is there for a reason, although it's on the first page so it's not hard to miss it....

donkyhotay
May 14th, 2010, 06:06 PM
I don't consider it official until I see it on the steam website, even then I'll consider it probable vaporware until the download is available. Course since I hate steam (it's the reason I stopped playing HL1 mods on windows) I couldn't care less if they came out with a linux version.

cariboo
May 14th, 2010, 06:34 PM
Merged two threads on the same subject.

pwnst*r
May 14th, 2010, 06:42 PM
I couldn't care less if they came out with a linux version.

You cared enough to write a paragraph.

fatality_uk
May 14th, 2010, 07:49 PM
How fecked off are we going to be if the first game on launch is Checkers 3D :) Just a thought!!

gemmakaru
May 14th, 2010, 07:52 PM
I just logged into vista to claim (download) my free copy of Portal. I am amazed by how slow my mousepointer is I mean did I seriously used to use it like this. </tangent>

Ylon
May 14th, 2010, 09:02 PM
In the end.. all the fuss about is not even Steam:but the tie Valve had with other *big* companies of games.




Instead, do really we need "steam" as engine? I mean, as platform to buy games?


To tell the truth, I would be more inclined to hope that someone will come up with a "online store" for gaming... but "linux community way"?

Consider this: even goin on Ubuntu, the main clients for Steam are, and will be, Windows.. then Mac... and in the very end... Linux.

Slow bug fix of the engine (comparated to winmancs)
Slow integration of winmacs features

No matter how many £$€ profit Valve would get from linux/ubuntu.. for them.. we would be always the "1%" ones. ~1% worthy clients.


On contrary if a company like Canonical will "enter the business"... well.. ."linux" will be all their business.

Here's my idea in opposition to Steam:


A "Gaming" Ubuntu derivate (Pubuntlay: Portable and Play). With a special kernel heavily maximized for gaming: all "not for play" modules and feature removed (it would boot in ~2seconds?)
Pratically the only thing that "boot" is this special kernel with the essential driver for: video/audio/controls/network. <--- make your pc (any pc) work like a console.
No matter if you've installed Windows/Linux/BSD/Haiku/Dr-Dos whatever... the pc boot from a usb only the kernel and very essential stuff: all the resources goes for opengl and network.

All the "system" goes over there:
http://www.gadgetsnews.co.uk/images/Micro-SD-Card-Reader.jpg
and you can boot it from usb.

Maybe they (Canonical) could try to sell it (the microsd+usb adactor) in a package with a special edition of nvidia agp card (they got kicked out from the old xbox by microsoft... so maybe they would enjoy the idea to get back ingame)






I am thinking to put this in brainstorming portal.. what do you think?

earthpigg
May 14th, 2010, 09:17 PM
i haven't read through this whole thread, but here is some very solid 100% undeniable evidence that Valve is putting their money where their mouth is (in case it hasnt been posted yet):

http://www.valvesoftware.com/job-SenSoftEngineer.html


Senior Software Engineer

Description
Lead engineer and architect on product integration into the highly available digital distribution platform called "Steam". Utilize business/commerce background and engineering skills to drive next generation features for software developed by Valve.

Responsibilities
Develop an understanding of Valve's Internet business and player community and contribute creative web-focused design solutions to improve the experience of using Valve's products
Manage the operation of large clusters of machines running both Windows and Linux in a highly available system.
Utilize knowledge of networking technologies and their appropriate use in large scale digital distribution systems and gaming platforms.
Port Windows-based games to the Linux platform.
Test, document, and maintain large scale networking installations and their assorted protocols
oversee and implement quality assurance of applications in house and third party games distributed on Steam™

pwnst*r
May 14th, 2010, 09:20 PM
**stuff**

So basically what you're saying is that you don't want to play any top tier games.

sudoer541
May 14th, 2010, 09:36 PM
OMG!!! thats ..... [I am panicking!!!!] aaawwwww... thats Xciting!!! I cant believe it!!!! I am opening my wallet right now!!! OMG!!! I am very pleased!!!!! [I am panicking!!!]


how... exciting I mean OMG!!!
anyone else feel the same way?

sudoer541
May 14th, 2010, 09:38 PM
So basically what you're saying is that you don't want to play any top tier games.

LOL ya just like me "I hate using the terminal"...everyone has his/her own preferences.

MilesRdz
May 14th, 2010, 09:53 PM
I'm optimistic that we will get a native Steam client, it's just a matter of time.

fatality_uk
May 14th, 2010, 10:13 PM
i haven't read through this whole thread, but here is some very solid 100% undeniable evidence that Valve is putting their money where their mouth is (in case it hasnt been posted yet):

http://www.valvesoftware.com/job-SenSoftEngineer.html

Already done ;)

http://ubuntuforums.org/showpost.php?p=9295122&postcount=79

Ylon
May 14th, 2010, 10:21 PM
So basically what you're saying is that you don't want to play any top tier games.
While building steam, Valve had only their game own game onto it (which were already on other channel too).

ELD
May 14th, 2010, 10:25 PM
"Port Windows-based games to the Linux platform." Well that's pretty solid evidence since that is an official steam posting, but if memory serves hasn't that ad been there a few years now?

tmette
May 14th, 2010, 10:28 PM
Man if this turns out to be true, then I'm going to have to build another Ubuntu machine. The nettop I just ordered from Sys76 will not be near powerful enough to play games through Steam.

pwnst*r
May 14th, 2010, 10:40 PM
While building steam, Valve had only their game own game onto it (which were already on other channel too).

What.

ELD
May 14th, 2010, 10:46 PM
What.

+1 lol epic fail.

I think he means when they first made steam, they only had their own games to put up which where available elsewhere anyway.

I don't get why he posted that, has nothing to do with the reply he quoted...nor this topic.

Objekt
May 14th, 2010, 10:53 PM
What.

He's saying the first games on Steam were Valve originals: Half-Life and all the mods. For example, Day of Defeat, Counterstrike, and less popular ones like Ricochet.

It was only later that other publishers signed on to sell their games via Steam.

Most probably, only Valve's games will be available through the Linux Steam client at the start. Other publishers may see a Linux port of existing or upcoming games as worthwhile, once Linux Steam takes off. It probably is already working that way for Steam on the Mac.

pwnst*r
May 14th, 2010, 10:56 PM
ELD and Objekt, thanks.

MilesRdz
May 14th, 2010, 10:56 PM
http://forums.steampowered.com/forums/showpost.php?p=14951457&postcount=856
Hmm... :)

yester64
May 14th, 2010, 11:24 PM
Well just like to say that a job posting from valve (or any other company) is a more relevant indication than a dubious blog post.
If days are long people write a lot and most is not even hold water. But if the add was indead a year old, then you certainly have to wait a long time before something will surface.
Remember Episode 3, remember. Valve you hear me?!?!?!

ELD
May 15th, 2010, 12:46 PM
http://forums.steampowered.com/forums/showpost.php?p=14951457&postcount=856
Hmm... :)

I'm pretty sure that is the same thing that Phoronix has covered...

themusicalduck
May 15th, 2010, 07:44 PM
I'm pretty sure that is the same thing that Phoronix has covered...

Phoronix covered the script that runs the Steam client. But the script in that screenshot looks to be a script to launch Portal.

Rustybolts
May 16th, 2010, 11:38 AM
Someone posted this link in steam forums regarding Valve jobs. Don't know if it's already been mentioned.
>>HERE (http://www.valvesoftware.com/job-SenSoftEngineer.html)<<

Quote from Job advertisement

Port Windows-based games to the Linux platform.

ELD
May 16th, 2010, 11:52 AM
Someone posted this link in steam forums regarding Valve jobs. Don't know if it's already been mentioned.
>>HERE (http://www.valvesoftware.com/job-SenSoftEngineer.html)<<

Quote from Job advertisement

It has been mentioned multiple times.

Rustybolts
May 16th, 2010, 12:12 PM
It has been mentioned multiple times.
Sorry np :( (crawls back under his rock)

ELD
May 16th, 2010, 12:46 PM
Phoronix covered the script that runs the Steam client. But the script in that screenshot looks to be a script to launch Portal.

Yeah i think you're right, still wish Valve would make an announcement.

Ylon
May 16th, 2010, 02:26 PM
Already done ;)

http://ubuntuforums.org/showpost.php?p=9295122&postcount=79


That stuff is from sep. 2007 (and even before maybe):

http://web.archive.org/web/20070921230928/http://www.valvesoftware.com/job-SenSoftEngineer.html