Posts: 1,228
secipolla
Joined: 15 Jun 2008
#1
I have two Sid systems with NVIDIA driver 280.13 installed with sgfxi. Both wouldn't load X after the upgrade (xserver-common, xserver-xorg-core) to 1.11.0.
I had to downgrade to version 1.10.4 from testing.
Last edited by secipolla on 29 Aug 2011, 14:08, edited 1 time in total.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
Yes, users should be careful when upgrading.

I had to add this to my /etc/X11/xorg.conf

Code: Select all

Section"ServerFlags"
        Option    "ignoreABI""true"
EndSection
This is my inxi -G

Code: Select all

$ inxi -G
Graphics:  Card: nVidia G98 [GeForce 8400 GS] X.Org: 1.11.0 driver: nvidia Resolution: 1280x1024@50.0hz 
           GLX Renderer: GeForce 8400 GS/PCI/SSE2/3DNOW! GLX Version: 3.3.0 NVIDIA 285.03
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#3
Works, thanks!
Posts: 279
afab4
Joined: 17 Oct 2009
#4
For some reason adding the line in my xorg.conf did not work.
I had to downgrade to the Testing versions as secipolia suggested.
Back in business! __{{emoticon}}__
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#5
The 'fix' I posted sort of works (random 'bleeding' of graphics), so in the end I also downgraded to Testing versions.
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#6
I would just like to add that I have the 280 driver installed in a GNOME 3 system and the 285 in a KDE system with some effects enabled (the default ones). All is working, at least apparently, perfectly (with xserver 1.11.0).
This may be due to the fact that I have probably the most basic card supported by these drivers, a GF 6200.

As an interesting tip, GNOME 3 has built-in desktop recording and it works surprisingly well in this old PC. Much better than recordmydesktop ever did (and actually better than the same GNOME 3 feature in Fedora).
Here's a tiny 4 or 5 s video:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.sendspace.com/file/okk9ir"
linktext was:"http://www.sendspace.com/file/okk9ir"
====================================
Posts: 173
DeepDayze
Joined: 09 Sep 2011
#7
The latest NVIDIA 285.05.09 driver works fine if installed via sgfxi and no hacks needed
Posts: 6
kernelpanic!
Joined: 15 Mar 2011
#8
after fiddling around with various drivers, the added section"ServerFlags" did the trick for
me too, thanks vor the tip.

however the new 280.13.really.275.36-1 in the repos also works now with xserver 1.11. on
my system. running nvidia-xconfig adds the lines"ServerFlags" automatically to xorg.conf,
so you don`t have to do this by hand anymore.