I am experiencing graphics performance that is less than ideal, not terrible but there are lags and video isn't completely fluent. I have a GeForce 8400 GS on a 1920x1200 screen, and am using the proprietary 195.36.15 driver (64 bit system). Previously with Kubuntu 9.04 and older drivers there were certain commands like glyphcache that improved performance significantly. What are people's experiences for Lucid? I haven't modified the xorg.conf from what the automatic installer did. To be honest, I had hoped for improvements compared to Hardy, but it seems almost slower.
Announcement
Collapse
No announcement yet.
Nvidia proprietary driver performance
Collapse
This topic is closed.
X
X
-
Re: Nvidia proprietary driver performance
I'm running both Kubuntu 10.04 and sidux (2.6.33-2 kernel) on the same hardware -- an Nvidia GTX260 on an Intel board with an X6800 CPU, with the 195.36.15 driver, 64-bit. I have a big Samsung SyncMaster 1100 CRT. I did a quick check with glxgears. At the moment, the frame rate is faster for the sidux system -- about 9,000 fps, versus around 8,000 for Kubuntu. But these things vary and it's not a pristine test (glxgears is not a good benchmarking tool either). I do not need to use any "tweaks". /etc/X11/xorg.conf looks like this:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder58) Thu Feb 25 05:30:38 PST 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
FontPath "unix/:7100"
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"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 260"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Coolbits" "1"
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1600x1200 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
- Top
- Bottom
-
Re: Nvidia proprietary driver performance
There are still several things you can add to xorg.conf if you want some better performance. You don't give any fps references, but mine are around 7600fps with glxgears (38000 per 5 secs): kubuntu 9.10 64bit, fully updated, 195.36.15 driver, 8800gt XFX Alpha Dog, overclocked to 705/1050, dual dell 19's via DVI.
Xorg edits:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8800 GT"
Option "Coolbits" "1"
# * You can set the IntialPixmapPlacement and the GlyphCache option with the nvidia-settings utility:
# $ nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1
# This works for some (but unfortunately not all) NVIDIA cards. Some cards reportedly work better using InitialPixmapPlacement=1 (or maybe even 3)
# * Options that are said to work well on 8xxx cards but are untested (by me)
# Option "RenderAccel" "True"
# + enabled by default
Option "TripleBuffer" "True"
# + Enables triple buffering. "Decreases the time an application stalls while waiting for vblank events, but increases latency slightly" (NVIDIA Readme)
# Option "DamageEvents" "True"
# + Recommended by NVIDIA if running composite+glx, increases performance, enabled by default
Option "UseCompositeWrapper" "True"
# + Enables the X server's composite wrapper instead of the builtin one.
Option "AllowIndirectPixmaps" "True"
# + Could improve hardware rendering on G80+ cards with more than 256 MB of video memory.
Option "BackingStore" "True"
# + Cache overlayed areas in case they get redisplayed later
Option "PixmapCacheSize" "200000"
# + allocate said number of pixels for pixmap caches
Option "OnDemandVBlankInterrupts" "True"
# + only fire VBlank interrupts in modes where they are needed
EndSection
I also have these settings inserted into /etc/X11/Xsession for performance:
nvidia-settings -a "[gpu:0]/GPUOverclockingState=1" -a "[gpu:0]/GPU2DClockFreqs=705,1050" -a "[gpu:0]/GPU3DClockFreqs=705,1050"
nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1
- Top
- Bottom
Comment
-
Re: Nvidia proprietary driver performance
Originally posted by oshunluvrYou don't give any fps references, but mine are around 7600fps with glxgears (38000 per 5 secs): kubuntu 9.10 64bit, fully updated, 195.36.15 driver, 8800gt XFX Alpha Dog, overclocked to 705/1050, dual dell 19's via DVI.
- Top
- Bottom
Comment
-
Re: Nvidia proprietary driver performance
Full desktop effects dual screen rotating cube three desktop folders and four other widgets running.
- Top
- Bottom
Comment
-
Re: Nvidia proprietary driver performance
Thanks, I will try the options. BTW my glxgears is ONLY 400 per 5 secs, that is running it in fullscreen mode. The default window that pops up when starting it gives about 8000-9000 FPS. Firefox scrolling isn't very smooth, especially when running Openoffice with large presentations and lots of images.
- Top
- Bottom
Comment
-
Re: Nvidia proprietary driver performance
Sound like you got some issues. What's your /var/log/Xorg.0.log reveal?
BTW: glxgears full screen 11000 per 5 secs
- Top
- Bottom
Comment
-
Re: Nvidia proprietary driver performance
aaa@ubuntu-az:~$ cat /var/log/Xorg.0.log
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-23-server x86_64 Ubuntu
Current Operating System: Linux ubuntu-az 2.6.32-19-generic #28-Ubuntu SMP Thu Apr 1 10:39:41 UTC 2010 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-19-generic root=/dev/mapper/sda5_crypt ro quiet splash
Build Date: 09 April 2010 01:56:13AM
xorg-server 2:1.7.6-2ubuntu2 (Bryce Harrington <bryce@ubuntu.com>)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 14 09:20:22 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Keyboard0
(WW) Disabling Mouse0
(II) Loader magic: 0x7ca300
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 8
(--) PCI:*(0:1:0:0) 10de:06e4:1043:8266 nVidia Corporation G98 [GeForce 8400 GS] rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x??/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/extra-modules/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
(II) NVIDIA GLX Module 195.36.15 Fri Mar 12 01:17:05 PST 2010
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/extra-modules/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver 195.36.15 Fri Mar 12 00:38:50 PST 2010
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) Apr 14 09:20:24 NVIDIA(0): Enabling RENDER acceleration
(II) Apr 14 09:20:24 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) Apr 14 09:20:24 NVIDIA(0): enabled.
(II) Apr 14 09:20:25 NVIDIA(0): NVIDIA GPU GeForce 8400 GS (G98) at PCI:1:0:0 (GPU-0)
(--) Apr 14 09:20:25 NVIDIA(0): Memory: 524288 kBytes
(--) Apr 14 09:20:25 NVIDIA(0): VideoBIOS: 62.98.29.00.00
(II) Apr 14 09:20:25 NVIDIA(0): Detected PCI Express Link width: 16X
(--) Apr 14 09:20:25 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) Apr 14 09:20:25 NVIDIA(0): Connected display device(s) on GeForce 8400 GS at PCI:1:0:0:
(--) Apr 14 09:20:25 NVIDIA(0): LEN L220xwC (DFP-0)
(--) Apr 14 09:20:25 NVIDIA(0): LEN L220xwC (DFP-0): 330.0 MHz maximum pixel clock
(--) Apr 14 09:20:25 NVIDIA(0): LEN L220xwC (DFP-0): Internal Dual Link TMDS
(WW) Apr 14 09:20:25 NVIDIA(0): The EDID for LEN L220xwC (DFP-0) contradicts itself: mode
(WW) Apr 14 09:20:25 NVIDIA(0): "1280x1024" is specified in the EDID; however, the EDID's
(WW) Apr 14 09:20:25 NVIDIA(0): valid HorizSync range (30.000-75.000 kHz) would exclude
(WW) Apr 14 09:20:25 NVIDIA(0): this mode's HorizSync (80.0 kHz); ignoring HorizSync check
(WW) Apr 14 09:20:25 NVIDIA(0): for mode "1280x1024".
(WW) Apr 14 09:20:25 NVIDIA(0): The EDID for LEN L220xwC (DFP-0) contradicts itself: mode
(WW) Apr 14 09:20:25 NVIDIA(0): "1280x1024" is specified in the EDID; however, the EDID's
(WW) Apr 14 09:20:25 NVIDIA(0): valid HorizSync range (30.000-75.000 kHz) would exclude
(WW) Apr 14 09:20:25 NVIDIA(0): this mode's HorizSync (80.0 kHz); ignoring HorizSync check
(WW) Apr 14 09:20:25 NVIDIA(0): for mode "1280x1024".
(II) Apr 14 09:20:25 NVIDIA(0): Assigned Display Device: DFP-0
(==) Apr 14 09:20:25 NVIDIA(0):
(==) Apr 14 09:20:25 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) Apr 14 09:20:25 NVIDIA(0): will be used as the requested mode.
(==) Apr 14 09:20:25 NVIDIA(0):
(II) Apr 14 09:20:25 NVIDIA(0): Validated modes:
(II) Apr 14 09:20:25 NVIDIA(0): "nvidia-auto-select"
(II) Apr 14 09:20:25 NVIDIA(0): Virtual screen size determined to be 1920 x 1200
(--) Apr 14 09:20:25 NVIDIA(0): DPI set to (103, 101); computed from "UseEdidDpi" X config
(--) Apr 14 09:20:25 NVIDIA(0): option
(==) Apr 14 09:20:25 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) Apr 14 09:20:25 NVIDIA: Using 768.00 MB of virtual memory for indirect framebuffer
(II) Apr 14 09:20:25 NVIDIA: access.
(II) Apr 14 09:20:25 NVIDIA(0): Initialized GPU GART.
(II) Apr 14 09:20:25 NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) Apr 14 09:20:25 NVIDIA(0): Initialized OpenGL Acceleration
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) Apr 14 09:20:25 NVIDIA(0): Initialized X Rendering Acceleration
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing extension GLX
(II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
(II) config/udev: Adding input device Power Button (/dev/input/event1)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 2.3.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 7.0
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event1"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "gb"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) XKB: reuse xkmfile /var/lib/xkb/server-884C6C7246E5186E4DB7A4CD26B9F16BE06DFFDC.xkm
(II) config/udev: Adding input device Power Button (/dev/input/event0)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event0"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "gb"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device Logitech Desktop USB stand (/dev/input/event5)
(**) Logitech Desktop USB stand: Applying InputClass "evdev keyboard catchall"
(**) Logitech Desktop USB stand: always reports core events
(**) Logitech Desktop USB stand: Device: "/dev/input/event5"
(II) Logitech Desktop USB stand: Found keys
(II) Logitech Desktop USB stand: Configuring as keyboard
(II) XINPUT: Adding extended input device "Logitech Desktop USB stand" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "gb"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
(**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event3"
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as keyboard
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "gb"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event4)
(**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
(**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event4"
(II) Logitech USB Receiver: Found 12 mouse buttons
(II) Logitech USB Receiver: Found scroll wheel(s)
(II) Logitech USB Receiver: Found relative axes
(II) Logitech USB Receiver: Found x and y relative axes
(II) Logitech USB Receiver: Found absolute axes
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as mouse
(II) Logitech USB Receiver: Configuring as keyboard
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "gb"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) Logitech USB Receiver: initialized for relative axes.
(WW) Logitech USB Receiver: ignoring absolute axes.
(II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event2)
(**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event2"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
(II) XKB: reuse xkmfile /var/lib/xkb/server-5931DD17A30568B980D2B578F65307D602F4A5E8.xkm
(II) XKB: reuse xkmfile /var/lib/xkb/server-7C80A8D73C65102BCB208243006FFE9BC7C9DD8F.xkm
- Top
- Bottom
Comment
-
Re: Nvidia proprietary driver performance
This is not exactly heartwarming:
Originally posted by azenz
(WW) Apr 14 09:20:25 NVIDIA(0): The EDID for LEN L220xwC (DFP-0) contradicts itself: mode
(WW) Apr 14 09:20:25 NVIDIA(0): "1280x1024" is specified in the EDID; however, the EDID's
(WW) Apr 14 09:20:25 NVIDIA(0): valid HorizSync range (30.000-75.000 kHz) would exclude
(WW) Apr 14 09:20:25 NVIDIA(0): this mode's HorizSync (80.0 kHz); ignoring HorizSync check
(WW) Apr 14 09:20:25 NVIDIA(0): for mode "1280x1024".
Did you run the nvidia-xconfig utility as root, i.e. in konsoleCode:sudo nvidia-xconfig
Also, you can run nvidia-settings as root, with Alt-F2 "kdesudo nvidia-settings" and click the "get EDID" button to have it query your monitor. Then, set the resolution, leave refresh set to "Auto", and click "Save to X Config File" and "OK" it. Then restart X and maybe it will do better.
- Top
- Bottom
Comment
-
Re: Nvidia proprietary driver performance
If the edid just won't work - you can set everything manually. Start by getting all your manufacturers specs.
- Top
- Bottom
Comment
-
Re: Nvidia proprietary driver performance
Yes I had run nvidia-xconfig. Doing the EDID through the nvidia-settings added the line ' Option "metamodes" "1920x1200_60 +0+0"' to xorg.conf, but on starting the same EDID error shows up in the log file.
However, since I don't use the 1280x1024 mode but 1920x1200, isn't that error irrelevant? I'm amazed at the FPS you guys are getting, there just has to be something wrong!
- Top
- Bottom
Comment
-
Re: Nvidia proprietary driver performance
I'm not familiar with the 8400 -- I did have an 8800GTS/320 for awhile and it was a very nice card. The GPU speed and onboard memory are important to your performance. The performance (speed) of your CPU also influences the graphics performance, so that needs to be considered. I assume you've already worked Google as much as you can to learn about any special settings for that card. You can try overclocking it with the coolbits option, but that won't make a huge difference.
As mentioned above, when leaving glxgears at the default window size, I'm getting ~44,000 per 5 seconds on Kubuntu 10.04, with Desktop Effects enabled, on a 1600x1200 screen. My x6800 CPU is overclocked to 3.45GHz, and my GTX260 is also overclocked to whatever nvidia-settings said was the safe limit.
Firefox and OOO are both graphics hogs, so it's not surprising that they will stress your card. 1920x1200 is a big screen -- I'd say you're probably getting about all that card has to give.
- Top
- Bottom
Comment
-
Re: Nvidia proprietary driver performance
Card: nVidia Geforce 8400GS
GPU clock: 540.000 MHz
-- Shader info --
Clock: 1350.000 MHz
Stream units: 16 (1b)
ROP units: 4 (1b)
-- Memory info --
Amount: 256 MB
Type: 128 bit DDR2
Clock: 333.000 MHz
I run an Intel Quad Core overclocked to 3 Ghz.
Your graphics performance is 100x higher on a screen with a resolution that's just 20% lower! That is staggering... I know the 8400 is not very fast, but I have this feeling that it should be faster...
Overclock to GPU 579 / memory 505 gives at least 760 in glxgears.
- Top
- Bottom
Comment
-
Re: Nvidia proprietary driver performance
I think you should be way faster than that. Have you tried booting to a livecd from another distro just to see?
- Top
- Bottom
Comment
Comment