Star Conflict

Star Conflict

Lihat Statistik:
Low FPS on Ubuntu 16.04 64Bit (with a GTX760)
The title descripes it mostly...

my relevant specs are:

CPU - Intel i5 2320
Mainboard - Asus P8H77-V
GPU - Zotac Nvidia GTX 760 (4gb version)
OS - Ubuntu 16.10 64Bit

I can get the 60 frames, when there isn't very much to load on the screen. The worst drops are, when I'm at the edge of the map and take a look on the whole map. Any idea how I can fix this or how I can improve the GPU-Performance under Ubuntu 16.04 (especially about handling a huge amount of data in this case)?
Terakhir diedit oleh KarnageRage; 24 Okt 2016 @ 12:29pm
< >
Menampilkan 1-12 dari 12 komentar
BroPsycho 23 Okt 2016 @ 3:35am 
this is why i use dualboot :(
linux never developed their game platform fps problem
:'(
1) make sure your graphics driver is not limiting fps to the sync rate ("sync to vblank"). you can enable/disable this in nvidia-settings or via commandline.
2) try lowering overall graphics settings. disable antialiasing, lower shadow quality, etc. run at a lower resolution.
KarnageRage 23 Okt 2016 @ 9:16am 
I also upgraded Ubuntu to the 16.10 release, so I got the kernel-update from 4.4 to 4.8 and since this I already got some more frames, but not enough.

Okay in the GUI settings window of NVidia I almost skipped the option to disable it. So my frames where limited.

thanks for the help @Don.Gonzote
Terakhir diedit oleh KarnageRage; 23 Okt 2016 @ 9:24am
I use a pair of GTX760's & run without limits on framerate (sync to vblank) using the newest nVidia beta driver 375.10 (manual inatall from nVidia-- http://www.nvidia.com/Download/Find.aspx?lang=en-us). Am getting a solid 60 FPS & depending on textures can go up to 90 FPS. And yes--I'm SLI--with the right settings SLI works very well in Linux. Running Debian Sid/Unstable. I can send my xorg.conf to you if you want (Don't trust Ubuntu or ANY other distro to auto-config the setting for you!)
KarnageRage 23 Okt 2016 @ 10:54am 
sorry... but I only have ONE GTX 760...
did you only got SLI running or did you also made other configurations to improve the performance?
Diposting pertama kali oleh debianmainuser:
I can send my xorg.conf to you if you want (Don't trust Ubuntu or ANY other distro to auto-config the setting for you!)

single 960 here, arch linux. i wouldn't mind taking a look at your xorg.conf if you can pastebin it.
Yes--SLI running in Debian--works VERY well--Using AFR (alternating frames).. I'll paste all of it here..

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 355.06 (buildmeister@swio-display-x64-rhel04-16) Tue Jul 28 22:00:51 PDT 2015


Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ButtonMapping" "1 2 3 10 11"
Option "ZAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
Option "EmulateWheelButton" "2"
Option "EmulateWheelTimeout""200"
Option "EmulateWheel" "true"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "SyncMaster P2770H"
DisplaySize 597.89 336.31
HorizSync 28.1 - 81.0
VertRefresh 56.0 - 60.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Default Device"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Default Device"
Monitor "Monitor0"
DefaultDepth 24
Option "Coolbits" "12" #values are 0,2,4,8 & 16 To enable multiple features, add the Coolbits values together. For example, to enable overclocking and overvoltage of Fermi cores, set Option "Coolbits" "24".
Option "AFR"
Option "UseDisplayDevice" "DFP-0"
SubSection "Display"
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection

I'm not a fan of distro-config---as you can see, I had nVidia xconfig done & then I modified where it was needed....DO set the coolbits so you can "really" do card mods..Ignoge the "AFR" setting SLI only & I use the nVidia utility for auto display setting (modes nvidia-auto-select).

In the hanger I get 40~60 FPS & in open space I get 60~90FPS--all battle modes also 60~90...Both cards run about 45C under load (remember to remove the stock heatsink & apply BETTER material--I use Artic Silver 5 & my cards went 5C cooler) Using the EVGA dual fan 760's.
Totally forgot something---Check you Nvidia-Settings for your card & see if the card is running "gen-2" or "gen-3"----if your motherboard is "newer" (3~4 years old) you "should" be running gen-3. To get there (8GT's instead of 5 GT's), create a config file in /etc/modprobe.d (debian-based distros--check for other distros) called nvidia.conf & just put:

options nvidia NVreg_EnablePCIeGen3=1

in it --save & reboot-then check if you have 8GT's for your video pipeline......
Just for grins I shut off SLI & ran my main card only......In the hanger I am getting 60~90FPS & in open space about the same....not sure why I'm getting better framerates in hanger & about the same in Open Space----but You should be able to get close to that with your setup---Don't buy that "it always works better in Windows"--current video drivers are very close to the same & sometimes better in Linux these days.....You just need to look at the relevant forums (nVidia dev, Ubuntu & that kind). Take a look at www.phoronix.com/ for current info.
KarnageRage 24 Okt 2016 @ 1:01pm 
okay I'm kinda lazy.
Do you have some guides you can share with me/us where the topic is about some "essentials" to improve the performance? I would appreciate that, if you can do this. But I'm already really thankful for all the tweaks you posted here.

Unfortuantely your post about PCI gen-2 or gen-3 wasn't that helpful for a newbie ... sorry. I checked the ♥♥♥♥♥♥♥♥ Asus website and my MB has PCIe Gen3 (and I have connected my card into the right slot). It would be useful if you can give the instructions (or C&P-command) to check if gen2 or gen3 is configurated.
OK--I'll be a little easier on you :)
1. Open a text editor & paste the info I have above into it (The text bit that starts with "options") 2. Save the file as: nvidia.conf
3. Open a terminal window & type: sudo nautilus You will be asked for your password--do so.
4. A File Manager window will open--Navigate to /etc/modprobe.d & open that folder
5. Take the nvidia.conf file & put it into the modprobe.d folder---you most likely will see other folders/files in that folder.

Verify that all the steps above look right & then reboot.
When you get to desktop again, recheck your nvidia settings panel...where you see all the "specs" it should say "Gen3" instead of "Gen2" for PCIe Generation & the Maximum PCIe Link Speed should say 8.0 GT/s instead of 5.0 GT/s

This is the "easiest" mod you can do to "speed" up your card----You have increased the "pipeline" for video transfer. Everything will be slightly faster afterwards--movie playback to gaming.

Here is the reference info for the mod: http://devtalk.nvidia.com/default/topic/545186/enabling-pcie-3-0-with-nvreg_enablepciegen3-on-titan/?offset=2
As far as doing xorg.conf settings/changing.......If you are not confortable creating/editing main system files (where you might get dumped into commandline if you make a typo), I would just stay with the mod I referenced above & make sure you disable the sync to vblank setting...when you do the setting change, make sure to goto nvidia-settings Configuration & "Save Current Configuration" Accept the default location for the saved file....that way vblank won't bother you again.
< >
Menampilkan 1-12 dari 12 komentar
Per halaman: 1530 50

Tanggal Diposting: 23 Okt 2016 @ 3:31am
Postingan: 12