Phoronix Forums  

Go Back   Phoronix Forums > Linux Graphics / X.Org Drivers > NVIDIA Linux

NVIDIA Linux Both NVIDIA's closed-source and open-source drivers can be discussed here.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-16-2007, 04:40 PM
phoronix phoronix is offline
Phoronix News Bot
 
Join Date: Jan 2007
Posts: 3,103
Default NVIDIA 169.04 Beta Linux Driver

Phoronix: NVIDIA 169.04 Beta Linux Driver

Late last month NVIDIA released the GeForce 8800GT graphics card, however, today NVIDIA has finally delivered an updated Linux display driver to add this new product support as well as correct other outstanding issues. This new Linux display driver is version 169.04 Beta, which is a large version bump from the previous 100.14 series.

http://www.phoronix.com/vr.php?view=11446
Reply With Quote
  #2  
Old 11-16-2007, 06:16 PM
.CME. .CME. is offline
Junior Member
 
Join Date: Oct 2007
Location: Dresden
Posts: 18
Default

well
ubuntu 7.10 64bit, 7800GTX, new nvidia beta driver: and etqw is now broken (for me) :\

[...]
Initializing SDL subsystem
thread priority set to 1
Loading GL driver 'libGL.so.1' through SDL
signal caught: 'Segmentation fault', si_code 1
double fault: 'Segmentation fault', bailing out


edit1: all 32bit OpenGL apps are broken for now, for me, mhhh

edit2: well, there went sth. wrong with the installer, i simply reinstalled it, and now it works great

Last edited by .CME.; 11-16-2007 at 06:28 PM.
Reply With Quote
  #3  
Old 11-17-2007, 04:21 AM
pdw_hu pdw_hu is offline
Junior Member
 
Join Date: Oct 2007
Posts: 1
Default

It works for me, tho i only have a 6600GT. Also noticed a slight increase in performance. Nice release so far...
Reply With Quote
  #4  
Old 11-17-2007, 09:09 AM
Naib Naib is offline
Phoronix Member
 
Join Date: Nov 2007
Posts: 64
Default

Quote:
Originally Posted by .CME. View Post
...
you did goto init-3 and rmmod the present nvidia driver and then modprobe the new driver didn't you before starting X again.

That segfault is usually due to the OpenGL userland libs not compatable with present in-use driver



Either way driver good for ET:QW
Reply With Quote
  #5  
Old 11-18-2007, 11:27 AM
wirechief wirechief is offline
Phoronix Member
 
Join Date: Apr 2007
Location: Michigan
Posts: 50
Default Nvidia 8800gt oc 512mb pci-express and Nvidia 169.04 beta driver

I am considering buying the Nvidia 8800GT OC 512mb pci-e
graphics card and am wondering if there are issues with it running Linux.
Reply With Quote
  #6  
Old 11-18-2007, 11:49 AM
Huenengrab Huenengrab is offline
Phoronix Member
 
Join Date: May 2007
Location: Germany
Posts: 75
Default

Michael already mentioned, that he'd post some benchmarks, as soon as the GT is supported by the linux-driver.
Reply With Quote
  #7  
Old 11-18-2007, 09:58 PM
gfordham gfordham is offline
Junior Member
 
Join Date: Nov 2007
Posts: 2
Default Ubuntu 7.10, 8800 GTX, AMD Athalon 64 2.4Ghz, 2G PC3200

I tried the 100.19 driver and the new beta and they seemed to have fixed the 2D slow redraw issue, I still see some flicker on HD video playback though. Seems to use more resources and playback is jumpier than my older ge6600.
Reply With Quote
  #8  
Old 11-19-2007, 04:30 AM
un1xer un1xer is offline
Junior Member
 
Join Date: Apr 2007
Posts: 10
Default

I'm using it on my 7600GT AGP and all seems normal, i like the new PowerMizer monitor even if i don't really know whats its function.
Reply With Quote
  #9  
Old 11-19-2007, 09:46 AM
divan divan is offline
Junior Member
 
Join Date: Oct 2007
Location: Pretoria, South Africa
Posts: 16
Default

When I use the new beta driver, compiz doesn't want to start up, just displaying this:

Code:
compiz: Trying '/usr/$LIB/libIndirectGL.so.1'
ERROR: ld.so: object '/usr/$LIB/libIndirectGL.so.1' from LD_PRELOAD cannot be preloaded: ignored.
compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
Some games are a bit unstable and in COD in wine there is slight graphical glitches like far away flashes of light repeat themselves on the whole one side of the skybox.
Reply With Quote
  #10  
Old 11-23-2007, 01:07 AM
dahveed3 dahveed3 is offline
Junior Member
 
Join Date: Nov 2007
Posts: 2
Default

Yes, that Compiz Fusion error drove me crazy the first day I tried out the new driver.

What I discovered was that on certain configurations Compiz automatically falls back to indirect openGL rendering. If your card can support direct rendering, this is an unnecessary fallback and it apparently isn't even working with the new driver.

The solution for me was to add the --no-libgl-fallback switch to the other switches used when starting Compiz. Manually for me this would be:

export __GL_YIELD="NOTHING"
compiz --replace --no-libgl-fallback --sm-disable --ignore-desktop-hints ccp &

You may want to try that before editing whatever configuration file starts Compiz for you on your distro. If it works, you're mostly there. If you usually start it manually from a terminal, congratulations! Otherwise you've got to figure out what starts Compiz for you. If you are used to using fusion-icon to run Compiz for you, you will need to stop doing that as I haven't figured out a way to add stuff to the fusion-icon script. I tried editing the script I found but it had no effect. You can start Compiz manually as I said, then start fusion-icon with:

fusion-icon -n

That will load Fusion Icon into your system tray without reloading or starting Compiz. This way you will have the ability to switch window-decorators on the fly, open ccsm or the Emerald Manager easily, etc.

If you do that, instead of using the icon for switching between Kwin, Metacity, and Compiz, instead switch those from the terminal:

kwin --replace &
killall kde-window-decorator

metacity --replace &
The gtk decorator doesn't need killing as it exits properly, and so does emerald.

If you use compiz-manager to start things, it automatically runs fusion-icon with that -n switch. So you only need to:

kdesu kate /usr/bin/compiz-manager

or

gksu gedit /usr/bin/compiz-manager

or

gnomesu gedit /usr/bin/compiz-manager

Then you add to the Compiz startup OPTIONS line the:

--no-libgl-fallback

Fusion Icon can be tricky on distro's that do not use compiz-manager because KDE or Gnome may load it because it was running in the tray and the session is restored. In that case I guess you could try to remember to right click exit from the Fusion Icon before logging off or it would attempt to start Compiz without that switch and fail, leaving you without Metacity or Kwin as well, just an unresponsive desktop. With Compiz Manager, it always beats Fusion Icon to the punch (in my experience) and so things go pretty smoothly.

I hope that switch works for you. It did for me.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 01:52 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2009 by Phoronix Media.