Instalar Steam
iniciar sesión
|
idioma
简体中文 (Chino simplificado)
繁體中文 (Chino tradicional)
日本語 (Japonés)
한국어 (Coreano)
ไทย (Tailandés)
български (Búlgaro)
Čeština (Checo)
Dansk (Danés)
Deutsch (Alemán)
English (Inglés)
Español - España
Ελληνικά (Griego)
Français (Francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (Húngaro)
Nederlands (Holandés)
Norsk (Noruego)
Polski (Polaco)
Português (Portugués de Portugal)
Português - Brasil (Portugués - Brasil)
Română (Rumano)
Русский (Ruso)
Suomi (Finés)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Informar de un error de traducción
Excellent - thank you for the tip! I went for the latest - why not eh?
sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-cache search "NVIDIA binary driver"
sudo apt-get install nvidia-346
Installing now...
That's quite right, but according to the minimum specs the game supports 1GB NVIDIA GeForce 8800GT which is OpenGL 2.1. I don't know if there is enough of a difference between 2.0 and 2.1 to matter but it's something to consider.
With 331.113 drivers it seemed to start the game around 15fps and slowly move down; when I last quit I was down to ~9-10fps.
I ran the nVidia performance monitor earlier with 331 Drivers; the GPU isn't being taxed at all, it waflles between 30-50% and I even added back some detail to get it to that level. I was playing in Windowed mode 1600x900 so I could keep an eye on the nVidia performance monitor. It looks like one of my CPU cores is pinned tho - I'm still concerned that this isn't dividing tasks between cores AFAIK.
Windows 8 is great. Only those who cannot accept change still use 7. I am guessing you tried 8 and started crying as soon as you couldn't find your precious start menu.
Jokes
In all honesty windows 7 and 8 are both great. 8 has some extra features I use quite alot that normly I would have to download seperate apps for, and when you get used to it, everything is slightly faster to access, even without a touchscreen. But 7 uses slightly less system resources and is still very good, so... depends if you have a nice rig or not as to which is best for you.
I use Win 8 with pokki menu. But a prefered 7.
8 feels too much like it is trying to cater to every device on the planet. Tablets, phones etc. 7 was at least made with PC soley in mind.
Anyway. Don't want to de-rail the thread.
AMD/ATI Radeon HD 6870 w/radeon drivers on Ubuntu 14 crashed per @ninjaec
AMD/ATI Radeon HD 5770 w/unknown drivers on Ubuntu 14.04 crashed per @steffan.watkins
AMD/ATI Radeon HD 4650 w/unknown drivers on Ubuntu 14.04 crashed per @steffan.watkins
nVidia GeForce GTX 550 Ti w/nVidia 331 and 340 drivers on Ubuntu 14.04 works per @steffan.watkins
nVidia GeForce 9400 GT w/nVidia 331 drivers on Ubuntu 14.04 works per @steffan.watkins
nVidia GeForce 770 GTX w/nVidia 343.22 drivers on XFCE 4.10 works per @sigz
nVidia GeForce 660 Ti w/nVidia 343.22-r2 drivers on Gentoo Linux works per @norg
nVidia unknown card w/nVidia 340.65 driver on Linux Mint 17 64bit works per @opcode666
nVidia unknown card w/nVidia 340 drivers on Linux works per @norsfyr
Naib; what are you running?
I switched to the proprietary AMD/ATI drivers from the Open Source drivers, and while doing so, it looks like I switched from using OpenGL 3.3 to OpenGL 4.3!
Before:
$ sudo lspci -k|grep -A 2 VGA
$ glxinfo | grep OpenGL
After:
$ sudo lspci -k|grep -A 2 VGA
$ glxinfo | grep OpenGL
Your one-liners are using UUOC and can be simplified. There are actually better ways to extract that infomation ( I have a complete one-liner that I use for HeroesOfNEwerth techsupport)
That said I have posted infomation on this (the main issue is the texture) on the main forums.
I have just added some additional infomation as well
http://satellitereign.com/forums/topic/linux-problems/page/2/#post-4423
I think my subsequent use of
sudo lspci -k|grep -A 2 VGA
and
glxinfo | grep OpenGL
was more skillful and not a UUOC ;)
I'm more excited that ATI cards aren't hopelessly broken and using the proprietary driver seems to work.
Try this:
echo "### OGL info ###";glxinfo | grep -i "opengl renderer\|profile version\|profile shading\|direct rendering"; echo "### CPU/RAM info ###"; grep -m 1 "model name" /proc/cpuinfo; free -h; echo "### OS Info ###"; uname -a
### OGL info ###
direct rendering: Yes
OpenGL renderer string: GeForce GTX 560/PCIe/SSE2
OpenGL core profile version string: 4.4.0 NVIDIA 346.22
OpenGL core profile shading language version string: 4.40 NVIDIA via Cg compiler
OpenGL ES profile version string: OpenGL ES 3.1 NVIDIA 346.22
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
### CPU/RAM info ###
model name : Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz
total used free shared buff/cache available
Mem: 7.8G 1.6G 3.5G 92M 2.7G 6.0G
Swap: 0B 0B 0B
### OS Info ###
Linux FluidMotion 3.18.1-gentoo #1 SMP PREEMPT Mon Dec 22 22:49:54 GMT 2014 x86_64 Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz GenuineIntel GNU/Linux