Motherboard - Asus Sabertooth 990fx r2.0
GPU - ASUS GTX780-DC02OC-3GD5
This is a home desktop computer, not a server.
Problem - I have installed the 343.22 Nvidia Driver ( I had same issues with drivers shipped standard with 14.04 LTS ) and I am unable to do the following things.
1. Start in Max Performance level 3, even though I added the option Option "RegistryDwords" "PerfLevelSrc=0x3322; PowerMizerDefaultAC=0x1" in my xorg.conf. The card starts @ 692MHz which looks like level 1 to me, I have to set it to max on every reboot. This is already set to "max" but upon reboot, it states 692, even though level 3 is highlighted.
Powermizer settings
2. I get horrible glxgears results, I googled around and folks were getting close to 20k with something like a 560ti
My nvidia-settings lists my monitor as DPF-1 
My xorg.conf. I am running 1 monitor. Any help is appreciated.
GPU - ASUS GTX780-DC02OC-3GD5
This is a home desktop computer, not a server.
Problem - I have installed the 343.22 Nvidia Driver ( I had same issues with drivers shipped standard with 14.04 LTS ) and I am unable to do the following things.
1. Start in Max Performance level 3, even though I added the option Option "RegistryDwords" "PerfLevelSrc=0x3322; PowerMizerDefaultAC=0x1" in my xorg.conf. The card starts @ 692MHz which looks like level 1 to me, I have to set it to max on every reboot. This is already set to "max" but upon reboot, it states 692, even though level 3 is highlighted.
Powermizer settings
2. I get horrible glxgears results, I googled around and folks were getting close to 20k with something like a 560ti
Code:
glxgears 48323 frames in 5.0 seconds = 9664.572 FPS 54361 frames in 5.0 seconds = 10872.043 FPS 54536 frames in 5.0 seconds = 10907.098 FPS 54322 frames in 5.0 seconds = 10864.253 FPS
My xorg.conf. I am running 1 monitor. Any help is appreciated.
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 343.13 (buildd@lgw01-30) Mon Aug 11 19:50:14 UTC 2014
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 343.22 (buildmeister@swio-display-x86-rhel47-05) Thu Sep 11 16:49:51 PDT 2014
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung S27B350"
HorizSync 30.0 - 81.0
VertRefresh 50.0 - 75.0
ModeLine "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync
Option "DPMS" "False"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 780"
EndSection
Section "Screen"
# Removed Option "metamodes" "nvidia-auto-select +0+0"
# Removed Option "metamodes" "1920x1080 +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "RegistryDwords" "PerfLevelSrc=0x3322; PowerMizerDefaultAC=0x1"
Option "TwinView" "False"
Option "Coolbits" "12"
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-1"
Option "metamodes" "nvidia-auto-select +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection







Comment