You are not logged in.

#1 2010-10-12 15:28:38

uzbirglones
Member
From: São Carlos - SP - Brazil
Registered: 2007-06-01
Posts: 24

nvidia 173 [partialy SOLVED]

Hi;... lately X.org is crashing while loading... i've tried with 2 cards (geforce 2 mx400 and geforce fx5200) with the same output:


[   259.330] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   259.331] dlopen: /usr/lib/xorg/modules/drivers/nvidia_drv.so: undefined sym$
[   259.331] (EE) Failed to load /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   259.331] (II) UnloadModule: "nvidia"
[   259.331] (EE) Failed to load module "nvidia" (loader failed, 7)
[   259.331] (EE) No drivers available.



so... what do i do?

thanks

p.s.: it's worth to mention, i was using nvidia-96xx drivers with geforce 2 mx400 and nvidia-173xx with fx5200...

Last edited by uzbirglones (2010-10-12 17:03:26)

Offline

#2 2010-10-12 16:08:08

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: nvidia 173 [partialy SOLVED]

Downgrade to xorg 1.8 and wait for the drivers to catch up to xorg 1.9.
https://bbs.archlinux.org/viewtopic.php?id=105728

Last edited by karol (2010-10-12 16:10:44)

Offline

#3 2010-10-12 16:21:07

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: nvidia 173 [partialy SOLVED]

nvidia-173xx 173.14.28 has xorg-server 1.9 support
nvidia-96xx doesn't have it yet.

if  173.14.28  doesn't work for you, send the report to nvidia.

http://www.nvnews.net/vbulletin/forumdisplay.php?f=14

Last edited by wonder (2010-10-12 16:21:53)


Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2010-10-12 17:02:44

uzbirglones
Member
From: São Carlos - SP - Brazil
Registered: 2007-06-01
Posts: 24

Re: nvidia 173 [partialy SOLVED]

thanks karol and wonder

i'm succesfully running x.org 1.8 with 96xx drivers right now... but yet the 173xx drivers are not running, neither with x.org 1.8 nor 1.9... guess i'm sending a report to nvidia

at least my desktop is running ok now... thanks for the tips!

Offline

#5 2010-10-12 17:23:24

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: nvidia 173 [partialy SOLVED]

1.8 + 173xx is working here, check your configs, reboot after install.

Offline

#6 2010-10-13 01:31:36

1LordAnubis
Member
Registered: 2008-10-10
Posts: 253
Website

Re: nvidia 173 [partialy SOLVED]

1.9 & 173xx works on the 6800


Any society that would give up a little liberty to gain a little security will deserve neither and lose both.
-Benjamin Franklin
The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man.
-George Bernard Shaw

Offline

#7 2010-10-13 18:28:48

uzbirglones
Member
From: São Carlos - SP - Brazil
Registered: 2007-06-01
Posts: 24

Re: nvidia 173 [partialy SOLVED]

karol wrote:

1.8 + 173xx is working here, check your configs, reboot after install.

1LordAnubis wrote:

1.9 & 173xx works on the 6800

Ok, ppl, I'm gonna try a -Syu tonight and see if it works...

for now, thank you very very much for the help... I can't stand using "another OS" at home...

Offline

#8 2010-10-13 18:54:18

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: nvidia 173 [partialy SOLVED]

I have switched to nouveau back in September, anticipating the compatibilty problems with Xserver 1.8, 1.9.

On my MX440 nouveau's 2D accel is better than nvidia-96xx and 3D is going to come with mesa 7.9.

As long as factory drivers are concerned, the main dealbreaker for me was the absence of KMS.

Last edited by Leonid.I (2010-10-13 18:54:50)


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

#9 2010-10-15 13:31:33

uzbirglones
Member
From: São Carlos - SP - Brazil
Registered: 2007-06-01
Posts: 24

Re: nvidia 173 [partialy SOLVED]

Leonid.I wrote:

I have switched to nouveau back in September, anticipating the compatibilty problems with Xserver 1.8, 1.9.

On my MX440 nouveau's 2D accel is better than nvidia-96xx and 3D is going to come with mesa 7.9.

As long as factory drivers are concerned, the main dealbreaker for me was the absence of KMS.

Which nouveau driver r u using? there are 3 nouveau drivers in extra repo:
xf86-video-nouveau
nouveau-dri
nouveau-drm-lts

for anyone of those, is it just put "nouveau" in the video driver section in xorg.conf?

Offline

#10 2010-10-15 13:37:50

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: nvidia 173 [partialy SOLVED]

xf86-video-nouveau is the 2D driver.

Offline

#11 2010-10-15 14:50:16

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: nvidia 173 [partialy SOLVED]

karol wrote:

xf86-video-nouveau is the 2D driver.

Right. 3D support is in /testing/nouveau-dri (which also fixes FS#20980).

EDIT: Regarding configuration. If you only have nouveau installed, then I believe that you can rely on the autoconfiguration capabilities of Xserver. Otherwise, here is mine xorg.conf:

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
EndSection

Section "ServerFlags"
        Option      "DontZap" "on"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nouveau"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Last edited by Leonid.I (2010-10-15 15:22:38)


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

Board footer

Powered by FluxBB