Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Ditto on a x4 965 BE, 16GB RAM and GTS 450
Arch x64 updated to latest available
No results? Then you're seeing the same problem as me and, apparently, quite a few others.
AMD FX-8350
I wonder if it was compiled with (assuming gcc or clang) --march=native. That'll enable use of whatever instructions the host CPU supports; so if I had source and were to compile it here, I'd get a binary without SSSE3 but possibly with 3DNow instructions.
I'd likely choose --march=pentium4 or --march=prescott for x86 and --march=athlon64 or --march=nocona for amd64; assuming the presence of SSE2 is safe (for any 64-bit-capable x86), but I'd not like to assume the presence of anything newer without using CPU feature tests at run-time.
I will join the discussion when amd will release proper driver.
If you see Steam complaining about direct rendering not being available, the following should be enough to fix it.
Looks like it doesn't, meh.
EDIT:
My mistake, it actually does.
AMD Phenom II X6 1090T, Radeon HD 6950 with radeon libre driver (32&64bit) from oibaf ppa on ubuntu 14.04 & 3.17.1 kernel.
Can't see any clue related to (S)SSE3/4 in /var/log/{syslog,kernel.log}
cat /proc/cpuinfo | grep flags :
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr cpb hw_pstate npt lbrv svm_lock nrip_save pausefilter
My CPU doesn't seems to have sse3, but sse, sse2 and sse4a.
Does anyone know how to start trine in a more verbose mode ?
I know about open source drivers, i tried them few times but still prefer amd's drivers because of better performance and compatibility with displays/detection of displays.