Page: Previous  1, 2, 3, ... 29, 30, 31  Next

techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4124
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
New nvidia beta driver: 180.11

To install, do: sgfxi -co 180.11

We'll see if this addresses the lingering desktop memory leak issues which has so far made the 180 series utterly unusable for me.

release notes
Back to top
anticapitalista
Status: Contributor
Joined: 13 Jun 2008
Posts: 202
Location: Greece
Reply Quote
Just to add that I have also found the 180 series to be unsatisfactory. It has noticeably slowed down 'normal' desktop use.
Back to top
sleekmason
Status: Interested
Joined: 03 Dec 2008
Posts: 15
Location: NW Arkansas
Reply Quote
Howdy,

I have not tried the 06, but have used both the 08 and 11 on a fresh sidux install running fluxbox, latest slh kernel. Both are slow, or at least no faster in bringing up all graphics (4 conky's audacious, and wallpaper) from a blank root window with a toggle. As a separate question:
Would a different kernel be better at this for any reason? and, is it ok to use a different kernel running sidux. I think it is time for me to make a few changes.
Back to top
anticapitalista
Status: Contributor
Joined: 13 Jun 2008
Posts: 202
Location: Greece
Reply Quote
I don't think the sidux kernel is the problem, but the latest 'testing' nvidia.
I'm using a MEPIS and sidux 2.6.27-7 kernel on antiX, fluxbox and icewm, and the nvidia 8 series is awful. It makes fluxbox run like kde with low RAM ;)
I went back to the 'stable' 177.82 nvidia driver and all is ok.

:: Code ::

$ inxi -F
System:    Host antiX-M8 running  Linux 2.6.27-7.slh.2-sidux-686 i686 Distro antiX-M8-Test1 Bolshevik 08 Nov 2008
CPU:       Dual Core AMD Athlon 64 X2 4200+ cache 1024 KB flags (sse3 nx lm svm) bmips 3990.44
           Clock Speeds: (1) 1000.00 MHz (2) 1000.00 MHz
Graphics:  Card nVidia GeForce 8400 GS X.Org 1.4.2 Res 1024x768@50.0hz
           GLX Renderer GeForce 8400 GS/PCI/SSE2/3DNOW! | GLX Version 2.1.2 NVIDIA 177.82
Audio:     Card ATI SBx00 Azalia (Intel HDA) driver HDA Intel
           Sound: Advanced Linux Sound Architecture Version 1.0.17
Network:   Card Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller driver r8169 v: 2.3LK-NAPI at port e800
Disks:     HDD Total Size: 480.1GB (18.8% used) 1: /dev/sda WDC WD1600AAJS-0 160.0GB 2: /dev/sdb ST3320620AS 320.1GB
Partition: ID:/ size: 30G used: 14G (50%) ID: swap:/dev/sda2 size: 1.12GB
Info:      Processes 88 Uptime 21:00 Memory 204.1/3042.8MB Client Shell inxi 0.7.1


Edit: Now trying the 180.11 driver and it seems to be ok, at the moment. We''ll see how it fares later on today.
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4124
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
sgfxi 4.1, updated all kernel/xorg detections to be more dynamic, and removed some driver cruft for nvidia so that sgfxi can move ahead another year.

All should work now without much manual updating of the detection parameters for kernels/xorg versions.

I'm starting to implement more my realization that any time bugs creep in, you should ideally not only fix a bug, but fix the cause of why the code made it easy to miss, or create, the bug in the first place.
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4124
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
sleekmason, any performance issue with nvidia drivers is unrelated to the scope of sgfxi itself, but need to be dealt with on the nvidia support forums. Make sure to read the how to file bug reports thread there if you do post issues.

A driver being the same speed as the last one is neither a bug or a problem, in this case, if you see the bug, it reveals itself as a gradual memory leak, easy to see with firefox/iceweasel with many tabs open, it simply slows down your whole desktop, window painting, etc, until it's totally unusable. This is not subtle. This is the matter in question re 180.xx drivers.

Re kernels, they don't matter, if your hardware is working fine with an older kernel, expect it to do one of 3 things with a newer kernel, in order of likelihood: 1 - work the same; 2 - work slightly better; 3 - stop working, or start working buggily.

There's a reason major distros all stick to one or two kernel versions per release, and that's part of the reason.

I saw some good improvements in file transfer speeds, usb handling, in I think 2.6.26, that's the last time I noticed any significant change.
Back to top
sleekmason
Status: Interested
Joined: 03 Dec 2008
Posts: 15
Location: NW Arkansas
Reply Quote
excellent. Just what I wanted to know. I will pay more attention to the topic next time, and will also attempt to find a way to do a simple benchmark for the future.
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4124
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
Version 4.2.0

New feature and option: -B

This will check for latest nvidia beta driver, and use it if one is available. If none is available, it will use the latest stable driver for your card type.

This feature is now also available via smxi, but smxi will not know if a beta driver was actually available, sgfxi will however always tell you if it's using the beta or the stable when you launch it.
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4124
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
Also, a small refactoring of sgfxi option variable names. If you're using an sgfxi options config file, you'll need to update all boolean true false option names in the config file to start with B_<option variable name>.

like so:
:: Code ::
COMPOSITE='true'
# becomes
B_COMPOSITE='true'

This change only affects Boolean variables, ie, ones that are set to 'true'. All other variable names are unchanged.

I needed to do this to make the overall script easier to read, and maintain.
Back to top
sleekmason
Status: Interested
Joined: 03 Dec 2008
Posts: 15
Location: NW Arkansas
Reply Quote
Evening, You may wish to double check using the -cB option. The script showed me to be loading the latest stable driver with tripple buffering enabled. This being the lowercase -b option I figured you may have had a typo. Could have been my deal but I checked it twice. Using -o still works.
Back to top
Display posts from previous:   
Page: Previous  1, 2, 3, ... 29, 30, 31  Next
All times are GMT - 8 Hours