Zaloguj
|
język
Български (bułgarski)
Čeština (czeski)
Dansk (duński)
Nederlands (holenderski)
English (angielski)
Suomi (fiński)
Français (francuski)
Deutsch (niemiecki)
Ελληνικά (grecki)
Magyar (węgierski)
Italiano (włoski)
日本語 (japoński)
한국어 (koreański)
Norsk (norweski)
Português (portugalski)
Português-Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
简体中文 (chiński uproszczony)
Español (hiszpański)
Svenska (szwedzki)
繁體中文 (chiński tradycyjny)
ไทย (tajski)
Türkçe (turecki)
Pomóż nam w tłumaczeniu Steam



PS: Application profiles coming to linux? This sounds good, even if they don't work at all yet.
Yep, that would work too.
I got TF2 to run. In fact, once steam is running TF2 runs without needing to use gdb to skip anything.
Performance seems a mixed bag.
I've joined servers and got the same 20fps stuttering with the old driver. I've joined others and the game has had nigh on windows performance.
Similarly running a training session with bots had reasonable performance.
I experienced a few more crashes, although given the kludge I used to get it to run, it's as likely I caused it as the game did.
There seems to be a lot of shader compilation errors though, perhaps this is why the bot matches work better? (Because the bots aren't using new fancy pants weapons and effects)
Anyway, if anyone is interested, the steps I took to get steam to start with beta 8 were
gdb steam
> set args steam://open/games
>break ADL_ApplicationProfiles_System_Reload
> r
(then it'll stop at the break point)
>return
say y when prompted
>cont
(then it'll stop at the breakpoint again) (cf Norvig don't repeat yourself)
>return
say y
>cont
then you should be in steam and good to go
Starting TF2 from Steam works
Here's a bot match (11 bots)
http://steamcommunity.com/sharedfiles/filedetails/?id=109764603
Reasonable performance and as you can see a lot of the missing ch rac e s and l tt r s are now there :)
performance looks better than it is in the screenshot. In a 12v12 pub server there are quite a lot of slowdowns
Compared with earlier on the previous driver though, a big win :-
http://cloud.steampowered.com/ugc/918994853374699804/5177B7BC5CDC2144FF66EED8BA2747A896536FD8/
sh amd-driver-installer-catalyst-12.11-beta8-x86.x86_64.run --extract beta8
diff -Nru beta/common/etc/ati beta8/common/etc/ati
Yeah, I've since discovered that the first call to ADL_ApplicationProfiles_System_Reload actually succeeds if you let it happen - although I haven't noticed any great differences either way. It's only the 2nd call that seg faults.
That suggests my speculation that ADL_ApplicationProfiles_System_Reload itself is at fault was probably flawed. It may well just be a coding bug or data that's not zeroed out when it should be.
But I hadn't really thought to look at any of the driver files or config. I was just using buildpkg and installing old then new - so you've given me another direction to look in.